Commit c0fe685f by 1198835488@qq.com

m

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