|
|
@@ -19,10 +19,10 @@
|
|
|
<view class="rx ">
|
|
|
<view class="lable rx-cc">编码</view>
|
|
|
<view class="content rx-bc">
|
|
|
- <view>{{it.code}} </view>
|
|
|
+ <view>{{mate.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]}}
|
|
|
+ v-if="Object.prototype.hasOwnProperty.call(mate, 'extInfo') && Object.prototype.hasOwnProperty.call(mate.extInfo, 'productionTimes') && Object.prototype.hasOwnProperty.call(mate.extInfo.productionTimes,item.currentTaskDiagram.taskId) ">
|
|
|
+ {{ mate.extInfo.productionTimes[item.currentTaskDiagram.taskId]}}
|
|
|
</view>
|
|
|
|
|
|
|
|
|
@@ -62,10 +62,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
- <view class="item" v-for="(itm, index) in tableH(mate.rootCategoryLevelId)" :key="index">
|
|
|
+ <view class="item" v-for="(itm, index) in tableH(mate.rootCategoryLevelId)" :key="index">
|
|
|
<view class="lable rx-cc">{{ itm.label }}</view>
|
|
|
<view class="content">{{ mate[itm.prop] }}</view>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
|
|
|
<view class="item" v-if='mate.isConsumable == 1'>
|
|
|
<view class="lable rx-cc">包装库存</view>
|