Commit 68a84b5a by yuzhenWang

Merge branch 'wyz' into 'test'

修复应付款新增报错

See merge request !113
parents 9a0e84b3 5db53f9f
......@@ -241,7 +241,8 @@ import {
addPayRecord,
updatePayRecord,
exportPayRecord,
payableReport
payableReport,
commissionExchangeRateApi
} from '@/api/financial/commission'
import SearchForm from '@/components/SearchForm/SearchForm.vue'
import CommonDialog from '@/components/commonDialog'
......@@ -788,7 +789,6 @@ const handleInputChange = async (formType, prop, value, item) => {
let policyNo = addPayRecordFormModel.value.policyNo
let fortunePeriod = addPayRecordFormModel.value.fortunePeriod
if ((prop == 'policyNo' || prop == 'fortunePeriod') && fortunePeriod && policyNo) {
//等待后端接口
const res = await commissionExchangeRateApi({
policyNo: policyNo,
commissionPeriod: fortunePeriod
......
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