Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
695043a5
Commit
695043a5
authored
Oct 29, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product-rjt
parents
04eb6985
1dd6fade
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
13 deletions
+10
-13
dataGrid.vue
components/page/dataGrid.vue
+1
-1
userGroup.vue
components/page/userGroup.vue
+5
-8
list.vue
pages/project/groupUser/list.vue
+3
-3
index.vue
pages/project/task/index.vue
+1
-1
No files found.
components/page/dataGrid.vue
View file @
695043a5
...
@@ -386,7 +386,7 @@ export default {
...
@@ -386,7 +386,7 @@ export default {
// }
// }
// });
// });
this
.
columnsCur
=
items
;
this
.
columnsCur
=
items
;
console
.
log
(
"cur"
,
items
,
this
.
columnsCur
);
//
console.log("cur", items,this.columnsCur);
},
},
//数据加载
//数据加载
load
()
{
load
()
{
...
...
components/page/userGroup.vue
View file @
695043a5
...
@@ -43,13 +43,13 @@ export default {
...
@@ -43,13 +43,13 @@ export default {
methods
:
{
methods
:
{
load
()
{
load
()
{
var
params
=
{
var
params
=
{
// codition:[{fieldName: "groupId", fieldValue: "b9d6fa9e-e033-4a3e-9925-c1f4437d970c", conditionalType: "Equal"}]
conditions
:
[{
codition
:
[{
fieldName
:
"projectId"
,
fieldName
:
"projectId"
,
fieldValue
:
this
.
projectId
,
fieldValue
:
this
.
projectId
,
conditionalType
:
"Equal"
conditionalType
:
"Equal"
}]
}]
}
}
//
this
.
$api
.
post
(
`
${
material
}
/projectgroupuser/list`
,
params
).
then
(
r
=>
{
this
.
$api
.
post
(
`
${
material
}
/projectgroupuser/list`
,
params
).
then
(
r
=>
{
this
.
users
=
r
.
result
;
this
.
users
=
r
.
result
;
})
})
...
@@ -66,12 +66,9 @@ export default {
...
@@ -66,12 +66,9 @@ export default {
// 加载人员
// 加载人员
},
},
watch
:
{
watch
:
{
value
:
{
projectId
(
v
){
handler
(
v
,
o
)
{
this
.
load
();
this
.
name
=
v
;
}
},
deep
:
true
,
},
},
},
};
};
</
script
>
</
script
>
...
...
pages/project/groupUser/list.vue
View file @
695043a5
...
@@ -12,12 +12,12 @@
...
@@ -12,12 +12,12 @@
</FormItem>
</FormItem>
</Form>
</Form>
</Col>
</Col>
<Col
span=
"
2
"
v-if=
"groupUsers.length>0"
>
<Col
span=
"
4
"
v-if=
"groupUsers.length>0"
>
<label>
可导入人员:
{{
groupUsers
.
length
}}
</label>
<label>
可导入人员:
{{
groupUsers
.
length
}}
</label>
<Button
type=
"primary"
@
click=
"importBtn"
>
导入
</Button>
<Button
type=
"primary"
@
click=
"importBtn"
>
导入
</Button>
</Col>
</Col>
<Col
span=
"1"
offset=
"17"
>
<Col
span=
"1"
offset=
"17"
class=
"ar"
>
<Button
type=
"primary"
@
click=
"clickTeams"
>
保存
</Button>
<Button
icon=
"md-construct"
@
click=
"clickTeams"
>
存为团队
</Button>
</Col>
</Col>
<Modal
v-model=
"modalFormk"
:title=
"title"
width=
"1200"
footer-hide
>
<Modal
v-model=
"modalFormk"
:title=
"title"
width=
"1200"
footer-hide
>
<Form
ref=
"modalForm"
:model=
"modalForm"
:rules=
"rules"
:label-width=
"90"
>
<Form
ref=
"modalForm"
:model=
"modalForm"
:rules=
"rules"
:label-width=
"90"
>
...
...
pages/project/task/index.vue
View file @
695043a5
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<Icon
type=
"ios-arrow-forward"
size=
"24"
/>
<Icon
type=
"ios-arrow-forward"
size=
"24"
/>
</a>
</a>
</div>
</div>
<Content
class=
"content"
:class=
"!showMenu?'con_bord':''"
>
<Content
class=
"content"
:class=
"!showMenu?'con_bord':''"
>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:conditions=
"easySearch"
:lazy=
"true"
>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:conditions=
"easySearch"
:lazy=
"true"
>
<template
slot=
"easySearch"
>
<template
slot=
"easySearch"
>
<Form
ref=
"formInline"
inline
>
<Form
ref=
"formInline"
inline
>
...
...
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