|
@@ -190,6 +190,9 @@
|
|
|
<view class="item-info uni-row" style="margin-top: 16rpx;"> <text class="label ">工序:</text>
|
|
|
<text class="label right">{{ item['processAlias'] }}</text>
|
|
|
</view>
|
|
|
+ <view class="item-info uni-row"> <text class="label">辅助工序:</text>
|
|
|
+ <text class="label right ">{{ item['auxiliaryProcessAlias'] }}</text>
|
|
|
+ </view>
|
|
|
<view class="item-info uni-row"> <text class="label">投产量:</text>
|
|
|
<text class="label right ">{{ item['prodNum'] }}</text>
|
|
|
</view>
|