Commit 710e69ae by liangjianmin

fix(arrivalRegister, stockRecheck): 清理多余空行,提升代码可读性

parent 0509e9e4
...@@ -1038,7 +1038,7 @@ ...@@ -1038,7 +1038,7 @@
}); });
return true; return true;
} }
// 检查单位尺寸字段 // 检查单位尺寸字段
if (!unit_length) { if (!unit_length) {
uni.showModal({ uni.showModal({
...@@ -1048,7 +1048,7 @@ ...@@ -1048,7 +1048,7 @@
}); });
return true; return true;
} }
return false; return false;
}); });
if (hasError) { if (hasError) {
......
...@@ -1285,7 +1285,7 @@ ...@@ -1285,7 +1285,7 @@
}); });
}); });
// 延迟清空勾选状态 // 延迟清空勾选状态
setTimeout(() => { setTimeout(() => {
this.clearSelection(); this.clearSelection();
......
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