Commit 3d597e3f by LJM

优化

parent 474d5337
Showing with 5 additions and 6 deletions
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name" : "wms", "name" : "wms",
"appid" : "__UNI__655E80D", "appid" : "__UNI__655E80D",
"description" : "供应链仓储App", "description" : "供应链仓储App",
"versionName" : "2.2.5", "versionName" : "2.2.6",
"versionCode" : 100000000, "versionCode" : 100000000,
"transformPx" : false, "transformPx" : false,
/* 5+App特有相关 */ /* 5+App特有相关 */
......
...@@ -337,16 +337,15 @@ ...@@ -337,16 +337,15 @@
//清空 //清空
this.searchParams.stock_in_batch_sn = ''; this.searchParams.stock_in_batch_sn = '';
this.list = []; this.list = [];
this.is_focus = false;
this.formParams.position_code = ''; //清除目标库位 this.formParams.position_code = ''; //清除目标库位
setTimeout(() => { setTimeout(() => {
this.formParams.position_code = ''; //清除目标库位 this.formParams.position_code = ''; //清除目标库位
this.formParams.stock_id = ''; //清除表单的信息 this.formParams.stock_id = ''; //清除表单的信息
this.formParams.transfer_qty = ''; //清除表单的信息 this.formParams.transfer_qty = ''; //清除表单的信息
this.searchParams.stock_in_batch_sn = ''; //清除入库批次号 旧标签 this.searchParams.stock_in_batch_sn = ''; //清除入库批次号 旧标签
this.is_focus = true; this.clearInputAndFocus();
}, 800); }, 0);
}, 2000) }, 500)
} else { } else {
this.is_submit = false; this.is_submit = false;
uni.showToast({ uni.showToast({
...@@ -409,7 +408,7 @@ ...@@ -409,7 +408,7 @@
this.is_focus = false; this.is_focus = false;
setTimeout(() => { setTimeout(() => {
this.is_focus = true; this.is_focus = true;
}, 200); }, 100);
} }
} }
}; };
......
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