diff --git a/src/views/emis/emisCommissionDtl/index.vue b/src/views/emis/emisCommissionDtl/index.vue index b7c99eaf..e7d2018b 100644 --- a/src/views/emis/emisCommissionDtl/index.vue +++ b/src/views/emis/emisCommissionDtl/index.vue @@ -795,6 +795,9 @@ export default { if (j === 'paymentType') { return this.selectDictLabel(this.dict.type.emis_payment_type,v['paymentType']); } + if (j === 'feeType') { + return this.selectDictLabel(this.dict.type.emis_commission_fee_type,v['feeType']); + } return v[j] })) }, diff --git a/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue b/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue index d02837f6..b5d44afd 100644 --- a/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue +++ b/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue @@ -326,12 +326,18 @@ + - + + + + -