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
6a3cfe11
Commit
6a3cfe11
authored
Oct 23, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtset修改
parent
bfc66c81
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
20 deletions
+16
-20
index.js
src/business/betset/event/index.js
+2
-1
index.js
src/business/brtset/event/index.js
+13
-13
Trtcrep.vue
src/business/brtset/views/Trtcrep.vue
+1
-6
No files found.
src/business/betset/event/index.js
View file @
6a3cfe11
...
...
@@ -165,6 +165,7 @@ export default {
businessType
:
'LC'
,
tbl
:
'LC'
,
}
}
},
},
};
src/business/brtset/event/index.js
View file @
6a3cfe11
...
...
@@ -106,20 +106,20 @@ export default {
queryFormData
(
key
)
{
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/brtset/getOwnRef'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
loading
.
close
();
this
.
model
.
gidgrp
.
rec
.
ownref
=
res
.
data
;
// 业务信息=》基本信息=》融资编号-----获取融资编号
async
getTrdgrpOwnRef
()
{
let
params
=
{
trdgrp
:{
rec
:
this
.
model
.
trtcre
.
trdgrp
.
rec
,
}
},
};
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
'/service/brtset/getTrdgrpOwnRef'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
loading
.
close
();
this
.
model
.
trtcre
.
trdgrp
.
rec
.
ownref
=
res
.
data
;
}
},
// 获取brtset弹框表格数据
async
queryGridEtyPromptDialogData
(
type
,
ptytyp
)
{
let
params
=
{
...
...
src/business/brtset/views/Trtcrep.vue
View file @
6a3cfe11
...
...
@@ -61,12 +61,7 @@
<c-button
size=
"small"
type=
"primary"
:disabled=
"
model.trtcre.trdgrp.rec.fintyp == '' ||
model.trtcre.trdgrp.fip.pts.adrblk == '' ||
// model.trdgrp.rec.branchinr == ''||
model.trtcre.trdgrp.rec.ownref != ''
"
@
click=
"getTrdgrpOwnRef"
>
获取
</c-button>
...
...
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