Commit 6e2d8b8e by 潘际乾

Merge branch 'hangzhoubank' of http://114.115.138.98:8900/fukai/vue-gjjs into hangzhoubank

parents 5a4287dc c53cf128
......@@ -188,10 +188,12 @@ export default class Ditopn{
},
setglg:{
setglp:[] // 结算 .setmod.setglg.setglp
}
},
actnot:""
},
liaall:{
liaallg:[],
misamt:"", // 未分配金额 .liaall.misamt
concur:"", // 表外记账金额 .liaall.concur
outpct:"", // Sight Amount Percentage .liaall.outpct
......
<template>
<div>
<c-col :span="24">
<el-form-item label="账户概况" prop="setmod.actnot">
<c-input
type="textarea"
v-model="model.setmod.actnot"
style="width:60%"
maxlength=500
:show-word-limit="true"
:rows="8"
></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/Ditopn/Event";
export default {
inject: ["root"],
props: ["model", "codes"],
mixins: [CommonProcess],
data() {
return {};
},
methods: { ...Event },
created: function () {},
}
</script>
<style>
</style>
\ No newline at end of file
<template>
<div class="eibs-tab">
<c-col :span="24" style="margin-bottom:18px">
<el-form-item label="表外" label-width="100px"></el-form-item>
</c-col>
<c-col :span="22" :offset="1">
<c-table :list="model.liaall.liaallg" style="width:80%,text-align:center,margin-bottom:18px" :border="true">
<el-table-column prop="cbtpfx" label="类型" width="auto"> </el-table-column>
<el-table-column prop="matdat" label="到期日" width="auto"> </el-table-column>
<el-table-column prop="tenday" label="期限" width="auto"> </el-table-column>
<el-table-column prop="rol" label="借记" width="auto"> </el-table-column>
<el-table-column prop="nam" label="名称" width="auto"> </el-table-column>
<el-table-column prop="cdtrol" label="贷记" width="auto"> </el-table-column>
<el-table-column prop="cur" label="币种" width="auto"> </el-table-column>
<el-table-column prop="oldamt" label="原金额" width="auto">
<template slot-scope="scope">
{{moneyFormat(scope.row.oldamt)}}
</template>
</el-table-column>
<el-table-column prop="amt" label="记账金额" width="auto">
<template slot-scope="scope">
{{moneyFormat(scope.row.amt)}}
</template>
</el-table-column>
<el-table-column prop="tenpct" label="%" width="auto"> </el-table-column>
<el-table-column prop="acc" label="账户" width="auto"> </el-table-column>
<el-table-column prop="valdat" label="起息日" width="auto">
<template slot-scope="scope">
{{dateFormat(scope.row.valdat)}}
</template>
</el-table-column>
</c-table>
</c-col>
<el-col :span="12">
<!-- <c-col :span="12">
<el-form-item label="Sight Amount">
<c-input style="width:50%" v-model="model.liaall.outamt" placeholder="请输入Sight Amount"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Sight Amount Percentage">
<c-input style="width:50%" v-model="model.liaall.outpct" placeholder="请输入Sight Amount Percentage"></c-input>
</el-form-item>
</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="6">
<el-form-item label="未分配金额" prop="liaall.concur">
<c-input style="width:100%" disabled v-model="model.liaall.concur" maxlength="3" placeholder="请输入External Booking Amount"></c-input>
<!-- <c-input style="width:50%" disabled v-model="model.liaall.misamt" placeholder="请输入Amount not yet assigned"></c-input> -->
</el-form-item>
</c-col>
<c-col :span="6">
<el-form-item label="" prop="liaall.misamt" label-width="15px">
<!-- <c-input style="width:20%" disabled v-model="model.liaall.concur" maxlength="3" placeholder="请输入External Booking Amount"></c-input> -->
<c-input style="width:100%" disabled v-model="model.liaall.misamt" placeholder="请输入Amount not yet assigned"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="">
<c-button size="small" disabled type="primary" @click="onLiaallButmisamt">
添加到
</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> -->
<!-- <el-col :span="12">
<el-form-item label="即期金额" prop="liaall.outamt">
<c-input v-model="model.liaall.outamt" placeholder="请输入即期金额"></c-input>
</el-form-item>
......@@ -47,7 +138,7 @@
<el-form-item label="Total booking amount external assinged" prop="liaall.exttotamt">
<c-input v-model="model.liaall.exttotamt" placeholder="请输入Total booking amount external assinged"></c-input>
</el-form-item>
</el-col>
</el-col> -->
</div>
</template>
<script>
......
......@@ -62,7 +62,11 @@ export default {
data() {
return {};
},
methods: { ...Event },
methods: { ...Event,
BlurBennam(){},
BlurAplname(){},
BlurSignam(){},
},
created: function () {},
};
</script>
......
......@@ -2,7 +2,7 @@
<div class="eibs-tab">
<!-- ====================顶部==================== -->
<c-col :span="5">
<el-form-item label="参考号" label-width="100px">
<el-form-item label="参考号" label-width="100px" prop="setmod.ref">
<c-input
v-model="model.setmod.ref"
maxlength="16"
......@@ -12,7 +12,7 @@
</el-form-item>
</c-col>
<c-col :span="5">
<el-form-item label="Ammount Settled" label-width="150px">
<el-form-item label="Ammount Settled" label-width="150px" prop="setmod.doccur">
<c-select
v-model="model.setmod.doccur"
style="width: 100%"
......@@ -30,7 +30,7 @@
</c-col>
<c-col :span="4">
<el-form-item label="" label-width="20px">
<el-form-item label="" label-width="20px" prop="setmod.docamt">
<c-input
v-model="model.setmod.docamt"
:readonly="true"
......@@ -40,7 +40,7 @@
</c-col>
<c-col :span="6">
<el-form-item label="类型" label-width="100px">
<el-form-item label="类型" label-width="100px" prop="setmod.dspflg">
<c-select
v-model="model.setmod.dspflg"
disabled
......
......@@ -18,6 +18,11 @@
<m-tk :model="model" :codes="codes"/>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane label="或有" name="engp" v-if="model.lidgrp.cbs.nom1.amt!=''">
<m-engp :model="model" :codes="codes"/>
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane label="结算" name="setpan">
<m-setpan :model="model" :codes="codes"/>
......@@ -46,6 +51,7 @@
</el-tab-pane>
<el-tab-pane label="账户概况" name="actlst">
<m-actlst :model="model" :codes="codes"/>
</el-tab-pane>
<!--PD000065 -->
......@@ -79,12 +85,6 @@
</el-tab-pane> -->
<!--PD000027 -->
<!-- <el-tab-pane label="PD000027" name="engp">
<m-engp :model="model" :codes="codes"/>
</el-tab-pane> -->
<!--PD000510 -->
<!-- <el-tab-pane label="PD000510" name="addbcb">
<m-addbcb :model="model" :codes="codes"/>
......@@ -127,6 +127,7 @@ import Docpan from "./Docpan"
import Coninfp from "./Coninfp"
import Ccvpan from "./Ccvpan"
import Doctre from "./Doctre.vue"
import Actlst from "./Actlst.vue"
export default {
......@@ -147,6 +148,7 @@ export default {
"m-coninfp" : Coninfp,
"m-ccvpan" : Ccvpan,
"m-doctre" : Doctre,
"m-actlst" : Actlst
},
provide() {
return {
......
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