fix:修复

lh_dev_ksck
chenhc 8 months ago
parent 835302907f
commit 212a013ff9

@ -199,7 +199,7 @@ export default {
filterQuery: { filterQuery: {
id: "", id: "",
orderIdFk: null, orderIdFk: null,
invCode: null, invCode: this.$store.getters.locInvCode,
fromCorp: null, fromCorp: null,
hcType: null, hcType: null,
fromCorpName: null, fromCorpName: null,
@ -317,7 +317,7 @@ export default {
this.filterQuery = { this.filterQuery = {
id: "", id: "",
orderIdFk: null, orderIdFk: null,
invCode: null, invCode: this.$store.getters.locInvCode,
fromCorp: null, fromCorp: null,
hcType: null, hcType: null,
fromCorpName: null, fromCorpName: null,
@ -452,6 +452,7 @@ export default {
this.optinPrintLoading = false this.optinPrintLoading = false
if (res.code === 20000) { if (res.code === 20000) {
let printParams = { let printParams = {
invCode: this.$store.getters.locInvCode,
mainAction :this.filterQuery.mainAction, mainAction :this.filterQuery.mainAction,
fromInvCode :this.filterQuery.fromInvCode, fromInvCode :this.filterQuery.fromInvCode,
startAduditTime :this.filterQuery.startAduditTime, startAduditTime :this.filterQuery.startAduditTime,
@ -504,10 +505,10 @@ export default {
this.selectPrinttLoading = false this.selectPrinttLoading = false
if (res.code === 20000) { if (res.code === 20000) {
let printParams = { let printParams = {
invCode: this.$store.getters.locInvCode,
templateId: res.data, templateId: res.data,
orderIdFk: this.filterQuery.orderIdFk, orderIdFk: this.filterQuery.orderIdFk,
fromInvCode: this.filterQuery.fromInvCode, fromInvCode: this.filterQuery.fromInvCode,
invCode: this.filterQuery.invCode,
nameCode: this.filterQuery.nameCode, nameCode: this.filterQuery.nameCode,
coName: this.filterQuery.coName, coName: this.filterQuery.coName,
spec: this.filterQuery.spec, spec: this.filterQuery.spec,

Loading…
Cancel
Save