Browse Source

no message

feature/v1.5
xpz2018 4 years ago
parent
commit
6a1d6f519d
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/process/outside-item/index.js

2
pages/process/outside-item/index.js

@ -23,7 +23,7 @@ Component({
}, },
methods: { methods: {
setValues: function(value){ setValues: function(value){
if(value && (util.isEmpty(this.data.item.settleUnitPrice) || Number(this.data.item.settleUnitPrice) <= 0)){
if(value && !this.data.fileList.length){
this.data.item.settleUnitPrice = value.unitPrice this.data.item.settleUnitPrice = value.unitPrice
this.statAmount() this.statAmount()
wx.nextTick(() => { wx.nextTick(() => {

Loading…
Cancel
Save