删除免审编辑的重量,体积
This commit is contained in:
parent
fce586d01d
commit
2e5d8b27ab
src/views/product/productList
|
@ -121,7 +121,7 @@
|
|||
<el-input v-model="oneFormBatch[0].bar_code" />
|
||||
</template>
|
||||
</el-table-column> -->
|
||||
<el-table-column label="重量(KG)" min-width="100" align="center">
|
||||
<!-- <el-table-column label="重量(KG)" min-width="100" align="center">
|
||||
<template slot-scope="scope">
|
||||
<el-input-number v-model="oneFormBatch[0].weight" :min="0" class="priceBox" controls-position="right"/>
|
||||
</template>
|
||||
|
@ -130,7 +130,7 @@
|
|||
<template slot-scope="scope">
|
||||
<el-input-number v-model="oneFormBatch[0].volume" :min="0" class="priceBox" controls-position="right"/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table-column> -->
|
||||
<el-table-column label="操作" min-width="150">
|
||||
<template slot-scope="scope">
|
||||
<a href="javascript: void(0);" class="ela-btn" @click="batchAdd">添加</a>
|
||||
|
@ -266,8 +266,8 @@ const defaultObj = {
|
|||
// ot_price: 0,
|
||||
stock: 0,
|
||||
// bar_code: '',
|
||||
weight: 0,
|
||||
volume: 0
|
||||
// weight: 0,
|
||||
// volume: 0
|
||||
}]
|
||||
}
|
||||
const objTitle = {
|
||||
|
|
Loading…
Reference in New Issue