yangan
2024-07-16 e2e96137d9b5e5dbac737e69809a941d676ba61e
pages/driver-page/driver-index/SelfDelivery/SelfDelivery.vue
@@ -30,13 +30,13 @@
            </view>
            <view class="selected-info">
               <view class="selected-info_label">
                  当前选择煤场
                  当前选择场地
               </view>
               <view class="selected-info_text">
                  <niceui-data-select-input v-model="filedId"
                     :localdata="filedNameList"
                     label="煤场选择"
                     placeholder="请选择煤场"
                     label="场地选择"
                     placeholder="请选择场地"
                     @change="filedChange"></niceui-data-select-input>
               </view>
            </view>
@@ -217,7 +217,7 @@
               this.getShipToList()
            })
         },
         // 根据部门获取煤场名称
         // 根据部门获取场地名称
         getDeptIdByFiledList() {
            this.$reqGet('getDeptIdByFiledList', { deptId: this.deptId }).then(res => {
               this.filedNameList = res.data.map(v => {
@@ -261,15 +261,15 @@
            let form = {
               carNo: uni.getStorageSync('carNo'),
               coalName: this.productName,
               deptId: this.deptId,
               deptName: this.deptName,
               filedId: this.filedId,
               filedName: this.filedName,
               deptId: this.deptId,  //部门Id
               deptName: this.deptName,  //部门名称
               filedId: this.filedId,  //场地Id
               filedName: this.filedName,  //场地名称
               orderType: "外购",
               sendDate: this.sendDate,
               xsUserId1: uni.getStorageSync('userId'),
               isPretendDischar: 1,
               isSpecial: 1,
               sendDate: this.sendDate,  //发运时间
               xsUserId1: uni.getStorageSync('userId'),  //用户id
               isPretendDischar: 1,  //是否能装卸 1已经确认装卸 0不需要装卸
               isSpecial: 1,  //是否是特产品 1特殊产品 0不是特使产品
               customerId: this.customerId,
               customerName: this.customerName
            }
@@ -467,4 +467,4 @@
         }
      }
   }
</style>
</style>