|
|
@ -546,7 +546,7 @@ export default { |
|
|
|
dialogFormVisible: false, |
|
|
|
formTitle: "", |
|
|
|
isEdit: false, |
|
|
|
formLoading: false, |
|
|
|
formLoading: false, //关闭窗口 |
|
|
|
tableHeight: document.documentElement.clientHeight - 335, |
|
|
|
detailTableHeight: 250, |
|
|
|
details: [], //修改子表数据源 |
|
|
@ -1277,7 +1277,7 @@ export default { |
|
|
|
this.hostPrintQuery.endHostSN = parseInt(this.form.endHostSN); |
|
|
|
|
|
|
|
if (this.listQuery.productType === 1) { |
|
|
|
//门板-打印 |
|
|
|
//柱护板-打印 |
|
|
|
this.hostCheckQuery.beginHostSN = parseInt(this.form.beginHostSN); |
|
|
|
this.hostCheckQuery.endHostSN = parseInt(this.form.endHostSN); |
|
|
|
this.hostCheckQuery.productLine = this.listQuery.productLine; |
|
|
@ -1467,7 +1467,7 @@ export default { |
|
|
|
console.log(this.fileQuery.dataname); |
|
|
|
this.$axios |
|
|
|
.posts( |
|
|
|
"/Handlers/Handler1.ashx?report=menban", |
|
|
|
"/Handlers/Handler1.ashx?report=zhuhuban", |
|
|
|
qs.stringify(this.fileQuery) |
|
|
|
) |
|
|
|
.then((response) => { |
|
|
@ -1514,7 +1514,7 @@ export default { |
|
|
|
console.log(this.fileQuery.dataname); |
|
|
|
this.$axios |
|
|
|
.posts( |
|
|
|
"/Handlers/Handler1.ashx?report=menban", |
|
|
|
"/Handlers/Handler1.ashx?report=zhuhuban", |
|
|
|
qs.stringify(this.fileQuery) |
|
|
|
) |
|
|
|
.then((response) => { |
|
|
@ -1973,7 +1973,7 @@ export default { |
|
|
|
console.log(this.fileQuery.dataname); |
|
|
|
this.$axios |
|
|
|
.posts( |
|
|
|
"/Handlers/Handler1.ashx?report=menban", |
|
|
|
"/Handlers/Handler1.ashx?report=zhuhuban", |
|
|
|
qs.stringify(this.fileQuery) |
|
|
|
) |
|
|
|
.then((response) => { |
|
|
@ -2012,7 +2012,7 @@ export default { |
|
|
|
console.log(this.fileQuery.dataname); |
|
|
|
this.$axios |
|
|
|
.posts( |
|
|
|
"/Handlers/Handler1.ashx?report=menban", |
|
|
|
"/Handlers/Handler1.ashx?report=zhuhuban", |
|
|
|
qs.stringify(this.fileQuery) |
|
|
|
) |
|
|
|
.then((response) => { |
|
|
|