Commit 6e861998 authored by 吴春's avatar 吴春

提交代码

parent ddd2b292
......@@ -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