| | |
| | | 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 || '' |
| | | } |
| | | |
| | |
| | | // 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' |
| | |
| | | 配送单状态:{{ 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> |
| | |
| | | |
| | | |
| | | <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)"> |
| | |
| | | </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" |