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();