|
@@ -71,7 +71,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
getOrderReceiptDetailType(id,data) {
|
|
|
- // 收款详情查询跳转URL 收款款项类型:1订单款,2非订单款,3返佣款 4订单款或者非订单款(因财务阶段无法区分订单非订单), 5供应商退款
|
|
|
this.OrderService.orderReceiptDetailType({ id: id })
|
|
|
.then(response => {
|
|
|
/**
|
|
@@ -98,10 +97,10 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
.catch(err => {
|
|
|
- console.log('=======>分享查询收款详情异常<=======')
|
|
|
+ console.log('分享查询收款详情异常====>',err)
|
|
|
})
|
|
|
},
|
|
|
- navigateLinkJump(receipt){
|
|
|
+ navigateLinkJump(receipt){// 收款详情查询跳转URL 收款款项类型:1订单款,2非订单款,3返佣款 4订单款或者非订单款(因财务阶段无法区分订单非订单), 5供应商退款
|
|
|
switch(receipt.receiptType){
|
|
|
case 1:// 1:订单 1待确认、2已确认(待审核)、3审核通过、4审核未通过、5收款撤销【线上支付成功为审核通过】
|
|
|
if(receipt.receiptStatus == 1 || receipt.receiptStatus == 4 || receipt.receiptStatus == 5){// 订单待确认
|