|
@ -1228,7 +1228,6 @@ export default { |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
valueselectChange(val) { |
|
|
valueselectChange(val) { |
|
|
debugger |
|
|
|
|
|
this.$forceUpdate(); |
|
|
this.$forceUpdate(); |
|
|
this.customerInfosMB = []; |
|
|
this.customerInfosMB = []; |
|
|
this.customerInfosZHB = []; |
|
|
this.customerInfosZHB = []; |
|
@ -1254,7 +1253,6 @@ export default { |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
fwStation_selectChange(val) { |
|
|
fwStation_selectChange(val) { |
|
|
debugger |
|
|
|
|
|
this.$forceUpdate(); |
|
|
this.$forceUpdate(); |
|
|
if (this.listQuery.productType === 1) { |
|
|
if (this.listQuery.productType === 1) { |
|
|
//把产线值传到子组件 |
|
|
//把产线值传到子组件 |
|
@ -1321,7 +1319,6 @@ export default { |
|
|
closeDialog() {}, |
|
|
closeDialog() {}, |
|
|
/**打印 */ |
|
|
/**打印 */ |
|
|
print() { |
|
|
print() { |
|
|
debugger |
|
|
|
|
|
(this.hostPrintQuery = { |
|
|
(this.hostPrintQuery = { |
|
|
printType: undefined, //0:打印;1:重打;2:补打; |
|
|
printType: undefined, //0:打印;1:重打;2:补打; |
|
|
productLine: undefined, |
|
|
productLine: undefined, |
|
@ -1540,7 +1537,6 @@ export default { |
|
|
}, |
|
|
}, |
|
|
save() { |
|
|
save() { |
|
|
this.$refs.form.validate((valid) => { |
|
|
this.$refs.form.validate((valid) => { |
|
|
debugger |
|
|
|
|
|
if (valid) { |
|
|
if (valid) { |
|
|
//this.listLoaddingPrint = true; |
|
|
//this.listLoaddingPrint = true; |
|
|
if (this.isShowHostSN === true) { |
|
|
if (this.isShowHostSN === true) { |
|
@ -1719,7 +1715,6 @@ export default { |
|
|
*/ |
|
|
*/ |
|
|
private_printMenBan() |
|
|
private_printMenBan() |
|
|
{ |
|
|
{ |
|
|
debugger |
|
|
|
|
|
this.$axios |
|
|
this.$axios |
|
|
.posts( |
|
|
.posts( |
|
|
"/api/newjit/bill-m100/save-menban-report", |
|
|
"/api/newjit/bill-m100/save-menban-report", |
|
@ -1790,7 +1785,6 @@ export default { |
|
|
*/ |
|
|
*/ |
|
|
private_printZhuHuBan(isSelAll = true) |
|
|
private_printZhuHuBan(isSelAll = true) |
|
|
{ |
|
|
{ |
|
|
debugger |
|
|
|
|
|
//门板 |
|
|
//门板 |
|
|
//传递大众顺序号起止 |
|
|
//传递大众顺序号起止 |
|
|
this.$axios |
|
|
this.$axios |
|
@ -1812,6 +1806,7 @@ export default { |
|
|
let loadInput = {}; |
|
|
let loadInput = {}; |
|
|
loadInput.dataResultType = (isSelAll == true) ? "1" : "2"; |
|
|
loadInput.dataResultType = (isSelAll == true) ? "1" : "2"; |
|
|
loadInput.reportIdList = response.item; |
|
|
loadInput.reportIdList = response.item; |
|
|
|
|
|
loadInput.productLine = this.hostPrintQuery.productLine |
|
|
//-------------------------------------- |
|
|
//-------------------------------------- |
|
|
//门板 |
|
|
//门板 |
|
|
//传递大众顺序号起止 |
|
|
//传递大众顺序号起止 |
|
@ -1885,7 +1880,6 @@ export default { |
|
|
.then((response) => { |
|
|
.then((response) => { |
|
|
//console.log(response); |
|
|
//console.log(response); |
|
|
this.PLList = response.item; |
|
|
this.PLList = response.item; |
|
|
debugger |
|
|
|
|
|
this.PLChildList = this.PLList.filter( |
|
|
this.PLChildList = this.PLList.filter( |
|
|
(u) => u.productType === parseInt(this.listQuery.productType) |
|
|
(u) => u.productType === parseInt(this.listQuery.productType) |
|
|
).sort((a, b) => { |
|
|
).sort((a, b) => { |
|
|