From b6220c816e3f94c4863345447613938e50bd9690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Thu, 4 May 2023 15:47:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B5=84=E8=B4=A8=E5=92=8C?= =?UTF-8?q?=E5=B8=A6=E7=A5=A8=E6=9F=A5=E8=AF=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/supInoutSearchOrder.vue | 3 ++- src/views/purchase/company/supCompanyEditDialog.vue | 1 + src/views/system/param/busTypeChange.vue | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) 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: "草稿",