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
9a2992de
Commit
9a2992de
authored
Nov 02, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of
http://git.mes123.com/zhouyx/mes-ui
into product
parents
1e3bf8f4
f0812e33
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
29 additions
and
6 deletions
+29
-6
zh-CN.js
i18n/locale/zh-CN.js
+1
-0
add.vue
pages/mesPlan/add.vue
+6
-1
detail.vue
pages/mesPlan/detail.vue
+6
-4
edit.vue
pages/mesPlan/edit.vue
+5
-0
index.vue
pages/mesPlan/index.vue
+8
-0
index.vue
pages/project/task/index.vue
+3
-1
No files found.
i18n/locale/zh-CN.js
View file @
9a2992de
...
...
@@ -946,6 +946,7 @@ export default {
taskCode
:
'甲方任务号'
,
putintDocmentCode
:
'甲方投产输入文件(编号)'
,
technologyDocmentCode
:
'甲方技术输入文件(编号)'
,
productionType
:
'生产类型'
},
mes_part_task_plan_simulate
:
{
id
:
''
,
...
...
pages/mesPlan/add.vue
View file @
9a2992de
...
...
@@ -58,7 +58,12 @@
</Col>
</Row>
<Row>
<Col
span=
"24"
>
<Col
span=
"8"
>
<FormItem
label=
"生产类型"
style=
"width:100%"
prop=
"productionType"
>
<dictionary
style=
"width:240px"
code=
"plan.order.productionType"
v-model=
"orderSearchForm.productionType"
></dictionary>
</FormItem>
</Col>
<Col
span=
"16"
>
<FormItem
label=
"任务要求"
style=
"width:100%"
>
<Input
v-model=
"orderSearchForm.taskRequire"
placeholder
/>
</FormItem>
...
...
pages/mesPlan/detail.vue
View file @
9a2992de
...
...
@@ -67,6 +67,12 @@
</Col>
</Row>
<Row>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
{{
l
(
'productionType'
)
}}
</span>
<p>
<state
code=
"plan.order.productionType"
:value=
"entity.productionType"
type=
"text"
></state>
</p>
</Col>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
{{
l
(
'productingPreparationPeople'
)
}}
</span>
<p>
...
...
@@ -79,10 +85,6 @@
<User
v-model=
"entity.quotationPeople"
v-if=
"entity.quotationPeople>0"
></User>
</p>
</Col>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
</span>
<p>
</p>
</Col>
</Row>
<Row
class=
"lastRow"
>
<Col
span=
"24"
>
...
...
pages/mesPlan/edit.vue
View file @
9a2992de
...
...
@@ -61,6 +61,11 @@
<dictionary
style=
"width:240px"
code=
"plan.order.urgencyLevel"
v-model=
"orderSearchForm.urgencyLevel"
></dictionary>
</FormItem>
</Col>
<Col
span=
"8"
>
<FormItem
:label=
"l('productionType')"
style=
"width:100%"
prop=
"productionType"
>
<dictionary
style=
"width:240px"
code=
"plan.order.productionType"
v-model=
"orderSearchForm.productionType"
></dictionary>
</FormItem>
</Col>
<Col
span=
"24"
>
<FormItem
:label=
"l('taskRequire')"
style=
"width:100%"
>
<Input
v-model=
"orderSearchForm.taskRequire"
placeholder
/>
...
...
pages/mesPlan/index.vue
View file @
9a2992de
...
...
@@ -179,6 +179,14 @@ export default {
code
:
"plan.order.taskType"
,
width
:
100
},
{
key
:
"productionType"
,
title
:
this
.
l
(
"productionType"
),
align
:
"center"
,
high
:
true
,
code
:
"plan.order.productionType"
,
width
:
100
},
{
key
:
"quantity"
,
title
:
this
.
l
(
"quantity"
),
...
...
pages/project/task/index.vue
View file @
9a2992de
...
...
@@ -8,7 +8,7 @@
<Icon
type=
"ios-arrow-forward"
size=
"24"
/>
</a>
</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"
>
<template
slot=
"easySearch"
>
<Form
ref=
"formInline"
inline
>
...
...
@@ -175,6 +175,8 @@ export default {
return
h
(
'DateRange'
,
{
props
:
{
value
:
params
.
row
,
start
:
'plansToStartDate'
,
end
:
'plansToEndTime'
,
}
})
}
...
...
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