From 6752f96d4f8b2b2764b1bf8a930127da1583379c Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Tue, 12 Nov 2024 15:07:16 +0800 Subject: [PATCH] =?UTF-8?q?11/12=20=E4=BE=9B=E5=BA=94=E5=95=86=E9=80=89?= =?UTF-8?q?=E5=85=A5=E5=A2=9E=E5=8A=A0=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E5=88=B6=E5=89=82=E8=A7=84=E6=A0=BC=20=E5=8C=85=E8=A3=85?= =?UTF-8?q?=E8=A7=84=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basicCompanyProductsImport.vue | 45 ++++++++++++------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/src/views/supplier/companyDrug/basicCompanyProductsImport.vue b/src/views/supplier/companyDrug/basicCompanyProductsImport.vue index e5568c3..fe0e34c 100644 --- a/src/views/supplier/companyDrug/basicCompanyProductsImport.vue +++ b/src/views/supplier/companyDrug/basicCompanyProductsImport.vue @@ -15,6 +15,16 @@ clearable="true"> + + + + + + + + + + @@ -26,25 +36,26 @@ clearable="true"> - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -768,7 +779,9 @@ export default { limit: 10, addType: 1, isDisable: false, - productsType: 2 + productsType: 2, + bzgg:"", + prepnSpec:"", }, @@ -912,7 +925,9 @@ export default { page: 1, limit: 10, addType: 1, - productsType: 2 + productsType: 2, + bzgg:"", + prepnSpec:"", }; this.getList(); },