|
|
@ -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 { |
|
|
|