|
@@ -86,11 +86,7 @@
|
|
|
</el-select>
|
|
</el-select>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="8">
|
|
|
|
|
- <el-form-item label="批准文号" prop="approvalNumber">
|
|
|
|
|
- <el-input v-model="form.approvalNumber" />
|
|
|
|
|
- </el-form-item>
|
|
|
|
|
- </el-col>
|
|
|
|
|
|
|
+
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
<el-form-item label="牌号" prop="brandNum">
|
|
<el-form-item label="牌号" prop="brandNum">
|
|
|
<el-input v-model="form.brandNum" />
|
|
<el-input v-model="form.brandNum" />
|
|
@@ -108,12 +104,6 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
|
- <el-col :span="8">
|
|
|
|
|
- <el-form-item label="包装规格" prop="packingSpecification">
|
|
|
|
|
- <el-input v-model="form.packingSpecification" />
|
|
|
|
|
- </el-form-item>
|
|
|
|
|
- </el-col>
|
|
|
|
|
-
|
|
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
<el-form-item label="计量单位" prop="measuringUnit">
|
|
<el-form-item label="计量单位" prop="measuringUnit">
|
|
|
<DictSelection
|
|
<DictSelection
|
|
@@ -161,6 +151,9 @@
|
|
|
</div>
|
|
</div>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
<el-form-item label="毛重">
|
|
<el-form-item label="毛重">
|
|
|
<div class="form-line">
|
|
<div class="form-line">
|
|
@@ -197,7 +190,6 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
<el-col :span="8" v-for="(f, idx) in fileList" :key="idx">
|
|
<el-col :span="8" v-for="(f, idx) in fileList" :key="idx">
|
|
|
<el-form-item :label="f.label">
|
|
<el-form-item :label="f.label">
|
|
|
<template>
|
|
<template>
|
|
@@ -207,6 +199,8 @@
|
|
|
</template>
|
|
</template>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
</el-card>
|
|
</el-card>
|
|
@@ -317,12 +311,9 @@
|
|
|
categoryLevelName: '',
|
|
categoryLevelName: '',
|
|
|
isConsumable: 1,
|
|
isConsumable: 1,
|
|
|
|
|
|
|
|
- extField: {
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ extField: {}
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
-
|
|
|
|
|
remarkform: {
|
|
remarkform: {
|
|
|
remarkAttach: []
|
|
remarkAttach: []
|
|
|
},
|
|
},
|
|
@@ -455,11 +446,10 @@
|
|
|
|
|
|
|
|
getFieldModel() {
|
|
getFieldModel() {
|
|
|
fieldModel({ fieldModel: 't_main_category' }).then((res) => {
|
|
fieldModel({ fieldModel: 't_main_category' }).then((res) => {
|
|
|
-
|
|
|
|
|
this.fileList = res;
|
|
this.fileList = res;
|
|
|
|
|
|
|
|
this.fileList.forEach((f) => {
|
|
this.fileList.forEach((f) => {
|
|
|
- this.$set(this.form.extField, f.prop, ''); // 初始化动态模型属性
|
|
|
|
|
|
|
+ this.$set(this.form.extField, f.prop, ''); // 初始化动态模型属性
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|