diff --git a/src/views/inventory/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue index ed979144..1f77d702 100644 --- a/src/views/inventory/supInoutSearchOrder.vue +++ b/src/views/inventory/supInoutSearchOrder.vue @@ -191,6 +191,7 @@ export default { limit: 10, startAduditTime: null, endAduditTime: null, + actionType: "norDetail", }; this.actDateRange=[] this.getList(); @@ -215,7 +216,7 @@ export default { }, getList() { this.loading = true; - this.filterQuery.actionType = this.actionType; + // this.filterQuery.actionType = this.actionType; getResultOrderList(this.filterQuery) .then((response) => { if (response.code === 20000) { diff --git a/src/views/purchase/company/supCompanyEditDialog.vue b/src/views/purchase/company/supCompanyEditDialog.vue index 0e109212..d83bcf8d 100644 --- a/src/views/purchase/company/supCompanyEditDialog.vue +++ b/src/views/purchase/company/supCompanyEditDialog.vue @@ -517,6 +517,7 @@ export default { this.inputQuery.mobile=row.mobile this.inputQuery.detailAddr=row.addr this.customerId=this.inputQuery.customerId; + this.getCompanyCertList(); }, cancelDialog() { diff --git a/src/views/system/param/busTypeChange.vue b/src/views/system/param/busTypeChange.vue index 929bf156..95c618e2 100644 --- a/src/views/system/param/busTypeChange.vue +++ b/src/views/system/param/busTypeChange.vue @@ -153,7 +153,8 @@ export default { 1: "耗材领用", 2: "产品申购", 3: "采购计划", - 4: "盘点转单" + 4: "盘点转单", + 5: "采购订单" }, orderStatus: { 1: "草稿",