Browse Source

2025.06.18

java8
jiayang yue 7 months ago
parent
commit
e4cbc20f55
  1. 3
      src/views/modules/reportWorkOrder/reportDefectOrder2.vue

3
src/views/modules/reportWorkOrder/reportDefectOrder2.vue

@ -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,

Loading…
Cancel
Save