Commit 72411955 by LJM

css

parent 62a22c69
Showing with 0 additions and 11 deletions
......@@ -542,17 +542,6 @@ export default {
return false;
}
if (this.detail.stock_in_type == 4) {
if (!this.formParams.coo) {
uni.showModal({
itle: '提示',
content: '请填写产地',
showCancel: false
});
return false;
}
}
var wait_tally_qty = Number(this.detail.wait_tally_qty);
var params = {
......
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