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' } }"> - +