From ffdcb795352ff3b41c55f653c594b899d88f66ec Mon Sep 17 00:00:00 2001 From: zxx <47968546@163.com> Date: Sun, 25 Jun 2023 01:16:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B5=B4=E5=AE=A4=E6=9F=9C?= =?UTF-8?q?=E7=9A=84=E7=9B=B8=E5=85=B3=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Middle/bathroom/BathroomBanding/BathroomBanding/Edit.vue | 3 +++ .../bathroom/BathroomFittings/BathroomFittings/Edit.vue | 5 ++++- .../Middle/bathroom/BathroomLabor/BathroomLabor/Edit.vue | 3 +++ .../BathroomOutsourcing/BathroomOutsourcing/Edit.vue | 5 ++++- .../Middle/bathroom/BathroomPaint/BathroomPaint/Edit.vue | 3 +++ .../bathroom/BathroomQuotation/BathroomQuotation/Edit.vue | 4 ++-- .../Middle/bathroom/BathroomScheme/BathroomScheme/Edit.vue | 4 ++-- 7 files changed, 21 insertions(+), 6 deletions(-) diff --git a/src/pages/Middle/bathroom/BathroomBanding/BathroomBanding/Edit.vue b/src/pages/Middle/bathroom/BathroomBanding/BathroomBanding/Edit.vue index d98af00..aee741b 100644 --- a/src/pages/Middle/bathroom/BathroomBanding/BathroomBanding/Edit.vue +++ b/src/pages/Middle/bathroom/BathroomBanding/BathroomBanding/Edit.vue @@ -115,6 +115,9 @@ export default { name: [ { required: true, message: '请输入封边名称' } + ], + code: [ + { required: true, message: '请输入人工费用方案编码' } ] // =============================== 表单校验 自动生成 End =============================== diff --git a/src/pages/Middle/bathroom/BathroomFittings/BathroomFittings/Edit.vue b/src/pages/Middle/bathroom/BathroomFittings/BathroomFittings/Edit.vue index e6b258d..c2b1c7c 100644 --- a/src/pages/Middle/bathroom/BathroomFittings/BathroomFittings/Edit.vue +++ b/src/pages/Middle/bathroom/BathroomFittings/BathroomFittings/Edit.vue @@ -104,7 +104,10 @@ export default { rules: { name: [ { required: true, message: '请输入部件名称' } - ] + ], + code: [ + { required: true, message: '请输入人工费用方案编码' } + ] // =============================== 表单校验 自动生成 End =============================== }, diff --git a/src/pages/Middle/bathroom/BathroomLabor/BathroomLabor/Edit.vue b/src/pages/Middle/bathroom/BathroomLabor/BathroomLabor/Edit.vue index bb23d81..ece37cb 100644 --- a/src/pages/Middle/bathroom/BathroomLabor/BathroomLabor/Edit.vue +++ b/src/pages/Middle/bathroom/BathroomLabor/BathroomLabor/Edit.vue @@ -104,6 +104,9 @@ export default { name: [ { required: true, message: '请输入人工费用方案名称' } + ], + code: [ + { required: true, message: '请输入人工费用方案编码' } ] // =============================== 表单校验 自动生成 End =============================== diff --git a/src/pages/Middle/bathroom/BathroomOutsourcing/BathroomOutsourcing/Edit.vue b/src/pages/Middle/bathroom/BathroomOutsourcing/BathroomOutsourcing/Edit.vue index 5343053..e56a940 100644 --- a/src/pages/Middle/bathroom/BathroomOutsourcing/BathroomOutsourcing/Edit.vue +++ b/src/pages/Middle/bathroom/BathroomOutsourcing/BathroomOutsourcing/Edit.vue @@ -99,7 +99,10 @@ export default { name: [ { required: true, message: '请输入外购产品名称' } - ] + ] , + code: [ + { required: true, message: '请输入人工费用方案编码' } + ] // =============================== 表单校验 自动生成 End =============================== }, diff --git a/src/pages/Middle/bathroom/BathroomPaint/BathroomPaint/Edit.vue b/src/pages/Middle/bathroom/BathroomPaint/BathroomPaint/Edit.vue index 4f29078..e0197de 100644 --- a/src/pages/Middle/bathroom/BathroomPaint/BathroomPaint/Edit.vue +++ b/src/pages/Middle/bathroom/BathroomPaint/BathroomPaint/Edit.vue @@ -102,6 +102,9 @@ export default { name: [ { required: true, message: '请输入油漆名称' } + ], + code: [ + { required: true, message: '请输入人工费用方案编码' } ] // =============================== 表单校验 自动生成 End =============================== diff --git a/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue b/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue index 16c2f22..f95d1e7 100644 --- a/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue +++ b/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue @@ -153,8 +153,6 @@ - + diff --git a/src/pages/Middle/bathroom/BathroomScheme/BathroomScheme/Edit.vue b/src/pages/Middle/bathroom/BathroomScheme/BathroomScheme/Edit.vue index e0fc0fe..bd55963 100644 --- a/src/pages/Middle/bathroom/BathroomScheme/BathroomScheme/Edit.vue +++ b/src/pages/Middle/bathroom/BathroomScheme/BathroomScheme/Edit.vue @@ -64,10 +64,10 @@ :edit-render="{ name: '$input', props: { type: 'number' } }"> - +