Commit 59107fa8 authored by 李硕's avatar 李硕

库存保存校验修改

parent 1eeb527d
......@@ -484,10 +484,6 @@ Component({
} = this.data;
const isImagePass = image && imageTips.status !== "error";
let stockPass = true;
if (switchStock === STOCK_LIMIT && !stock) {
stockPass = false;
}
const isEquietyPass =
type == EQUITY_TYPE &&
!!name.trim() &&
......
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 to comment