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
d8ee0ff3
Commit
d8ee0ff3
authored
Aug 18, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
缺陷修复
parent
2c1db46c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
116 deletions
+40
-116
buildCommons.js
src/business/litcan/event/buildCommons.js
+2
-2
index.js
src/business/litcan/event/index.js
+35
-35
index.js
src/business/litcan/model/index.js
+3
-79
No files found.
src/business/litcan/event/buildCommons.js
View file @
d8ee0ff3
...
...
@@ -42,7 +42,7 @@ export default {
fromflg
:
model
.
lidgrp
.
rec
.
fromflg
,
othersno
:
model
.
lidgrp
.
rec
.
othersno
,
sndto
:
model
.
lidgrp
.
rec
.
sndto
,
swiftflg
:
model
.
gitp
.
swiftflg
,
//
swiftflg: model.gitp.swiftflg,
liduil
:
model
.
lidgrp
.
rec
.
liduil
,
purpos
:
model
.
lidgrp
.
rec
.
purpos
,
revflg
:
model
.
lidgrp
.
rec
.
revflg
,
...
...
@@ -132,7 +132,7 @@ export default {
objtyp
:
'LID'
,
objinr
:
model
.
lidgrp
.
rec
.
objinr
,
ownref
:
model
.
lidgrp
.
rec
.
ownref
,
swiftflg
:
model
.
gitp
.
swiftflg
,
//
swiftflg: model.gitp.swiftflg,
},
};
return
params
...
...
src/business/litcan/event/index.js
View file @
d8ee0ff3
...
...
@@ -103,25 +103,25 @@ export default {
console
.
log
(
key
);
},
// 业务信息=》基本信息=》保函编号-----获取保函编号
async
queryOwnref
()
{
let
params
=
{
ptainr
:
this
.
model
.
gidgrp
.
apl
.
pts
.
ptainr
,
businessType
:
'LG'
,
tbl
:
'LG'
,
};
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
'/service/litcan/getOwnRef'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
loading
.
close
();
this
.
model
.
gidgrp
.
rec
.
ownref
=
res
.
data
;
}
},
//
async queryOwnref() {
//
let params = {
//
ptainr: this.model.gidgrp.apl.pts.ptainr,
//
businessType: 'LG',
//
tbl: 'LG',
//
};
//
const loading = this.loading();
//
let res = await Api.post('/service/litcan/getOwnRef', params);
//
if (res.respCode == SUCCESS) {
//
loading.close();
//
this.model.gidgrp.rec.ownref = res.data;
//
}
//
},
// 获取litcan弹框表格数据
async
queryGridEtyPromptDialogData
(
type
,
ptytyp
)
{
let
params
=
{
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
ptytyp
:
ptytyp
,
extkey
:
this
.
model
.
g
idgrp
[
type
.
toLowerCase
()].
pts
.
extkey
,
extkey
:
this
.
model
.
l
idgrp
[
type
.
toLowerCase
()].
pts
.
extkey
,
};
let
res
=
await
Api
.
post
(
'/service/ptspta/list'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
...
...
@@ -137,7 +137,7 @@ export default {
};
let
res
=
await
Api
.
post
(
'/service/ptspta/fetch'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
$set
(
this
.
model
.
g
idgrp
,
row
.
role
.
toLowerCase
(),
res
.
data
);
this
.
$set
(
this
.
model
.
l
idgrp
,
row
.
role
.
toLowerCase
(),
res
.
data
);
}
},
// 业务信息=》基本信息=》支出目的
...
...
@@ -145,27 +145,27 @@ export default {
this
.
handleChangeForm
(
key
,
value
);
},
// 初始化保函开立类型码表下拉列表
async
queryHndtypCodeTableList
(
trnName
)
{
let
params
=
{
gitp
:
{
swiftflg
:
this
.
model
.
gitp
.
swiftflg
,
},
gidgrp
:
{
rec
:
{
purpos
:
this
.
model
.
gidgrp
.
rec
.
purpos
,
},
},
transName
:
trnName
.
toUpperCase
(),
};
let
res
=
await
Api
.
post
(
'/service/litcan/initHndtyp'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
$set
(
this
.
codes
,
'voHndtyp'
,
res
.
data
);
}
},
//
async queryHndtypCodeTableList(trnName) {
//
let params = {
//
gitp: {
//
swiftflg: this.model.gitp.swiftflg,
//
},
//
gidgrp: {
//
rec: {
//
purpos: this.model.gidgrp.rec.purpos,
//
},
//
},
//
transName: trnName.toUpperCase(),
//
};
//
let res = await Api.post('/service/litcan/initHndtyp', params);
//
if (res.respCode == SUCCESS) {
//
this.$set(this.codes, 'voHndtyp', res.data);
//
}
//
},
// 是否SWIFT格式修改--联动保函开立类型
handleChangeSwiftflg
()
{
this
.
queryHndtypCodeTableList
(
this
.
root
.
trnName
);
},
//
handleChangeSwiftflg() {
//
this.queryHndtypCodeTableList(this.root.trnName);
//
},
// 支出目的修改--联动保函开立类型
handleChangePurpos
()
{
this
.
queryHndtypCodeTableList
(
this
.
root
.
trnName
);
...
...
src/business/litcan/model/index.js
View file @
d8ee0ff3
...
...
@@ -8,9 +8,6 @@ export default class Litcan {
cur
:
''
}
},
gitp
:{
swiftflg
:
''
,
},
sndmsg
:
''
,
lidgrp
:
{
ghd
:{
...
...
@@ -46,23 +43,13 @@ export default class Litcan {
},
},
apl
:
{
pts
:
{
ref
:
''
,
nam
:
''
,
}
pts
:
new
Pts
().
data
,
},
ben
:
{
pts
:
{
ref
:
''
,
nam
:
''
,
}
pts
:
new
Pts
().
data
,
},
adv
:
{
pts
:
{
ref
:
''
,
nam
:
''
,
}
pts
:
new
Pts
().
data
,
},
avbnam
:
''
,
// 指定银行 .lidgrp.avbnam
},
...
...
@@ -95,69 +82,6 @@ export default class Litcan {
adv
:
{
pts
:
new
Pts
().
data
,
},
apl
:
{
pts
:
new
Pts
().
data
,
},
},
gidgrp
:
{
rec
:{
objinr
:
''
,
},
ctr
:
{
pts
:
new
Pts
().
data
,
},
con
:
{
pts
:
new
Pts
().
data
,
},
iss
:
{
pts
:
new
Pts
().
data
,
},
ben
:
{
pts
:
new
Pts
().
data
,
},
atb
:
{
pts
:
new
Pts
().
data
,
},
avc
:
{
pts
:
new
Pts
().
data
,
},
adv
:
{
pts
:
new
Pts
().
data
,
},
apl
:
{
pts
:
new
Pts
().
data
,
},
cbs
:
{
max
:
''
,
}
},
liaall
:
{
con
:
{
pts
:
new
Pts
().
data
,
},
iss
:
{
pts
:
new
Pts
().
data
,
},
ben
:
{
pts
:
new
Pts
().
data
,
},
atb
:
{
pts
:
new
Pts
().
data
,
},
avc
:
{
pts
:
new
Pts
().
data
,
},
},
trnmod
:
{
ctr
:
{
pts
:
new
Pts
().
data
,
},
con
:
{
pts
:
new
Pts
().
data
,
},
iss
:
{
pts
:
new
Pts
().
data
,
},
},
byinst
:
''
,
// On Applicant instruction .byinst
pageId
:
''
,
// ctx的key
...
...
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