Commit 5a18cb69 by 郭旭

修改gitfee交易

parent 7e824d23
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: "必输项"},
......
......@@ -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