11/27 单据类型查询优化 现场管理搜索按钮修改1.0

20240912_adapter
wangwei 7 months ago
parent 01da19badc
commit 0c352d9586

@ -478,6 +478,7 @@ export default {
startTime: "", startTime: "",
endTime: "", endTime: "",
inCodeStatus: '0', inCodeStatus: '0',
productType:1
}, },
detailQuery: { detailQuery: {
orderIdFk: "", orderIdFk: "",
@ -604,6 +605,7 @@ export default {
startTime: "", startTime: "",
endTime: "", endTime: "",
inCodeStatus: '0', inCodeStatus: '0',
productType:1
}; };
this.haveDistributionVisible = true; this.haveDistributionVisible = true;
this.actDateRange = []; this.actDateRange = [];

@ -187,7 +187,7 @@
type="primary" type="primary"
size="mini" size="mini"
icon="el-icon-search" icon="el-icon-search"
@click.native.stop="addCode()" @click.native.stop="enterKey($event)"
style="margin-left: 15px" style="margin-left: 15px"
> >
</el-button> </el-button>

@ -1713,6 +1713,7 @@ export default {
JSON.parse(JSON.stringify(this.orderFormData)) JSON.parse(JSON.stringify(this.orderFormData))
); );
tQuery.billNo = this.orderFormData.billNo; tQuery.billNo = this.orderFormData.billNo;
tQuery.productType = 1;
console.log("tQuery:"); console.log("tQuery:");
console.log(tQuery); console.log(tQuery);
if (this.orderFormData.billNo == null) { if (this.orderFormData.billNo == null) {

@ -945,6 +945,7 @@ export default {
fromCorp: null, fromCorp: null,
keyWords: null, keyWords: null,
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
productType:1
}, },
fromOptions: [], fromOptions: [],
reviewType: 2, reviewType: 2,
@ -1091,6 +1092,7 @@ export default {
startTime: null, startTime: null,
endTime: null, endTime: null,
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
productType:1
}; };
this.actDateRange = []; this.actDateRange = [];
this.getList(); this.getList();

@ -382,6 +382,7 @@ export default {
startTime: null, startTime: null,
endTime: null, endTime: null,
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
productType:1
}, },
checkStatus: { checkStatus: {
1: "草稿", 1: "草稿",
@ -492,6 +493,7 @@ export default {
startTime: null, startTime: null,
endTime: null, endTime: null,
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
productType:1
}; };
this.actDateRange = []; this.actDateRange = [];
this.getList(); this.getList();

@ -439,6 +439,7 @@ export default {
fromCorp: null, fromCorp: null,
// deptCode: this.$store.getters.locDeptCode, // deptCode: this.$store.getters.locDeptCode,
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
productType:1
}, },
viewType: 3, viewType: 3,
@ -562,6 +563,7 @@ export default {
endTime: null, endTime: null,
fromCorp: null, fromCorp: null,
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
productType:1
}; };
this.actDateRange = []; this.actDateRange = [];
this.getList(); this.getList();

@ -437,6 +437,7 @@ export default {
endTime: null, endTime: null,
keyWords: null, keyWords: null,
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
productType:1
}, },
fromOptions: [], fromOptions: [],
checkStatus: { checkStatus: {
@ -550,6 +551,7 @@ export default {
startTime: null, startTime: null,
endTime: null, endTime: null,
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
productType:1
}; };
this.actDateRange = []; this.actDateRange = [];
this.getList(); this.getList();

@ -353,6 +353,7 @@ export default {
keyWords: null, keyWords: null,
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
vueType: "waitCheck", vueType: "waitCheck",
productType:1
}, },
viewType: 7, viewType: 7,
checkStatus: { checkStatus: {
@ -474,6 +475,7 @@ export default {
endTime: null, endTime: null,
vueType: "waitCheck", vueType: "waitCheck",
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
productType:1
}; };
this.actDateRange = []; this.actDateRange = [];
this.getList(); this.getList();

@ -539,6 +539,7 @@ export default {
keyWords: null, keyWords: null,
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
vueType: "waitDeal", vueType: "waitDeal",
productType:1
}, },
viewType: 3, viewType: 3,
checkStatus: { checkStatus: {
@ -669,6 +670,7 @@ export default {
endTime: null, endTime: null,
vueType: "waitDeal", vueType: "waitDeal",
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
productType:1
}; };
this.actDateRange = []; this.actDateRange = [];
this.getList(); this.getList();

Loading…
Cancel
Save