Commit 763dafef by LJM

如果【实到数据】与【下单数据】不一致,则toast异常提示无法提交

parent 8afaf4c5
Showing with 8 additions and 0 deletions
......@@ -285,6 +285,14 @@
});
return false;
}
if (this.formParams.order_data != this.formParams.val) {
uni.showModal({
title: '提示',
content: '实到数据和下单数据不一致无法提交',
showCancel: false
});
return false;
}
if (this.image_list.length == 0) {
uni.showModal({
title: '提示',
......
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