同步自助代码

prod
郑明梁 2 years ago
parent bdc5d45d28
commit 39b0088dab

@ -703,6 +703,7 @@ export default {
templateId: response.data, templateId: response.data,
orderIdFk: row.billNo, orderIdFk: row.billNo,
action: row.action, action: row.action,
moduleId: 1,
} }
orderPDFFromTemplateFile(tQuery).then((response) => { orderPDFFromTemplateFile(tQuery).then((response) => {
//pdfurl //pdfurl

@ -648,6 +648,7 @@ export default {
templateId: response.data, templateId: response.data,
orderIdFk: row.billNo, orderIdFk: row.billNo,
action: row.action, action: row.action,
moduleId: 2,
} }
orderPDFFromTemplateFile(tQuery).then((response) => { orderPDFFromTemplateFile(tQuery).then((response) => {
//pdfurl //pdfurl

@ -641,7 +641,7 @@ export default {
relIdFk: val, relIdFk: val,
manufacturerId: this.inputQuery.manufacturerIdFk, manufacturerId: this.inputQuery.manufacturerIdFk,
customerId: this.inputQuery.customerId, customerId: this.inputQuery.customerId,
auditStatus: this.inputQuery.auditStatus auditStatus: this.inputQuery.auditStatus,
}; };
bindProduct(query).then(response => { bindProduct(query).then(response => {

Loading…
Cancel
Save