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
a54434f5
Commit
a54434f5
authored
Jul 24, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
缺陷修复
parent
162e1755
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
6 deletions
+8
-6
index.js
src/business/betsnd/event/index.js
+4
-4
Rgfp.vue
src/business/betsnd/views/Rgfp.vue
+0
-0
Detp.vue
src/business/letame/views/Detp.vue
+4
-2
Ovwp1.vue
src/business/letame/views/Ovwp1.vue
+0
-0
No files found.
src/business/betsnd/event/index.js
View file @
a54434f5
...
...
@@ -108,12 +108,12 @@ export default {
console
.
log
(
key
);
},
// 获取bet
dcr
弹框表格数据
// 获取bet
snd
弹框表格数据
async
queryGridEtyPromptDialogData
(
type
,
ptytyp
)
{
let
params
=
{
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
ptytyp
:
ptytyp
,
extkey
:
this
.
model
.
b
r
dgrp
[
type
.
toLowerCase
()].
pts
.
extkey
,
extkey
:
this
.
model
.
b
e
dgrp
[
type
.
toLowerCase
()].
pts
.
extkey
,
};
let
res
=
await
Api
.
post
(
'/service/ptspta/list'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
...
...
@@ -122,14 +122,14 @@ export default {
this
.
root
.
promptData
.
type
=
type
;
}
},
// 选中bet
dcr
弹框表格的行数据
// 选中bet
snd
弹框表格的行数据
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
.
be
dgrp
,
row
.
role
.
toLowerCase
(),
res
.
data
);
}
},
// 业务信息=》基本信息=》支出目的
...
...
src/business/betsnd/views/Rgfp.vue
View file @
a54434f5
This diff is collapsed.
Click to expand it.
src/business/letame/views/Detp.vue
View file @
a54434f5
...
...
@@ -28,6 +28,8 @@
:noRef="true"
:onlySearch="true"
:disabledExtkey="!avbFlag"
@keyup.enter.native="
queryGridEtyPromptDialogData('AVB', 'B')"
>
</c-ptap>
</c-col>
...
...
@@ -116,6 +118,8 @@
:isAdrblk=
"false"
:haveAdrLabel=
"false"
:disabled=
"blkDftatFlag"
@
keyup
.
enter
.
native=
"
queryGridEtyPromptDialogData('DRW', '')"
>
</c-ptap>
</c-col>
...
...
@@ -308,8 +312,6 @@
</div>
</template>
<
script
>
import
Api
from
'~/service/Api'
import
CodeTable
from
'~/config/CodeTable'
import
Ptap
from
'~/views/Public/Ptap'
import
event
from
"../event"
export
default
{
...
...
src/business/letame/views/Ovwp1.vue
View file @
a54434f5
This diff is collapsed.
Click to expand it.
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