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
zhouqian
vue-gjjs
Commits
8b5f5347
Commit
8b5f5347
authored
2 years ago
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
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<!-- =================顶
部
====================== -->
<!-- =================顶
左
====================== -->
<c-
row
>
<c-
col
:span=
"12"
style=
"padding-right: 20px;"
>
<!--line1-->
<!--line1-->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<el-form-item
<el-form-item
label=
"票据项下的业务号"
label=
"票据项下的业务号"
prop=
"bpdgrp.rec.pntref"
prop=
"bpdgrp.rec.pntref"
...
@@ -19,7 +18,7 @@
...
@@ -19,7 +18,7 @@
></c-input>
></c-input>
<template
slot=
"footer"
>
<template
slot=
"footer"
>
<c-button
<c-button
style=
"margin
: 0 10px 0
10px; padding: 0 12px"
style=
"margin
-left:
10px; padding: 0 12px"
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
@
click=
"onSeainf"
@
click=
"onSeainf"
...
@@ -30,33 +29,12 @@
...
@@ -30,33 +29,12 @@
</c-fullbox>
</c-fullbox>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!-- <c-col :span="2">
<c-col
:span=
"1"
>
<el-form-item label="" prop="" style="width: 100%"> </el-form-item>
<el-form-item label="" prop="" style="width: 100%"> </el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<!--line2-->
<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-->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<el-form-item
<el-form-item
label=
"融资业务号"
label=
"融资业务号"
prop=
"bpdgrp.rec.ownref"
prop=
"bpdgrp.rec.ownref"
...
@@ -71,86 +49,58 @@
...
@@ -71,86 +49,58 @@
></c-input>
></c-input>
<
template
slot=
"footer"
>
<
template
slot=
"footer"
>
<c-button
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
style=
"margin-left: 10px; padding: 0 12px"
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
@
click=
"onSeainf"
@
click=
"onSeainf"
>
>
<i
class=
"el-icon-info"
></i>
<i
class=
"el-icon-info"
></i>
</c-button>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBptmodButgetref()"
:disabled=
"model.bpdgrp.rec.ownref !== ''"
>
获取
</c-button>
</
template
>
</
template
>
</c-fullbox>
</c-fullbox>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"1"
>
<!-- 左 -->
<c-button
size=
"small"
type=
"primary"
@
click=
"onBptmodButgetref()"
:disabled=
"model.bpdgrp.rec.ownref !== ''"
>
<c-col
:span=
"24"
>
获取
<!-- Type of Advance 预付款类型-->
</c-button>
<c-col
:span=
"12"
>
</c-col>
<el-form-item
label=
"预付款类型"
prop=
"bpdgrp.rec.fintyp"
>
<c-select
<c-col
:span=
"12"
>
v-model=
"model.bpdgrp.rec.fintyp"
<el-form-item
style=
"width: 100%"
label=
"融资名称"
placeholder=
"请选择预付款类型"
prop=
"bpdgrp.rec.nam"
disabled
style=
"width: 100%"
>
>
<el-option
<c-fullbox>
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
<c-input
v-model=
"model.bpdgrp.rec.
nam
"
v-model=
"model.bpdgrp.rec.
ownref
"
maxlength=
"1
6
"
maxlength=
"1
7
"
placeholder=
"
"
:placeholder=
"$t('other.please_enter') + '融资业务编号'
"
disabled
disabled
></c-input>
></c-input>
<
template
slot=
"footer"
>
</
template
>
</c-form-item>
</c-fullbox>
</c-col>
</el-form-item>
</c-col>
</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 融资账号-->
<!-- Advance Amount 融资账号-->
<c-col
:span=
"
12
"
>
<c-col
:span=
"
24
"
>
<c-form-item
label=
"融资账号"
prop=
"bpdgrp.rec.finact"
>
<c-form-item
label=
"融资账号"
prop=
"bpdgrp.rec.finact"
>
<c-input
<c-input
v-model=
"model.bpdgrp.rec.finact"
v-model=
"model.bpdgrp.rec.finact"
...
@@ -160,7 +110,8 @@
...
@@ -160,7 +110,8 @@
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"起息日期"
prop=
"bpdgrp.rec.opndat"
>
<el-form-item
label=
"起息日期"
prop=
"bpdgrp.rec.opndat"
>
<c-date-picker
<c-date-picker
...
@@ -172,7 +123,6 @@
...
@@ -172,7 +123,6 @@
></c-date-picker>
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"到期日"
prop=
"bpdgrp.rec.matdat"
>
<el-form-item
label=
"到期日"
prop=
"bpdgrp.rec.matdat"
>
<c-date-picker
<c-date-picker
...
@@ -184,38 +134,217 @@
...
@@ -184,38 +134,217 @@
></c-date-picker>
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-row>
</c-col>
<!-- 福费廷转卖类型 ffttyp ffttyp1-->
<!-- 福费廷转卖类型 ffttyp ffttyp1-->
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"福费廷转卖类型"
prop=
"bpdgrp.rec.ffttyp"
>
<c-col
:span=
"12"
>
<c-select
<c-form-item
label=
"福费廷转卖类型"
prop=
"bpdgrp.rec.ffttyp"
>
v-model=
"model.bpdgrp.rec.ffttyp"
<c-select
style=
"width: 100%"
v-model=
"model.bpdgrp.rec.ffttyp"
placeholder=
"福费廷转卖类型"
style=
"width: 100%"
>
placeholder=
"福费廷转卖类型"
<el-option
>
v-for=
"item in codes.ffttyp1"
<el-option
:key=
"item.value"
v-for=
"item in codes.ffttyp1"
:label=
"item.label"
:key=
"item.value"
:value=
"item.value"
:label=
"item.label"
/>
:value=
"item.value"
</c-select>
/>
</c-form-item>
</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>
</c-col>
<!-- 我行借记账户 setact1-->
<c-col
:span=
"12"
>
<!-- 下左 -->
<c-form-item
label=
"我行借记账户"
prop=
"setact1"
>
<c-col
:span=
"24"
>
<c-input
<c-col
:span=
"20"
>
v-model=
"model.bpdgrp.rec.fincod"
<c-form-item
label=
"借据号"
prop=
"bpdgrp.rec.fincod"
>
maxlength=
"17"
<c-input
:placeholder=
"$t('other.please_enter') + '我行借记账户'"
v-model=
"model.bpdgrp.rec.fincod"
disabled
maxlength=
"17"
></c-input>
:placeholder=
"$t('other.please_enter') + '借据号'"
</c-form-item>
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>
<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>
<!-- 右-->
<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-col
:span=
"24"
>
<c-ptap
<c-ptap
:model=
"model"
:model=
"model"
...
@@ -227,30 +356,14 @@
...
@@ -227,30 +356,14 @@
>
>
</c-ptap>
</c-ptap>
</c-col>
</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-col :span="24">
<c-checkbox
v-model=
"model.mtabut.clsflg"
maxlength=
"17"
disabled
/>
<c-checkbox v-model="model.mtabut.clsflg" maxlength="17" disabled>抹账</c-checkbox>
</c-form-item>
</c-col> -->
</c-col>
<!-- 还本金金额-->
<!-- 还本金金额-->
<c-col
:span=
"
12
"
>
<c-col
:span=
"
24
"
>
<c-form-item
label=
"还本金金额"
prop=
"bptmod.finmod.cbs.calflg"
>
<c-form-item
label=
"还本金金额"
prop=
"bptmod.finmod.cbs.calflg"
>
<c-input
<c-input
v-model=
"model.bptmod.finmod.cbs.calflg"
v-model=
"model.bptmod.finmod.cbs.calflg"
...
@@ -260,18 +373,30 @@
...
@@ -260,18 +373,30 @@
</c-form-item>
</c-form-item>
</c-col>
</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>
</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 : 还款方式 -->
<!-- SG000098 : 还款方式 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<el-form-item
label=
"还款方式"
prop=
"bptmod.finmod.reptyp"
>
<el-form-item
label=
"还款方式"
prop=
"bptmod.finmod.reptyp"
>
<c-select
<c-select
v-model=
"model.bptmod.finmod.reptyp"
v-model=
"model.bptmod.finmod.reptyp"
...
@@ -287,20 +412,9 @@
...
@@ -287,20 +412,9 @@
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</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 : 第三方还款账号 -->
<!-- SG000120 : 第三方还款账号 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
label=
"第三方还款账号"
prop=
"bptmod.finmod.act3"
>
<c-form-item
label=
"第三方还款账号"
prop=
"bptmod.finmod.act3"
>
<c-input
<c-input
v-model=
"model.bptmod.finmod.act3"
v-model=
"model.bptmod.finmod.act3"
...
@@ -310,18 +424,9 @@
...
@@ -310,18 +424,9 @@
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</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 : 偿还表外欠息利息 -->
<!-- SG000105 : 偿还表外欠息利息 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
<c-form-item
label=
"偿还表外欠息利息"
label=
"偿还表外欠息利息"
prop=
"bptmod.finmod.cbs.cbe.intamt1"
prop=
"bptmod.finmod.cbs.cbe.intamt1"
...
@@ -333,18 +438,9 @@
...
@@ -333,18 +438,9 @@
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</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 : 偿还表外欠息 -->
<!-- SG000106 : 偿还表外欠息 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
label=
"偿还表外欠息"
prop=
"bptmod.finmod.cbs.cbe.intamty1"
>
<c-form-item
label=
"偿还表外欠息"
prop=
"bptmod.finmod.cbs.cbe.intamty1"
>
<c-input
<c-input
v-model=
"model.bptmod.finmod.cbs.cbe.intamty1"
v-model=
"model.bptmod.finmod.cbs.cbe.intamty1"
...
@@ -353,18 +449,9 @@
...
@@ -353,18 +449,9 @@
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</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 : 偿还表内欠息利息 -->
<!-- SG000107 : 偿还表内欠息利息 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
<c-form-item
label=
"偿还表内欠息利息"
label=
"偿还表内欠息利息"
prop=
"bptmod.finmod.cbs.cbe.intamt2"
prop=
"bptmod.finmod.cbs.cbe.intamt2"
...
@@ -376,18 +463,9 @@
...
@@ -376,18 +463,9 @@
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</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 : 偿还表内欠息 -->
<!-- SG000108 : 偿还表内欠息 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
label=
"偿还表内欠息"
prop=
"bptmod.finmod.cbs.cbe.intamty2"
>
<c-form-item
label=
"偿还表内欠息"
prop=
"bptmod.finmod.cbs.cbe.intamty2"
>
<c-input
<c-input
v-model=
"model.bptmod.finmod.cbs.cbe.intamty2"
v-model=
"model.bptmod.finmod.cbs.cbe.intamty2"
...
@@ -396,18 +474,9 @@
...
@@ -396,18 +474,9 @@
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</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 : 偿还本金利息 -->
<!-- SG000109 : 偿还本金利息 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
label=
"偿还本金利息"
prop=
"bptmod.finmod.cbs.cbe.intamt"
>
<c-form-item
label=
"偿还本金利息"
prop=
"bptmod.finmod.cbs.cbe.intamt"
>
<c-input
<c-input
v-model=
"model.bptmod.finmod.cbs.cbe.intamt"
v-model=
"model.bptmod.finmod.cbs.cbe.intamt"
...
@@ -416,18 +485,9 @@
...
@@ -416,18 +485,9 @@
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</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 : 偿还本金 -->
<!-- SG000110 : 偿还本金 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
label=
"偿还本金"
prop=
"bptmod.finmod.cbs.cbe.amt"
>
<c-form-item
label=
"偿还本金"
prop=
"bptmod.finmod.cbs.cbe.amt"
>
<c-input
<c-input
v-model=
"model.bptmod.finmod.cbs.cbe.amt"
v-model=
"model.bptmod.finmod.cbs.cbe.amt"
...
@@ -436,19 +496,9 @@
...
@@ -436,19 +496,9 @@
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</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 : 偿还利息总额 -->
<!-- SG000116 : 偿还利息总额 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
label=
"偿还利息总额"
prop=
"bptmod.finmod.cbs.totint"
>
<c-form-item
label=
"偿还利息总额"
prop=
"bptmod.finmod.cbs.totint"
>
<c-input
<c-input
v-model=
"model.bptmod.finmod.cbs.totint"
v-model=
"model.bptmod.finmod.cbs.totint"
...
@@ -457,19 +507,9 @@
...
@@ -457,19 +507,9 @@
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</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 : 执行利率 -->
<!-- SG000118 : 执行利率 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-form-item
label=
"执行利率"
prop=
"bpdgrp.rec.tolrat"
>
<c-form-item
label=
"执行利率"
prop=
"bpdgrp.rec.tolrat"
>
<c-input
<c-input
v-model=
"model.bpdgrp.rec.tolrat"
v-model=
"model.bpdgrp.rec.tolrat"
...
@@ -478,7 +518,10 @@
...
@@ -478,7 +518,10 @@
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
</c-row>
<!-- </c-col> -->
</div>
</div>
</template>
</template>
...
@@ -523,4 +566,3 @@ export default {
...
@@ -523,4 +566,3 @@ export default {
</
script
>
</
script
>
<
style
>
<
style
>
</
style
>
</
style
>
This diff is collapsed.
Click to expand it.
src/views/Business/Bptset/Ovwp.vue
View file @
8b5f5347
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-content>
<el-collapse
v-model=
"activeNames"
@
change=
"handleChange"
>
<el-collapse
v-model=
"activeNames"
@
change=
"handleChange"
>
<el-collapse-item
title=
"融资归还"
name=
"bptset2"
>
<el-collapse-item
title=
"融资归还"
name=
"bptset2"
>
<!-- 融资归还 -->
<!-- 融资归还 -->
...
@@ -11,7 +10,6 @@
...
@@ -11,7 +10,6 @@
<m-docpan2
:model=
"model"
:codes=
"codes"
/>
<m-docpan2
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse-item>
</el-collapse>
</el-collapse>
</c-content>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Bptset/Shisuan.vue
View file @
8b5f5347
...
@@ -11,43 +11,43 @@
...
@@ -11,43 +11,43 @@
prop=
"limtyp"
prop=
"limtyp"
label=
"限制类型"
label=
"限制类型"
sortable
sortable
width=
"1
5
0"
>
width=
"1
0
0"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"cur"
prop=
"cur"
label=
"业务币种"
label=
"业务币种"
sortable
sortable
width=
"
8
0"
>
width=
"
10
0"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"cbeamt"
prop=
"cbeamt"
label=
"业务发生额"
label=
"业务发生额"
sortable
sortable
width=
"
9
0"
>
width=
"
12
0"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"reqtyp1"
prop=
"reqtyp1"
label=
"Req.Typel"
label=
"Req.Typel"
sortable
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"limcbeamt"
prop=
"limcbeamt"
label=
"额度发生额"
label=
"额度发生额"
sortable
sortable
width=
"1
0
0"
>
width=
"1
2
0"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"reqtyp2"
prop=
"reqtyp2"
label=
"Req.Type2"
label=
"Req.Type2"
sortable
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"ckcbeamt"
prop=
"ckcbeamt"
label=
"敞口发生额"
label=
"敞口发生额"
sortable
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"credat"
prop=
"credat"
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
prop=
"ccvbl"
prop=
"ccvbl"
label=
"合同保证金比例"
label=
"合同保证金比例"
sortable
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"limvar"
prop=
"limvar"
...
@@ -115,49 +115,49 @@
...
@@ -115,49 +115,49 @@
prop=
"tzhamt"
prop=
"tzhamt"
label=
"调整后业务余额"
label=
"调整后业务余额"
sortable
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"tzhccv"
prop=
"tzhccv"
label=
"调整后保证金比例"
label=
"调整后保证金比例"
sortable
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"tzhlimamt"
prop=
"tzhlimamt"
label=
"调整后拟占用额度"
label=
"调整后拟占用额度"
sortable
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"tzhlimck"
prop=
"tzhlimck"
label=
"调整后拟占用敞口"
label=
"调整后拟占用敞口"
sortable
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"tzqamt"
prop=
"tzqamt"
label=
"调整前业务余额"
label=
"调整前业务余额"
sortable
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"tzqccv"
prop=
"tzqccv"
label=
"调整后保证金比例"
label=
"调整后保证金比例"
sortable
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"tzqlimamt"
prop=
"tzqlimamt"
label=
"调整前已占用额度"
label=
"调整前已占用额度"
sortable
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"tzqlimck"
prop=
"tzqlimck"
label=
"调整前已占用敞口"
label=
"调整前已占用敞口"
sortable
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<el-pagination
<el-pagination
...
@@ -243,13 +243,13 @@
...
@@ -243,13 +243,13 @@
prop=
"dgzyliminfref"
prop=
"dgzyliminfref"
label=
"额度明细编号"
label=
"额度明细编号"
sortable
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"dgccvbl"
prop=
"dgccvbl"
label=
"保证金比例"
label=
"保证金比例"
sortable
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<el-pagination
<el-pagination
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Bptset/index.vue
View file @
8b5f5347
<
template
>
<
template
>
<c-page
title=
"出口融资还款"
>
<c-page
title=
"出口融资还款"
>
<div
class=
"eContainer"
>
<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>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<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-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>
<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>
<!--bptset PD000015 Settle -->
</c-page>
<!--
<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
>
</
template
>
<
script
>
<
script
>
...
@@ -86,64 +127,71 @@ import Docpan2 from "./Docpan"
...
@@ -86,64 +127,71 @@ import Docpan2 from "./Docpan"
import
Shisuan
from
"./Shisuan"
import
Shisuan
from
"./Shisuan"
import
Utils
from
"../../../utils"
;
import
Utils
from
"../../../utils"
;
import
Limitbody
from
'~/views/Public/Limitbody'
;
import
Limitbody
from
'~/views/Public/Limitbody'
;
import
Ovwp
from
'./Ovwp'
;
import
Limitbody2
from
'./Limitbody2'
;
import
Addbcb
from
'./Addbcb'
;
export
default
{
export
default
{
name
:
"Bptset"
,
name
:
"Bptset"
,
components
:{
components
:{
"m-bptset2"
:
Bptset2
,
"m-bptset2"
:
Bptset2
,
"m-engp"
:
Engp
,
"m-engp"
:
Engp
,
"m-setpan"
:
Setpan
,
"m-setpan"
:
Setpan
,
"m-coninfp"
:
Coninfp
,
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-docpan"
:
Docpan
,
"m-docpan2"
:
Docpan2
,
"m-docpan2"
:
Docpan2
,
"m-doctre"
:
Doctre
,
"m-doctre"
:
Doctre
,
"m-limitbody"
:
Limitbody
,
"m-limitbody"
:
Limitbody
,
"m-shisuan"
:
Shisuan
,
"m-shisuan"
:
Shisuan
,
},
"m-ovwp"
:
Ovwp
,
provide
()
{
"m-limitbody2"
:
Limitbody2
,
return
{
"m-addbcb"
:
Addbcb
,
root
:
this
},
}
provide
()
{
},
return
{
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
root
:
this
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
();
}
}
}
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
>
</
script
>
<
style
>
<
style
>
...
...
This diff is collapsed.
Click to expand it.
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