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
d2607a36
Commit
d2607a36
authored
Dec 28, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
1d42d94d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
11 deletions
+33
-11
Event.js
src/model/Sptsel/Event.js
+15
-0
Event.js
src/model/Trnrel/Event.js
+15
-8
Diaselp.vue
src/views/Business/Diasel/Diaselp.vue
+3
-3
No files found.
src/model/Sptsel/Event.js
View file @
d2607a36
...
...
@@ -110,6 +110,13 @@ export default {
const
res
=
await
this
.
executeDefault
(
"sptstm"
)
//TODO 处理数据逻辑
this
.
stmData
.
data
=
res
.
data
.
sptstm
.
rows
;
if
(
res
.
data
.
sptstm
.
rows
.
length
==
0
){
this
.
$notify
({
title
:
'成功'
,
message
:
'搜索完毕,无满足条件记录'
,
type
:
'success'
});
}
},
async
sptfndHandleReset
()
{
...
...
@@ -139,6 +146,13 @@ export default {
// })
const
res
=
await
this
.
executeDefault
(
"sptstm"
)
this
.
stmData
.
data
=
res
.
data
.
sptstm
.
rows
;
if
(
res
.
data
.
sptstm
.
rows
.
length
==
0
){
this
.
$notify
({
title
:
'成功'
,
message
:
'搜索完毕,无满足条件记录'
,
type
:
'success'
});
}
}
}
\ No newline at end of file
src/model/Trnrel/Event.js
View file @
d2607a36
...
...
@@ -332,15 +332,22 @@ export default {
// that.$refs.inftrnps.stmData.data = res.data.trncorco_trnstm.rows;
// })
// } else {
that
.
executeRule
(
"searow"
).
then
(
res
=>
{
//TODO 处理数据逻辑
that
.
$refs
.
inftrnps
.
stmData
.
data
=
res
.
data
.
trncorco_trnstm
.
rows
;
this
.
model
.
trncorco
.
trnstm
=
res
.
data
.
trncorco_trnstm
;
})
//
that.executeRule("searow").then(res => {
//
//TODO 处理数据逻辑
//
that.$refs.inftrnps.stmData.data = res.data.trncorco_trnstm.rows;
//
this.model.trncorco.trnstm = res.data.trncorco_trnstm;
//
})
// }
// const res = await this.executeDefault("searow")
// that.$refs.inftrnps.stmData.data = res.data.trncorco_trnstm.rows;
// this.model.trncorco.trnstm = res.data.trncorco_trnstm;
const
res
=
await
this
.
executeDefault
(
"searow"
)
that
.
$refs
.
inftrnps
.
stmData
.
data
=
res
.
data
.
trncorco_trnstm
.
rows
;
this
.
model
.
trncorco
.
trnstm
=
res
.
data
.
trncorco_trnstm
;
if
(
res
.
data
.
trncorco_trnstm
.
rows
.
length
==
0
){
this
.
$notify
({
title
:
'成功'
,
message
:
'搜索完毕,无满足条件记录'
,
type
:
'success'
});
}
},
async
handleReset
()
{
...
...
src/views/Business/Diasel/Diaselp.vue
View file @
d2607a36
...
...
@@ -255,7 +255,7 @@
fixed=
"right"
prop=
"display"
label=
"操作"
width=
"2
5
0px"
width=
"2
6
0px"
>
<
template
>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
>
...
...
@@ -457,10 +457,10 @@ export default {
},
stmData
:
{
columns
:
[
'1 1 "提示日期"
0
'
,
'1 1 "提示日期"
100px
'
,
'2 2 "提示原因" 0'
,
'3 3 "业务编号" 0'
,
'4 4 "提示信息"
0
'
,
'4 4 "提示信息"
250px
'
,
'5 5 "待操作交易代码" 0'
,
'6 6 "经办柜员" 0'
,
'7 7 "所属工作组" 0'
,
...
...
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