陶杰
2025-01-08 b05a84f9178894b40a1d6a601b577403d7d93c46
sub_pages/partner/delivery/delivery-supplier-detail-list.vue
@@ -63,7 +63,7 @@
         this.query.supplierId = options.supplierId || ''
         this.query.stationId = options.stationId || ''
         if (options.warehouseLocationCode) {
            console.log('options',options)
            console.log('options', options)
            this.query.warehouseLocationCode = options.warehouseLocationCode || ''
         }
@@ -183,6 +183,7 @@
                     }).catch(res => {
                        that.$message.hideLoading()
                        console.error(res)
                        that.$message.showToast('文件上传失败,请联系管理员')
                     })
                  }
               }
@@ -333,13 +334,14 @@
               // this.$message.showToast('敬请期待')
               var arr = []
               for (var item of this.list) {
                  if (this.ids.indexOf(item.orderNo)) {
                  if (this.ids.indexOf(item.orderNo) >= 0) {
                     for (var each of item.items) {
                        arr.push(each)
                     }
                  }
               }
               if (arr.length > 0) {
                  // console.log('cache_delivery_order_print', arr)
                  this.$storage.setItem('cache_delivery_order_print', JSON.stringify(arr))
                  uni.navigateTo({
                     url: '/sub_pages/supplier/print/print-list'
@@ -381,7 +383,7 @@
                  配送单状态:{{ query.statusStr || '全部' }}
                  <image src="../../../static/common/icon-arrow-down.png" class="icon-arrow-down"></image>
               </view> -->
               <view class="flex1 m-l-a m-r-10" @click="selectAllOrder"  style="text-align: right;">
               <view class="flex1 m-l-a m-r-10" @click="selectAllOrder" style="text-align: right;">
                  点击打印全部(已选{{ids.length}}个)
                  <!-- <image src="../../../static/common/icon-arrow-down.png" class="icon-arrow-down"></image> -->
               </view>
@@ -440,6 +442,12 @@
               <view class="line-gray"></view>
               <view class="m-t-12 flex" v-if="item.arriveRemarks">
                  <view>备注:</view>
                  <view class="text-left m-l-10 m-r-0 flex1">
                     {{item.arriveRemarks}}
                  </view>
               </view>
               <view class="m-t-12 flex" v-if="item.arriveImageList&&item.arriveImageList.length>0">
                  <view class="m-t-12 m-r-10 " v-for="(timg,vv) of item.arriveImageList" :key="vv">
                     <image class="arrive-img" :src="timg" @click.stop="previewImg(timg)">
@@ -566,7 +574,7 @@
               </view>
               <view class="form-item" v-if="form.status==='reduce'">
                  <view class="form-item-label require">
                     扣款金额
                     每扎扣款
                  </view>
                  <view class="form-item-value">
                     <input v-model="form.deductAmount" placeholder="请输入扣款金额" type="digit"
@@ -583,7 +591,7 @@
                     <input v-model="form.remarks" placeholder="请输入质检备注" class="form-input"></input>
                  </view>
               </view>
               <view class="form-item" v-if="form.status==='reduce'">
               <view class="form-item" v-if="form.status==='reduce' || form.status === 'lack'">
                  <view class="form-item-label require">
                     图片
                  </view>