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
e3370a7e
Commit
e3370a7e
authored
Nov 02, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mesplane task
parent
18cade29
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
5 deletions
+26
-5
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
No files found.
i18n/locale/zh-CN.js
View file @
e3370a7e
...
@@ -946,6 +946,7 @@ export default {
...
@@ -946,6 +946,7 @@ export default {
taskCode
:
'甲方任务号'
,
taskCode
:
'甲方任务号'
,
putintDocmentCode
:
'甲方投产输入文件(编号)'
,
putintDocmentCode
:
'甲方投产输入文件(编号)'
,
technologyDocmentCode
:
'甲方技术输入文件(编号)'
,
technologyDocmentCode
:
'甲方技术输入文件(编号)'
,
productionType
:
'生产类型'
},
},
mes_part_task_plan_simulate
:
{
mes_part_task_plan_simulate
:
{
id
:
''
,
id
:
''
,
...
...
pages/mesPlan/add.vue
View file @
e3370a7e
...
@@ -58,7 +58,12 @@
...
@@ -58,7 +58,12 @@
</Col>
</Col>
</Row>
</Row>
<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%"
>
<FormItem
label=
"任务要求"
style=
"width:100%"
>
<Input
v-model=
"orderSearchForm.taskRequire"
placeholder
/>
<Input
v-model=
"orderSearchForm.taskRequire"
placeholder
/>
</FormItem>
</FormItem>
...
...
pages/mesPlan/detail.vue
View file @
e3370a7e
...
@@ -67,6 +67,12 @@
...
@@ -67,6 +67,12 @@
</Col>
</Col>
</Row>
</Row>
<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"
>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
{{
l
(
'productingPreparationPeople'
)
}}
</span>
<span
class=
"fwBold"
>
{{
l
(
'productingPreparationPeople'
)
}}
</span>
<p>
<p>
...
@@ -79,10 +85,6 @@
...
@@ -79,10 +85,6 @@
<User
v-model=
"entity.quotationPeople"
v-if=
"entity.quotationPeople>0"
></User>
<User
v-model=
"entity.quotationPeople"
v-if=
"entity.quotationPeople>0"
></User>
</p>
</p>
</Col>
</Col>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
</span>
<p>
</p>
</Col>
</Row>
</Row>
<Row
class=
"lastRow"
>
<Row
class=
"lastRow"
>
<Col
span=
"24"
>
<Col
span=
"24"
>
...
...
pages/mesPlan/edit.vue
View file @
e3370a7e
...
@@ -61,6 +61,11 @@
...
@@ -61,6 +61,11 @@
<dictionary
style=
"width:240px"
code=
"plan.order.urgencyLevel"
v-model=
"orderSearchForm.urgencyLevel"
></dictionary>
<dictionary
style=
"width:240px"
code=
"plan.order.urgencyLevel"
v-model=
"orderSearchForm.urgencyLevel"
></dictionary>
</FormItem>
</FormItem>
</Col>
</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"
>
<Col
span=
"24"
>
<FormItem
:label=
"l('taskRequire')"
style=
"width:100%"
>
<FormItem
:label=
"l('taskRequire')"
style=
"width:100%"
>
<Input
v-model=
"orderSearchForm.taskRequire"
placeholder
/>
<Input
v-model=
"orderSearchForm.taskRequire"
placeholder
/>
...
...
pages/mesPlan/index.vue
View file @
e3370a7e
...
@@ -179,6 +179,14 @@ export default {
...
@@ -179,6 +179,14 @@ export default {
code
:
"plan.order.taskType"
,
code
:
"plan.order.taskType"
,
width
:
100
width
:
100
},
},
{
key
:
"productionType"
,
title
:
this
.
l
(
"productionType"
),
align
:
"center"
,
high
:
true
,
code
:
"plan.order.productionType"
,
width
:
100
},
{
{
key
:
"quantity"
,
key
:
"quantity"
,
title
:
this
.
l
(
"quantity"
),
title
:
this
.
l
(
"quantity"
),
...
...
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