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
5ef7e9ac
Commit
5ef7e9ac
authored
Aug 03, 2022
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
交易修改
parent
bac366a9
Show whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
99 additions
and
60 deletions
+99
-60
Event.js
src/model/Gctcan/Event.js
+3
-0
Event.js
src/model/Getcan/Event.js
+3
-0
Event.js
src/model/Getcrq/Event.js
+3
-0
Event.js
src/model/Getset/Event.js
+3
-0
Event.js
src/model/Gitcan/Event.js
+5
-0
Event.js
src/model/Gitcrj/Event.js
+3
-0
Event.js
src/model/Gitcrq/Event.js
+3
-0
Event.js
src/model/Gitset/Event.js
+3
-0
index.js
src/model/Public/Liaall/index.js
+3
-3
Gitsetp1.vue
src/views/Business/Gctcan/Gitsetp1.vue
+1
-1
Canp.vue
src/views/Business/Getcan/Canp.vue
+2
-2
Gitdetp.vue
src/views/Business/Getcrq/Gitdetp.vue
+3
-3
Gitsetp1.vue
src/views/Business/Getcrq/Gitsetp1.vue
+7
-7
Canp.vue
src/views/Business/Gitcan/Canp.vue
+4
-3
Shisuan.vue
src/views/Business/Gitcan/Shisuan.vue
+6
-6
Gitsetp1.vue
src/views/Business/Gitcrj/Gitsetp1.vue
+18
-6
Gitdetp.vue
src/views/Business/Gitcrq/Gitdetp.vue
+1
-1
Gitsetp1.vue
src/views/Business/Gitcrq/Gitsetp1.vue
+3
-3
Det202cv.vue
src/views/Business/Gitset/Det202cv.vue
+5
-5
Det756.vue
src/views/Business/Gitset/Det756.vue
+3
-3
Gitsetp.vue
src/views/Business/Gitset/Gitsetp.vue
+5
-5
Gitsetp1.vue
src/views/Business/Gitset/Gitsetp1.vue
+6
-6
Shisuan.vue
src/views/Business/Gitset/Shisuan.vue
+6
-6
No files found.
src/model/Gctcan/Event.js
View file @
5ef7e9ac
...
...
@@ -14,6 +14,9 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onSeainf
(){
},
async
onLiaallButmissig
(){
let
rtnmsg
=
await
this
.
executeRule
(
"liaall.butmissig"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
...
...
src/model/Getcan/Event.js
View file @
5ef7e9ac
...
...
@@ -14,6 +14,9 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onSeainf
(){
},
async
onLiaallButmissig
(){
let
rtnmsg
=
await
this
.
executeRule
(
"liaall.butmissig"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
...
...
src/model/Getcrq/Event.js
View file @
5ef7e9ac
...
...
@@ -14,6 +14,9 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onSeainf
(){
},
// async onSetmodSetpan(){
// let rtnmsg = await this.executeRule("setmod.setpan")
// if (rtnmsg.respCode == SUCCESS) {
...
...
src/model/Getset/Event.js
View file @
5ef7e9ac
...
...
@@ -14,6 +14,9 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onSeainf
(){
},
async
onLiaallButmisamt
(){
let
rtnmsg
=
await
this
.
executeRule
(
"liaall.butmisamt"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
...
...
src/model/Gitcan/Event.js
View file @
5ef7e9ac
...
...
@@ -195,4 +195,8 @@ export default {
}
},
async
onSeainf
(){
},
}
\ No newline at end of file
src/model/Gitcrj/Event.js
View file @
5ef7e9ac
...
...
@@ -14,6 +14,9 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onSeainf
(){
},
async
onPrbpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"prbp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
...
...
src/model/Gitcrq/Event.js
View file @
5ef7e9ac
...
...
@@ -14,6 +14,9 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onSeainf
(){
},
async
onPrbpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"prbp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
...
...
src/model/Gitset/Event.js
View file @
5ef7e9ac
...
...
@@ -14,6 +14,9 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onSeainf
(){
},
async
onPrbpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"prbp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
...
...
src/model/Public/Liaall/index.js
View file @
5ef7e9ac
...
...
@@ -13,9 +13,9 @@ export default class Liaall {
liaallg
:
[],
// Total booking amount external assinged .liaall.exttotamt
limmod
:
{
limpfp
:{
clmcbe
:
""
,
clmcbb
:
""
,
clmpty
:
""
,
clmcbe
:
[]
,
clmcbb
:
[]
,
clmpty
:
[]
,
},
limgrd
:
[],
lmegrd
:
[],
...
...
src/views/Business/Gctcan/Gitsetp1.vue
View file @
5ef7e9ac
...
...
@@ -177,7 +177,7 @@
</c-col>
</c-col>
<c-col
:span=
"11"
offset=
"1"
>
<c-col
:span=
"11"
:
offset=
"1"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"Open Guar.Amt"
...
...
src/views/Business/Getcan/Canp.vue
View file @
5ef7e9ac
...
...
@@ -234,7 +234,7 @@
</c-col> -->
</c-col>
<c-col
:span=
"11"
offset=
"1"
>
<c-col
:span=
"11"
:
offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Name"
prop=
"gidgrp.rec.nam"
>
<c-input
...
...
@@ -299,7 +299,7 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
offset=
"6"
>
<c-col
:span=
"24"
:
offset=
"6"
>
<c-checkbox
style=
"margin-left: 15px;height: 32px;
line-height: 32px;
...
...
src/views/Business/Getcrq/Gitdetp.vue
View file @
5ef7e9ac
...
...
@@ -53,14 +53,14 @@
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
offset=
"1"
>
<c-col
:span=
"12"
:
offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Intermediary"
prop=
"gcdgrp.int.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gcdgrp.int.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"showGridPromptDialog('gcdgrp.int.pts.extkey',model.gcdgrp.int.pts.extkey)"
@
change=
"valueChange"
></c-input>
<template
slot=
"footer"
>
<c-button
...
...
@@ -94,7 +94,7 @@
<c-input
v-model=
"model.gcdgrp.awi.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"showGridPromptDialog('gcdgrp.awi.pts.extkey')"
@
change=
"valueChange"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
src/views/Business/Getcrq/Gitsetp1.vue
View file @
5ef7e9ac
...
...
@@ -197,7 +197,7 @@
</c-col>
</c-col>
<c-col
:span=
"11"
offset=
"1"
>
<c-col
:span=
"11"
:
offset=
"1"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"Open Amount"
...
...
@@ -406,7 +406,7 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
offset=
"19"
>
<c-col
:span=
"24"
:
offset=
"19"
>
<c-checkbox
v-model=
"model.extpay"
key=
"item.value"
...
...
@@ -429,7 +429,7 @@
</c-col>
</c-col>
<c-col
:span=
"11"
offset=
"1"
style=
"margin-top: 15px"
>
<c-col
:span=
"11"
:
offset=
"1"
style=
"margin-top: 15px"
>
<!-- <c-col :span="12">
<el-form-item label="Open Amount" prop="gcdgrp.cbs.opn1.cur">
<c-input v-model="model.gcdgrp.cbs.opn1.cur" maxlength="3" placeholder="请输入Open Amount"></c-input>
...
...
@@ -492,7 +492,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.prb.pts.extkey')
"
@
change=
"valueChange"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -530,7 +530,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.prb.pts.extkey')
"
@
change=
"valueChange"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -641,7 +641,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.oth.pts.extkey')
"
@
change=
"valueChange"
>
</c-input>
<
template
slot=
"footer"
>
...
...
@@ -657,7 +657,7 @@
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
Details
</c-button>
...
...
src/views/Business/Gitcan/Canp.vue
View file @
5ef7e9ac
...
...
@@ -237,7 +237,7 @@
</c-col> -->
</c-col>
<c-col
:span=
"11"
offset=
"1"
>
<c-col
:span=
"11"
:
offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Name"
prop=
"gidgrp.rec.nam"
>
<c-input
...
...
@@ -304,7 +304,7 @@
</c-col>
<!-- :indeterminate="model.gidgrp.rec.purcan != 'RR'" -->
<c-col
:span=
"24"
offset=
"6"
>
<c-col
:span=
"24"
:
offset=
"6"
>
<c-checkbox
:disabled=
"model.gidgrp.rec.purcan != 'RR'"
v-model=
"model.mtabut.clsflg"
...
...
@@ -459,7 +459,8 @@
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Getcan/Event"
;
import
Event
from
"~/model/Gitcan/Event"
;
export
default
{
inject
:
[
"root"
],
...
...
src/views/Business/Gitcan/Shisuan.vue
View file @
5ef7e9ac
...
...
@@ -92,10 +92,10 @@
width=
"100"
>
</el-table-column>
</el-table>
<el-pagination
<
!--
<
el-pagination
layout=
"prev, pager, next"
:total=
"pager.liaall_limmod_limpfp_clmcbe.total"
>
</el-pagination>
</el-pagination>
-->
</div>
</c-col>
...
...
@@ -160,10 +160,10 @@
width=
"100"
>
</el-table-column>
</el-table>
<el-pagination
<
!--
<
el-pagination
layout=
"prev, pager, next"
:total=
"pager.liaall_limmod_limpfp_clmcbb.total"
>
</el-pagination>
</el-pagination>
-->
</div>
</c-col>
...
...
@@ -252,10 +252,10 @@
width=
"100"
>
</el-table-column>
</el-table>
<el-pagination
<
!--
<
el-pagination
layout=
"prev, pager, next"
:total=
"pager.liaall_limmod_limpfp_clmpty.total"
>
</el-pagination>
</el-pagination>
-->
</div>
</c-col>
</div>
...
...
src/views/Business/Gitcrj/Gitsetp1.vue
View file @
5ef7e9ac
...
...
@@ -164,7 +164,7 @@
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
offset=
"1"
>
<c-col
:span=
"11"
:
offset=
"1"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"Open Amount"
...
...
@@ -381,7 +381,7 @@
</c-select>
</el-form-item>
</c-col> -->
<c-col
:span=
"11"
offset=
"1"
style=
"margin-top:15px"
>
<c-col
:span=
"11"
:
offset=
"1"
style=
"margin-top:15px"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"Presented by"
prop=
"gcdgrp.rec.docprbrol"
>
<c-select
...
...
@@ -425,7 +425,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.prb.pts.extkey')
"
@
change=
"valueChange"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -528,7 +528,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.oth.pts.extkey')
"
@
change=
"valueChange"
>
</c-input>
<
template
slot=
"footer"
>
...
...
@@ -544,7 +544,7 @@
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
Details
</c-button>
...
...
@@ -893,7 +893,19 @@ export default {
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{};
return
{
docprbrol2
:
[
// { label: "2nd Advising Bank", value: "A2B" },
// { label: "Advising Bank", value: "ADV" },
{
label
:
"Beneficiary"
,
value
:
"BEN"
},
{
label
:
"Presenter(PRP)"
,
value
:
"PRB"
},
],
payrol2
:
[
{
label
:
"Applicant"
,
value
:
"1"
},
{
label
:
"Issuing Bank"
,
value
:
"2"
},
{
label
:
"other paying party"
,
value
:
"3"
},
],
};
},
methods
:
{
...
Event
},
created
:
function
()
{},
...
...
src/views/Business/Gitcrq/Gitdetp.vue
View file @
5ef7e9ac
...
...
@@ -53,7 +53,7 @@
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
offset=
"1"
>
<c-col
:span=
"12"
:
offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Intermediary"
prop=
"gcdgrp.int.pts.extkey"
>
<c-fullbox>
...
...
src/views/Business/Gitcrq/Gitsetp1.vue
View file @
5ef7e9ac
...
...
@@ -184,7 +184,7 @@
</el-form-item>
</c-col>
-->
<c-col
:span=
"11"
offset=
"1"
>
<c-col
:span=
"11"
:
offset=
"1"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"Open Amount"
...
...
@@ -434,7 +434,7 @@
</c-select>
</el-form-item>
</c-col> -->
<c-col
:span=
"11"
offset=
"1"
style=
"margin-top: 15px"
>
<c-col
:span=
"11"
:
offset=
"1"
style=
"margin-top: 15px"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"Presented by"
prop=
"gcdgrp.rec.docprbrol"
>
<c-select
...
...
@@ -630,7 +630,7 @@
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
Details
</c-button>
...
...
src/views/Business/Gitset/Det202cv.vue
View file @
5ef7e9ac
...
...
@@ -19,7 +19,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.prb.pts.extkey')
"
@
change=
"valueChange"
></c-input>
<template
slot=
"footer"
>
<c-button
...
...
@@ -82,7 +82,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.prb.pts.extkey')
"
@
change=
"valueChange"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -195,7 +195,7 @@
</c-col>
</c-col>
<c-col
:span=
"11"
offset=
"1"
>
<c-col
:span=
"11"
:
offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
...
...
@@ -210,7 +210,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.prb.pts.extkey')
"
@
change=
"valueChange"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -274,7 +274,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.prb.pts.extkey')
"
@
change=
"valueChange"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
src/views/Business/Gitset/Det756.vue
View file @
5ef7e9ac
...
...
@@ -17,7 +17,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.prb.pts.extkey')
"
@
change=
"valueChange"
></c-input>
<template
slot=
"footer"
>
<c-button
...
...
@@ -68,7 +68,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.prb.pts.extkey')
"
@
change=
"valueChange"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -119,7 +119,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.prb.pts.extkey')
"
@
change=
"valueChange"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
src/views/Business/Gitset/Gitsetp.vue
View file @
5ef7e9ac
...
...
@@ -175,7 +175,7 @@
</c-col>
</c-col>
<c-col
:span=
"11"
offset=
"1"
>
<c-col
:span=
"11"
:
offset=
"1"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"Open Amount"
...
...
@@ -393,7 +393,7 @@
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
offset=
"1"
style=
"margin-top: 15px"
>
<c-col
:span=
"11"
:
offset=
"1"
style=
"margin-top: 15px"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"Presented by"
prop=
"gcdgrp.rec.docprbrol"
>
<c-select
...
...
@@ -437,7 +437,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.prb.pts.extkey')
"
@
change=
"valueChange"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -508,7 +508,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.oth.pts.extkey')
"
@
change=
"valueChange"
>
</c-input>
<
template
slot=
"footer"
>
...
...
@@ -526,7 +526,7 @@
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
Details
</c-button>
...
...
src/views/Business/Gitset/Gitsetp1.vue
View file @
5ef7e9ac
...
...
@@ -175,7 +175,7 @@
</c-col>
</c-col>
<c-col
:span=
"11"
offset=
"1"
>
<c-col
:span=
"11"
:
offset=
"1"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"Open Amount"
...
...
@@ -372,12 +372,12 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
offset=
"19"
>
<c-col
:span=
"24"
:
offset=
"19"
>
<c-checkbox
v-model=
"model.Gitsetp1"
disabled
style=
"margin-left:15px"
>
Creat MT 732
</c-checkbox>
</c-col>
</c-col>
<c-col
:span=
"11"
offset=
"1"
style=
"margin-top: 15px"
>
<c-col
:span=
"11"
:
offset=
"1"
style=
"margin-top: 15px"
>
<!-- <c-col :span="24">
<el-form-item label="Presented by" prop="gcdgrp.rec.docprbrol">
<c-select v-model="model.gcdgrp.rec.docprbrol" style="width:100%" placeholder="请选择Presented by"
...
...
@@ -429,7 +429,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.prb.pts.extkey')
"
@
change=
"valueChange"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -500,7 +500,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.oth.pts.extkey')
"
@
change=
"valueChange"
>
</c-input>
<
template
slot=
"footer"
>
...
...
@@ -518,7 +518,7 @@
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
Details
</c-button>
...
...
src/views/Business/Gitset/Shisuan.vue
View file @
5ef7e9ac
...
...
@@ -92,10 +92,10 @@
width=
"100"
>
</el-table-column>
</el-table>
<el-pagination
<
!--
<
el-pagination
layout=
"prev, pager, next"
:total=
"pager.liaall_limmod_limpfp_clmcbe.total"
>
</el-pagination>
</el-pagination>
-->
</div>
</c-col>
...
...
@@ -160,10 +160,10 @@
width=
"100"
>
</el-table-column>
</el-table>
<el-pagination
<
!--
<
el-pagination
layout=
"prev, pager, next"
:total=
"pager.liaall_limmod_limpfp_clmcbb.total"
>
</el-pagination>
</el-pagination>
-->
</div>
</c-col>
...
...
@@ -252,10 +252,10 @@
width=
"100"
>
</el-table-column>
</el-table>
<el-pagination
<
!--
<
el-pagination
layout=
"prev, pager, next"
:total=
"pager.liaall_limmod_limpfp_clmpty.total"
>
</el-pagination>
</el-pagination>
-->
</div>
</c-col>
</div>
...
...
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