-
zhangwei
2025-03-24 2d43a1df3f5ba42710e6d21c27d1e13bdb8dfd56
src/pages/delivergoods/reservation.vue
@@ -19,11 +19,11 @@
                     <view class="chuany-width12">
                        {{$util.formatDate(item.createTime,'riqi')}}
                     </view>
                     <view class="chuany-width13">
                     <view class="chuany-width16">
                        <u-text size='14' :text="item.sentStaff.name" lines="1">
                        </u-text>
                     </view>
                     <view class="chuany-width58">
                     <view class="chuany-width55">
                        <u-text size='14' :text="item.remark" lines="1">
                        </u-text>
                     </view>
@@ -62,10 +62,14 @@
               <up-input v-model="arrangeInfo.driverName" disabled border="none" disabledColor="#ffffff"
                  placeholder="请选择司机"></up-input>
            </up-form-item>
            <up-form-item label="收货单位" prop="companyName" required :borderBottom='false' ref="item1">
               <tem-selects-fan placeholder="请选择收货单位" :data="customerList" :clearable='true'
            <up-form-item label="收货单位" prop="companyName" labelPosition='top' required :borderBottom='false'
               ref="item1" v-if='show7'>
               <tem-select ref="formSelect" placeholder="请选择收货单位" :selectedId="arrangeInfo.buyerId" :value='arrangeInfo.companyName' :search='true'
                  :localdata="customerList" @change="selectChange"></tem-select>
               <!-- <tem-selects-fan placeholder="请选择收货单位" :data="customerList" :clearable='true'
                  :value="arrangeInfo.companyName" :value-type="valueType" :filterable='true' :searchType='1'
                  @input='selectChange'></tem-selects-fan>
                  @input='selectChange'></tem-selects-fan> -->
               <!-- <up-input v-model="arrangeInfo.companyName" placeholder="请选择收货单位" border="none">
                  <template #suffix>
                     <up-button @tap="clickAction" text="点击选择" type="primary" size="mini"></up-button>
@@ -252,9 +256,10 @@
               remark: '',
               lianxiren: '',
               dizhi: '',
               driverName: '',
               deliverTixingId: '',
               sort: '1'
               sort: 1,
               driverName:'',
               companyName: '',
            }
            this.show7 = false
            this.driverName = ''
@@ -282,6 +287,8 @@
                  this.customerList = res.data
                  this.customerList.forEach(item => {
                     item.name = item.companyName
                     item.title = item.companyName
                     item.id = item.keyid
                  })
               }
            })
@@ -334,7 +341,9 @@
                           lianxiren: '',
                           dizhi: '',
                           deliverTixingId: '',
                           sort: '1'
                           sort: 1,
                           driverName:'',
                           companyName: '',
                        }
                        this.show7 = false
                        this.driverName = ''
@@ -359,6 +368,10 @@
                        remark: '',
                        lianxiren: '',
                        dizhi: '',
                        deliverTixingId: '',
                        sort: 1,
                        driverName:'',
                        companyName: '',
                     }
                     this.show7 = false
                     this.driverName = ''