Commit 9f6f967e by wufan

getfee交易转换

parent e12cefda
...@@ -165,19 +165,19 @@ export default { ...@@ -165,19 +165,19 @@ export default {
"xxtfee.intmbu.ums.namelc":[ "xxtfee.intmbu.ums.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 50,message:"长度不能超过50"}
], ],
"xxtfee.intmbu.ums.pts.adrblk":[ "xxtfee.intmbu.ums.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 50,message:"长度不能超过50"}
], ],
"xxtfee.intmbu.ums.dbfadrblkcn":[ "xxtfee.intmbu.ums.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 50,message:"长度不能超过50"}
], ],
"xxtfee.intmbu.ums.adrelc":[ "xxtfee.intmbu.ums.adrelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 50,message:"长度不能超过50"}
], ],
...@@ -200,18 +200,18 @@ export default { ...@@ -200,18 +200,18 @@ export default {
"xxtfee.intmbu.umh.namelc":[ "xxtfee.intmbu.umh.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 50,message:"长度不能超过50"}
], ],
"xxtfee.intmbu.umh.pts.adrblk":[ "xxtfee.intmbu.umh.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 50,message:"长度不能超过50"}
], ],
"xxtfee.intmbu.umh.dbfadrblkcn":[ "xxtfee.intmbu.umh.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 50,message:"长度不能超过50"}
], ],
"xxtfee.intmbu.umh.adrelc":[ "xxtfee.intmbu.umh.adrelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 50,message:"长度不能超过50"}
], ],
} }
\ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<c-col :span="12" style="padding-right: 20px"> <c-col :span="12" style="padding-right: 20px">
<!-- SF000009 : Debit Party --> <!-- SF000009 : Debit Party -->
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Debit Party" prop="xxtfee.intmbu.umsrol"> <el-form-item label="借贷人" prop="xxtfee.intmbu.umsrol">
<c-select v-model="model.xxtfee.intmbu.umsrol" style="width:100%" <c-select v-model="model.xxtfee.intmbu.umsrol" style="width:100%"
:placeholder="$t('other.please_enter')+'Debit Party'" :code="getValues('xxtfee.intmbu.umsrol', 'rolall')"> :placeholder="$t('other.please_enter')+'Debit Party'" :code="getValues('xxtfee.intmbu.umsrol', 'rolall')">
</c-select> </c-select>
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="External Key of Address" prop="xxtfee.intmbu.ums.pts.extkey"> <el-form-item label="" prop="xxtfee.intmbu.ums.pts.extkey">
<c-fullbox> <c-fullbox>
<c-input <c-input
v-model="model.xxtfee.intmbu.ums.pts.extkey" v-model="model.xxtfee.intmbu.ums.pts.extkey"
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<c-col :span="12" style="padding-left: 20px"> <c-col :span="12" style="padding-left: 20px">
<!-- SF000007 : Credit Party --> <!-- SF000007 : Credit Party -->
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Credit Party" prop="xxtfee.intmbu.umhrol"> <el-form-item label="当事人" prop="xxtfee.intmbu.umhrol">
<c-select v-model="model.xxtfee.intmbu.umhrol" style="width:100%" <c-select v-model="model.xxtfee.intmbu.umhrol" style="width:100%"
:placeholder="$t('other.please_enter')+'Credit Party'" :code="getValues('xxtfee.intmbu.umhrol', 'rolall')"> :placeholder="$t('other.please_enter')+'Credit Party'" :code="getValues('xxtfee.intmbu.umhrol', 'rolall')">
</c-select> </c-select>
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="External Key of Address" prop="xxtfee.intmbu.umh.pts.extkey"> <el-form-item label="" prop="xxtfee.intmbu.umh.pts.extkey">
<c-fullbox> <c-fullbox>
<c-input <c-input
v-model="model.xxtfee.intmbu.umh.pts.extkey" v-model="model.xxtfee.intmbu.umh.pts.extkey"
......
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