1111
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<div class="item">
|
||||
<span class="item_text">阶梯重量(斤):</span>
|
||||
<el-input v-model="formobj.stepWeight" placeholder="" class="item_input" clearable
|
||||
oninput="value=value.replace(/[^0-9]/g,'')"/>
|
||||
oninput="value=value.replace(/[^0-9]/g,'')" />
|
||||
</div>
|
||||
<div class="item">
|
||||
<span class="item_text">阶梯价格 (元/斤):</span>
|
||||
@@ -189,6 +189,7 @@
|
||||
handleReturn(isreload) {
|
||||
if (isreload === 'true') this.$emit('reloadlist')
|
||||
this.imgList = []
|
||||
this.hideUploadBtn = true
|
||||
this.formobj = {
|
||||
sid: '',
|
||||
name: '',
|
||||
@@ -209,6 +210,7 @@
|
||||
},
|
||||
showAdd() {
|
||||
console.log(this.imgList, 88888888)
|
||||
this.hideUploadBtn = this.imgList.length != 0
|
||||
},
|
||||
showEdit(row) {
|
||||
req.goodsInit(row.sid)
|
||||
|
||||
Reference in New Issue
Block a user