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
c6301f18
Commit
c6301f18
authored
Oct 28, 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
cac7d2ee
a014758f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
17 deletions
+25
-17
EditGrid.vue
components/page/treeGrid/EditGrid.vue
+2
-2
add.vue
pages/project/plan/add.vue
+1
-1
edit.vue
pages/project/plan/edit.vue
+0
-1
index.vue
pages/project/plan/index.vue
+1
-4
index.vue
pages/technology/setProcess/index.vue
+21
-9
No files found.
components/page/treeGrid/EditGrid.vue
View file @
c6301f18
...
@@ -85,8 +85,8 @@
...
@@ -85,8 +85,8 @@
<div
v-if=
"column.type=='user'"
>
<div
v-if=
"column.type=='user'"
>
<User
:value=
"item[column.key]"
/>
<User
:value=
"item[column.key]"
/>
</div>
</div>
<div
v-if=
"column.type=='users'&&item[column.key]"
>
<div
v-if=
"column.type=='users'&&item[column.key]
&&item[column.key].length>0
"
>
<User
v-for=
"li in
JSON.parse(item[column.key])
"
:value=
"li"
:key=
"li"
class=
"ml10"
/>
<User
v-for=
"li in
item[column.key]
"
:value=
"li"
:key=
"li"
class=
"ml10"
/>
</div>
</div>
<state
<state
v-if=
"column.code"
v-if=
"column.code"
...
...
pages/project/plan/add.vue
View file @
c6301f18
...
@@ -137,7 +137,7 @@ export default {
...
@@ -137,7 +137,7 @@ export default {
endDate
:
null
,
endDate
:
null
,
type
:
0
,
type
:
0
,
attachment
:
""
,
attachment
:
""
,
executor
:
""
,
executor
:
[]
,
},
},
parmsName
:
"app=material&eid=1&name=ProjectPlan"
,
parmsName
:
"app=material&eid=1&name=ProjectPlan"
,
rules
:
{
rules
:
{
...
...
pages/project/plan/edit.vue
View file @
c6301f18
...
@@ -139,7 +139,6 @@ export default {
...
@@ -139,7 +139,6 @@ export default {
load
(
v
)
{
load
(
v
)
{
Api
.
get
({
id
:
v
}).
then
((
r
)
=>
{
Api
.
get
({
id
:
v
}).
then
((
r
)
=>
{
this
.
entity
=
r
.
result
;
this
.
entity
=
r
.
result
;
this
.
entity
.
executor
=
JSON
.
parse
(
this
.
entity
.
executor
);
});
});
},
},
handleSubmit
()
{
handleSubmit
()
{
...
...
pages/project/plan/index.vue
View file @
c6301f18
...
@@ -268,10 +268,7 @@ export default {
...
@@ -268,10 +268,7 @@ export default {
console
.
warn
(
row
)
console
.
warn
(
row
)
var
data
=
JSON
.
parse
(
JSON
.
stringify
(
row
));
var
data
=
JSON
.
parse
(
JSON
.
stringify
(
row
));
data
.
status
=
1
;
data
.
status
=
1
;
Api
.
sendtask
({
Api
.
sendtask
(
data
).
then
(
r
=>
{
id
:
row
.
id
,
}).
then
(
r
=>
{
if
(
r
.
result
){
if
(
r
.
result
){
this
.
$Message
.
info
(
"任务派发成功!"
);
this
.
$Message
.
info
(
"任务派发成功!"
);
this
.
search
();
this
.
search
();
...
...
pages/technology/setProcess/index.vue
View file @
c6301f18
...
@@ -9,15 +9,27 @@
...
@@ -9,15 +9,27 @@
<Icon
type=
"ios-arrow-forward"
size=
"24"
/>
<Icon
type=
"ios-arrow-forward"
size=
"24"
/>
</a>
</a>
</div>
</div>
<Content
:class=
"!showMenu?'con_bord':''"
>
<Content
:class=
"!showMenu ? 'con_bord' : ''"
>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:conditions=
"easySearch"
>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:conditions=
"easySearch"
>
<template
slot=
"easySearch"
>
<template
slot=
"easySearch"
>
<Form
ref=
"formInline"
:model=
"easySearch"
inline
>
<Form
ref=
"formInline"
:model=
"easySearch"
inline
>
<FormItem
prop=
"productingpreparationpeople"
style=
"width:200px"
>
<FormItem
prop=
"productingpreparationpeople"
style=
"width: 220px"
>
<departmentSelect
v-model=
"easySearch.productingpreparationpeople.value"
:type=
"3"
></departmentSelect>
<departmentSelect
v-model=
"easySearch.productingpreparationpeople.value"
:type=
"3"
></departmentSelect>
</FormItem>
</FormItem>
<FormItem
prop=
"keys"
>
<FormItem
prop=
"keys"
style=
"width: 220px"
>
<Input
placeholder=
"请输入订单编号/产品名称"
v-model=
"easySearch.keys.value"
clearable
/>
<Input
placeholder=
"请输入订单编号/产品名称/图号"
v-model=
"easySearch.keys.value"
clearable
/>
</FormItem>
</FormItem>
<FormItem>
<FormItem>
<Button
type=
"primary"
@
click=
"search"
>
查询
</Button>
<Button
type=
"primary"
@
click=
"search"
>
查询
</Button>
...
@@ -67,7 +79,7 @@ export default {
...
@@ -67,7 +79,7 @@ export default {
detail
:
null
,
detail
:
null
,
modal
:
false
,
modal
:
false
,
easySearch
:
{
easySearch
:
{
keys
:
{
op
:
"mescode,productName"
,
value
:
null
},
keys
:
{
op
:
"mescode,productName
,drawnNumber
"
,
value
:
null
},
productingpreparationpeople
:
{
op
:
"Equal"
,
value
:
null
},
productingpreparationpeople
:
{
op
:
"Equal"
,
value
:
null
},
},
},
columns
:
[
columns
:
[
...
@@ -243,7 +255,7 @@ export default {
...
@@ -243,7 +255,7 @@ export default {
font-family: Microsoft YaHei;
font-family: Microsoft YaHei;
padding-top: 3px;
padding-top: 3px;
.ivu-layout-sider {
.ivu-layout-sider {
background:
@layout-content-bg-color;
background: @layout-content-bg-color;
margin-right: 10px;
margin-right: 10px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
height: 89vh;
height: 89vh;
...
@@ -251,7 +263,7 @@ export default {
...
@@ -251,7 +263,7 @@ export default {
}
}
.ivu-layout-content {
.ivu-layout-content {
// margin-left: 5px;
// margin-left: 5px;
background:@right-bg;
background:
@right-bg;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
overflow: auto;
overflow: auto;
padding: 10px;
padding: 10px;
...
...
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