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
be40f0b4
Commit
be40f0b4
authored
Aug 05, 2021
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
或有和保证金
parent
d63fbb0e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
157 additions
and
154 deletions
+157
-154
Event.js
src/model/Ditopn/Event.js
+30
-6
index.js
src/model/Ditopn/index.js
+3
-1
Event.js
src/model/Sptsel/Event.js
+6
-5
vuefunc.js
src/utils/vuefunc.js
+19
-0
Ccvpan.vue
src/views/Business/Ditopn/Ccvpan.vue
+0
-0
Engp.vue
src/views/Business/Ditopn/Engp.vue
+37
-139
dialog.vue
src/views/Business/Ditopn/dialog.vue
+51
-0
index.vue
src/views/Business/Ditopn/index.vue
+11
-3
No files found.
src/model/Ditopn/Event.js
View file @
be40f0b4
...
...
@@ -282,19 +282,32 @@ export default {
}
})
},
onLiaccvAdd
()
{
this
.
$parent
.
$parent
.
$parent
.
$parent
.
$refs
.
modelForm
.
validate
(
async
valid
=>
{
if
(
!
valid
)
return
;
let
rtnmsg
=
await
Api
.
post
(
"ditopn/liaccv_add"
,
Utils
.
flatObject
(
this
.
model
))
async
onLiaccvAdd
()
{
// this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
// if (!valid)
// return;
// let rtnmsg = await Api.post("ditopn/liaccv_add", Utils.flatObject(this.model))
// if (rtnmsg.respCode == "AAAAAA") {
// //TODO 处理数据逻辑
// }
// else {
// this.$notify.error({ title: '错误', message: '服务请求失败!' });
// }
// })
let
rtnmsg
=
await
Api
.
post
(
"ditopn/executeRule/liaall.liaccv.add"
,
Utils
.
flatObject
(
this
.
model
))
//const that = this.$parent.$parent.$parent.$parent;
if
(
rtnmsg
.
respCode
==
"AAAAAA"
)
{
//TODO 处理数据逻辑
this
.
stmData
.
data
=
rtnmsg
.
data
.
stgStm
.
rows
;
this
.
dialogTableVisible
=
true
;
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
})
},
onLiaccvDel
()
{
this
.
$parent
.
$parent
.
$parent
.
$parent
.
$refs
.
modelForm
.
validate
(
async
valid
=>
{
...
...
@@ -413,5 +426,15 @@ export default {
},
async
onExtkey
(
e
){
},
async
pickDepItem
(
row
){
var
params
=
{
'selsptinr'
:
row
[
0
]};
//{params:{'selsptinr':row[0]}}
let
rtnmsg
=
await
Api
.
post
(
"ditopn/executeRule/liaall.liaccv.add"
,{...
Utils
.
flatObject
(
this
.
model
),
params
})
if
(
rtnmsg
.
respCode
==
"AAAAAA"
)
{
this
.
dialogTableVisible
=
false
;
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
}
}
\ No newline at end of file
src/model/Ditopn/index.js
View file @
be40f0b4
...
...
@@ -195,7 +195,8 @@ export default class Ditopn{
outpct
:
""
,
// Sight Amount Percentage .liaall.outpct
outamt
:
""
,
// Sight Amount .liaall.outamt
exttotoldamt
:
""
,
// Old Amount booked externally .liaall.exttotoldamt
exttotamt
:
""
,
// Total booking amount external assinged .liaall.exttotamt
exttotamt
:
""
,
liaallg
:[],
// Total booking amount external assinged .liaall.exttotamt
limmod
:{
limpts
:{
wrklab
:
""
,
// Label .liaall.limmod.limpts.wrklab
...
...
@@ -245,6 +246,7 @@ export default class Ditopn{
gleflg
:
""
,
// Create gle flag .liaall.liaccv.gleflg
chgcurflg
:
""
,
// Change currency flag .liaall.liaccv.chgcurflg
pctresamt
:
""
,
// reserve amount based percent .liaall.liaccv.pctresamt
liaccvg
:[],
},
},
litameadv
:
""
,
// 特殊规定 .litameadv
...
...
src/model/Sptsel/Event.js
View file @
be40f0b4
...
...
@@ -76,12 +76,12 @@ export default {
},
async
continueEdit
(
row
){
let
rtnmsg
=
await
Api
.
post
(
"sptsel/getPendingData"
,{
params
:{
'selsptinr'
:
row
[
0
]}})
if
(
rtnmsg
.
respCode
==
"AAAAAA"
)
{
var
cacheFileName
=
rtnmsg
.
data
.
cacheFileName
;
let
viewurl
=
"/business/ditopn?
cacheFileName="
+
cacheFileName
;
//
let rtnmsg = await Api.post("sptsel/getPendingData",{params:{'selsptinr':row[0]}})
//
if (rtnmsg.respCode == "AAAAAA") {
//
var cacheFileName = rtnmsg.data.cacheFileName;
let
viewurl
=
"/business/ditopn?
selsptinr="
+
row
[
0
]
;
this
.
$router
.
push
(
viewurl
);
}
//
}
}
}
\ No newline at end of file
src/utils/vuefunc.js
View file @
be40f0b4
...
...
@@ -39,9 +39,28 @@ export function dateFormat (date, format) {
return
_format
;
}
// 数字展示成金额
export
function
moneyFormat
(
value
,
precision
=
2
)
{
//0
let
num
=
value
if
(
num
==
0
)
{
return
num
.
toLocaleString
();
}
if
(
num
)
{
num
=
typeof
num
==
'string'
?
parseFloat
(
num
)
:
num
num
=
num
.
toFixed
(
precision
);
num
=
parseFloat
(
num
);
num
=
num
.
toLocaleString
();
return
num
;
}
else
{
return
num
=
null
;
}
}
export
default
{
install
(
Vue
){
Vue
.
prototype
.
findCodeLabel
=
findCodeLabel
Vue
.
prototype
.
dateFormat
=
dateFormat
Vue
.
prototype
.
moneyFormat
=
moneyFormat
}
}
src/views/Business/Ditopn/Ccvpan.vue
View file @
be40f0b4
This diff is collapsed.
Click to expand it.
src/views/Business/Ditopn/Engp.vue
View file @
be40f0b4
<
template
>
<div
class=
"eibs-tab"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"合同金额"
>
<el-row>
<el-col
:span=
"8"
>
<c-input
type=
"text"
:disable=
"true"
value=
"CNY"
></c-input>
</el-col>
<el-col
:span=
"14"
>
<c-input
v-model=
"model.liaall.outamt"
default=
"0.00"
></c-input>
</el-col>
</el-row>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"保证金应收比例"
>
<el-row>
<el-col
:span=
"8"
>
<c-input
v-model=
"model.liaall.outpct"
></c-input>
</el-col>
<el-col
:span=
"12"
style=
"margin-left:20px"
>
<el-text>
%
</el-text>
</el-col>
</el-row>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"Reserved Amount"
>
<el-row>
<el-col
:span=
"8"
>
<c-input
type=
"text"
:disable=
"true"
value=
"CNY"
></c-input>
</el-col>
<el-col
:span=
"14"
>
<c-input
v-model=
"model.liaall.concur"
></c-input>
</el-col>
</el-row>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"保证金实收比例"
>
<el-row>
<el-col
:span=
"8"
>
<c-input
v-model=
"model.liaall.misamt"
></c-input>
</el-col>
<el-col
:span=
"12"
style=
"margin-left:20px"
>
<el-text>
%
</el-text>
</el-col>
</el-row>
</el-form-item>
Liability
<el-col
:span=
"24"
>
<c-table
:list=
"model.liaall.liaallg"
style=
"width:80%,text-align:center"
>
<el-table-column
prop=
"cbtpfx"
label=
"Type"
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"matdat"
label=
"Maturity"
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"tenday"
label=
"Tenor"
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"rol"
label=
"Dbt."
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"nam"
label=
"Name"
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"cdtrol"
label=
"Cdt."
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"cur"
label=
"Cur"
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"oldamt"
label=
"Old Amount"
width=
"auto"
>
<template
slot-scope=
"scope"
>
{{
moneyFormat
(
scope
.
row
.
oldamt
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"amt"
label=
"Booking Amo"
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=
"Account"
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"valdat"
label=
"Value Date"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
{{
dateFormat
(
scope
.
row
.
valdat
)
}}
</
template
>
</el-table-column>
</c-table>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"应付保证金金额"
>
<el-row>
<el-col
:span=
"8"
>
<c-input
type=
"text"
:disable=
"true"
value=
"CNY"
></c-input>
</el-col>
<el-col
:span=
"14"
>
<c-input
v-model=
"model.liaall.exttotamt"
></c-input>
</el-col>
</el-row>
</el-form-item>
</el-col>
<!--
<el-col
:span=
"12"
>
<el-form-item
label=
"Sight Amount"
>
<c-input
v-model=
"model.liaall.outamt"
placeholder=
"请输入Sight Amount"
></c-input>
</el-form-item>
...
...
@@ -90,93 +55,26 @@
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"Old Amount booked externally"
>
<c-input
v-model=
"model.liaall.exttotoldamt"
placeholder=
"请输入Old Amount booked externally"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"Total booking amount external assinged"
>
<c-input
v-model=
"model.liaall.exttotamt"
placeholder=
"请输入Total booking amount external assinged"
></c-input>
</el-form-item>
</el-col>
-->
<el-col
:span=
"24"
>
<el-row>
<el-col
:span=
"2"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onLiaallButmisamt"
>
Add
Add to Current Line
</c-button>
</el-col>
<el-col
:span=
"
2"
>
<el-col
:span=
"1
2"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onLiaallButmissig"
>
Del
Add to Sight Amount
</c-button>
</el-col>
</el-row>
</el-col>
<el-col
:span=
"24"
>
<c-table
style=
"width:80%,text-align:center"
>
<el-table-column
label=
"CFO"
width=
50
>
</el-table-column>
<el-table-column
label=
"保证金编号"
width=
50
>
</el-table-column>
<el-table-column
label=
"货币"
width=
50
>
</el-table-column>
<el-table-column
label=
"余额"
width=
50
>
</el-table-column>
<el-table-column
label=
"变动金额"
width=
50
>
</el-table-column>
<el-table-column
label=
"保证金账号"
width=
50
>
</el-table-column>
<el-table-column
label=
"汇率"
width=
50
>
</el-table-column>
<el-table-column
label=
""
width=
50
>
</el-table-column>
<el-table-column
label=
"折算后金额"
width=
50
>
</el-table-column>
</c-table>
<el-col
:span=
"12"
>
<el-form-item
label=
"Old Amount booked externally"
>
<c-input
v-model=
"model.liaall.exttotoldamt"
placeholder=
"请输入Old Amount booked externally"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"金额总和"
>
<el-row>
<el-col
:span=
"8"
>
<c-input
type=
"text"
:disable=
"true"
value=
"CNY"
></c-input>
</el-col>
<el-col
:span=
"14"
>
<c-input
></c-input>
</el-col>
</el-row>
<el-form-item
label=
"Total booking amount external assinged"
>
<c-input
v-model=
"model.liaall.exttotamt"
placeholder=
"请输入Total booking amount external assinged"
></c-input>
</el-form-item>
</el-col>
</div>
...
...
src/views/Business/Ditopn/dialog.vue
0 → 100644
View file @
be40f0b4
<
template
>
<el-dialog
title=
"可用保证金条目"
:visible
.
sync=
"dialogTableVisible"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showSelection=
"true"
v-on:multipleSelect=
"multipleSelect"
>
</c-istream-table>
</el-dialog>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
dialogTableVisible
:
false
,
stmData
:
{
columns
:
[
"10 1
\"
TRN
\"
50 1 tdViewTypeEdit:0 3 ATPTXT"
,
"11 2:1
\"
Own Reference
\"
112"
,
"17 2:2
\"
Addtional Text
\"
112"
,
"12 3
\"
Cur
\"
37"
,
"13 4
\"
Relevant Amount
\"
101 2 8:1 2 5"
,
"14 5
\"
Entry
\"
104 20 DateTime 1"
,
"9 6:1
\"
Req
\"
39"
,
"2 6:2
\"
Sig
\"
35"
,
"6 8:1
\"
Rq0
\"
40"
,
"3 8:2
\"
Rel0
\"
40"
,
"7 9:1
\"
Rq1
\"
40"
,
"4 9:2
\"
Rel1
\"
40"
,
"8 10:1
\"
Rq2
\"
40"
,
"5 10:2
\"
Rel2
\"
40"
,
"15 13
\"
Branch
\"
142"
,
"16 11:1
\"
User
\"
62"
,
"18 11:2
\"\"
62"
,
"0 12
\"
Status
\"
54 1 tdViewTypeEdit:0 1 RELSTA"
,
],
data
:
[
]
},
relrowDisabled
:
true
,
multipleSelection
:
[]
};
},
methods
:
{
closeMask
()
{
this
.
dialogTableVisible
=
true
;
},
},
};
</
script
>
src/views/Business/Ditopn/index.vue
View file @
be40f0b4
...
...
@@ -33,6 +33,7 @@
<m-tk
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!-- document rules
<el-tab-pane
label=
"经办夹查询"
>
...
...
@@ -52,12 +53,13 @@
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000027
<el-tab-pane
label=
"保证金"
>
<el-tab-pane
label=
"或有"
>
<!--PD000027 -->
<m-engp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<el-tab-pane
label=
"保证金"
>
<m-ccvpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
...
...
@@ -167,6 +169,12 @@ export default {
return
}
const
label
=
vm
.
label
if
(
label
===
"或有"
)
{
this
.
executeRule
(
"liaall.engp"
).
then
(
res
=>
{
const
data
=
res
.
data
;
Utils
.
copyValueFromVO
(
this
.
model
,
data
)
})
}
if
(
label
===
"帐务"
)
{
this
.
executeRule
(
"setmod.setpan"
).
then
(
res
=>
{
if
(
res
.
respCode
==
"AAAAAA"
){
...
...
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