|
|
@ -9,11 +9,9 @@ |
|
|
|
<template v-slot:title> |
|
|
|
<!-- 物品 --> |
|
|
|
<item-qty :dataContent="item" :handleQty="item.handleQty"></item-qty> |
|
|
|
<view class="" style="margin-left: 30rpx;font-size: 30rpx;"> |
|
|
|
生产线 : {{item.productionLineCode}} |
|
|
|
</view> |
|
|
|
<view class="" style="margin-left: 30rpx;font-size: 30rpx;"> |
|
|
|
工位 : {{item.workStationCode}} |
|
|
|
|
|
|
|
<view class="card_ProdLine"> |
|
|
|
{{item.productionLineCode}} | {{item.workStationCode}} |
|
|
|
</view> |
|
|
|
</template> |
|
|
|
<u-line /> |
|
|
|