fix:修复

lh_dev_ksck
chenhc 5 months ago
parent 835302907f
commit 212a013ff9

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

Loading…
Cancel
Save