From 6af44efeb411961f0206ebb7af491d02c66be3bf Mon Sep 17 00:00:00 2001 From: chenxuhui Date: Fri, 14 Dec 2018 13:41:17 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=8E=BB=E6=8E=89=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E4=B8=8D=E9=9C=80=E8=A6=81=E6=98=BE=E7=A4=BA=E7=9A=84=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=AD=97=E6=AE=B5=202=E3=80=81=E9=85=8D=E9=80=81?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E5=8D=A0=E4=BD=8D=E5=AD=97=E4=BD=93=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=203=E3=80=81=E9=81=AE=E7=BD=A9=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/newBill/newBill.js | 6 ++++-- pages/order/newBill/newBill.wxml | 30 +++++++++++++++--------------- pages/order/newBill/newBill.wxss | 4 ++++ 3 files changed, 23 insertions(+), 17 deletions(-) diff --git a/pages/order/newBill/newBill.js b/pages/order/newBill/newBill.js index 2a294d2..40115dd 100644 --- a/pages/order/newBill/newBill.js +++ b/pages/order/newBill/newBill.js @@ -428,10 +428,11 @@ Page({ var dmo = this.data.dmo; if (dmo.Customer_ID == null) { wx.showToast({ - title: '请选择购货客户' + title: '个人信息获取不完善' }) return; } + /* if (dmo.AccountingUnit_ID == null) { wx.showToast({ title: '请选择会计单位' @@ -473,7 +474,8 @@ Page({ }) return; } - + */ + // if (dmo.DeliverAddress == "") { // wx.showToast({ // title: '请填写送货地址', diff --git a/pages/order/newBill/newBill.wxml b/pages/order/newBill/newBill.wxml index 2dd235b..aac7ccd 100644 --- a/pages/order/newBill/newBill.wxml +++ b/pages/order/newBill/newBill.wxml @@ -18,7 +18,7 @@ - + - + - + - + - + - + 配送方式 - + {{dmo.TakeGoods_Type?dmo.TakeGoods_Type:"请选择配送方式"}} @@ -105,7 +105,7 @@ {{item.Goods_Name}} - @@ -176,7 +176,7 @@ - + diff --git a/pages/order/newBill/newBill.wxss b/pages/order/newBill/newBill.wxss index 66b7f3e..6070296 100644 --- a/pages/order/newBill/newBill.wxss +++ b/pages/order/newBill/newBill.wxss @@ -83,6 +83,10 @@ page { text-align: right; } +.novalue{ + color:rgb(202, 202, 202); +} + .baseitem_key2 { color: #666; width: 30%;