|
|
@@ -16,8 +16,9 @@
|
|
|
|
|
|
<view class="round">{{idx + 1}}</view>物料编码
|
|
|
</view>
|
|
|
- <view class="content rx-sc">
|
|
|
- <view>{{it.code}}</view>
|
|
|
+ <view class="content rx-bc">
|
|
|
+ <view>{{it.code}} </view>
|
|
|
+ <view 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>
|
|
|
@@ -26,7 +27,8 @@
|
|
|
<view class="rx">
|
|
|
<view class="lable lable150 rx-cc ">名称</view>
|
|
|
<view class="content rx-sc">
|
|
|
- <view>{{it.name}} <text v-if="[2, 23].includes(Number(it.rootCategoryLevelId))"> ({{it.rootCategoryLevelId == 2 ? '在制品' : it.rootCategoryLevelId == 23 ? '半成品' : '' }}) </text> </view>
|
|
|
+
|
|
|
+ <view>{{it.name}} <text v-if="[2, 23].includes(Number(it.rootCategoryLevelId))"> ({{it.rootCategoryLevelId == 2 ? '在制品' : it.rootCategoryLevelId == 23 ? '半成品' : '' }}) </text> </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|