Commit 17bb222b authored by 黄媛媛's avatar 黄媛媛
parents 01126e1d 6e861998
......@@ -106,9 +106,11 @@ export default {
submitForm(){
let msg = {
Id:0,
WareHouseId:0,
DetailList:[]
};
msg.Id = this.Detaildata.Id;
msg.WareHouseId = this.Detaildata.WareHouseId;
let showtis = false
this.Detaildata.DetailList.forEach(x=>{
if(x.InStockNum.length== 0){
......
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