| | |
| | | <view class="fourth"> |
| | | <view class="senddate">{{ proType[item.packingType] }}</view> |
| | | </view> |
| | | |
| | | <view class="table"> |
| | | <uni-table border stripe |
| | | emptyText="暂无更多数据"> |
| | |
| | | <uni-th align="center" width='100'>毛重</uni-th> |
| | | <uni-th align="center" width='100'>净重</uni-th> |
| | | <uni-th align="center" width='100'>数量</uni-th> --> |
| | | <uni-th align="center" width='120'>确认量</uni-th> |
| | | <uni-th align="center" width='120'>{{item.orderType === '外销' ? '皮重' : '毛重'}}</uni-th> |
| | | <uni-th align="center" width='120'>计划量</uni-th> |
| | | <uni-th align="center" width='150'>计重方式</uni-th> |
| | | |
| | |
| | | <view class="name">{{ subItem.productQuantity }}</view> |
| | | </uni-td> --> |
| | | <uni-td align="right"> |
| | | <view class="name">{{ subItem.productQuantity }}</view> |
| | | <view class="name">{{ item.orderType === '外销' ? subItem.skin : subItem.hair }}</view> |
| | | </uni-td> |
| | | <uni-td align="right"> |
| | | <view class="name">{{ subItem.planMeasure }}</view> |
| | |
| | | <view class="third-line_text">质检状态:</view> |
| | | <view> <u-tag :text="checkStatusList[item.checkStatus]" plain > </u-tag></view> |
| | | </view> |
| | | <view class="third-line"> |
| | | <view class="third-line_text">皮重:</view> |
| | | <view> {{item.skin}}</view> |
| | | </view> |
| | | </view> |
| | | <view class="fourth"> |
| | | |