|
@@ -215,15 +215,7 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
- <el-form-item
|
|
|
|
|
- label="计量单位"
|
|
|
|
|
- prop="measuringUnit"
|
|
|
|
|
- :rules="{
|
|
|
|
|
- required: mandatoryFieldList.includes('measuringUnit'),
|
|
|
|
|
- message: '请选择计量单位',
|
|
|
|
|
- trigger: 'change'
|
|
|
|
|
- }"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ <el-form-item label="计量单位" prop="measuringUnit">
|
|
|
<DictSelection
|
|
<DictSelection
|
|
|
dictName="计量单位"
|
|
dictName="计量单位"
|
|
|
clearable
|
|
clearable
|
|
@@ -235,15 +227,7 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
- <el-form-item
|
|
|
|
|
- label="重量单位"
|
|
|
|
|
- prop="weightUnit"
|
|
|
|
|
- :rules="{
|
|
|
|
|
- required: mandatoryFieldList.includes('weightUnit'),
|
|
|
|
|
- message: '请选择重量单位',
|
|
|
|
|
- trigger: 'change'
|
|
|
|
|
- }"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ <el-form-item label="重量单位" prop="weightUnit">
|
|
|
<DictSelection
|
|
<DictSelection
|
|
|
dictName="重量单位"
|
|
dictName="重量单位"
|
|
|
clearable
|
|
clearable
|
|
@@ -255,15 +239,7 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
- <el-form-item
|
|
|
|
|
- label="包装单位"
|
|
|
|
|
- prop="packingUnit"
|
|
|
|
|
- :rules="{
|
|
|
|
|
- required: mandatoryFieldList.includes('packingUnit'),
|
|
|
|
|
- message: '请选择包装单位',
|
|
|
|
|
- trigger: 'change'
|
|
|
|
|
- }"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ <el-form-item label="包装单位" prop="packingUnit">
|
|
|
<DictSelection
|
|
<DictSelection
|
|
|
dictName="包装单位"
|
|
dictName="包装单位"
|
|
|
clearable
|
|
clearable
|