Commit c0fe685f by 1198835488@qq.com

m

parent c50b5739
......@@ -18,7 +18,6 @@
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Total Additional" prop="btdgrp.cbs.max2.cur">
......@@ -34,10 +33,6 @@
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Document Amount" prop="btdgrp.cbs.max.cur">
......@@ -53,11 +48,11 @@
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Additional Amount" prop="btdgrp.cbs.max2.cur">
<c-select v-model="model.btdgrp.cbs.max2.cur" style="width:100%"
<el-form-item label="Additional Amount" prop="btdgrp.cbs.opnbe1amt.cur">
<c-input v-model="model.btdgrp.cbs.opnbe1amt.cur" maxlength="3"
placeholder="请输入Difference Document"
disabled
placeholder="请选择Total Additional">
</c-select>
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
......@@ -146,8 +141,8 @@
</c-col>
<c-col :span="24">
<c-col :span="20">
<el-form-item label="" prop="btdgrp.oth.pts.extkey" label-width="0px">
<c-input v-model="model.btdgrp.oth.pts.extkey" maxlength="16" placeholder="请输入External Key of Address" disabled></c-input>
<el-form-item label="" prop="btdgrp.prb.pts.extkey" label-width="0px">
<c-input v-model="model.btdgrp.prb.pts.extkey" maxlength="16" placeholder="请输入External Key of Address" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="4" style="text-align: right">
......@@ -157,8 +152,8 @@
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="btdgrp.oth.pts.adrblk" label-width="0px">
<c-input type="textarea" v-model="model.btdgrp.oth.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block"
<el-form-item label="" prop="btdgrp.prb.pts.adrblk" label-width="0px">
<c-input type="textarea" v-model="model.btdgrp.prb.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block"
disabled></c-input>
</el-form-item>
</c-col>
......@@ -171,14 +166,14 @@
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Reference for Address Optional" prop="btdgrp.prb.pts.ref">
<c-input v-model="model.btdgrp.prb.pts.ref" maxlength="16" placeholder="请输入Reference for Address Optional"></c-input>
<el-form-item label="Reference for Address Optional" prop="btdgrp.prp.pts.ref">
<c-input v-model="model.btdgrp.prp.pts.ref" maxlength="16" placeholder="请输入Reference for Address Optional"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="20">
<el-form-item label="" prop="btdgrp.oth.pts.extkey" label-width="0px">
<c-input v-model="model.btdgrp.oth.pts.extkey" maxlength="16" placeholder="请输入External Key of Address" disabled></c-input>
<el-form-item label="" prop="btdgrp.prp.pts.extkey" label-width="0px">
<c-input v-model="model.btdgrp.prp.pts.extkey" maxlength="16" placeholder="请输入External Key of Address" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="4" style="text-align: right">
......@@ -188,8 +183,8 @@
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="btdgrp.oth.pts.adrblk" label-width="0px">
<c-input type="textarea" v-model="model.btdgrp.oth.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block"
<el-form-item label="" prop="btdgrp.prp.pts.adrblk" label-width="0px">
<c-input type="textarea" v-model="model.btdgrp.prp.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block"
disabled></c-input>
</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