采购件入库KG

This commit is contained in:
zhangdingyu
2019-10-10 17:08:44 +08:00
parent 5332f68198
commit 5bb1402474

View File

@@ -126,7 +126,7 @@
</el-row>
</el-form>
</el-card>
<el-table v-show="false" :data="tableData" border style="width: 100%;margin-top:20px;">
<el-table v-show="true" :data="tableData" border style="width: 100%;margin-top:20px;">
<el-table-column v-for="item of tableHeader" :key="item" :label="item">
<el-table-column label="重量" width="120">
<template slot-scope="scope">
@@ -418,6 +418,7 @@ export default {
value: res.data[i].单位编号
})
}
this.unit = this.basicUnit[0].value
},
// 清空
clear() {