Commit cb1fae2e by 吴佳

20220211 wujia 汇出汇款 界面调整

parent 574b913d
......@@ -256,6 +256,7 @@
v-model="model.cpdgrp.rec.curf33b"
style="width: 100%"
placeholder=""
:disabled="model.cpdgrp.orc.pts.extkey && model.cpdgrp.pye.pts.extkey"
>
<el-option
v-for="item in codes.cur"
......@@ -275,6 +276,7 @@
<c-input
v-model="model.cpdgrp.rec.amtf33b"
placeholder="请输入原始金额"
:disabled="model.cpdgrp.orc.pts.extkey != '' && model.cpdgrp.pye.pts.extkey != ''"
></c-input>
</el-form-item>
</c-col>
......@@ -285,6 +287,7 @@
<c-input
v-model="model.cpdgrp.rec.f36"
placeholder=""
:disabled="model.cpdgrp.orc.pts.extkey != '' && model.cpdgrp.pye.pts.extkey != ''"
></c-input>
</el-form-item>
</c-col>
......@@ -299,6 +302,7 @@
v-model="model.cpdgrp.rec.cur71f"
placeholder=""
style="width: 100%"
:disabled="model.cpdgrp.orc.pts.extkey != '' && model.cpdgrp.pye.pts.extkey != ''"
>
<el-option
v-for="item in codes.cur"
......@@ -318,6 +322,7 @@
<c-input
v-model="model.cpdgrp.rec.amt71f"
placeholder="请输入发报行扣费金额"
:disabled="model.cpdgrp.orc.pts.extkey != '' && model.cpdgrp.pye.pts.extkey != ''"
></c-input>
</el-form-item>
</c-col>
......@@ -616,7 +621,7 @@
size="small"
type="primary"
@click="onSndpDet"
disabled
>
详情
</c-button>
......
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