Commit 564d6cb9 by liuxin
parents 3830886c aa90a869
...@@ -66,7 +66,7 @@ export default { ...@@ -66,7 +66,7 @@ export default {
"bopmod.dclflg" :Utils.defaultFunction, "bopmod.dclflg" :Utils.defaultFunction,
"cpdgrp.rec.detchgcod" :Utils.defaultFunction, "cpdgrp.rec.detchgcod" :Utils.defaultFunction,
"cnybop.cnyflg" :Utils.defaultFunction, "cnybop.cnyflg" :Utils.defaultFunction,
"cptp.draweecountcode" :Utils.defaultFunction, //"cptp.draweecountcode" :Utils.defaultFunction,
"cpdgrp.snd.pts.nam" :Utils.defaultFunction, "cpdgrp.snd.pts.nam" :Utils.defaultFunction,
"mtabut.coninf.oitinf.oit.inftxt" :Utils.defaultFunction, "mtabut.coninf.oitinf.oit.inftxt" :Utils.defaultFunction,
"mtabut.coninf.oitinf.oit.inflev" :Utils.defaultFunction, "mtabut.coninf.oitinf.oit.inflev" :Utils.defaultFunction,
......
...@@ -280,7 +280,7 @@ export default { ...@@ -280,7 +280,7 @@ export default {
], ],
"cpdgrp.orc.pts.adrblk":[ "cpdgrp.orc.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 140,message:"长度不能超过140"}
], ],
"cpdgrp.orc.dbfadrblkcn":[ "cpdgrp.orc.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
...@@ -292,7 +292,7 @@ export default { ...@@ -292,7 +292,7 @@ export default {
], ],
"cpdgrp.pye.pts.adrblk":[ "cpdgrp.pye.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 140,message:"长度不能超过140"}
], ],
"cpdgrp.pye.dbfadrblkcn":[ "cpdgrp.pye.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
......
...@@ -301,7 +301,7 @@ export default { ...@@ -301,7 +301,7 @@ export default {
], ],
"cpdgrp.orc.pts.adrblk":[ "cpdgrp.orc.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 140,message:"长度不能超过140"}
], ],
"cpdgrp.orc.dbfadrblkcn":[ "cpdgrp.orc.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
...@@ -354,13 +354,13 @@ export default { ...@@ -354,13 +354,13 @@ export default {
], ],
"mtabut.coninf.oitinf.oit.inftxt":[ "mtabut.coninf.oitinf.oit.inftxt":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 60,message:"长度不能超过60"} {max: 60,message:"长度不能超过60"}
], ],
"mtabut.coninf.oitset.oit.inftxt":[ "mtabut.coninf.oitset.oit.inftxt":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 60,message:"长度不能超过60"} {max: 60,message:"长度不能超过60"}
], ],
......
...@@ -342,20 +342,27 @@ ...@@ -342,20 +342,27 @@
</c-col> </c-col>
<c-col :span="13"> <c-col :span="13">
<el-form-item label="" label-width="8px" prop="cpdgrp.rec.feeamt"> <el-form-item label="" style="width: 100%" label-width="8px" prop="cpdgrp.rec.feeamt">
<c-input <c-fullbox>
<c-input
v-model="model.cpdgrp.rec.feeamt" v-model="model.cpdgrp.rec.feeamt"
placeholder="请输入国外费用金额" placeholder="请输入国外费用金额"
style="width: 71%" style="width: 90%"
></c-input> ></c-input>
<c-checkbox v-model="model.cpdgrp.rec.tsnflg"
<template slot="footer">
<span>
<c-checkbox v-model="model.cpdgrp.rec.tsnflg"
>同名划转标志</c-checkbox >同名划转标志</c-checkbox
> >
</span>
</template>
</c-fullbox>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
<CptOpnp1Common :model="model" :codes="codes" v-on:onSndpDet="onSndpDet"></CptOpnp1Common> <CptAdvChangePanel :model="model" :codes="codes" v-on:onSndpDet="onSndpDet"></CptAdvChangePanel>
<c-col :span="24"> <c-col :span="24">
<c-col :span="11" v-if="model.cpdgrp.rec.swftyp === '103' || model.cpdgrp.rec.swftyp === '202' || model.cpdgrp.rec.swftyp === '200'"> <c-col :span="11" v-if="model.cpdgrp.rec.swftyp === '103' || model.cpdgrp.rec.swftyp === '202' || model.cpdgrp.rec.swftyp === '200'">
...@@ -1047,12 +1054,12 @@ import CodeTable from "~/config/CodeTable"; ...@@ -1047,12 +1054,12 @@ import CodeTable from "~/config/CodeTable";
import Event from "~/model/Cptadv/Event"; import Event from "~/model/Cptadv/Event";
import Ptap from "~/views/Public/Ptap"; import Ptap from "~/views/Public/Ptap";
import CptOpnp1Common from "~/views/Public/CptOpnp1Common"; import CptAdvChangePanel from "./CptAdvChangePanel";
export default { export default {
inject: ["root"], inject: ["root"],
props: ["model", "codes"], props: ["model", "codes"],
components: { CptOpnp1Common }, components: { CptAdvChangePanel },
mixins: [CommonProcess], mixins: [CommonProcess],
data() { data() {
return { return {
......
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
style="width: 100%" style="width: 100%"
placeholder="" placeholder=""
disabled :disabled="!model.cpdgrp.rec.ischktyp || model.cpdgrp.rec.ischktyp == 'N'"
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -115,6 +115,8 @@ export default { ...@@ -115,6 +115,8 @@ export default {
} }
this.navcode.push({code:"",label:"退汇",isDis:"N",title:""}) this.navcode.push({code:"",label:"退汇",isDis:"N",title:""})
//屏蔽cptsel sptcpt
this.navcode.splice(5,2)
}else{ }else{
......
...@@ -2363,14 +2363,13 @@ ...@@ -2363,14 +2363,13 @@
<script> <script>
import CommonProcess from "~/mixin/CommonProcess"; import CommonProcess from "~/mixin/CommonProcess";
import Pattern from "~/model/Cptopn/Pattern";
export default { export default {
inject: ["root"], inject: ["root"],
props: ["model", "codes"], props: ["model", "codes"],
mixins: [CommonProcess], mixins: [CommonProcess],
data() { data() {
return { return {
pattern: Pattern,
infptaVisible: false, infptaVisible: false,
}; };
}, },
......
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