|
|
|
@ -2081,7 +2081,7 @@ export default { |
|
|
|
} |
|
|
|
conSql = " and rs.bu_no = '" + tempData.buNo + "' and rs.site = '" + tempData.site + |
|
|
|
"' and rs.resource_id = '" + |
|
|
|
tempData.objectID + "' and ewc.OrderNo = '" + tempData.orderNo + "'" |
|
|
|
tempData.objectID +"'" |
|
|
|
this.$refs.baseList.init(val, strVal, conSql) |
|
|
|
} |
|
|
|
}) |
|
|
|
@ -2766,7 +2766,6 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
async coreComponentModal () { |
|
|
|
await this.getCorePartSpareList() |
|
|
|
this.coreComponentData = { |
|
|
|
site: this.saveData.site, |
|
|
|
buNo: this.saveData.buNo, |
|
|
|
|