Commit c7653517 by wufan

getfee交易转换

parent 02a7a3e2
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ export default {
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"gidgrp.cbs.max.amt":[ "gidgrp.cbs.max.amt":[
{type: "number", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
...@@ -34,7 +34,7 @@ export default { ...@@ -34,7 +34,7 @@ export default {
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"gidgrp.cbs.opn1.amt":[ "gidgrp.cbs.opn1.amt":[
{type: "number", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
......
...@@ -343,7 +343,6 @@ import Dbdusr from "~/views/Statics/Dbdusr"; ...@@ -343,7 +343,6 @@ import Dbdusr from "~/views/Statics/Dbdusr";
*/ */
const BusRouter = [ const BusRouter = [
{ path:'gctadd',component:Gctadd, name:'Gctadd', meta:{title:'保函索赔编辑参考号'}}, { path:'gctadd',component:Gctadd, name:'Gctadd', meta:{title:'保函索赔编辑参考号'}},
{ path:'getfee',component:Getfee, name:'Getfee', meta:{title:'附加传入信息'}},
{ path: 'gitatt', component: Gitatt, name: 'Gitatt', meta: { title: '绑定电子凭证' } }, { path: 'gitatt', component: Gitatt, name: 'Gitatt', meta: { title: '绑定电子凭证' } },
{ path: 'botrad', component: Botrad, name: 'Botrad', meta: { title: '出口托收二次寄单' } }, { path: 'botrad', component: Botrad, name: 'Botrad', meta: { title: '出口托收二次寄单' } },
{ path: 'sptpopup', component: Sptpopup, name: 'Sptpopup', meta: { title: '待经办详情' } }, { path: 'sptpopup', component: Sptpopup, name: 'Sptpopup', meta: { title: '待经办详情' } },
......
...@@ -154,10 +154,16 @@ ...@@ -154,10 +154,16 @@
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8" class="centerLable"> <c-col :span="24">
<c-checkbox v-model="model.xxtfee.intmbu.umbflg" <el-form-item
style="text-align: left"
label-width="0"
prop="xxtfee.intmbu.umbflg"
>
<c-checkbox v-model="model.xxtfee.intmbu.umbflg" class=""
>重新预定</c-checkbox >重新预定</c-checkbox
> >
</el-form-item>
</c-col> </c-col>
<!-- <c-col :span="13" > <!-- <c-col :span="13" >
......
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