|
|
@ -542,7 +542,7 @@ export default { |
|
|
sortLv: 0, |
|
|
sortLv: 0, |
|
|
status: true, |
|
|
status: true, |
|
|
fixed: '', |
|
|
fixed: '', |
|
|
columnWidth: 40 |
|
|
|
|
|
|
|
|
columnWidth: 90 |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
userId: this.$store.state.user.name, |
|
|
userId: this.$store.state.user.name, |
|
|
@ -803,7 +803,6 @@ export default { |
|
|
// columnList: { |
|
|
// columnList: { |
|
|
// deep: true, |
|
|
// deep: true, |
|
|
// handler: function (newV, oldV) { |
|
|
// handler: function (newV, oldV) { |
|
|
// debugger |
|
|
|
|
|
// |
|
|
// |
|
|
// } |
|
|
// } |
|
|
// } |
|
|
// } |
|
|
@ -1095,8 +1094,17 @@ export default { |
|
|
|
|
|
|
|
|
/*调整等待派工单的等待时间*/ |
|
|
/*调整等待派工单的等待时间*/ |
|
|
changeCurrentToolInfo(tempData) { |
|
|
changeCurrentToolInfo(tempData) { |
|
|
//重置选择行 |
|
|
|
|
|
this.currentRow = JSON.parse(JSON.stringify(tempData)); |
|
|
|
|
|
|
|
|
//判断是否是新增的数据 |
|
|
|
|
|
if(tempData.addFlag){ |
|
|
|
|
|
//重置查询的条件 |
|
|
|
|
|
this.searchData.site = tempData.site; |
|
|
|
|
|
this.searchData.toolId = tempData.toolId; |
|
|
|
|
|
//调用传的方法 |
|
|
|
|
|
this.refreshTooInfoData(); |
|
|
|
|
|
}else { |
|
|
|
|
|
//重置选择行 |
|
|
|
|
|
this.currentRow = JSON.parse(JSON.stringify(tempData)); |
|
|
|
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
/*调整等待派工单的等待时间*/ |
|
|
/*调整等待派工单的等待时间*/ |
|
|
|