|
|
@ -66,6 +66,7 @@ import { |
|
|
scannerMaterial |
|
|
scannerMaterial |
|
|
} from "@/api/yieldReport/com_produce_material.js"; |
|
|
} from "@/api/yieldReport/com_produce_material.js"; |
|
|
|
|
|
|
|
|
|
|
|
import {infoRollno} from "@/api/crollinfo/crollinfo.js"; |
|
|
import { |
|
|
import { |
|
|
searchFunctionButtonList, |
|
|
searchFunctionButtonList, |
|
|
} from "@/api/sysLanguage.js"; |
|
|
} from "@/api/sysLanguage.js"; |
|
|
@ -237,7 +238,7 @@ export default { |
|
|
this.pageData.itemNo = scheduleData.itemNo; |
|
|
this.pageData.itemNo = scheduleData.itemNo; |
|
|
this.pageData.seqNo = scheduleData.seqNo; |
|
|
this.pageData.seqNo = scheduleData.seqNo; |
|
|
this.pageData.rollNo = selectSfdcRollData.rollNo; |
|
|
this.pageData.rollNo = selectSfdcRollData.rollNo; |
|
|
this.pageData.rollQty = selectSfdcRollData.rollQty; |
|
|
|
|
|
|
|
|
// this.pageData.rollQty = selectSfdcRollData.rollQty; |
|
|
this.pageData.scanRmRollNo = ''; |
|
|
this.pageData.scanRmRollNo = ''; |
|
|
this.pageData.rmRollNo = ''; |
|
|
this.pageData.rmRollNo = ''; |
|
|
this.pageData.bomItemNo = ''; |
|
|
this.pageData.bomItemNo = ''; |
|
|
@ -291,6 +292,12 @@ export default { |
|
|
} |
|
|
} |
|
|
//处理扫描材料卷号 |
|
|
//处理扫描材料卷号 |
|
|
this.refreshSomItemNos(); |
|
|
this.refreshSomItemNos(); |
|
|
|
|
|
// 查询卷信息 |
|
|
|
|
|
infoRollno({site: this.pageData.site, rollno: this.pageData.scanRmRollNo}).then(({data}) => { |
|
|
|
|
|
if (data.code == 0){ |
|
|
|
|
|
this.pageData.rollQty = data.cRollinfo.rollqty |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
/*获取BOM行号*/ |
|
|
/*获取BOM行号*/ |
|
|
@ -368,6 +375,9 @@ export default { |
|
|
this.pageData.bomItemNo = -1; |
|
|
this.pageData.bomItemNo = -1; |
|
|
this.bomList = []; |
|
|
this.bomList = []; |
|
|
this.timeArray = []; |
|
|
this.timeArray = []; |
|
|
|
|
|
this.pageData.rollQty = ''; |
|
|
|
|
|
this.pageData.qtyConsumed = ''; |
|
|
|
|
|
this.closeDialog() |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
|
|