| | |
| | | } |
| | | } |
| | | }) |
| | | }, |
| | | printDeliveryOrder(item) { |
| | | // this.$message.showToast('敬请期待') |
| | | this.$storage.setItem('cache_delivery_order_print', JSON.stringify(item)) |
| | | uni.navigateTo({ |
| | | url: '/sub_pages/supplier/print/print-list' |
| | | }) |
| | | } |
| | | |
| | | } |
| | | } |
| | | </script> |
| | |
| | | <view v-if="dto.id"> |
| | | <view class="delivery-info flex"> |
| | | <view class="flex1 desc"> |
| | | <view>供货商名称:{{ dto.stationName }}</view> |
| | | <view>订单号:{{ dto.orderNo }}</view> |
| | | <view>供货商备注:{{ dto.arriveRemarks }}</view> |
| | | <view>供货商名称:{{ dto.stationName ||''}}</view> |
| | | <view>订单号:{{ dto.orderNo ||''}}</view> |
| | | <view>供货商备注:{{ dto.arriveRemarks ||''}}</view> |
| | | </view> |
| | | <view class="m-l-15 m-r-0 station"> |
| | | <view>{{ dto.stationName }}</view> |
| | |
| | | <view class="value">{{ item.num || 0 }}</view> |
| | | |
| | | </view> |
| | | <view class="each-item"> |
| | | <!-- <view class="each-item"> |
| | | <view class="label">价格</view> |
| | | <view class="value">{{ item.price || '-' }}</view> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <view class="button text-center" v-for="button of check_status" :key="button.value" |
| | | @click.stop="clickCheck(item,button.value)">{{ button.label }} |
| | | </view> |
| | | </view> |
| | | <view class="line-gray"> |
| | | |
| | | </view> |
| | | <view class="buttons"> |
| | | <view class="button button-0 m-r-0" @click="printDeliveryOrder(item)">打印</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | color: #666666; |
| | | line-height: 34rpx; |
| | | } |
| | | .button-0 { |
| | | color: #fff; |
| | | border: 2rpx solid #20613D; |
| | | background: #20613D; |
| | | } |
| | | } |
| | | |
| | | .flower-img { |