Commit 4596fbd7 by WF1020

代码格式清理

parent f6601fc1
...@@ -19,7 +19,6 @@ export default { ...@@ -19,7 +19,6 @@ export default {
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' }, { max: 3, message: '长度不能超过3' },
], ],
'gidgrp.cbs.max.cur': [ 'gidgrp.cbs.max.cur': [
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' }, { max: 3, message: '长度不能超过3' },
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
<el-collapse-item title="收费详情" name="gitsetp1"> <el-collapse-item title="收费详情" name="gitsetp1">
<m-gitsetp1 :model="model" :codes="codes" /> <m-gitsetp1 :model="model" :codes="codes" />
</el-collapse-item> </el-collapse-item>
</el-collapse> </el-collapse>
</div> </div>
</template> </template>
...@@ -17,7 +16,6 @@ ...@@ -17,7 +16,6 @@
export default { export default {
components:{ components:{
"m-gitsetp1" : Gitsetp1, "m-gitsetp1" : Gitsetp1,
}, },
inject: ["root"], inject: ["root"],
props: ["model", "codes"], props: ["model", "codes"],
...@@ -25,7 +23,6 @@ ...@@ -25,7 +23,6 @@
data() { data() {
return { return {
activeNames: ["gitsetp1"], activeNames: ["gitsetp1"],
}; };
}, },
methods: { }, methods: { },
......
<template> <template>
<div class="eContainer"> <div class="eContainer">
<c-page title="进口保函定期收费"> <c-page title="进口保函定期收费">
<!-- <el-button size="small">流程附言</el-button> <!-- <el-button size="small">流程附言</el-button>
<el-button size="small">交易历史</el-button> <el-button size="small">交易历史</el-button>
<el-button size="small">备忘录</el-button> <el-button size="small">备忘录</el-button>
...@@ -9,7 +8,6 @@ ...@@ -9,7 +8,6 @@
<el-button size="small">制裁信息</el-button> <el-button size="small">制裁信息</el-button>
<el-button size="small">智能提示</el-button> <el-button size="small">智能提示</el-button>
</c-function-btn> --> </c-function-btn> -->
<el-form <el-form
:model="model" :model="model"
:rules="rules" :rules="rules"
...@@ -20,20 +18,17 @@ ...@@ -20,20 +18,17 @@
:validate-on-rule-change="false" :validate-on-rule-change="false"
> >
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick">
<el-tab-pane label="业务信息" name="ovwp"> <el-tab-pane label="业务信息" name="ovwp">
<c-content> <c-content>
<m-ovwp :model="model" :codes="codes"/> <m-ovwp :model="model" :codes="codes"/>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000001 --> <!--PD000001 -->
<el-tab-pane label="统一授信" name="limitbody"> <el-tab-pane label="统一授信" name="limitbody">
<c-content> <c-content>
<m-limitbody :model="model" :codes="codes"/> <m-limitbody :model="model" :codes="codes"/>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000027 --> <!--PD000027 -->
<el-tab-pane label="表外记账" name="engp"> <el-tab-pane label="表外记账" name="engp">
<c-content> <c-content>
...@@ -41,7 +36,6 @@ ...@@ -41,7 +36,6 @@
<m-engp :model="model" :codes="codes" /> <m-engp :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000027 --> <!--PD000027 -->
<el-tab-pane label="费用/账务" name="setpan"> <el-tab-pane label="费用/账务" name="setpan">
<c-content> <c-content>
...@@ -51,14 +45,12 @@ ...@@ -51,14 +45,12 @@
/> />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000027 --> <!--PD000027 -->
<el-tab-pane label="会计分录" name="glepan"> <el-tab-pane label="会计分录" name="glepan">
<c-content> <c-content>
<m-glentry :model="model" :codes="codes" /> <m-glentry :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000000 --> <!--PD000000 -->
<el-tab-pane label="备查/附言" name="coninfp"> <el-tab-pane label="备查/附言" name="coninfp">
<c-content> <c-content>
...@@ -71,31 +63,25 @@ ...@@ -71,31 +63,25 @@
</div> </div>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000529 --> <!--PD000529 -->
<el-tab-pane label="报文/面函" name="docpan"> <el-tab-pane label="报文/面函" name="docpan">
<c-content> <c-content>
<m-docpan :model="model" :codes="codes"/> <m-docpan :model="model" :codes="codes"/>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000546 --> <!--PD000546 -->
<el-tab-pane label="附件信息" name="doctre"> <el-tab-pane label="附件信息" name="doctre">
<c-content> <c-content>
<m-doctre :model="model" :codes="codes"/> <m-doctre :model="model" :codes="codes"/>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
</c-tabs> </c-tabs>
</el-form> </el-form>
<c-function-btn <c-function-btn
:handleSubmit="handleSubmit" :handleSubmit="handleSubmit"
:handleCheck="handleCheck" :handleCheck="handleCheck"
:handleStash="handleStash"> :handleStash="handleStash">
</c-function-btn> </c-function-btn>
</c-page> </c-page>
</div> </div>
</template> </template>
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
import Gitsetp1 from "./Gitsetp1" import Gitsetp1 from "./Gitsetp1"
import Gitbin from "./Gitbin" import Gitbin from "./Gitbin"
export default { export default {
components:{ components:{
"m-gitsetp1" : Gitsetp1, "m-gitsetp1" : Gitsetp1,
......
...@@ -86,7 +86,6 @@ ...@@ -86,7 +86,6 @@
@select-ety="selectGridEtyPromptData" @select-ety="selectGridEtyPromptData"
> >
</c-grid-ety-prompt-dialog> </c-grid-ety-prompt-dialog>
<c-function-btn <c-function-btn
:handleSubmit="handleSubmit" :handleSubmit="handleSubmit"
:handleCheck="handleCheck" :handleCheck="handleCheck"
......
...@@ -712,7 +712,7 @@ export default { ...@@ -712,7 +712,7 @@ export default {
this.flag1=false; this.flag1=false;
} }
}, },
} , },
"model.paypsb" :{ "model.paypsb" :{
immediate: true, immediate: true,
handler(val,oldval){ handler(val,oldval){
......
...@@ -8,24 +8,18 @@ export default class Infgid{ ...@@ -8,24 +8,18 @@ export default class Infgid{
opndatfrom: new Date(), // Opening between .infcon.opndatfrom opndatfrom: new Date(), // Opening between .infcon.opndatfrom
opndatto: new Date(), // Open Date to .infcon.opndatto opndatto: new Date(), // Open Date to .infcon.opndatto
nam: '', // Name .infcon.nam nam: '', // Name .infcon.nam
etyextkey: '', // Select Single Party .infcon.pty.etyextkey etyextkey: '', // Select Single Party .infcon.pty.etyextkey
nam: '', // External Visible Name .infcon.pty.nam
seapty: '', // 当事人编号 .infcon.seapty seapty: '', // 当事人编号 .infcon.seapty
relflg: '', // Release Status .infcon.relflg relflg: '', // Release Status .infcon.relflg
hndtyp: '', // Handling Type .infcon.hndtyp hndtyp: '', // Handling Type .infcon.hndtyp
searol: '', // Role .infcon.searol searol: '', // Role .infcon.searol
extkey: '', // User ID .infcon.usr.extkey extkey: '', // User ID .infcon.usr.extkey
statsus: '', // statsus .infcon.statsus statsus: '', // statsus .infcon.statsus
seacur: '', // Currency .infcon.seacur seacur: '', // Currency .infcon.seacur
cxmflg: '', // 是否显示查询码 .infcon.cxmflg cxmflg: '', // 是否显示查询码 .infcon.cxmflg
amtdown: '0.00', // Amount between .infcon.seaamtfr amtdown: '0.00', // Amount between .infcon.seaamtfr amtup: '0.00', // Amount to .infcon.seaamtto
amtup: '0.00', // Amount to .infcon.seaamtto
segtyp: '', // 特殊保函类型 .infcon.segtyp segtyp: '', // 特殊保函类型 .infcon.segtyp
searef: '', // Party Reference .infcon.searef searef: '', // Party Reference .infcon.searef
}, },
fenlishi: '', // 是否分离式保函 .fenlishi fenlishi: '', // 是否分离式保函 .fenlishi
seapurpos: '', //会议目的 .seapurpos seapurpos: '', //会议目的 .seapurpos
......
...@@ -52,23 +52,19 @@ ...@@ -52,23 +52,19 @@
</template> </template>
<script> <script>
import Api from "~/service/Api" import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable" import CodeTable from "~/config/CodeTable"
import event from "../event" import event from "../event"
export default { export default {
inject: ['root'], inject: ['root'],
props:["model","codes"], props:["model","codes"],
mixins: [commonProcess, event], mixins: [event],
data(){ data(){
return { return {
} }
}, },
methods:{}, methods:{},
created:function(){
}
} }
</script> </script>
<style> <style>
......
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