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

付款单,佣金付款bug修改

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