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