Commit 796d3146 by LJM

去掉收货板数为必填项

parent 2582084a
Showing with 1 additions and 6 deletions
......@@ -423,12 +423,7 @@
return false;
}
if (this.form.plate_num == '') {
uni.showModal({
title: '提示',
content: '收货板数为必填项',
showCancel: false
});
return false;
this.form.plate_num = 0;
}
if (this.currentIndex == 0) {
if (!this.form.logistics_company) {
......
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