采购件入库KG
This commit is contained in:
@@ -126,7 +126,7 @@
|
|||||||
</el-row>
|
</el-row>
|
||||||
</el-form>
|
</el-form>
|
||||||
</el-card>
|
</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 v-for="item of tableHeader" :key="item" :label="item">
|
||||||
<el-table-column label="重量" width="120">
|
<el-table-column label="重量" width="120">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@@ -418,6 +418,7 @@ export default {
|
|||||||
value: res.data[i].单位编号
|
value: res.data[i].单位编号
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
this.unit = this.basicUnit[0].value
|
||||||
},
|
},
|
||||||
// 清空
|
// 清空
|
||||||
clear() {
|
clear() {
|
||||||
|
|||||||
Reference in New Issue
Block a user