|
|
@ -151,7 +151,7 @@ Scene({ |
|
|
data.productId = this.data.form.productId |
|
|
data.productId = this.data.form.productId |
|
|
data.sign = this.data.form.sign |
|
|
data.sign = this.data.form.sign |
|
|
data.unitPrice = Number(this.data.form.unitPrice) |
|
|
data.unitPrice = Number(this.data.form.unitPrice) |
|
|
checkingOrder(data).then(result => { |
|
|
|
|
|
|
|
|
checkingOrder({ id: this.data.form.id, editOrderPriceDto: data }).then(result => { |
|
|
wx.hideLoading() |
|
|
wx.hideLoading() |
|
|
event.emit('OrderMessage', { what: 12, desc: 'checkingOrder' }) |
|
|
event.emit('OrderMessage', { what: 12, desc: 'checkingOrder' }) |
|
|
util.showBackToast('订单审核已通过') |
|
|
util.showBackToast('订单审核已通过') |
|
|
|