Commit 5f784286 by LJM

css

parent 6d56b3e9
...@@ -448,6 +448,7 @@ export default { ...@@ -448,6 +448,7 @@ export default {
setTimeout(() => { setTimeout(() => {
this.getData(); this.getData();
if (pick_qty_num == num) { if (pick_qty_num == num) {
this.searchParams.stock_in_batch_sn = '';
this.closeDrawer(1); this.closeDrawer(1);
} else { } else {
this.picked_num = Number(this.picked_num) - pick_qty_num; this.picked_num = Number(this.picked_num) - pick_qty_num;
......
...@@ -243,6 +243,7 @@ export default { ...@@ -243,6 +243,7 @@ export default {
} }
}, 1000); }, 1000);
} else { } else {
this.getData();
this.input_flag = false; this.input_flag = false;
} }
}, 500), }, 500),
......
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 sign in to comment