|
|
@@ -62,7 +62,7 @@ Page({
|
|
|
// 路由
|
|
|
routeObjName: 'inboundProcessing',
|
|
|
inboundOtherService: app.globalData['inboundOtherService'],
|
|
|
- inboundPurchaserReturnService: app.globalData['inboundPurchaserReturnService'],
|
|
|
+ inboundReturnService: app.globalData['inboundReturnService'],
|
|
|
// 主键Id
|
|
|
primaryKey: 'intoId',
|
|
|
table: Constants.tables.inbound,
|
|
|
@@ -314,7 +314,7 @@ Page({
|
|
|
} else if (this.data.item.intoType == Constants.intoType.other) {
|
|
|
return this.excute(this.data.inboundOtherService, this.data.inboundOtherService.inBoundHandle, this.data.params)
|
|
|
} else {
|
|
|
- return this.excute(this.data.inboundPurchaserReturnService, this.data.inboundPurchaserReturnService.inBoundHandle, this.data.params)
|
|
|
+ return this.excute(this.data.inboundReturnService, this.data.inboundReturnService.returnHandle, this.data.params)
|
|
|
}
|
|
|
} else {
|
|
|
wx.navigateBack({
|