From 9792f827678cbe7851a29ed760aebaed4ceb223f Mon Sep 17 00:00:00 2001 From: chenxuhui Date: Thu, 13 Dec 2018 17:46:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E8=AE=A2=E5=8D=95=E4=B8=8D?= =?UTF-8?q?=E5=BC=BA=E5=88=B6=E8=BE=93=E5=85=A5=E9=80=81=E8=B4=A7=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/newBill/newBill.js | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/pages/order/newBill/newBill.js b/pages/order/newBill/newBill.js index bc96f35..f55aa97 100644 --- a/pages/order/newBill/newBill.js +++ b/pages/order/newBill/newBill.js @@ -468,12 +468,12 @@ Page({ return; } - if (dmo.DeliverAddress == "") { - wx.showToast({ - title: '请填写送货地址', - }) - return; - } + // if (dmo.DeliverAddress == "") { + // wx.showToast({ + // title: '请填写送货地址', + // }) + // return; + // } for (var i = 0; i < dmo.Details.length; i++) { if (dmo.Details[i].SaleGoods_ID == null) { @@ -488,12 +488,7 @@ Page({ }) return; } - // if (dmo.Details[i].SecondNumber == null) { - // wx.showToast({ - // title: '辅数量不能为空', - // }) - // return; - // } + } let method = insert;