Commit e44ec836 authored by 我在何方's avatar 我在何方

渠道异常不可选路线修复

parent 72cc7938
......@@ -1142,7 +1142,7 @@
"手续费(RMB)": "Handling fee (RMB)",
"需要": "need",
"不需要": "unnecessary",
"美元": "Dollar",
"元": "RMB",
"银行收款明细": "Bank Receipt Details",
"批量核销": "Batch write-off",
"添加收款明细": "Add Receipt Details",
......
......@@ -990,7 +990,7 @@
// this.productId1 = this.handlerParams.productId
// this.productId2 = this.handlerParams.productId
// }
if(this.orderExceptionData.orderExceptionType=='not_shipping_channel_exception'){
if(this.orderExceptionData.orderExceptionType=='not_shipping_channel_exception'||this.orderExceptionData.orderExceptionType=='channel_exception'){
this.getOpenedRouterList()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment