Browse Source

no message

feature/v2.0
xpz2018 4 years ago
parent
commit
ae20f4fc55
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/process/order-price/index.js

2
pages/process/order-price/index.js

@ -103,7 +103,7 @@ Scene({
}, },
paddingOrder: function(){ paddingOrder: function(){
if(!this.data.form.isWithoutTare){ if(!this.data.form.isWithoutTare){
Dialog.confirm({ title: '温馨提示', message: '为了防止定价流程异常,请耐心查看品,是否确定无皮过磅?' }).then(() => {
Dialog.confirm({ title: '温馨提示', message: '为了防止定价流程异常,请耐心查看品,是否确定无皮过磅?' }).then(() => {
this.setData({ ['form.isWithoutTare']: !this.data.form.isWithoutTare }) this.setData({ ['form.isWithoutTare']: !this.data.form.isWithoutTare })
}) })
} else { } else {

Loading…
Cancel
Save