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
390d952b
Commit
390d952b
authored
May 19, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工艺提醒&icon
parent
b6b8616b
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
137 additions
and
20 deletions
+137
-20
ex01.png
assets/imgicon/execute/ex01.png
+0
-0
ex02.png
assets/imgicon/execute/ex02.png
+0
-0
ex03.png
assets/imgicon/execute/ex03.png
+0
-0
ex04.png
assets/imgicon/execute/ex04.png
+0
-0
ex05.png
assets/imgicon/execute/ex05.png
+0
-0
ex06.png
assets/imgicon/execute/ex06.png
+0
-0
ex07.png
assets/imgicon/execute/ex07.png
+0
-0
ex08.png
assets/imgicon/execute/ex08.png
+0
-0
ex09.png
assets/imgicon/execute/ex09.png
+0
-0
ex10.png
assets/imgicon/execute/ex10.png
+0
-0
api.js
pages/produce/execute/ProcessCheck/components/api.js
+29
-0
guidance.vue
pages/produce/execute/ProcessCheck/components/guidance.vue
+93
-18
execute.less
pages/produce/execute/execute.less
+11
-1
index.vue
pages/produce/execute/starOrder/index.vue
+4
-1
No files found.
assets/imgicon/execute/ex01.png
0 → 100644
View file @
390d952b
343 Bytes
assets/imgicon/execute/ex02.png
0 → 100644
View file @
390d952b
555 Bytes
assets/imgicon/execute/ex03.png
0 → 100644
View file @
390d952b
647 Bytes
assets/imgicon/execute/ex04.png
0 → 100644
View file @
390d952b
397 Bytes
assets/imgicon/execute/ex05.png
0 → 100644
View file @
390d952b
446 Bytes
assets/imgicon/execute/ex06.png
0 → 100644
View file @
390d952b
526 Bytes
assets/imgicon/execute/ex07.png
0 → 100644
View file @
390d952b
394 Bytes
assets/imgicon/execute/ex08.png
0 → 100644
View file @
390d952b
774 Bytes
assets/imgicon/execute/ex09.png
0 → 100644
View file @
390d952b
404 Bytes
assets/imgicon/execute/ex10.png
0 → 100644
View file @
390d952b
627 Bytes
pages/produce/execute/ProcessCheck/components/api.js
0 → 100644
View file @
390d952b
import
Api
from
'@/plugins/request'
export
default
{
index
:
`
${
crmUrl
}
/project/paged`
,
paged
(
params
)
{
return
Api
.
post
(
`
${
crmUrl
}
/project/paged`
,
params
);
},
list
(
params
)
{
return
Api
.
post
(
`
${
crmUrl
}
/customer/list`
,
params
);
},
get
(
params
)
{
return
Api
.
get
(
`
${
crmUrl
}
/project/get`
,
params
);
},
create
(
params
)
{
return
Api
.
post
(
`
${
crmUrl
}
/project/create`
,
params
);
},
update
(
params
)
{
return
Api
.
post
(
`
${
crmUrl
}
/project/update`
,
params
);
},
//删除:
delete
(
params
)
{
return
Api
.
delete
(
`
${
crmUrl
}
/project/delete`
,
{
params
:
params
});
},
getshoptree
(
params
)
{
//获取组织树
return
Api
.
get
(
`
${
crmUrl
}
/shop/getshoptree`
,
params
);
},
customerconnectors
(
params
)
{
//客户下所以联系人
return
Api
.
get
(
`
${
crmUrl
}
/connector/customerconnectors`
,
params
);
},
}
\ No newline at end of file
pages/produce/execute/ProcessCheck/components/guidance.vue
View file @
390d952b
...
...
@@ -2,33 +2,105 @@
<
template
>
<div
class=
""
>
<div
class=
"case_box"
>
<!--
<CheckboxGroup>
-->
<!--
<Tooltip
content=
"查看详情"
placement=
"top"
>
-->
<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
/>
<!--
<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"
:action=
"action"
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"
@
click=
"add"
>
新增
</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
class=
"list"
>
<ul>
<li>
{{
item
.
name
}}
</li>
<li>
{{
item
.
userName
}}
</li>
<li>
{{
item
.
time
}}
</li>
</ul>
</div>
</a>
<!--
</Tooltip>
-->
<!--
</CheckboxGroup>
-->
</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
:
[{
key
:
"id"
,
title
:
this
.
l
(
"id"
),
hide
:
true
,
align
:
"left"
}],
cardlist
:[
{
name
:
'工艺文档名称'
,
...
...
@@ -190,6 +262,9 @@ export default {
ditaile
(
name
){
this
.
$Message
.
success
(
"查看: "
+
name
+
" 详情..."
)
},
search
()
{
this
.
$refs
.
grid
.
reload
(
this
.
easySearch
);
},
},
}
</
script
>
pages/produce/execute/execute.less
View file @
390d952b
...
...
@@ -39,8 +39,15 @@
font-size: 40px;
}
}
.icon_A{
i{
font-size: 40px;
color: #2d8cf0;
}
}
ul,li{
list-style: disc;
// list-style: disc;
padding-left: 9PX;
}
}
}
...
...
@@ -340,9 +347,12 @@
height: 50px;
}
.tech_body{
text-align: center;
background: #fff;
.ivu-menu-horizontal{
height: 50px;
line-height: 50px;
display: inline-block;
.ivu-menu-item{
width: 115px;
text-align: center;
...
...
pages/produce/execute/starOrder/index.vue
View file @
390d952b
...
...
@@ -15,7 +15,10 @@
</div>
<div
class=
"star_step"
>
<div
class=
"step_item"
v-for=
"i of 6"
:key=
"i"
>
<p
class=
"icon_B"
>
<p
class=
"icon_A"
v-if=
"i>=4"
>
<Icon
type=
"md-checkmark-circle"
/>
</p>
<p
class=
"icon_B"
v-else
>
<Icon
type=
"md-arrow-dropright-circle"
/>
</p>
<p><a>
开工
</a></p>
...
...
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