Commit bcccb77f authored by Mac's avatar Mac

修改

parent 27220a6b
......@@ -324,6 +324,8 @@
this.assetsApipost("/api/property/GetStockOutGoodsInfo", {Code:x.input}, res => {
if (res.data.resultCode == 1) {
let data = res.data.data.GoodsModel;
this.Success(res.data.data.Msg);
let show = false
this.selectList[index].list.map(x=>{//判读有没有重复的扫码
if(x.ValidityId == data.ValidityId){
......@@ -344,9 +346,13 @@
} else {
this.Info(res.data.message);
}
})
this.selectList[index].input = ''
this.$forceUpdate()
},null)
}
},
DeleteTemplate(row,index,y){//删除扫码的
this.selectList[y].list.splice(index,1)
......
......@@ -214,7 +214,13 @@
src="../../assets/img/userman/edit1.png" alt="">
</span>
</div>
<div flex="cross:center main:center" style="width: 45px;">数量:x {{list.Number}}</div>
<!-- <div flex="cross:center main:center" style="width: 45px;">数量:x {{list.Number}}</div>-->
<div flex="cross:center main:center" style="display: flex;flex-direction: column;">
<div>
数量:x {{list.Number}}
</div>
<el-tag v-if="list.IsApplyForAfterSale && list.IsApplyForAfterSale == 1" size="small" type="danger">已退货退款</el-tag>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment