Commit 80f0e475 by LJM

检测入仓号是否理货是否为空

parent ea6cdaf0
Showing with 0 additions and 3 deletions
...@@ -243,9 +243,6 @@ ...@@ -243,9 +243,6 @@
* 检测入仓号是否理货 * 检测入仓号是否理货
*/ */
checkErpOrderSnIsTally() { checkErpOrderSnIsTally() {
if (!this.form.erp_order_sn) {
return;
}
this.request(API.checkErpOrderSnIsTally, 'GET', { erp_order_sn: this.form.erp_order_sn }, true).then(res => { this.request(API.checkErpOrderSnIsTally, 'GET', { erp_order_sn: this.form.erp_order_sn }, true).then(res => {
if (res.err_code === 0) { if (res.err_code === 0) {
this.getTallyGoods(); this.getTallyGoods();
......
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