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
3acad36c
Commit
3acad36c
authored
May 18, 2023
by
WF1020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inflid修改
parent
9b005c19
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
23 deletions
+29
-23
index.js
src/business/brtlat/event/index.js
+6
-8
Infsea.vue
src/business/inflid/views/Infsea.vue
+23
-15
No files found.
src/business/brtlat/event/index.js
View file @
3acad36c
...
...
@@ -32,15 +32,13 @@ export default {
lidInr
:
'00000036'
,
brdInr
:
'00000028'
});
console
.
log
(
"测试"
)
if
(
!
res
.
data
)
{
return
console
.
log
(
"测试"
,
res
)
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
copyValueFromVoData
(
this
.
model
,
res
.
data
)
this
.
copyValueFromVoData
(
this
.
model
.
setmod
.
setfeg
,
res
.
data
.
setfeg
)
this
.
copyValueFromVoData
(
this
.
model
.
setmod
.
setfog
,
res
.
data
.
setfog
)
this
.
copyValueFromVoData
(
this
.
model
.
setmod
.
setglg
,
res
.
data
.
setglg
)
}
this
.
copyValueFromVoData
(
this
.
model
,
res
.
data
)
this
.
copyValueFromVoData
(
this
.
model
.
setmod
.
setfeg
,
res
.
data
.
setfeg
)
this
.
copyValueFromVoData
(
this
.
model
.
setmod
.
setfog
,
res
.
data
.
setfog
)
this
.
copyValueFromVoData
(
this
.
model
.
setmod
.
setglg
,
res
.
data
.
setglg
)
},
// 兼容处理在前端model中定义了字段,后端返回的数据中不存在字段的问题
copyValueFromVoData
(
model
,
data
)
{
...
...
src/business/inflid/views/Infsea.vue
View file @
3acad36c
...
...
@@ -261,42 +261,50 @@ export default {
columns
:
[
{
label
:
'保函编号'
,
prop
:
'ownref'
prop
:
'
sea
ownref'
},
{
label
:
'客户经理'
,
prop
:
'ownusr'
},
{
label
:
'
分行名称
'
,
prop
:
'
bchname
'
label
:
'
币种
'
,
prop
:
'
seacur
'
},
{
label
:
'
处理类型
'
,
prop
:
'
hndtyp
'
,
label
:
'
金额
'
,
prop
:
'
maxamt
'
,
},
{
label
:
'
电子渠道类型
'
,
prop
:
'
fromflg
'
label
:
'
余额
'
,
prop
:
'
opnamt
'
},
{
label
:
'
其他编号
'
,
prop
:
'o
thersno
'
label
:
'
开立日期
'
,
prop
:
'o
pndat
'
},
{
label
:
'
保函品种
'
,
prop
:
'
othersno
'
,
label
:
'
申请人编号
'
,
prop
:
'
aplextkey
'
,
},
{
label
:
'开立日期'
,
prop
:
'opndat'
label
:
'申请人名称'
,
prop
:
'aplnam'
},
{
label
:
'通知银行BIC编码'
,
prop
:
'seapty'
},
{
label
:
'保函效期'
,
prop
:
'expdat'
label
:
'受益人名称'
,
prop
:
'benefi'
},
{
label
:
'远离期限'
,
prop
:
'tenmaxday'
},
],
data
:
[],
...
...
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