From 0bd1b0316aaec800075957a1f100299d5f1bcd61 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 30 Nov 2022 14:41:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.json | 4 +-- .../warehouse/stockOrderNewSelectProduct.vue | 32 ++++++++++++------- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/public/config.json b/public/config.json index 1a40d85..f987e7a 100644 --- a/public/config.json +++ b/public/config.json @@ -1,6 +1,6 @@ { - "BASE_URL": "http://192.168.1.9:9906", - "SERVER_IP": "http://192.168.1.9:9906", + "BASE_URL": "http://192.168.0.109:9906", + "SERVER_IP": "http://192.168.0.109:9906", "hosp_name": "福建省XX市医院" } diff --git a/src/views/warehouse/stockOrderNewSelectProduct.vue b/src/views/warehouse/stockOrderNewSelectProduct.vue index b7a4356..ec8f0bb 100644 --- a/src/views/warehouse/stockOrderNewSelectProduct.vue +++ b/src/views/warehouse/stockOrderNewSelectProduct.vue @@ -184,8 +184,12 @@ export default { data() { return { listQuery: { - purType: null, - billNo: "", + udiCode: "", + unionCode: "", + cpmctymc: "", + ggxh: "", + ylqxzcrbarmc: "", + thrPiId: "", page: 1, limit: 10, }, @@ -248,16 +252,20 @@ export default { }, methods: { onReset() { - this.$router.push({ - path: "", - }); - this.listQuery.udiCode = null - this.listQuery.unionCode = null - this.listQuery.cpmctymc = null - this.listQuery.ggxh = null - this.listQuery.ylqxzcrbarmc = null - this.listQuery.thrPiId = null - this.getList(); + // this.$router.push({ + // path: "", + // }); + this.listQuery = { + udiCode: "", + unionCode: "", + cpmctymc: "", + ggxh: "", + ylqxzcrbarmc: "", + thrPiId: "", + page: 1, + limit: 10, + }, + this.getList(); }, tableRowClassName({row}) { if (row.checked) return "warning-row";