Commit 8450320c by chenwen

party

parent a117874c
......@@ -5,7 +5,7 @@
<c-col :span="12">
<c-col :span="24">
<el-form-item label="Drawee Ref " prop="bcdgrp.dre.pts.ref">
<c-input v-model="model.bcdgrp.dre.pts.ref" maxlength="16" placeholder="请输入External Key of Address"></c-input>
<c-input v-model="model.bcdgrp.dre.pts.ref" maxlength="16" placeholder="请输入编号"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
......@@ -19,7 +19,7 @@
<c-input type="textarea" v-model="model.bcdgrp.dre.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<!-- <c-col :span="24">
<el-form-item label="Drawee Address Block" prop="bcdgrp.dre.pts.adrblk">
<c-input type="textarea" v-model="model.bcdgrp.dre.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
</el-form-item>
......@@ -29,15 +29,15 @@
<c-input type="textarea" v-model="model.bcdgrp.dre.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
-->
<c-col :span="24">
<el-form-item label="Drawee 地址" prop="bcdgrp.dre.adrelc">
<c-input type="textarea" v-model="model.bcdgrp.dre.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="2nd Collecting Bank's Ref" prop="bcdgrp.co2.pts.ref">
<c-input v-model="model.bcdgrp.co2.pts.ref" maxlength="16" placeholder="请输入2nd Collecting Bank"></c-input>
<el-form-item label="2nd Collecting Bank Ref" prop="bcdgrp.co2.pts.ref">
<c-input v-model="model.bcdgrp.co2.pts.ref" maxlength="16" placeholder="请输入编号"></c-input>
</el-form-item>
</c-col>
......@@ -47,10 +47,11 @@
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="2nd Collecting Bank名称" prop="bcdgrp.co2.namelc">
<el-form-item label="2nd Collecting Bank 名称" prop="bcdgrp.co2.namelc">
<c-input type="textarea" v-model="model.bcdgrp.co2.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<!--
<c-col :span="24">
<el-form-item label="2nd Collecting Bank Address Block" prop="bcdgrp.co2.pts.adrblk">
<c-input type="textarea" v-model="model.bcdgrp.co2.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
......@@ -62,6 +63,7 @@
<c-input type="textarea" v-model="model.bcdgrp.co2.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
-->
<c-col :span="24">
<el-form-item label="2nd Collecting Bank 地址" prop="bcdgrp.co2.adrelc">
<c-input type="textarea" v-model="model.bcdgrp.co2.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
......@@ -75,7 +77,7 @@
<c-col :span="12">
<c-col :span="24">
<el-form-item label="Drawee Ref " prop="bcdgrp.rmi.pts.ref">
<c-input v-model="model.bcdgrp.rmi.pts.ref" maxlength="16" placeholder="请输入External Key of Address"></c-input>
<c-input v-model="model.bcdgrp.rmi.pts.ref" maxlength="16" placeholder="请输入编号"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
......@@ -85,11 +87,11 @@
</c-col>
<c-col :span="24">
<el-form-item label="Rmitting Bank名称" prop="bcdgrp.rmi.namelc">
<el-form-item label="Rmitting Bank 名称" prop="bcdgrp.rmi.namelc">
<c-input type="textarea" v-model="model.bcdgrp.rmi.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<!--
<c-col :span="24">
<el-form-item label="Rmitting Bank Address Block" prop="bcdgrp.rmi.pts.adrblk">
<c-input type="textarea" v-model="model.bcdgrp.rmi.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
......@@ -99,7 +101,8 @@
<el-form-item label="Rimtting Bank Chinese address" prop="bcdgrp.rmi.dbfadrblkcn">
<c-input type="textarea" v-model="model.bcdgrp.rmi.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col :span="24">
<el-form-item label="Rimitting 地址" prop="bcdgrp.rmi.adrelc">
<c-input type="textarea" v-model="model.bcdgrp.rmi.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
......@@ -107,7 +110,7 @@
</c-col>
<c-col :span="24">
<el-form-item label="Drawee Ref " prop="bcdgrp.drr.pts.ref">
<c-input v-model="model.bcdgrp.drr.pts.ref" maxlength="16" placeholder="请输入External Key of Address"></c-input>
<c-input v-model="model.bcdgrp.drr.pts.ref" maxlength="16" placeholder="请输入编号"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
......@@ -120,6 +123,7 @@
<c-input type="textarea" v-model="model.bcdgrp.drr.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<!--
<c-col :span="24">
<el-form-item label="Drawer Address Block" prop="bcdgrp.drr.pts.adrblk">
<c-input type="textarea" v-model="model.bcdgrp.drr.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
......@@ -130,7 +134,7 @@
<c-input type="textarea" v-model="model.bcdgrp.drr.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
-->
<c-col :span="24">
<el-form-item label="Drawer 地址" prop="bcdgrp.drr.adrelc">
<c-input type="textarea" v-model="model.bcdgrp.drr.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
......
......@@ -5,7 +5,7 @@
<c-col :span="12">
<c-col :span="24">
<el-form-item label="Drawee Ref " prop="bcdgrp.dre.pts.ref">
<c-input v-model="model.bcdgrp.dre.pts.ref" maxlength="16" placeholder="请输入External Key of Address"></c-input>
<c-input v-model="model.bcdgrp.dre.pts.ref" maxlength="16" placeholder="请输入编号"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
......@@ -19,7 +19,7 @@
<c-input type="textarea" v-model="model.bcdgrp.dre.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<!-- <c-col :span="24">
<el-form-item label="Drawee Address Block" prop="bcdgrp.dre.pts.adrblk">
<c-input type="textarea" v-model="model.bcdgrp.dre.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
</el-form-item>
......@@ -29,15 +29,15 @@
<c-input type="textarea" v-model="model.bcdgrp.dre.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
-->
<c-col :span="24">
<el-form-item label="Drawee 地址" prop="bcdgrp.dre.adrelc">
<c-input type="textarea" v-model="model.bcdgrp.dre.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="2nd Collecting Bank's Ref" prop="bcdgrp.co2.pts.ref">
<c-input v-model="model.bcdgrp.co2.pts.ref" maxlength="16" placeholder="请输入2nd Collecting Bank"></c-input>
<el-form-item label="2nd Collecting Bank Ref" prop="bcdgrp.co2.pts.ref">
<c-input v-model="model.bcdgrp.co2.pts.ref" maxlength="16" placeholder="请输入编号"></c-input>
</el-form-item>
</c-col>
......@@ -47,10 +47,11 @@
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="2nd Collecting Bank名称" prop="bcdgrp.co2.namelc">
<el-form-item label="2nd Collecting Bank 名称" prop="bcdgrp.co2.namelc">
<c-input type="textarea" v-model="model.bcdgrp.co2.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<!--
<c-col :span="24">
<el-form-item label="2nd Collecting Bank Address Block" prop="bcdgrp.co2.pts.adrblk">
<c-input type="textarea" v-model="model.bcdgrp.co2.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
......@@ -62,6 +63,7 @@
<c-input type="textarea" v-model="model.bcdgrp.co2.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
-->
<c-col :span="24">
<el-form-item label="2nd Collecting Bank 地址" prop="bcdgrp.co2.adrelc">
<c-input type="textarea" v-model="model.bcdgrp.co2.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
......@@ -75,7 +77,7 @@
<c-col :span="12">
<c-col :span="24">
<el-form-item label="Drawee Ref " prop="bcdgrp.rmi.pts.ref">
<c-input v-model="model.bcdgrp.rmi.pts.ref" maxlength="16" placeholder="请输入External Key of Address"></c-input>
<c-input v-model="model.bcdgrp.rmi.pts.ref" maxlength="16" placeholder="请输入编号"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
......@@ -85,11 +87,11 @@
</c-col>
<c-col :span="24">
<el-form-item label="Rmitting Bank名称" prop="bcdgrp.rmi.namelc">
<el-form-item label="Rmitting Bank 名称" prop="bcdgrp.rmi.namelc">
<c-input type="textarea" v-model="model.bcdgrp.rmi.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<!--
<c-col :span="24">
<el-form-item label="Rmitting Bank Address Block" prop="bcdgrp.rmi.pts.adrblk">
<c-input type="textarea" v-model="model.bcdgrp.rmi.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
......@@ -99,7 +101,8 @@
<el-form-item label="Rimtting Bank Chinese address" prop="bcdgrp.rmi.dbfadrblkcn">
<c-input type="textarea" v-model="model.bcdgrp.rmi.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col :span="24">
<el-form-item label="Rimitting 地址" prop="bcdgrp.rmi.adrelc">
<c-input type="textarea" v-model="model.bcdgrp.rmi.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
......@@ -107,7 +110,7 @@
</c-col>
<c-col :span="24">
<el-form-item label="Drawee Ref " prop="bcdgrp.drr.pts.ref">
<c-input v-model="model.bcdgrp.drr.pts.ref" maxlength="16" placeholder="请输入External Key of Address"></c-input>
<c-input v-model="model.bcdgrp.drr.pts.ref" maxlength="16" placeholder="请输入编号"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
......@@ -120,6 +123,7 @@
<c-input type="textarea" v-model="model.bcdgrp.drr.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<!--
<c-col :span="24">
<el-form-item label="Drawer Address Block" prop="bcdgrp.drr.pts.adrblk">
<c-input type="textarea" v-model="model.bcdgrp.drr.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
......@@ -130,7 +134,7 @@
<c-input type="textarea" v-model="model.bcdgrp.drr.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
-->
<c-col :span="24">
<el-form-item label="Drawer 地址" prop="bcdgrp.drr.adrelc">
<c-input type="textarea" v-model="model.bcdgrp.drr.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
......
......@@ -25,7 +25,9 @@
<!--PD000260 -->
<el-tab-pane label="Parties" name="ptyp">
<c-content>
<m-ptyp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000000 -->
......
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