Commit 152ea7e7 by LJM

add

parent 01440e80
Showing with 0 additions and 7 deletions
...@@ -939,9 +939,6 @@ ...@@ -939,9 +939,6 @@
setTimeout(() => { setTimeout(() => {
this.box_sn = ''; this.box_sn = '';
this.wsty_id = ''; this.wsty_id = '';
this.tallyData = [];
this.erp_order_sn = '';
this.form = [];
this.$refs.inputDialog.close(); this.$refs.inputDialog.close();
this.clearInput(1); this.clearInput(1);
}, 2000); }, 2000);
...@@ -958,10 +955,6 @@ ...@@ -958,10 +955,6 @@
*/ */
dialogInputClose() { dialogInputClose() {
this.$refs.inputDialog.close(); this.$refs.inputDialog.close();
this.tallyData = [];
this.erp_order_sn = '';
this.form = [];
this.clearInput(2);
}, },
/** /**
* 打印箱号 * 打印箱号
......
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