Commit 5f784286 by LJM

css

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