Commit 4148c8ff by LJM

移动端--快速移位--移位成功后,移下一次货品时,库位输入框自动将上一个移位的保存下来了

parent af04ab66
Showing with 4 additions and 1 deletions
......@@ -338,7 +338,10 @@
this.list = [];
this.is_focus = false;
setTimeout(() => {
this.searchParams.stock_in_batch_sn = '';
this.formParams.position_code = ''; //清除目标库位
this.formParams.stock_id = ''; //清除表单的信息
this.formParams.transfer_qty = ''; //清除表单的信息
this.searchParams.stock_in_batch_sn = ''; //清除入库批次号 旧标签
this.is_focus = true;
}, 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