|
|
|
@ -26,6 +26,9 @@ Component({ |
|
|
|
if(value){ |
|
|
|
this.data.item.settleUnitPrice = value.unitPrice |
|
|
|
this.statAmount() |
|
|
|
wx.nextTick(() => { |
|
|
|
this.triggerEvent('change', {index: this.data.index, item: this.data.item}); |
|
|
|
}) |
|
|
|
if(value.weightNoteImages){ |
|
|
|
this.data.fileList = [] |
|
|
|
for (let index = 0; index < value.weightNoteImages.length; index++) { |
|
|
|
|