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
zhouqian
vue-gjjs
Commits
344b3578
Commit
344b3578
authored
Oct 27, 2021
by
潘际乾
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://114.115.138.98:8900/fukai/vue-gjjs
parents
4f0a702f
feda776f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
3 deletions
+21
-3
Event.js
src/model/Ditopn/Event.js
+19
-1
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+2
-2
No files found.
src/model/Ditopn/Event.js
View file @
344b3578
...
@@ -226,10 +226,28 @@ export default {
...
@@ -226,10 +226,28 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onSeainfApl
()
{
let
rtnmsg
=
await
Api
.
post
(
"ditopn/executeRule/didgrp.apl.pts.extkey"
,{...
Utils
.
getRequestDataFn
.
call
(
this
)})
if
(
rtnmsg
.
respCode
==
"AAAAAA"
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
},
async
onSeainfBen
()
{
let
rtnmsg
=
await
Api
.
post
(
"ditopn/executeRule/didgrp.ben.pts.extkey"
,{...
Utils
.
getRequestDataFn
.
call
(
this
)})
if
(
rtnmsg
.
respCode
==
"AAAAAA"
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
},
onSeainf
()
{
onSeainf
()
{
},
},
async
handleDisplay
(
index
,
row
)
{
async
handleDisplay
(
index
,
row
){
let
cortyp
=
row
.
cortyp
let
cortyp
=
row
.
cortyp
let
rtnmsg
let
rtnmsg
if
(
cortyp
==
'SWT'
||
cortyp
==
'FMT'
||
cortyp
==
'CMT'
)
{
if
(
cortyp
==
'SWT'
||
cortyp
==
'FMT'
||
cortyp
==
'CMT'
)
{
...
...
src/views/Business/Ditopn/Ovwp.vue
View file @
344b3578
...
@@ -398,7 +398,7 @@
...
@@ -398,7 +398,7 @@
<c-button
<c-button
size=
"small"
size=
"small"
type=
"primary;width:10%"
type=
"primary;width:10%"
@
click=
"onSeainf"
@
click=
"onSeainf
Apl
"
>
i
</c-button
>
i
</c-button
>
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
...
@@ -544,7 +544,7 @@
...
@@ -544,7 +544,7 @@
<c-button
<c-button
size=
"small"
size=
"small"
type=
"primary;width:10%"
type=
"primary;width:10%"
@
click=
"onSeainf"
@
click=
"onSeainf
Ben
"
>
i
</c-button
>
i
</c-button
>
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBenpDet"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBenpDet"
>
...
...
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