Commit 817fa9f6 authored by zhengke's avatar zhengke

修改

parent a9c7115d
......@@ -185,6 +185,7 @@
total: 0,
outobj: {
ID: 0,
IsOut:0, //吴大春新增字段
WarehouseOutGoodsList: [],
},
msg: {
......@@ -195,7 +196,7 @@
StartTime: '',
EndTime: '',
GoodsName: '',
IsOut: 0
IsOut: 0 //吴大春新增字段
},
goodsmsg: {
pageIndex: 1,
......@@ -328,6 +329,7 @@
}
array = this.unique(array)
this.outobj.WarehouseOutGoodsList = array;
this.outobj.IsOut=1;
that.$confirm('是否申请出库?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
......
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