|
|
@@ -18,7 +18,15 @@
|
|
|
v-if='([23,2,9,28].includes(Number(mate.rootCategoryLevelId))) && mate.isConsumable == 1'>
|
|
|
<view class="rx ">
|
|
|
<view class="lable rx-cc">编码</view>
|
|
|
- <view class="content">{{ mate.code }}</view>
|
|
|
+ <view class="content rx-bc">
|
|
|
+ <view>{{it.code}} </view>
|
|
|
+ <view class="tag_box"
|
|
|
+ v-if="Object.prototype.hasOwnProperty.call(it, 'extInfo') && Object.prototype.hasOwnProperty.call(it.extInfo, 'productionTimes') && Object.prototype.hasOwnProperty.call(it.extInfo.productionTimes,item.currentTaskDiagram.taskId) ">
|
|
|
+ {{ it.extInfo.productionTimes[item.currentTaskDiagram.taskId]}}
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|