| | |
| | | |
| | | <!-- 待领取和转发收发单 --> |
| | | <view class="wait-collection" |
| | | style="background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/customerbanner.png') no-repeat;background-size:contain"> |
| | | style="background: url('https://wrzs.czjlchem.com:9090/wrzs/appimg/image/banner/customerbanner.png') no-repeat;background-size:contain"> |
| | | </view> |
| | | <!-- 自主配送界面 --> |
| | | <view class="self-deliver" v-if="personnelType === 1"> |
| | |
| | | </view> |
| | | <view class="second-line"> |
| | | <view class="coal-name"> |
| | | <view class="coal-name-tag">{{ item.productNames || item.productName }}</view> |
| | | <view class="coal-name-tag">{{ item.productNames || item.productName }} <text style="margin-left: 20rpx;">{{ proType[item.packingType]}}</text> </view> |
| | | |
| | | <view class="black-bar"></view> |
| | | <view class="coal-type" |
| | | v-if="item.orderType">{{ item.orderType }}</view> |
| | | </view> |
| | | </view> |
| | | <view class="second-line"> |
| | | {{item.orderCode}} |
| | | <text>订单编号:</text>{{item.orderCode}} |
| | | </view> |
| | | <view class="second-line"> |
| | | {{item.code}} |
| | | <text>日计划编号:</text>{{item.code}} |
| | | </view> |
| | | <view class="third-line"> |
| | | <view class="time-icon"> |
| | |
| | | size="40"></u-icon></view> |
| | | </view> |
| | | <view class="second"> |
| | | <view class="coal-name">{{ item.productNames || item.productName }}</view> |
| | | <view class="coal-name">{{ item.productNames || item.productName }} <text style="margin-left: 20rpx;">{{ proType[item.packingType]}}</text></view> |
| | | <view class="order-type">{{ item.orderType || '' }}</view> |
| | | </view> |
| | | <view class="third"> |
| | |
| | | data() { |
| | | return { |
| | | orderPlanData: [], |
| | | proType:['散装','液氯瓶装','罐装','PVC25','PVC80','PVC1150','PVc1200'], |
| | | personnelType:'', // 用户类型 |
| | | show: false, // 领取收发单弹出框 |
| | | receiveNum: null, |
| | |
| | | * 领取弹框 |
| | | */ |
| | | receiveClick(item) { |
| | | console.log(item,'213') |
| | | this.show = true; |
| | | this.receiveNum = item.carNum; |
| | | this.getOrderNum.id = item.id; // 获取领取收发单的id |
| | | this.cars2 = item.cars2 |
| | | this.carNum = item.carNum |