|
@@ -106,7 +106,7 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
@@ -137,12 +137,11 @@
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
<el-row class="rx-cc">
|
|
<el-row class="rx-cc">
|
|
|
- <el-button size="small" type="danger" icon="el-icon-delete" @click="removeBom(index)"
|
|
|
|
|
- >删除</el-button>
|
|
|
|
|
|
|
+ <el-button size="small" type="danger" icon="el-icon-delete" @click="removeBom(index)">删除</el-button>
|
|
|
|
|
|
|
|
- <el-button type="primary" size="small" @click="save">
|
|
|
|
|
- 保存
|
|
|
|
|
- </el-button>
|
|
|
|
|
|
|
+ <el-button type="primary" size="small" @click="save">
|
|
|
|
|
+ 保存
|
|
|
|
|
+ </el-button>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</el-card>
|
|
</el-card>
|
|
|
|
|
|
|
@@ -245,12 +244,12 @@ export default {
|
|
|
label: '型号'
|
|
label: '型号'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- prop: 'measuringUnit',
|
|
|
|
|
- label: '计量单位'
|
|
|
|
|
|
|
+ prop: 'weightUnit',
|
|
|
|
|
+ label: '重量单位'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- prop: 'packingUnit',
|
|
|
|
|
- label: '包装单位'
|
|
|
|
|
|
|
+ prop: 'netWeight',
|
|
|
|
|
+ label: '净重'
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
{
|
|
{
|
|
@@ -328,12 +327,12 @@ export default {
|
|
|
pageNum: 1,
|
|
pageNum: 1,
|
|
|
size: 100
|
|
size: 100
|
|
|
});
|
|
});
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
this.versionList = res.list
|
|
this.versionList = res.list
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
handleAdd() {
|
|
handleAdd() {
|
|
|
- this.materialShow = true
|
|
|
|
|
|
|
+ this.materialShow = true
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
removeBom(index) {
|
|
removeBom(index) {
|