Commit beed4825 by wangna

dbeame、dbfame修改

parent f80d9177
......@@ -9,6 +9,7 @@
v-model="model.ctlmod.dbl.reldat"
style="width: 100%"
placeholder="请选择收付汇日期"
disabled
></c-date-picker>
</el-form-item>
</c-col>
......
......@@ -174,6 +174,7 @@
<c-input
v-model="model.recgrp.bas.issdate"
placeholder="请输入开证日期"
:disabled="!(model.recgrp.bas.methods=='L'||model.recgrp.bas.methods=='G')"
></c-input>
</el-form-item>
</c-col>
......@@ -294,6 +295,7 @@
v-model="model.recgrp.bas.lcbgno"
maxlength="32"
placeholder="请输入信用证/保函编号"
:disabled="!(model.recgrp.bas.methods=='L'||model.recgrp.bas.methods=='G')"
></c-input>
</el-form-item>
</c-col>
......@@ -304,6 +306,7 @@
v-model="model.recgrp.bas.tenor"
maxlength="32"
placeholder="请输入期限"
:disabled="!(model.recgrp.bas.methods=='L'||model.recgrp.bas.methods=='G')"
></c-input>
</el-form-item>
</c-col>
......
......@@ -9,6 +9,7 @@
v-model="model.ctlmod.dbl.reldat"
style="width: 100%"
placeholder="请选择收付汇日期"
disabled
></c-date-picker>
</el-form-item>
</c-col>
......
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