Commit 87da9eeb authored by 邓春圆's avatar 邓春圆

付款单,佣金付款bug修改

parent f9e114ca
......@@ -559,6 +559,7 @@ export function cancelFinancePaymentWriteOff(data){
data
})
}
// 取消付款单反核销
export function cancelFinancePaymentWriteOffNo(data){
return request({
url:'/ecw/payment/cancelFinancePaymentWriteOffNo',
......
......@@ -245,6 +245,7 @@ export default {
"paymentId": this.paymentRow.id,
"paymentNo": this.paymentRow.paymentNo,
"remark":this.paymentValue,
"reason":this.paymentValue
}
switch (this.paymentIndex){
case 1:
......
......@@ -426,14 +426,14 @@ export default {
// 取消审核
cancelFinancePaymentApproval(p).then(()=>resolve(this.$t('取消付款单审核成功!')),reject)
break
case 2:
// 取消付款单反审核
case 2:
cancelFinancePaymentApprovalNo(p).then(()=>resolve(this.$t('取消付款单反审核成功!')),reject)
break
break;
case 3:
//取消付款单核销
cancelFinancePaymentWriteOffNo(p).then(()=>resolve(this.$t('取消付款单核销成功!')),reject)
break;
break
case 4:
// 反审核
paymentVerifyCancel(p).then(()=>resolve(this.$t('提交付款单反审核成功,请耐心等待审核结果!')),reject)
......
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