From d780005692b73b193886ffb7ecf86b2b9ee20948 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Tue, 26 Nov 2024 15:01:15 +0800 Subject: [PATCH] =?UTF-8?q?YT-1249=E5=AE=A2=E6=88=B7=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E3=80=81=E5=B9=B4=E6=9C=88=E5=BA=94=E6=98=AF=E5=BF=85=E5=A1=AB?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/ImportCustomerStatementForecastForm.vue | 16 ++++++++++++---- .../src/ImportCustomerStatementForm.vue | 16 +++++++++++++--- .../src/ImportSupplierMoldCostForm.vue | 14 +++++++++++--- 3 files changed, 36 insertions(+), 10 deletions(-) diff --git a/src/components/ImportForm/src/ImportCustomerStatementForecastForm.vue b/src/components/ImportForm/src/ImportCustomerStatementForecastForm.vue index d7ffa66c5..2e5fdae96 100644 --- a/src/components/ImportForm/src/ImportCustomerStatementForecastForm.vue +++ b/src/components/ImportForm/src/ImportCustomerStatementForecastForm.vue @@ -6,11 +6,12 @@ :model="queryParams" class="demo-form-inline" style="margin-bottom: 10px" - label-width="70px" + label-width="80px" + :rules="rules" > - + - + {//获取客户列表 var param ={} const list = await CustomerApi.getCustomerListPc(param); diff --git a/src/components/ImportForm/src/ImportCustomerStatementForm.vue b/src/components/ImportForm/src/ImportCustomerStatementForm.vue index 368dddc93..a54f52544 100644 --- a/src/components/ImportForm/src/ImportCustomerStatementForm.vue +++ b/src/components/ImportForm/src/ImportCustomerStatementForm.vue @@ -6,11 +6,12 @@ :model="queryParams" class="demo-form-inline" style="margin-bottom: 10px" - label-width="70px" + label-width="80px" + :rules="rules" > - + - + {//获取客户列表 var param ={} const list = await CustomerApi.getCustomerListPc(param); diff --git a/src/components/ImportForm/src/ImportSupplierMoldCostForm.vue b/src/components/ImportForm/src/ImportSupplierMoldCostForm.vue index 21390cacc..c628365ab 100644 --- a/src/components/ImportForm/src/ImportSupplierMoldCostForm.vue +++ b/src/components/ImportForm/src/ImportSupplierMoldCostForm.vue @@ -7,10 +7,11 @@ class="demo-form-inline" style="margin-bottom: 10px" label-width="70px" + :rules="rules" > - + - + {//获取客户列表 const list = await SuppliperMoldCostMainApi.getCustomerList();