|
|
@@ -18,7 +18,10 @@
|
|
|
</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
|
|
|
+ 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>
|
|
|
@@ -28,7 +31,9 @@
|
|
|
<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>
|
|
|
@@ -87,13 +92,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
+ <view class="item rx-sc">
|
|
|
+ <view class="rx ww50">
|
|
|
+ <view class="lable lable150 rx-cc ">设备</view>
|
|
|
+ <view class="content ">
|
|
|
+ <view>{{it.extInfo.deviceName }}</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="rx ww50">
|
|
|
+ <view class="lable lable150 rx-cc ">炉次号</view>
|
|
|
+ <view class="content ">
|
|
|
+ <view>{{it.extInfo.heatNumber }}</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<view class="content_table2">
|
|
|
<view class="head row rx-sc">
|
|
|
- <view class="item ww25">{{it.extInfo.newWeight ? '工序重量' : '物料重量' }} {{it.extInfo.weightUnit}}</view>
|
|
|
+ <view class="item ww25">{{it.extInfo.newWeight ? '工序重量' : '物料重量' }} {{it.extInfo.weightUnit}}
|
|
|
+ </view>
|
|
|
<view class="item ww25">报工重量{{it.extInfo.weightUnit}}</view>
|
|
|
<view class="item ww25" v-if="isFirstTask == 1">质检结果
|
|
|
</view>
|
|
|
@@ -122,7 +147,8 @@
|
|
|
|
|
|
<view class="item " v-else :class="[ isFirstTask == 1 ? 'ww25' : 'ww50' ]">
|
|
|
<zxz-uni-data-select :localdata="stepsList" v-model="it.extInfo.taskId" dataValue='taskId'
|
|
|
- format='{taskTypeName}' dataKey="taskId" filterable @change=" e => it.extInfo.taskName = e.taskTypeName"
|
|
|
+ format='{taskTypeName}' dataKey="taskId" filterable
|
|
|
+ @change=" e => it.extInfo.taskName = e.taskTypeName"
|
|
|
:clear='false'></zxz-uni-data-select>
|
|
|
</view>
|
|
|
|
|
|
@@ -706,6 +732,7 @@
|
|
|
width: 50%;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
.ww10 {
|
|
|
width: 10%;
|
|
|
}
|