Commit 5fed86ea by cl

cl提交表外保证金界面打包托收

parent 3325ebe5
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<!-- <c-col :span="24" style="margin-bottom:18px">
<c-col :span="12"> Liability
<el-form-item label="Sight Amount" prop="liaall.outamt"> </c-col> -->
<c-input v-model="model.liaall.outamt" placeholder="请输入Sight Amount"></c-input> <c-col :span="23" style="margin-left:9px">
</el-form-item> <c-table :list="model.liaall.liaallg" style="width:80%,text-align:center,margin-bottom:18px" :border="true">
</c-col> <el-table-column prop="bussec" label="BS" width="40px"> </el-table-column>
<el-table-column prop="cbtpfx" label="Type" width="60px"> </el-table-column>
<c-col :span="12"> <el-table-column prop="matdat" label="Maturity" width="100px"> </el-table-column>
<el-form-item label="Sight Amount Percentage" prop="liaall.outpct"> <el-table-column prop="tenday" label="Tenor" width="70px"> </el-table-column>
<c-input v-model="model.liaall.outpct" placeholder="请输入Sight Amount Percentage"></c-input> <el-table-column prop="rol" label="Dbt." width="70px"> </el-table-column>
</el-form-item> <el-table-column prop="nam" label="Name" width="170px"> </el-table-column>
</c-col> <el-table-column prop="cdtrol" label="Cdt." width="70px"> </el-table-column>
<el-table-column prop="cur" label="Cur" width="55px"> </el-table-column>
<c-col :span="12"> <el-table-column prop="oldamt" label="Old Amount" width="150px">
<el-form-item label="External Booking Amount" prop="liaall.concur"> <!-- <template slot-scope="scope">
<c-input v-model="model.liaall.concur" maxlength="3" placeholder="请输入External Booking Amount"></c-input> {{moneyFormat(scope.row.oldamt)}}
</el-form-item> </template> -->
</c-col> </el-table-column>
<el-table-column prop="amt" label="Booking Amo" width="100px">
<c-col :span="12"> <!-- <template slot-scope="scope">
<el-form-item label="Amount not yet assigned" prop="liaall.misamt"> {{moneyFormat(scope.row.amt)}}
<c-input v-model="model.liaall.misamt" placeholder="请输入Amount not yet assigned"></c-input> </template> -->
</el-form-item> </el-table-column>
</c-col> <el-table-column prop="tenpct" label="%" width="80px">
</el-table-column>
<c-col :span="12"> <el-table-column prop="acc" label="Account" width="150px"> </el-table-column>
<c-button size="small" type="primary" @click="onLiaallButmisamt"> <el-table-column prop="valdat" label="Value Date" width="200px">
Add to Current Line <!-- <template slot-scope="scope">
</c-button> {{dateFormat(scope.row.valdat)}}
</c-col> </template> -->
</el-table-column>
<c-col :span="12"> <el-table-column label="" prop="det" width="80px" fixed="right">
<c-button size="small" type="primary" @click="onLiaallButmissig"> <template slot-scope="scope" slot="header">
Add to Sight Amount <el-button
</c-button> circle
</c-col> style="padding:4px"
class="el-icon-plus"
<c-col :span="12"> size="mini"
<el-form-item label="Old Amount booked externally" prop="liaall.exttotoldamt"> @click="addRow(scope)"
<c-input v-model="model.liaall.exttotoldamt" placeholder="请输入Old Amount booked externally"></c-input> >
</el-form-item> </el-button>
</c-col> <el-button
style="padding:4px"
<c-col :span="12"> circle
<el-form-item label="Total booking amount external assinged" prop="liaall.exttotamt"> class="el-icon-minus"
<c-input v-model="model.liaall.exttotamt" placeholder="请输入Total booking amount external assinged"></c-input> size="mini"
</el-form-item> @click="removeRow(scope)"
</c-col> >
</div> </el-button>
</template> </template>
<script> <template slot-scope="scoped">
import Api from "~/service/Api" <el-button
import CommonProcess from "~/mixin/CommonProcess"; style="margin-left:0"
import CodeTable from "~/config/CodeTable" size="small"
import Event from "~/model/Cltdav/Event" type="primary"
@click="detail1(scoped.$index, scoped.row)"
export default { >详情</el-button
inject: ['root'], >
props:["model","codes"], </template>
mixins: [CommonProcess], </el-table-column>
data(){ </c-table>
return { </c-col>
} <!-- <c-col :span="12">
}, <el-form-item label="Sight Amount">
methods:{...Event}, <c-input style="width:50%" v-model="model.liaall.outamt" placeholder="请输入Sight Amount"></c-input>
created:function(){ </el-form-item>
</c-col>
}
} <c-col :span="12">
</script> <el-form-item label="Sight Amount Percentage">
<style> <c-input style="width:50%" v-model="model.liaall.outpct" placeholder="请输入Sight Amount Percentage"></c-input>
</el-form-item>
</style> </c-col>
<c-col :span="12">
<el-form-item label="External Booking Amount">
<c-input style="width:70%" v-model="model.liaall.concur" maxlength="3" placeholder="请输入External Booking Amount"></c-input>
</el-form-item>
</c-col> -->
<c-col :span="16" style="margin-top:10px">
<el-form-item label="Amount not yet assigned">
<c-input style="width:15%" disabled v-model="model.liaall.concur" maxlength="3" placeholder="请输入External Booking Amount"></c-input>
<c-input style="width:40%" disabled v-model="model.liaall.misamt" placeholder="请输入Amount not yet assigned"></c-input>
<c-button style="width:20%" size="small" disabled type="primary" @click="onLiaallButmisamt">
Add to Current Line
</c-button>
</el-form-item>
</c-col>
<!-- <c-col :span="1" style="text-align:left;margin-left:0">
<el-form-item label="">
<c-button size="small" disabled type="primary" @click="onLiaallButmisamt">
Add to Current Line
</c-button>
</el-form-item>
</c-col> -->
<!-- <c-col :span="12">
<el-form-item label="">
<c-button size="small" type="primary" @click="onLiaallButmissig">
Add to Sight Amount
</c-button>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Old Amount booked externally">
<c-input style="width:50%" v-model="model.liaall.exttotoldamt" placeholder="请输入Old Amount booked externally"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Total booking amount external assinged">
<c-input style="width:50%" v-model="model.liaall.exttotamt" placeholder="请输入Total booking amount external assinged"></c-input>
</el-form-item>
</c-col> -->
</div>
</template>
<script>
import Api from "~/service/Api"
import CommonProcess from "~/mixin/CommonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Cltdav/Event"
export default {
inject: ['root'],
mixins: [CommonProcess],
props:["model","codes"],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
\ No newline at end of file
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-col :span="12"> <c-col :span="12">
<el-form-item label="our reference" prop="setmod.ref"> <el-form-item label="our reference" prop="setmod.ref">
<c-input v-model="model.setmod.ref" maxlength="16" placeholder="请输入our reference"></c-input> <c-input v-model="model.setmod.ref" maxlength="16" placeholder="请输入our reference"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<span v-text="model.setmod.docamttyplab" data-path=".setmod.docamttyplab" > </span> <span v-text="model.setmod.docamttyplab" data-path=".setmod.docamttyplab" > </span>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="document currency" prop="setmod.doccur"> <el-form-item label="document currency" prop="setmod.doccur">
<c-select v-model="model.setmod.doccur" style="width:100%" placeholder="请选择document currency"> <c-select v-model="model.setmod.doccur" style="width:100%" placeholder="请选择document currency">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="document amount" prop="setmod.docamt"> <el-form-item label="document amount" prop="setmod.docamt">
<c-input v-model="model.setmod.docamt" placeholder="请输入document amount"></c-input> <c-input v-model="model.setmod.docamt" placeholder="请输入document amount"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Type of settlement" prop="setmod.dspflg"> <el-form-item label="Type of settlement" prop="setmod.dspflg">
<c-select v-model="model.setmod.dspflg" style="width:100%" placeholder="请选择Type of settlement"> <c-select v-model="model.setmod.dspflg" style="width:100%" placeholder="请选择Type of settlement">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-checkbox v-model="model.setmod.xreflg">Recalculate Rates</c-checkbox> <c-checkbox v-model="model.setmod.xreflg">Recalculate Rates</c-checkbox>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-button size="small" type="primary" @click="onSetmodDet"> <c-button size="small" type="primary" @click="onSetmodDet">
细节 细节
</c-button> </c-button>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<span v-text="model.setmod.retmsg" data-path=".setmod.retmsg" > </span> <span v-text="model.setmod.retmsg" data-path=".setmod.retmsg" > </span>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="自�'�区主�'�号" prop="setmod.zmqacc"> <el-form-item label="自�'�区主�'�号" prop="setmod.zmqacc">
<c-input v-model="model.setmod.zmqacc" maxlength="20" placeholder="请输入自�'�区主�'�号"></c-input> <c-input v-model="model.setmod.zmqacc" maxlength="20" placeholder="请输入自�'�区主�'�号"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<span v-text="model.setmod.zmqacclab" data-path=".setmod.zmqacclab" > </span> <span v-text="model.setmod.zmqacclab" data-path=".setmod.zmqacclab" > </span>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<span v-text="model.setmod.setglg.labdspflg" data-path=".setmod.setglg.labdspflg" > </span> <span v-text="model.setmod.setglg.labdspflg" data-path=".setmod.setglg.labdspflg" > </span>
</c-col> </c-col>
</div> </div>
</template> </template>
<script> <script>
import Api from "~/service/Api" import Api from "~/service/Api"
import CommonProcess from "~/mixin/CommonProcess"; import CommonProcess from "~/mixin/CommonProcess";
import CodeTable from "~/config/CodeTable" import CodeTable from "~/config/CodeTable"
import Event from "~/model/Letopn/Event" import Event from "~/model/Cltdav/Event"
export default { export default {
inject: ['root'], inject: ['root'],
props:["model","codes"], props:["model","codes"],
mixins: [CommonProcess], mixins: [CommonProcess],
data(){ data(){
return { return {
} }
}, },
methods:{...Event}, methods:{...Event},
created:function(){ created:function(){
} }
} }
</script> </script>
<style> <style>
</style> </style>
\ No newline at end of file
...@@ -364,12 +364,9 @@ export default { ...@@ -364,12 +364,9 @@ export default {
visiable:{ visiable:{
get:function () {return this.visible;}, get:function () {return this.visible;},
set:function (value) { set:function (value) {
debugger;
this.$parent.$parent.dialogVisible2 =value; this.$parent.$parent.dialogVisible2 =value;
} }
}
}
} }
}; };
</script> </script>
......
...@@ -25,8 +25,10 @@ ...@@ -25,8 +25,10 @@
</el-tab-pane> </el-tab-pane>
<!--PD000000 --> <!--PD000000 -->
<el-tab-pane label="费用及账务" name="setpan"> <el-tab-pane label="费用及账务" name="setpan">
<m-setpan :model="model" :codes="codes" /> <c-content>
</el-tab-pane> <m-setpan :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<!--PD000027 --> <!--PD000027 -->
<el-tab-pane label="表外信息" name="engp"> <el-tab-pane label="表外信息" name="engp">
<m-engp :model="model" :codes="codes" /> <m-engp :model="model" :codes="codes" />
...@@ -35,6 +37,9 @@ ...@@ -35,6 +37,9 @@
<el-tab-pane label="分录信息" name="glepan"> <el-tab-pane label="分录信息" name="glepan">
<m-glepan :model="model" :codes="codes" /> <m-glepan :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="保证金" name="ccvpan">
<m-ccvpan :model="model" :codes="codes" />
</el-tab-pane>
<!--PD000529 --> <!--PD000529 -->
<el-tab-pane label="面函及报文" name="docpan"> <el-tab-pane label="面函及报文" name="docpan">
<m-docpan :model="model" :codes="codes" /> <m-docpan :model="model" :codes="codes" />
...@@ -49,40 +54,47 @@ ...@@ -49,40 +54,47 @@
<el-tab-pane label="附言" name="coninfp"> <el-tab-pane label="附言" name="coninfp">
<m-coninfp :model="model" :codes="codes" /> <m-coninfp :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
</c-tabs> </c-tabs>
</el-form> </el-form>
</div> </div>
</c-page> </c-page>
</template> </template>
<script> <script>
import Api from "~/service/Api" import Api from "~/service/Api";
import CodeTable from "~/config/CodeTable" import Utils from "~/utils/index";
import Cltdav from "~/model/Cltdav"
import CommonProcess from "~/mixin/CommonProcess" import CodeTable from "~/config/CodeTable";
import Check from "~/model/Cltdav/Check" import Cltdav from "~/model/Cltdav";
import Default from "~/model/Cltdav/Default" import CommonProcess from "~/mixin/CommonProcess";
import Pattern from "~/model/Cltdav/Pattern" import CommonFuncs from "~/mixin/CommonFuncs";
import Sel from "./Sel" import Check from "~/model/Cltdav/Check";
import Docpan from "./Docpan" import Default from "~/model/Cltdav/Default";
import Doctre from "./Doctre" import Pattern from "~/model/Cltdav/Pattern";
import Coninfp from "./Coninfp" import Sel from "./Sel";
import Setpan from "./Setpan" import Account from "./Account";
import Account from "./Account"
import Engp from "./Engp" import Setpan from "~/views/Public/Setpan";
import Glepan from "./Glepan" import Docpan from "~/views/Public/Docpan";
import Engp from "~/views/Public/Engp";
import Glepan from "~/views/Public/Glepan";
import Ccvpan from "~/views/Public/Ccvpan";
import Coninfp from "~/views/Public/Coninfp";
import Doctre from "./Doctre";
export default { export default {
name: "Cltdav", name: "Cltdav",
components: { components: {
"m-sel": Sel, "m-sel": Sel,
"m-account": Account,
"m-setpan": Setpan,
"m-engp": Engp,
"m-glepan": Glepan,
"m-docpan": Docpan, "m-docpan": Docpan,
"m-doctre": Doctre, "m-doctre": Doctre,
"m-coninfp": Coninfp, "m-coninfp": Coninfp,
"m-setpan": Setpan, "m-ccvpan": Ccvpan,
"m-account": Account,
}, },
provide() { provide() {
return { return {
root: this root: this
......
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