Commit 3d597e3f by LJM

优化

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