Commit 817fa9f6 authored by zhengke's avatar zhengke

修改

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