Commit 31daf318 by huangxin

进口信用证bug修改

parent 295783be
......@@ -163,10 +163,10 @@ export default {
rulePath = "cnybop.libp"
}
if(name === 'basp'){
rulePath = "bopmod.dbap.basp"
rulePath = "bopmod.dbcp.basp"
}
if(name === 'basp1'){
rulePath = "bopmod.dbdp.basp"
rulePath = "bopmod.dbfp.basp"
}
if(name === 'basp2'){
rulePath = "bopmod.dbdp.basp"
......
......@@ -103,7 +103,7 @@ export default {
"setmod.redamt":[
{type: "number", required: false, message: "必输项"},
{type: "string", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
......
......@@ -281,7 +281,7 @@
<c-col :span="12">
<el-form-item label="预计核验日期" prop="brtp.prechkdat">
<c-date-picker type="date" v-model="model.brtp.prechkdat" style="width:100%" placeholder="请选择预计核验日期" :disabled="model.brtp.ischktyp=='N'?true:false"></c-date-picker>
<c-date-picker type="date" v-model="model.brtp.prechkdat" style="width:100%" placeholder="请选择预计核验日期" :disabled="model.brtp.ischktyp!='Y'"></c-date-picker>
</el-form-item>
</c-col>
......
......@@ -65,7 +65,9 @@
<!--PD000000 -->
<el-tab-pane label="结算" name="setpan">
<c-content>
<m-setpan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000001 -->
......
......@@ -164,8 +164,8 @@
</c-col>
<c-col :span="24">
<el-form-item label="" prop="lidgrp.blk.preper">
<c-input disabled v-model="model.lidgrp.blk.preper" placeholder="请输入寄单期限" ></c-input>
<el-form-item label="" prop="lidgrp.rec.prepertxts18">
<c-input disabled v-model="model.lidgrp.rec.prepertxts18" placeholder="请输入寄单期限" ></c-input>
</el-form-item>
</c-col>
......
......@@ -193,9 +193,9 @@
</c-col>
<c-col :span="24">
<el-form-item label="寄单期限" prop="lidgrp.blk.preper">
<el-form-item label="寄单期限" prop="lidgrp.rec.prepertxts18">
<c-fullbox>
<c-input type="textarea" v-model="model.lidgrp.blk.preper" maxlength="35" show-word-limit placeholder="请输入寄单期限" ></c-input>
<c-input type="textarea" v-model="model.lidgrp.rec.prepertxts18" maxlength="35" show-word-limit placeholder="请输入寄单期限" ></c-input>
<template slot="footer">
<c-button
size="small"
......
......@@ -141,11 +141,11 @@
</c-col>
<c-col :span="24">
<el-form-item label="寄单描述" prop="lidgrp.blk.preper">
<el-form-item label="寄单描述" prop="lidgrp.rec.prepertxts18">
<c-input
disabled
:rows="4"
type="textarea" v-model="model.lidgrp.blk.preper" maxlength="35" show-word-limit placeholder="请输入内容" ></c-input>
type="textarea" v-model="model.lidgrp.rec.prepertxts18" maxlength="35" show-word-limit placeholder="请输入内容" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
......
......@@ -275,9 +275,9 @@
</c-col>
<c-col :span="24">
<el-form-item label="交单期限" prop="lidgrp.blk.preper">
<el-form-item label="交单期限" prop="lidgrp.rec.prepertxts18">
<c-fullbox>
<c-input type="textarea" v-model="model.lidgrp.blk.preper" maxlength="35" show-word-limit placeholder="请输入交单期限" ></c-input>
<c-input type="textarea" v-model="model.lidgrp.rec.prepertxts18" maxlength="35" show-word-limit placeholder="请输入交单期限" ></c-input>
<template slot="footer">
<c-button
size="small"
......
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