Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
8b5f5347
Commit
8b5f5347
authored
Nov 08, 2022
by
javaHeight
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bptset UI 改造
parent
983b6e67
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
481 additions
and
393 deletions
+481
-393
Bptset2.vue
src/views/Business/Bptset/Bptset2.vue
+299
-257
Ovwp.vue
src/views/Business/Bptset/Ovwp.vue
+0
-2
Shisuan.vue
src/views/Business/Bptset/Shisuan.vue
+18
-18
index.vue
src/views/Business/Bptset/index.vue
+164
-116
No files found.
src/views/Business/Bptset/Bptset2.vue
View file @
8b5f5347
<
template
>
<div
class=
"eibs-tab"
>
<!-- =================顶
部
====================== -->
<c-
row
>
<!-- =================顶
左
====================== -->
<c-
col
:span=
"12"
style=
"padding-right: 20px;"
>
<!--line1-->
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"票据项下的业务号"
prop=
"bpdgrp.rec.pntref"
...
...
@@ -19,7 +18,7 @@
></c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin
: 0 10px 0
10px; padding: 0 12px"
style=
"margin
-left:
10px; padding: 0 12px"
size=
"small"
type=
"primary"
@
click=
"onSeainf"
...
...
@@ -30,33 +29,12 @@
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"1"
>
<!-- <c-col :span="2">
<el-form-item label="" prop="" style="width: 100%"> </el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<el-form-item
label=
"票据项下的名称"
prop=
"bpdgrp.rec.pntnam"
style=
"width: 100%"
>
<c-fullbox>
<c-input
v-model=
"model.bpdgrp.rec.pntnam"
maxlength=
"16"
placeholder=
""
disabled
></c-input>
<
template
slot=
"footer"
>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<!--line2-->
<!--line2-->
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"融资业务号"
prop=
"bpdgrp.rec.ownref"
...
...
@@ -71,86 +49,58 @@
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
style=
"margin-left: 10px; padding: 0 12px"
size=
"small"
type=
"primary"
@
click=
"onSeainf"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBptmodButgetref()"
:disabled=
"model.bpdgrp.rec.ownref !== ''"
>
获取
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"1"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBptmodButgetref()"
:disabled=
"model.bpdgrp.rec.ownref !== ''"
>
获取
</c-button>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"融资名称"
prop=
"bpdgrp.rec.nam"
style=
"width: 100%"
>
<c-fullbox>
<!-- 左 -->
<c-col
:span=
"24"
>
<!-- Type of Advance 预付款类型-->
<c-col
:span=
"12"
>
<el-form-item
label=
"预付款类型"
prop=
"bpdgrp.rec.fintyp"
>
<c-select
v-model=
"model.bpdgrp.rec.fintyp"
style=
"width: 100%"
placeholder=
"请选择预付款类型"
disabled
>
<el-option
v-for=
"item in codes.fintyp_bpd"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<!-- Advanced Party Ref. 融资业务编号-->
<c-col
:span=
"12"
>
<c-form-item
label=
"融资业务编号"
prop=
"bpdgrp.rec.ownref"
>
<c-input
v-model=
"model.bpdgrp.rec.
nam
"
maxlength=
"1
6
"
placeholder=
"
"
v-model=
"model.bpdgrp.rec.
ownref
"
maxlength=
"1
7
"
:placeholder=
"$t('other.please_enter') + '融资业务编号'
"
disabled
></c-input>
<
template
slot=
"footer"
>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
</c-form-item>
</c-col>
</c-col>
<!--line3-->
<c-col
:span=
"24"
>
<c-col
:span=
"1"
>
<el-form-item
label=
""
prop=
""
style=
"width: 100%"
>
</el-form-item>
</c-col>
</c-col>
</c-row>
<!-- =================中部====================== -->
<c-row>
<!-- 左 -->
<c-col
:span=
"12"
>
<!-- Type of Advance 预付款类型-->
<c-col
:span=
"12"
>
<el-form-item
label=
"预付款类型"
prop=
"bpdgrp.rec.fintyp"
>
<c-select
v-model=
"model.bpdgrp.rec.fintyp"
style=
"width: 100%"
placeholder=
"请选择预付款类型"
disabled
>
<el-option
v-for=
"item in codes.fintyp_bpd"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<!-- Advanced Party Ref. 融资业务编号-->
<c-col
:span=
"12"
>
<c-form-item
label=
"融资业务编号"
prop=
"bpdgrp.rec.ownref"
>
<c-input
v-model=
"model.bpdgrp.rec.ownref"
maxlength=
"17"
:placeholder=
"$t('other.please_enter') + '融资业务编号'"
disabled
></c-input>
</c-form-item>
</c-col>
<!-- Advance Amount 融资账号-->
<c-col
:span=
"
12
"
>
<c-col
:span=
"
24
"
>
<c-form-item
label=
"融资账号"
prop=
"bpdgrp.rec.finact"
>
<c-input
v-model=
"model.bpdgrp.rec.finact"
...
...
@@ -160,7 +110,8 @@
></c-input>
</c-form-item>
</c-col>
<c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"起息日期"
prop=
"bpdgrp.rec.opndat"
>
<c-date-picker
...
...
@@ -172,7 +123,6 @@
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"到期日"
prop=
"bpdgrp.rec.matdat"
>
<c-date-picker
...
...
@@ -184,38 +134,217 @@
></c-date-picker>
</el-form-item>
</c-col>
</c-row>
</c-col>
<!-- 福费廷转卖类型 ffttyp ffttyp1-->
<c-col
:span=
"12"
>
<c-form-item
label=
"福费廷转卖类型"
prop=
"bpdgrp.rec.ffttyp"
>
<c-select
v-model=
"model.bpdgrp.rec.ffttyp"
style=
"width: 100%"
placeholder=
"福费廷转卖类型"
>
<el-option
v-for=
"item in codes.ffttyp1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
/>
</c-select>
</c-form-item>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"福费廷转卖类型"
prop=
"bpdgrp.rec.ffttyp"
>
<c-select
v-model=
"model.bpdgrp.rec.ffttyp"
style=
"width: 100%"
placeholder=
"福费廷转卖类型"
>
<el-option
v-for=
"item in codes.ffttyp1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
/>
</c-select>
</c-form-item>
</c-col>
<!-- 我行借记账户 setact1-->
<c-col
:span=
"12"
>
<c-form-item
label=
"我行借记账户"
prop=
"setact1"
>
<c-input
v-model=
"model.bpdgrp.rec.fincod"
maxlength=
"17"
:placeholder=
"$t('other.please_enter') + '我行借记账户'"
disabled
></c-input>
</c-form-item>
</c-col>
</c-col>
<!-- 我行借记账户 setact1-->
<c-col
:span=
"12"
>
<c-form-item
label=
"我行借记账户"
prop=
"setact1"
>
<c-input
v-model=
"model.bpdgrp.rec.fincod"
maxlength=
"17"
:placeholder=
"$t('other.please_enter') + '我行借记账户'"
disabled
></c-input>
</c-form-item>
<!-- 下左 -->
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<c-form-item
label=
"借据号"
prop=
"bpdgrp.rec.fincod"
>
<c-input
v-model=
"model.bpdgrp.rec.fincod"
maxlength=
"17"
:placeholder=
"$t('other.please_enter') + '借据号'"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"4"
>
<c-checkbox
v-model=
"model.mtabut.clsflg"
maxlength=
"17"
disabled
>
抹账
</c-checkbox>
</c-col>
<c-col
:span=
"24"
>
<c-form-item
label=
"第一还款账号"
prop=
"bptmod.finmod.act1"
>
<c-input
v-model=
"model.bptmod.finmod.act1"
maxlength=
"21"
placeholder=
"请输入第一还款账号"
disabled
></c-input>
</c-form-item>
</c-col>
<!-- --------------------------------- -->
<!-- SG000119 : 第三方还款方式 -->
<!-- <c-col :span="12" style="padding-right: 20px;"> -->
<el-form-item
label=
"第三方还款方式"
prop=
"bptmod.finmod.acttyp"
>
<c-input
v-model=
"model.bptmod.finmod.acttyp"
style=
"width: 100%"
:placeholder=
"$t('other.please_enter') + '第三方还款方式'"
disabled
>
</c-input>
</el-form-item>
<!-- </c-col> -->
<!-- SG000099 : 表外欠息利息 -->
<!-- <c-col :span="12" style="padding-right: 20px;"> -->
<c-form-item
label=
"表外欠息利息"
prop=
"bptmod.finmod.cbs.cbb.intamt1"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.cbb.intamt1"
:placeholder=
"$t('other.please_enter') + '表外欠息利息'"
disabled
></c-input>
</c-form-item>
<!-- </c-col> -->
<!-- SG000100 : 表外欠息 -->
<!-- <c-col :span="12" style="padding-right: 20px;"> -->
<c-form-item
label=
"表外本年欠息"
prop=
"bptmod.finmod.cbs.cbb.intamty1"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.cbb.intamty1"
:placeholder=
"$t('other.please_enter') + '表外本年欠息'"
disabled
></c-input>
</c-form-item>
<!-- </c-col> -->
<!-- SG000101 : 表内欠息利息 -->
<!-- <c-col :span="12" style="padding-right: 20px;"> -->
<c-form-item
label=
"表内欠息利息"
prop=
"bptmod.finmod.cbs.cbb.intamt2"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.cbb.intamt2"
:placeholder=
"$t('other.please_enter') + '表内欠息利息'"
disabled
></c-input>
</c-form-item>
<!-- </c-col> -->
<!-- SG000102 : 表内欠息 -->
<!-- <c-col :span="12" style="padding-right: 20px;"> -->
<c-form-item
label=
"表内欠息"
prop=
"bptmod.finmod.cbs.cbb.intamty2"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.cbb.intamty2"
:placeholder=
"$t('other.please_enter') + '表内欠息'"
disabled
></c-input>
</c-form-item>
<!-- </c-col> -->
<!-- SG000103 : 本金利息 -->
<!-- <c-col :span="12" style="padding-right: 20px;"> -->
<c-form-item
label=
"本金利息"
prop=
"bptmod.finmod.cbs.cbb.intamt"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.cbb.intamt"
:placeholder=
"$t('other.please_enter') + '本金利息'"
disabled
></c-input>
</c-form-item>
<!-- </c-col> -->
<!-- SG000104 : 本金 -->
<!-- <c-col :span="12" style="padding-right: 20px;"> -->
<c-form-item
label=
"本金"
prop=
"bptmod.finmod.cbs.cbb.amt"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.cbb.amt"
:placeholder=
"$t('other.please_enter') + '本金'"
disabled
></c-input>
</c-form-item>
<!-- </c-col> -->
<!-- SG000117 : 融资状态 -->
<!-- <c-col :span="12" style="padding-right: 20px;"> -->
<el-form-item
label=
"融资状态"
prop=
"bpdgrp.rec.ovdflg"
>
<c-select
v-model=
"model.bpdgrp.rec.ovdflg"
style=
"width: 100%"
:placeholder=
"$t('other.please_enter') + '融资状态'"
disabled
></c-select>
</el-form-item>
<!-- </c-col> -->
<!-- SG000124 : 计息周期 -->
<!-- <c-col :span="12" style="padding-right: 20px;"> -->
<el-form-item
label=
"计息周期"
prop=
"bptmod.finmod.intprd"
>
<c-select
v-model=
"model.bptmod.finmod.intprd"
style=
"width: 100%"
:placeholder=
"$t('other.please_enter') + '计息周期'"
disabled
></c-select>
</el-form-item>
<!-- </c-col> -->
</c-col>
<!-- 右-->
<c-col
:span=
"12"
>
</c-col>
<!--顶右 -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"票据项下的名称"
prop=
"bpdgrp.rec.pntnam"
style=
"width: 100%"
>
<c-fullbox>
<c-input
v-model=
"model.bpdgrp.rec.pntnam"
maxlength=
"16"
placeholder=
""
disabled
></c-input>
<
template
slot=
"footer"
>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"融资名称"
prop=
"bpdgrp.rec.nam"
style=
"width: 100%"
>
<c-fullbox>
<c-input
v-model=
"model.bpdgrp.rec.nam"
maxlength=
"16"
placeholder=
""
disabled
></c-input>
<
template
slot=
"footer"
>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<!-- 中右-->
<!-- <c-col :span="12" style="padding-left: 20px;"> -->
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
...
...
@@ -227,30 +356,14 @@
>
</c-ptap>
</c-col>
</c-col>
</c-row>
<!-- =================下部====================== -->
<c-row>
<!-- S0000085 : 借据号 -->
<c-col
:span=
"12"
>
<c-form-item
label=
"借据号"
prop=
"bpdgrp.rec.fincod"
>
<c-input
v-model=
"model.bpdgrp.rec.fincod"
maxlength=
"17"
:placeholder=
"$t('other.please_enter') + '借据号'"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
label=
"抹账"
prop=
"mtabut.clsflg"
>
<c-checkbox
v-model=
"model.mtabut.clsflg"
maxlength=
"17"
disabled
/>
</c-form-item>
</c-col>
<!-- 下中右 -->
<!-- <c-col :span="24">
<c-checkbox v-model="model.mtabut.clsflg" maxlength="17" disabled>抹账</c-checkbox>
</c-col> -->
<!-- 还本金金额-->
<c-col
:span=
"
12
"
>
<c-col
:span=
"
24
"
>
<c-form-item
label=
"还本金金额"
prop=
"bptmod.finmod.cbs.calflg"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.calflg"
...
...
@@ -260,18 +373,30 @@
</c-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
label=
"第一还款账号"
prop=
"bptmod.finmod.act1"
>
<c-input
v-model=
"model.bptmod.finmod.act1"
maxlength=
"21"
placeholder=
"请输入第一还款账号"
disabled
></c-input>
</c-form-item>
</c-col>
<!--line3 -空-->
<!-- <c-col :span="24">
<c-col :span="1">
<el-form-item label="" prop="" style="width: 100%"> </el-form-item>
</c-col>
</c-col> -->
<!-- SG000098 : 还款方式 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<el-form-item
label=
"还款方式"
prop=
"bptmod.finmod.reptyp"
>
<c-select
v-model=
"model.bptmod.finmod.reptyp"
...
...
@@ -287,20 +412,9 @@
</c-select>
</el-form-item>
</c-col>
<!-- SG000119 : 第三方还款方式 -->
<c-col
:span=
"12"
>
<el-form-item
label=
"第三方还款方式"
prop=
"bptmod.finmod.acttyp"
>
<c-input
v-model=
"model.bptmod.finmod.acttyp"
style=
"width: 100%"
:placeholder=
"$t('other.please_enter') + '第三方还款方式'"
disabled
>
</c-input>
</el-form-item>
</c-col>
<!-- SG000120 : 第三方还款账号 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
label=
"第三方还款账号"
prop=
"bptmod.finmod.act3"
>
<c-input
v-model=
"model.bptmod.finmod.act3"
...
...
@@ -310,18 +424,9 @@
></c-input>
</c-form-item>
</c-col>
<!-- SG000099 : 表外欠息利息 -->
<c-col
:span=
"12"
>
<c-form-item
label=
"表外欠息利息"
prop=
"bptmod.finmod.cbs.cbb.intamt1"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.cbb.intamt1"
:placeholder=
"$t('other.please_enter') + '表外欠息利息'"
disabled
></c-input>
</c-form-item>
</c-col>
<!-- SG000105 : 偿还表外欠息利息 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
label=
"偿还表外欠息利息"
prop=
"bptmod.finmod.cbs.cbe.intamt1"
...
...
@@ -333,18 +438,9 @@
></c-input>
</c-form-item>
</c-col>
<!-- SG000100 : 表外欠息 -->
<c-col
:span=
"12"
>
<c-form-item
label=
"表外本年欠息"
prop=
"bptmod.finmod.cbs.cbb.intamty1"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.cbb.intamty1"
:placeholder=
"$t('other.please_enter') + '表外本年欠息'"
disabled
></c-input>
</c-form-item>
</c-col>
<!-- SG000106 : 偿还表外欠息 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
label=
"偿还表外欠息"
prop=
"bptmod.finmod.cbs.cbe.intamty1"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.cbe.intamty1"
...
...
@@ -353,18 +449,9 @@
></c-input>
</c-form-item>
</c-col>
<!-- SG000101 : 表内欠息利息 -->
<c-col
:span=
"12"
>
<c-form-item
label=
"表内欠息利息"
prop=
"bptmod.finmod.cbs.cbb.intamt2"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.cbb.intamt2"
:placeholder=
"$t('other.please_enter') + '表内欠息利息'"
disabled
></c-input>
</c-form-item>
</c-col>
<!-- SG000107 : 偿还表内欠息利息 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
label=
"偿还表内欠息利息"
prop=
"bptmod.finmod.cbs.cbe.intamt2"
...
...
@@ -376,18 +463,9 @@
></c-input>
</c-form-item>
</c-col>
<!-- SG000102 : 表内欠息 -->
<c-col
:span=
"12"
>
<c-form-item
label=
"表内欠息"
prop=
"bptmod.finmod.cbs.cbb.intamty2"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.cbb.intamty2"
:placeholder=
"$t('other.please_enter') + '表内欠息'"
disabled
></c-input>
</c-form-item>
</c-col>
<!-- SG000108 : 偿还表内欠息 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
label=
"偿还表内欠息"
prop=
"bptmod.finmod.cbs.cbe.intamty2"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.cbe.intamty2"
...
...
@@ -396,18 +474,9 @@
></c-input>
</c-form-item>
</c-col>
<!-- SG000103 : 本金利息 -->
<c-col
:span=
"12"
>
<c-form-item
label=
"本金利息"
prop=
"bptmod.finmod.cbs.cbb.intamt"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.cbb.intamt"
:placeholder=
"$t('other.please_enter') + '本金利息'"
disabled
></c-input>
</c-form-item>
</c-col>
<!-- SG000109 : 偿还本金利息 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
label=
"偿还本金利息"
prop=
"bptmod.finmod.cbs.cbe.intamt"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.cbe.intamt"
...
...
@@ -416,18 +485,9 @@
></c-input>
</c-form-item>
</c-col>
<!-- SG000104 : 本金 -->
<c-col
:span=
"12"
>
<c-form-item
label=
"本金"
prop=
"bptmod.finmod.cbs.cbb.amt"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.cbb.amt"
:placeholder=
"$t('other.please_enter') + '本金'"
disabled
></c-input>
</c-form-item>
</c-col>
<!-- SG000110 : 偿还本金 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
label=
"偿还本金"
prop=
"bptmod.finmod.cbs.cbe.amt"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.cbe.amt"
...
...
@@ -436,19 +496,9 @@
></c-input>
</c-form-item>
</c-col>
<!-- SG000117 : 融资状态 -->
<c-col
:span=
"12"
>
<el-form-item
label=
"融资状态"
prop=
"bpdgrp.rec.ovdflg"
>
<c-select
v-model=
"model.bpdgrp.rec.ovdflg"
style=
"width: 100%"
:placeholder=
"$t('other.please_enter') + '融资状态'"
disabled
></c-select>
</el-form-item>
</c-col>
<!-- SG000116 : 偿还利息总额 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
label=
"偿还利息总额"
prop=
"bptmod.finmod.cbs.totint"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.totint"
...
...
@@ -457,19 +507,9 @@
></c-input>
</c-form-item>
</c-col>
<!-- SG000124 : 计息周期 -->
<c-col
:span=
"12"
>
<el-form-item
label=
"计息周期"
prop=
"bptmod.finmod.intprd"
>
<c-select
v-model=
"model.bptmod.finmod.intprd"
style=
"width: 100%"
:placeholder=
"$t('other.please_enter') + '计息周期'"
disabled
></c-select>
</el-form-item>
</c-col>
<!-- SG000118 : 执行利率 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
label=
"执行利率"
prop=
"bpdgrp.rec.tolrat"
>
<c-input
v-model=
"model.bpdgrp.rec.tolrat"
...
...
@@ -478,7 +518,10 @@
></c-input>
</c-form-item>
</c-col>
</c-row>
<!-- </c-col> -->
</div>
</template>
...
...
@@ -523,4 +566,3 @@ export default {
</
script
>
<
style
>
</
style
>
src/views/Business/Bptset/Ovwp.vue
View file @
8b5f5347
<
template
>
<div
class=
"eibs-tab"
>
<c-content>
<el-collapse
v-model=
"activeNames"
@
change=
"handleChange"
>
<el-collapse-item
title=
"融资归还"
name=
"bptset2"
>
<!-- 融资归还 -->
...
...
@@ -11,7 +10,6 @@
<m-docpan2
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse>
</c-content>
</div>
</
template
>
<
script
>
...
...
src/views/Business/Bptset/Shisuan.vue
View file @
8b5f5347
...
...
@@ -11,43 +11,43 @@
prop=
"limtyp"
label=
"限制类型"
sortable
width=
"1
5
0"
>
width=
"1
0
0"
>
</el-table-column>
<el-table-column
prop=
"cur"
label=
"业务币种"
sortable
width=
"
8
0"
>
width=
"
10
0"
>
</el-table-column>
<el-table-column
prop=
"cbeamt"
label=
"业务发生额"
sortable
width=
"
9
0"
>
width=
"
12
0"
>
</el-table-column>
<el-table-column
prop=
"reqtyp1"
label=
"Req.Typel"
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
<el-table-column
prop=
"limcbeamt"
label=
"额度发生额"
sortable
width=
"1
0
0"
>
width=
"1
2
0"
>
</el-table-column>
<el-table-column
prop=
"reqtyp2"
label=
"Req.Type2"
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
<el-table-column
prop=
"ckcbeamt"
label=
"敞口发生额"
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
<el-table-column
prop=
"credat"
...
...
@@ -77,7 +77,7 @@
prop=
"ccvbl"
label=
"合同保证金比例"
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
<el-table-column
prop=
"limvar"
...
...
@@ -115,49 +115,49 @@
prop=
"tzhamt"
label=
"调整后业务余额"
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
<el-table-column
prop=
"tzhccv"
label=
"调整后保证金比例"
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
<el-table-column
prop=
"tzhlimamt"
label=
"调整后拟占用额度"
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
<el-table-column
prop=
"tzhlimck"
label=
"调整后拟占用敞口"
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
<el-table-column
prop=
"tzqamt"
label=
"调整前业务余额"
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
<el-table-column
prop=
"tzqccv"
label=
"调整后保证金比例"
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
<el-table-column
prop=
"tzqlimamt"
label=
"调整前已占用额度"
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
<el-table-column
prop=
"tzqlimck"
label=
"调整前已占用敞口"
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
</el-table>
<el-pagination
...
...
@@ -243,13 +243,13 @@
prop=
"dgzyliminfref"
label=
"额度明细编号"
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
<el-table-column
prop=
"dgccvbl"
label=
"保证金比例"
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
</el-table>
<el-pagination
...
...
src/views/Business/Bptset/index.vue
View file @
8b5f5347
<
template
>
<c-page
title=
"出口融资还款"
>
<div
class=
"eContainer"
>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
<el-button
size=
"small"
>
备忘录
</el-button>
<el-button
size=
"small"
@
click=
"setDraggableContent('cms', '影像信息')"
>
影像信息
</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>
</c-function-btn>
<c-page
title=
"出口融资还款"
>
<div
class=
"eContainer"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--bptset PD000015 Settle -->
<el-tab-pane
label=
"融资归还"
name=
"bptset2"
>
<c-content>
<m-bptset2
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--liaall PD000027 Liability -->
<el-tab-pane
label=
"或有"
name=
"engp"
>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--setmod PD000000 Settlement -->
<el-tab-pane
label=
"费用及账务"
name=
"setpan"
>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--coninf PD000000 Completion -->
<el-tab-pane
label=
"附言"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--trndoc PD000529 &Messages -->
<el-tab-pane
label=
"报文"
name=
"docpan"
>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--trndoc PD000546 Attachments -->
<el-tab-pane
label=
"交易附件"
name=
"doctre"
>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--fecinf PD000001 Fee Conditions -->
<el-tab-pane
label=
"收账通知"
name=
"docpan2"
>
<c-content>
<m-docpan2
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--limmod PD001139 试算结果 -->
<el-tab-pane
label=
"试算结果"
name=
"shisuan"
>
<m-shisuan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--limmod PD000001 统一授信 -->
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
</el-form>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
/>
<el-tab-pane
label=
"业务信息"
name=
"ovwp"
>
<c-content>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</div>
</c-page>
<!--bptset PD000015 Settle -->
<!--
<el-tab-pane
label=
"融资归还"
name=
"bptset2"
>
<c-content>
<m-bptset2
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<el-tab-pane
label=
"统一授信"
name=
"limitbody2"
>
<c-content>
<m-limitbody2
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"费用/账务"
name=
"engp,setpan"
>
<c-content>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
>
<el-collapse-item
title=
"表外记账"
name=
"engp"
>
<!-- 表外记账 -或有 -->
<m-engp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"结算"
name=
"setpan"
>
<!-- 结算 -费用及账务-->
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<!--
<el-collapse-item
title=
"会计分录"
name=
"glepan"
>
-->
<!-- 会计分录 -->
<!--
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
-->
</el-collapse>
</div>
</c-content>
</el-tab-pane>
<!--liaall PD000027 Liability -->
<!--
<el-tab-pane
label=
"或有"
name=
"engp"
>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--setmod PD000000 Settlement -->
<!--
<el-tab-pane
label=
"费用及账务"
name=
"setpan"
>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--coninf PD000000 Completion -->
<el-tab-pane
label=
"备查/附言"
name=
"addbcb"
>
<c-content>
<m-addbcb
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--trndoc PD000529 &Messages -->
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--trndoc PD000546 Attachments -->
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--fecinf PD000001 Fee Conditions -->
<!--
<el-tab-pane
label=
"收账通知"
name=
"docpan2"
>
<c-content>
<m-docpan2
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--limmod PD001139 试算结果 -->
<!--
<el-tab-pane
label=
"试算结果"
name=
"shisuan"
>
<m-shisuan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--limmod PD000001 统一授信 -->
<!--
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
</c-tabs>
</el-form>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
/>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
<!--
<el-button
size=
"small"
>
备忘录
</el-button>
-->
<!--
<el-button
size=
"small"
@
click=
"setDraggableContent('cms', '影像信息')"
>
影像信息
</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>
-->
</c-function-btn>
</div>
</c-page>
</
template
>
<
script
>
...
...
@@ -86,64 +127,71 @@ import Docpan2 from "./Docpan"
import
Shisuan
from
"./Shisuan"
import
Utils
from
"../../../utils"
;
import
Limitbody
from
'~/views/Public/Limitbody'
;
import
Ovwp
from
'./Ovwp'
;
import
Limitbody2
from
'./Limitbody2'
;
import
Addbcb
from
'./Addbcb'
;
export
default
{
name
:
"Bptset"
,
components
:{
"m-bptset2"
:
Bptset2
,
"m-engp"
:
Engp
,
"m-setpan"
:
Setpan
,
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-docpan2"
:
Docpan2
,
"m-doctre"
:
Doctre
,
"m-limitbody"
:
Limitbody
,
"m-shisuan"
:
Shisuan
,
},
provide
()
{
return
{
root
:
this
}
},
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
(){
return
{
tabVal
:
"bptset2"
,
trnName
:
"bptset"
,
trnType
:
""
,
model
:
new
Bptset
().
data
,
checkRules
:
Check
,
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
codes
:
{
...
CodeTable
,
},
}
},
methods
:{
myTabClick
(
tab
){
this
.
tabClick
(
tab
)
/**
* do it yourself
**/
}
},
created
:
async
function
(){
console
.
log
(
"进入bptset交易"
);
let
rtnmsg
=
await
this
.
init
(
this
.
$route
.
query
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//更新数据
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
name
:
"Bptset"
,
components
:{
"m-bptset2"
:
Bptset2
,
"m-engp"
:
Engp
,
"m-setpan"
:
Setpan
,
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-docpan2"
:
Docpan2
,
"m-doctre"
:
Doctre
,
"m-limitbody"
:
Limitbody
,
"m-shisuan"
:
Shisuan
,
"m-ovwp"
:
Ovwp
,
"m-limitbody2"
:
Limitbody2
,
"m-addbcb"
:
Addbcb
,
},
provide
()
{
return
{
root
:
this
}
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
},
watch
:
{
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
(){
return
{
activeNames
:
[
"engp"
],
tabVal
:
"ovwp"
,
trnName
:
"bptset"
,
trnType
:
""
,
model
:
new
Bptset
().
data
,
checkRules
:
Check
,
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
codes
:
{
...
CodeTable
,
},
}
},
methods
:{
myTabClick
(
tab
){
this
.
tabClick
(
tab
)
/**
* do it yourself
**/
}
},
created
:
async
function
(){
console
.
log
(
"进入bptset交易"
);
let
rtnmsg
=
await
this
.
init
(
this
.
$route
.
query
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//更新数据
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
},
watch
:
{
},
}
</
script
>
<
style
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment