|
@@ -71,7 +71,7 @@
|
|
|
statusList[infoData.status]
|
|
statusList[infoData.status]
|
|
|
}}</el-descriptions-item>
|
|
}}</el-descriptions-item>
|
|
|
<el-descriptions-item label="完成时间">{{
|
|
<el-descriptions-item label="完成时间">{{
|
|
|
- infoData.completionTime
|
|
|
|
|
|
|
+ infoData.completeTime
|
|
|
}}</el-descriptions-item>
|
|
}}</el-descriptions-item>
|
|
|
<el-descriptions-item label="生产周期">{{
|
|
<el-descriptions-item label="生产周期">{{
|
|
|
infoData.productionCycle
|
|
infoData.productionCycle
|
|
@@ -1206,8 +1206,8 @@
|
|
|
this.$refs.bomListRef.open(row);
|
|
this.$refs.bomListRef.open(row);
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
- refreshData () {
|
|
|
|
|
- const res = getInfoById(this.workOrderId);
|
|
|
|
|
|
|
+ async refreshData () {
|
|
|
|
|
+ const res = await getInfoById(this.workOrderId);
|
|
|
this.infoData = res;
|
|
this.infoData = res;
|
|
|
if (typeof res.taskTypeProcessDiagrams == 'string') {
|
|
if (typeof res.taskTypeProcessDiagrams == 'string') {
|
|
|
this.tabList = [];
|
|
this.tabList = [];
|