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
ddd6cab5
Commit
ddd6cab5
authored
Nov 25, 2021
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
diasel页面优化
parent
27c3615d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
11 deletions
+35
-11
Diaselp.vue
src/views/Business/Diasel/Diaselp.vue
+35
-11
No files found.
src/views/Business/Diasel/Diaselp.vue
View file @
ddd6cab5
...
...
@@ -36,7 +36,7 @@
style=
"width: 100%"
placeholder=
"请选择Reasons"
>
<el-option
<el-option
v-for=
"item in codes.diatxt"
:key=
"item.value"
:label=
"item.label"
...
...
@@ -66,7 +66,7 @@
style=
"width: 100%"
placeholder=
"请选择Business Sector"
>
<el-option
<el-option
v-for=
"item in codes.bustxt"
:key=
"item.value"
:label=
"item.label"
...
...
@@ -109,13 +109,9 @@
v-model=
"model.usfmod.usr.extkey"
maxlength=
"8"
placeholder=
"请输入User ID"
style=
"width:70%"
style=
"width:
70%"
></c-input>
<c-button
size=
"small"
type=
"primary;width:10%"
>
i
</c-button
>
<c-button
size=
"small"
type=
"primary;width:10%"
>
i
</c-button>
</el-form-item>
<el-form-item
v-if=
"model.usfmod.flt == '
<SELB>
'"
...
...
@@ -137,6 +133,33 @@
</
template
>
</c-list-search>
<div
style=
"margin-top: 20px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onButdet"
disabled=
"disabled"
>
Display
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onButdia"
disabled=
"disabled"
>
Modify
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onButdel"
disabled=
"disabled"
>
Delete
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onButprt"
disabled=
"disabled"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disabled"
@
click=
"onButconsel"
>
Selection
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onButconcal"
disabled=
"disabled"
>
Process
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disabled"
>
导Excel
</c-button>
</div>
<el-row>
<c-istream-table
:list=
"stmData.data"
...
...
@@ -340,8 +363,8 @@ export default {
multipleSelection
:
[],
};
},
methods
:
{
multipleSelect
(
val
)
{
methods
:
{
multipleSelect
(
val
)
{
// TODO 根据Status判断按钮是否禁用
this
.
relrowDisabled
=
!
(
val
.
length
>
0
);
this
.
multipleSelection
=
val
;
...
...
@@ -349,7 +372,8 @@ export default {
getSelectedData
()
{
return
this
.
multipleSelection
.
map
((
idx
)
=>
this
.
stmData
.
data
[
idx
]);
},
...
Event
},
...
Event
,
},
created
:
function
()
{},
};
</
script
>
...
...
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