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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save