修复资质和带票查询问题

prod
郑明梁 2 years ago
parent 5e36d5ecd3
commit b6220c816e

@ -191,6 +191,7 @@ export default {
limit: 10, limit: 10,
startAduditTime: null, startAduditTime: null,
endAduditTime: null, endAduditTime: null,
actionType: "norDetail",
}; };
this.actDateRange=[] this.actDateRange=[]
this.getList(); this.getList();
@ -215,7 +216,7 @@ export default {
}, },
getList() { getList() {
this.loading = true; this.loading = true;
this.filterQuery.actionType = this.actionType; // this.filterQuery.actionType = this.actionType;
getResultOrderList(this.filterQuery) getResultOrderList(this.filterQuery)
.then((response) => { .then((response) => {
if (response.code === 20000) { if (response.code === 20000) {

@ -517,6 +517,7 @@ export default {
this.inputQuery.mobile=row.mobile this.inputQuery.mobile=row.mobile
this.inputQuery.detailAddr=row.addr this.inputQuery.detailAddr=row.addr
this.customerId=this.inputQuery.customerId; this.customerId=this.inputQuery.customerId;
this.getCompanyCertList();
}, },
cancelDialog() { cancelDialog() {

@ -153,7 +153,8 @@ export default {
1: "耗材领用", 1: "耗材领用",
2: "产品申购", 2: "产品申购",
3: "采购计划", 3: "采购计划",
4: "盘点转单" 4: "盘点转单",
5: "采购订单"
}, },
orderStatus: { orderStatus: {
1: "草稿", 1: "草稿",

Loading…
Cancel
Save