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
dafaf4b3
Commit
dafaf4b3
authored
Aug 09, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtlat中init调用setmod接口
parent
a22ce94c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
8 deletions
+15
-8
index.js
src/business/brtlat/event/index.js
+7
-0
Utlp.vue
src/business/brtlat/views/Utlp.vue
+0
-0
index.js
src/business/brtudp/event/index.js
+2
-2
index.js
src/business/brtudp/model/index.js
+6
-6
No files found.
src/business/brtlat/event/index.js
View file @
dafaf4b3
...
...
@@ -51,6 +51,13 @@ export default {
this
.
copyValueFromVoData
(
this
.
model
.
setmod
.
setfog
,
res
.
data
.
setfog
)
this
.
copyValueFromVoData
(
this
.
model
.
setmod
.
setglg
,
res
.
data
.
setglg
)
}
let
setfegRequest
=
buildFn
.
buildSetfeg
(
this
.
model
,
this
.
trnName
);
// 此处利用回调是为了等setfeg的接口调用完成后才去获取setglg参数,由于setglg参数依赖于setfeg函数的返回值
this
.
processSetpan
(
setfegRequest
,
()
=>
{
return
buildFn
.
buildSetglg
(
this
.
model
,
this
.
trnName
);
});
},
// 兼容处理在前端model中定义了字段,后端返回的数据中不存在字段的问题
copyValueFromVoData
(
model
,
data
)
{
...
...
src/business/brtlat/views/Utlp.vue
View file @
dafaf4b3
This diff is collapsed.
Click to expand it.
src/business/brtudp/event/index.js
View file @
dafaf4b3
...
...
@@ -105,7 +105,7 @@ export default {
// 业务信息=》基本信息=》保函编号-----获取保函编号
async
queryOwnref
()
{
let
params
=
{
ptainr
:
this
.
model
.
gi
dgrp
.
apl
.
pts
.
ptainr
,
ptainr
:
this
.
model
.
br
dgrp
.
apl
.
pts
.
ptainr
,
businessType
:
'LG'
,
tbl
:
'LG'
,
};
...
...
@@ -113,7 +113,7 @@ export default {
let
res
=
await
Api
.
post
(
'/service/brtudp/getOwnRef'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
loading
.
close
();
this
.
model
.
gi
dgrp
.
rec
.
ownref
=
res
.
data
;
this
.
model
.
br
dgrp
.
rec
.
ownref
=
res
.
data
;
}
},
// 获取brtudp弹框表格数据
...
...
src/business/brtudp/model/index.js
View file @
dafaf4b3
...
...
@@ -24,19 +24,19 @@ export default class Brtudp {
relstoadr
:
''
},
prb
:
{
pts
:
new
Pts
().
data
pts
:
new
Pts
().
data
},
acb
:
{
pts
:
new
Pts
().
data
pts
:
new
Pts
().
data
},
rmb
:
{
pts
:
new
Pts
().
data
pts
:
new
Pts
().
data
},
beb
:
{
pts
:
new
Pts
().
data
pts
:
new
Pts
().
data
},
shp
:
{
pts
:
new
Pts
().
data
pts
:
new
Pts
().
data
},
rec
:
{
tenmaxday
:
''
,
...
...
@@ -94,7 +94,7 @@ export default class Brtudp {
brtp
:
{
connum
:
''
,
oth
:
{
pts
:
new
Pts
().
data
pts
:
new
Pts
().
data
},
},
aamset
:
{
...
...
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