|
|
|
@ -72,7 +72,7 @@ Scene({ |
|
|
|
poundInfo: result.data.weightNote, |
|
|
|
orderInfo: result.data.outboundDeliveryOrder, |
|
|
|
auditable: this.data.auditable, |
|
|
|
activeNames: ['1'], |
|
|
|
activeNames: result.data.outboundDeliveryOrder.status >= 2 ? ['2'] : ['1'], |
|
|
|
}) |
|
|
|
} |
|
|
|
wx.hideLoading() |
|
|
|
|