修改打印单据问题

ywj_dev
郑明梁 2 years ago
parent ff38322edd
commit 555facb099

@ -772,7 +772,7 @@ export default {
printOrder(row) {
let tQuery = {
action: row.action,
moduleId: 2,
status: row.status,
}
this.loading = true;
inspectionOrderPDFFromTemplateFile(tQuery).then((response) => {
@ -781,7 +781,7 @@ export default {
templateId: response.data,
orderIdFk: row.billNo,
action: row.action,
moduleId: 2,
status: row.status,
}
orderPDFFromTemplateFile(tQuery).then((response) => {
//pdfurl

@ -736,7 +736,7 @@ export default {
printOrder(row) {
let tQuery = {
action: row.action,
moduleId: 2,
status: row.status,
}
this.loading = true;
inspectionOrderPDFFromTemplateFile(tQuery).then((response) => {
@ -745,7 +745,7 @@ export default {
templateId: response.data,
orderIdFk: row.billNo,
action: row.action,
moduleId: 2,
status: row.status,
}
orderPDFFromTemplateFile(tQuery).then((response) => {
//pdfurl

@ -64,7 +64,6 @@
<el-button icon="el-icon-view" type="primary" @click="hideSearch">/</el-button>
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
<el-button type="primary" icon="el-icon-search" @click="search"></el-button>
<el-button type="primary" icon="el-icon-search" @click="acts"></el-button>
</el-button-group>
</div>

@ -413,7 +413,7 @@ export default {
},
jumpDl(row) {
this.handleDownload(this.BASE_URL + "/udiwms/donwload/file?fileName=" + row.templateDlUrl, row.name + ".jrxml");
this.handleDownload(this.BASE_URL + "/udiwms/donwload/printFile?fileName=" + row.templateDlUrl, row.name + ".jrxml");
},
getModuleList() {
this.moduleLoading = true;

@ -413,7 +413,7 @@ export default {
},
jumpDl(row) {
this.handleDownload(this.BASE_URL + "/udiwms/donwload/file?fileName=" + row.templateDlUrl, row.name + ".jrxml");
this.handleDownload(this.BASE_URL + "/udiwms/donwload/printFile?fileName=" + row.templateDlUrl, row.name + ".jrxml");
},
getModuleList() {
this.moduleLoading = true;

@ -413,7 +413,7 @@ export default {
},
jumpDl(row) {
this.handleDownload(this.BASE_URL + "/udiwms/donwload/file?fileName=" + row.templateDlUrl, row.name + ".jrxml");
this.handleDownload(this.BASE_URL + "/udiwms/donwload/printFile?fileName=" + row.templateDlUrl, row.name + ".jrxml");
},
getModuleList() {
this.moduleLoading = true;

Loading…
Cancel
Save