Commit 802d1a54 authored by yanglilong's avatar yanglilong

Merge branch 'func_eccs_1942' into 'master'

fix EOB管理未赔付金额不可编辑问题

See merge request !29
parents 2fc069d2 5ef8173b
......@@ -141,7 +141,7 @@
</a-col>
<a-col :lg="12" :xs="24">
<a-form-model-item label="未赔付金额" prop="refuseAmountEob">
<a-input v-model.trim="editFormObj.refuseAmountEob" placeholder="未赔付金额" type="number" disabled />
<a-input v-model.trim="editFormObj.refuseAmountEob" placeholder="未赔付金额" type="number" />
</a-form-model-item>
</a-col>
<!-- eccs-1944 -->
......@@ -336,7 +336,6 @@ export default {
claimsStatus: record.claimsStatus || "",
paidAmountEob: record.paidAmountEob || "",
};
this.moneyChange();
})
},
//编辑保存
......
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