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
6e14dc3d
Commit
6e14dc3d
authored
Jun 04, 2020
by
kangzhenfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工艺查看-工艺提醒
parent
2d639584
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
274 deletions
+9
-274
guidance.vue
pages/produce/execute/ProcessCheck/components/guidance.vue
+0
-270
index.vue
pages/produce/execute/ProcessCheck/guidance/index.vue
+1
-1
index.vue
pages/produce/execute/ProcessCheck/index.vue
+3
-3
execute.less
pages/produce/execute/execute.less
+5
-0
No files found.
pages/produce/execute/ProcessCheck/components/guidance.vue
deleted
100644 → 0
View file @
2d639584
<
template
>
<div
class=
""
>
<div
class=
"case_box"
>
<!--
<a
class=
"file_card div_card"
@
click=
"ditaile(item.name)"
v-for=
"(item,index) in cardlist"
:label=
"item.id"
:key=
"index"
>
<div
class=
"file"
>
<Icon
type=
"ios-paper"
v-if=
"item.id%3==0"
/>
-->
<!--
<Icon
type=
"ios-film"
v-else
/>
-->
<!--
<Icon
type=
"md-film"
v-else
/>
</div>
<div
class=
"list"
>
<ul>
<li>
{{
item
.
name
}}
</li>
<li>
{{
item
.
userName
}}
</li>
<li>
{{
item
.
time
}}
</li>
</ul>
</div>
</a>
-->
工艺提醒列表
<DataGrid
:columns=
"columns"
ref=
"grid"
style=
"height:auto"
type=
"card"
:high=
"false"
:span=
"6"
:lazy=
"true"
>
<!--
<template
slot=
"easySearch"
>
<Form
ref=
"formInline"
:model=
"easySearch"
inline
>
<FormItem
prop=
"keys"
>
<Input
search
enter-button
placeholder=
"请输入关键字项目名称"
v-model=
"easySearch.keys.value"
@
on-search=
"search"
/>
</FormItem>
</Form>
</
template
>
-->
<
template
slot=
"buttons"
>
<Button
type=
"primary"
>
新增
</Button>
</
template
>
<!--<template slot="card" slot-scope="{row}">
<!-- v-for="(item,index) in cardlist" :label="item.id" :key="index"
<div class="body">
<Row class="title-i">
<Col :span="18" class="order-code">项目名称:{{row.name}}</Col>
<Col :span="6" class="btn-click">
<a @click="edit(row.id)">
<Icon type="ios-create" @click="edit(row.id)" />
</a>
<a @click="detail(row.id)">
<Icon type="ios-paper" />
</a>
<a @click="remove(row.id)">
<Icon type="ios-trash" />
</a>
</Col>
</Row>
<div class="down-text">
<Row class="row">
<Col span="12" class="fa">主管部门:{{row.shopId}}</Col>
<Col span="12" class="fa">负责人:{{row.principal}}</Col>
</Row>
<Row class="row">
<Col span="12" class="fa">
销售阶段:
<state code="crm.project.stage" :value="row.stage" />
</Col>
<Col span="12" class="fa">
是否报备:
<state code="crm.project.isInform" :value="row.isInform" />
</Col>
</Row>
<Row class="row">
<Col span="12" class="fa">
状态:
<state code="crm.project.status" :value="row.status" />
</Col>
<Col span="12" class="fa">预算:{{row.budget}}</Col>
</Row>
</div>
</div>
</template> -->
</DataGrid>
</div>
</div>
</template>
<
script
>
import
Api
from
"./api"
;
export
default
{
name
:
'starOrder'
,
data
(){
return
{
action
:
Api
.
index
,
easySearch
:
{
keys
:
{
op
:
"name"
,
value
:
null
},
customerId
:
{
op
:
"Equal"
,
value
:
null
}
},
columns
:
[],
cardlist
:[
{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
1
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
2
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
3
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
4
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
5
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
6
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
7
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
8
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
9
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
10
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
11
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
12
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
13
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
14
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
15
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
16
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
17
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
18
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
19
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
20
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
21
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
22
,
checked
:
false
},{
name
:
'工艺文档名称'
,
userName
:
'张三'
,
time
:
'2020-02-06'
,
id
:
23
,
checked
:
false
},
],
}
},
created
()
{
// this.treeHeight = window.innerHeight - 120;
},
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
"loadDictionary"
);
// 加载数据字典
},
mounted
()
{
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
return
(()
=>
{
this
.
treeHeight
=
window
.
innerHeight
-
120
;
})();
};
},
methods
:
{
ditaile
(
name
){
this
.
$Message
.
success
(
"查看: "
+
name
+
" 详情..."
)
},
search
()
{
this
.
$refs
.
grid
.
reload
(
this
.
easySearch
);
},
},
}
</
script
>
pages/produce/execute/ProcessCheck/guidance/index.vue
View file @
6e14dc3d
<
template
>
<
template
>
<div
class=
"pross_case"
>
<div
class=
"pross_case
pros_check
"
>
<!-- table -->
<!-- table -->
<DataGrid
<DataGrid
:columns=
"columns"
:columns=
"columns"
...
...
pages/produce/execute/ProcessCheck/index.vue
View file @
6e14dc3d
...
@@ -70,18 +70,18 @@ export default {
...
@@ -70,18 +70,18 @@ export default {
this
.
detail
=
()
=>
import
(
"./components/workSteps"
);
this
.
detail
=
()
=>
import
(
"./components/workSteps"
);
}
}
if
(
this
.
id
==
"4"
)
{
if
(
this
.
id
==
"4"
)
{
this
.
detail
=
()
=>
import
(
"./
components/
guidance"
);
this
.
detail
=
()
=>
import
(
"./guidance"
);
}
}
}
}
}
}
};
};
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.wu_bg
.bottom_box
{
/*
.wu_bg .bottom_box {
padding: 5px 20px;
padding: 5px 20px;
background: white;
background: white;
border: 1px solid #ccc;
border: 1px solid #ccc;
border-top: 0;
border-top: 0;
overflow-y: auto;
overflow-y: auto;
}
}
*/
</
style
>
</
style
>
pages/produce/execute/execute.less
View file @
6e14dc3d
...
@@ -97,6 +97,11 @@
...
@@ -97,6 +97,11 @@
margin: 10px 0 0 170px;
margin: 10px 0 0 170px;
}
}
}
}
.bottom_box{
height: calc(100vh - 145px);
overflow-y: auto;
padding: 10px 20px 0px;
}
.pross_case{
.pross_case{
padding: 5px 50px 0;
padding: 5px 50px 0;
height: calc(100vh - 105px);
height: calc(100vh - 105px);
...
...
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