From 8df20c2c7ff58c32f76f46b5304e6b751fa3cb4c Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Thu, 12 Jan 2023 15:59:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.json | 8 ++++---- src/views/inventory/InvStatistics.vue | 3 ++- src/views/purchase/supCompanyAduditDialog.vue | 6 +++--- src/views/purchase/supManufacturerAuditDialog.vue | 1 - src/views/warehouse/stockOrderDelSearch.vue | 1 + 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/public/config.json b/public/config.json index 2048a33..1504de1 100644 --- a/public/config.json +++ b/public/config.json @@ -1,7 +1,7 @@ { - "BASE_URL": "http://192.168.1.20:9906", - "SERVER_IP": "http://192.168.1.20:9906", - "hosp_name": "福建省XX市医院", - "version": "V2.0" + "BASE_URL": "http://127.0.0.1:9906", + "SERVER_IP": "http://127.0.0.1:9906", + "hosp_name": "福建省XX市医院" } + diff --git a/src/views/inventory/InvStatistics.vue b/src/views/inventory/InvStatistics.vue index 84a4a3b..81f3a10 100644 --- a/src/views/inventory/InvStatistics.vue +++ b/src/views/inventory/InvStatistics.vue @@ -150,6 +150,7 @@ import {getBussinessType} from "../../api/basic/bussinessType"; import {getBasicUnitMaintains} from "@/api/basic/basicUnitMaintain"; import {filterAllByUser, filterUplLocInv} from "@/api/basic/invWarehouse"; import {filterSubByInv} from "@/api/basic/invSubWarehouse"; +import {filterProducts} from "@/api/inventory/InvProducts"; export default { @@ -261,7 +262,7 @@ export default { getList() { this.loading = true; this.filterQuery.customerId = store.getters.customerId; - stockStatistics(this.filterQuery) + filterProducts(this.filterQuery) .then((response) => { this.showSup = response.data.showSup; this.loading = false; diff --git a/src/views/purchase/supCompanyAduditDialog.vue b/src/views/purchase/supCompanyAduditDialog.vue index c469adf..38799b6 100644 --- a/src/views/purchase/supCompanyAduditDialog.vue +++ b/src/views/purchase/supCompanyAduditDialog.vue @@ -502,13 +502,13 @@ export default { , getCompanyCertList() { - + this.certLoading = true; this.certQuery.customerId = this.inputQuery.customerId; this.certQuery.type = 1; this.certQuery.auditStatus=25; - - + + filterCompanyCert(this.certQuery) .then((response) => { this.certLoading = false; diff --git a/src/views/purchase/supManufacturerAuditDialog.vue b/src/views/purchase/supManufacturerAuditDialog.vue index 03f07ac..a26b365 100644 --- a/src/views/purchase/supManufacturerAuditDialog.vue +++ b/src/views/purchase/supManufacturerAuditDialog.vue @@ -441,7 +441,6 @@ export default { companyAddCert, }, methods: { - onPassSubmit(val) { this.inputQuery.auditStatus = 1; this.$confirm("是否审核通过?", "提示", { diff --git a/src/views/warehouse/stockOrderDelSearch.vue b/src/views/warehouse/stockOrderDelSearch.vue index b701c9f..d1b60ba 100644 --- a/src/views/warehouse/stockOrderDelSearch.vue +++ b/src/views/warehouse/stockOrderDelSearch.vue @@ -580,6 +580,7 @@ export default { detailHandleCurrentChange(val) { this.detailQuery.page = val; this.getStockOrderDetailList(); + this.detailQuery.page = 1; }, // 刷新表单 resetForm() {