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
02bab10f
Commit
02bab10f
authored
Aug 23, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
botdav 获取代收行等
parent
4c72dd75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
11 deletions
+18
-11
index.js
src/business/botdav/event/index.js
+8
-8
Ovwp1.vue
src/business/botdav/views/Ovwp1.vue
+10
-3
No files found.
src/business/botdav/event/index.js
View file @
02bab10f
...
...
@@ -91,10 +91,6 @@ export default {
return
;
}
},
// 点击获取按钮拉取当前key字段下的表单数据
queryFormData
(
key
)
{
console
.
log
(
key
);
},
// 业务信息=》基本信息=》保函编号-----获取保函编号
async
queryOwnref
()
{
let
params
=
{
...
...
@@ -109,12 +105,16 @@ export default {
this
.
model
.
gidgrp
.
rec
.
ownref
=
res
.
data
;
}
},
// 获取gitopn弹框表格数据
// 点击获取按钮拉取当前key字段下的表单数据
queryFormData
(
key
)
{
console
.
log
(
key
);
},
// 获取botdav弹框表格数据
async
queryGridEtyPromptDialogData
(
type
,
ptytyp
)
{
let
params
=
{
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
ptytyp
:
ptytyp
,
extkey
:
this
.
model
.
gi
dgrp
[
type
.
toLowerCase
()].
pts
.
extkey
,
extkey
:
this
.
model
.
bo
dgrp
[
type
.
toLowerCase
()].
pts
.
extkey
,
};
let
res
=
await
Api
.
post
(
'/service/ptspta/list'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
...
...
@@ -123,14 +123,14 @@ export default {
this
.
root
.
promptData
.
type
=
type
;
}
},
// 选中
gitopn
弹框表格的行数据
// 选中
botdav
弹框表格的行数据
async
selectGridEtyPromptData
(
row
)
{
let
params
=
{
...
row
,
};
let
res
=
await
Api
.
post
(
'/service/ptspta/fetch'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
$set
(
this
.
model
.
gi
dgrp
,
row
.
role
.
toLowerCase
(),
res
.
data
);
this
.
$set
(
this
.
model
.
bo
dgrp
,
row
.
role
.
toLowerCase
(),
res
.
data
);
}
},
// 业务信息=》基本信息=》支出目的
...
...
src/business/botdav/views/Ovwp1.vue
View file @
02bab10f
...
...
@@ -158,20 +158,27 @@
title: '收款人',
grp: 'bodgrp',
rol: 'drr',
}"
:isAdrblk=
"true"
:disabled=
"this.flag1"
>
}"
:isAdrblk=
"true"
:disabled=
"this.flag1"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('DRR', 'C')"
>
</c-ptap>
<c-ptap
:model=
"model"
:argadr=
"{
title: '代收行',
grp: 'bodgrp',
rol: 'col',
}"
:disabled=
"this.flag2"
>
}"
:disabled=
"this.flag2"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('COL', 'B')"
>
</c-ptap>
<c-ptap
:model=
"model"
:argadr=
"{
title: '付款人',
grp: 'bodgrp',
rol: 'dre',
}"
:disabled=
"this.flag3"
>
}"
:disabled=
"this.flag3"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('DRE', 'B')"
>
</c-ptap>
<!-- 付款人TD看是F,但是为F新国结没数据 -->
<c-col
:span=
"24"
>
<el-form-item
label=
"国家或地区代码"
prop=
"bodgrp.rec.stacty"
>
<c-select
v-model=
"model.bodgrp.rec.stacty"
style=
"width:100%"
placeholder=
"请选择国家或地区代码(风险国家)"
...
...
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