| | |
| | | |
| | | }, |
| | | async submit(status) { |
| | | if (!this.dto.arriveImageList || this.dto.arriveImageList.length < 0) { |
| | | this.$message.showToast('未上传图片') |
| | | return |
| | | } |
| | | await this.$message.confirm('是否确认入位') |
| | | this.$message.showLoading() |
| | | const { |
| | |
| | | }, |
| | | printDeliveryOrder(item) { |
| | | // this.$message.showToast('敬请期待') |
| | | this.$storage.setItem('cache_delivery_order_print',JSON.stringify(item)) |
| | | this.$storage.setItem('cache_delivery_order_print', JSON.stringify(item)) |
| | | uni.navigateTo({ |
| | | url:'/sub_pages/supplier/print/print-list' |
| | | url: '/sub_pages/supplier/print/print-list' |
| | | }) |
| | | } |
| | | |
| | |
| | | <view class="list-container order-delivery supplier"> |
| | | <view class="p15"> |
| | | <no-data v-if="!list||list.length==0" style="width: 100%;"></no-data> |
| | | <view v-for="(item,index) in list" :key="index" |
| | | class="m-b-24 order-sale-list list-container"> |
| | | <view v-for="(item,index) in list" :key="index" class="m-b-24 order-sale-list list-container"> |
| | | <view class="order-sale-item list-item"> |
| | | <view class="title flex"> |
| | | <view>订单单号:{{item.orderNo}}</view> |
| | |
| | | <view class="button button-1 m-r-0" @click="printDeliveryOrder(item)">打印</view> |
| | | </view> |
| | | <!-- #endif --> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | |
| | | <!-- 提交图片 --> |
| | | <view class="delivery-form p20 bg-white br-4"> |
| | | <view class="form-item flex before-line bottom-border-no"> |
| | | <view class="label " style="width: 400rpx;">图片</view> |
| | | <view class="label required" style="width: 400rpx;">图片</view> |
| | | <view class="m-l-a m-r-0 flex"> |
| | | <view class="component-button-upload" @click="uploadIcon('arriveImageList')"> |
| | | |
| | |
| | | background-color: #fff; |
| | | margin-bottom: 20rpx; |
| | | padding: 22rpx; |
| | | .each-item{ |
| | | .label{ |
| | | |
| | | .each-item { |
| | | .label { |
| | | min-width: 120rpx; |
| | | |
| | | |
| | | } |
| | | .label:after{ |
| | | |
| | | .label:after { |
| | | content: ":"; |
| | | margin-right: 10rpx; |
| | | } |