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