From 3872d79ab669ed57ce1dd30694a900853eb192ba Mon Sep 17 00:00:00 2001 From: anthonywj Date: Sun, 10 Oct 2021 16:04:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E4=BA=A7=E5=93=81=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/BasicThirdSys.vue | 2 +- src/views/thrsys/ThrInvProducts.vue | 8 +++++- src/views/thrsys/ThrInvProductsSelect.vue | 30 ++++++++++++++++++++--- 3 files changed, 35 insertions(+), 5 deletions(-) diff --git a/src/views/basic/BasicThirdSys.vue b/src/views/basic/BasicThirdSys.vue index 5e3f5d5..5b01ae3 100644 --- a/src/views/basic/BasicThirdSys.vue +++ b/src/views/basic/BasicThirdSys.vue @@ -214,7 +214,7 @@ this.list = response.data.list || []; this.detailList = []; this.total = response.data.total || 0; - this.getDetailList(this.list[0]); + // this.getDetailList(this.list[0]); }) diff --git a/src/views/thrsys/ThrInvProducts.vue b/src/views/thrsys/ThrInvProducts.vue index 30b35f9..a21cc79 100644 --- a/src/views/thrsys/ThrInvProducts.vue +++ b/src/views/thrsys/ThrInvProducts.vue @@ -100,6 +100,9 @@ filterQuery: { inventoryCode: null, inventoryName: null, + spec: null, + registerCertNo: null, + manufactory: null, thirdSys: null, page: 1, limit: 100, @@ -125,8 +128,11 @@ inventoryCode: null, inventoryName: null, thirdSys: null, + spec: null, + registerCertNo: null, + manufactory: null, page: 1, - limit: 20, + limit: 100, }; this.getList(); }, diff --git a/src/views/thrsys/ThrInvProductsSelect.vue b/src/views/thrsys/ThrInvProductsSelect.vue index dca0544..4eb04cd 100644 --- a/src/views/thrsys/ThrInvProductsSelect.vue +++ b/src/views/thrsys/ThrInvProductsSelect.vue @@ -4,13 +4,31 @@ + + + + + + + + + @@ -108,6 +126,9 @@ inventoryCode: null, inventoryName: null, thirdSys: null, + spec: null, + registerCertNo: null, + manufactory: null, page: 1, limit: 20, }, @@ -133,8 +154,11 @@ inventoryCode: null, inventoryName: null, thirdSys: null, + spec: null, + registerCertNo: null, + manufactory: null, page: 1, - limit: 20, + limit: 100, }; this.getList(); },