Commit e20aaa50 by Wuyuqiu

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs into development-202206
parents c0dd082e db5923cb
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -90,7 +90,7 @@ export default {
],
"xxtfee.intmbu.ums.pts.adrblk":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
// {max: 35,message:"长度不能超过35"}
],
"xxtfee.intmbu.ums.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"},
......@@ -125,7 +125,7 @@ export default {
],
"xxtfee.intmbu.umh.pts.adrblk":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
// {max: 35,message:"长度不能超过35"}
],
"xxtfee.intmbu.umh.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"},
......
......@@ -4,9 +4,9 @@
<c-col :span="12" style="padding-right: 20px">
<!-- SF000009 : Debit Party -->
<c-col :span="24">
<el-form-item label="Debit Party" prop="xxtfee.intmbu.umsrol">
<el-form-item label="借贷人" prop="xxtfee.intmbu.umsrol">
<c-select disabled v-model="model.xxtfee.intmbu.umsrol" style="width:100%"
:placeholder="$t('other.please_enter')+'Debit Party'">
placeholder="请输入借贷人">
</c-select>
</el-form-item>
</c-col>
......@@ -17,7 +17,7 @@
</el-form-item>
</c-col>
<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-input disabled
v-model="model.xxtfee.intmbu.ums.pts.extkey"
......@@ -36,7 +36,7 @@
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="地址名称" prop="xxtfee.intmbu.ums.pts.adrblk">
<el-form-item label="" prop="xxtfee.intmbu.ums.pts.adrblk">
<c-input disabled rows="4" type="textarea" v-model="model.xxtfee.intmbu.ums.pts.adrblk" maxlength="140"
show-word-limit placeholder="请输入地址名称"></c-input>
</el-form-item>
......@@ -46,9 +46,9 @@
<c-col :span="12" style="padding-left: 20px">
<!-- SF000007 : Credit Party -->
<c-col :span="24">
<el-form-item label="Credit Party" prop="xxtfee.intmbu.umhrol">
<el-form-item label="当事人" prop="xxtfee.intmbu.umhrol">
<c-select disabled v-model="model.xxtfee.intmbu.umhrol" style="width:100%"
:placeholder="$t('other.please_enter')+'Credit Party'">
placeholder="请输入当事人">
</c-select>
</el-form-item>
</c-col>
......@@ -59,7 +59,7 @@
</el-form-item>
</c-col>
<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-input disabled
v-model="model.xxtfee.intmbu.umh.pts.extkey"
......@@ -78,7 +78,7 @@
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="地址名称" prop="xxtfee.intmbu.umh.pts.adrblk">
<el-form-item label="" prop="xxtfee.intmbu.umh.pts.adrblk">
<c-input disabled rows="4" type="textarea" v-model="model.xxtfee.intmbu.umh.pts.adrblk" maxlength="140"
show-word-limit placeholder="请输入地址名称"></c-input>
</el-form-item>
......
......@@ -82,12 +82,15 @@
<!-- Rebooking -->
<c-col :span="24">
<el-form-item label="" prop="xxtfee.intmbu.umbflg">
<c-checkbox v-model="model.xxtfee.intmbu.umbflg" class="checkbox-left">Rebooking</c-checkbox>
<c-checkbox v-model="model.xxtfee.intmbu.umbflg" class="checkbox-left"
@change="eventFunction( 'xxtfee.intmbu.umbflg')">Rebooking
</c-checkbox>
</el-form-item>
</c-col>
</c-col>
<!-- 右侧 -->
<c-col :span="12" style="padding-left: 20px">
<c-col :span=" 12
" style="padding-left: 20px">
<!-- SF000274 : Name 简略信息 -->
<c-col :span="24">
<el-form-item label="简略信息" prop="gidgrp.rec.nam">
......
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