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
36095936
Commit
36095936
authored
Oct 30, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mesplan
parent
695043a5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
174 additions
and
211 deletions
+174
-211
zh-CN.js
i18n/locale/zh-CN.js
+5
-5
index.vue
pages/mesPlan/index.vue
+0
-5
send.vue
pages/mesPlan/send.vue
+169
-201
No files found.
i18n/locale/zh-CN.js
View file @
36095936
...
...
@@ -920,7 +920,7 @@ export default {
productId
:
'产品Id'
,
quantity
:
'数量'
,
remark
:
'备注'
,
taskRequire
:
'任务
节点
要求'
,
taskRequire
:
'任务要求'
,
status
:
'订单状态'
,
divideMark
:
'分解标记:1-已分解;0-未分解'
,
productCode
:
'产品序号:No1~No99'
,
...
...
@@ -930,13 +930,13 @@ export default {
batchNumber
:
'批次号'
,
projectNumber
:
'项目号'
,
urgencyLevel
:
'紧急程度'
,
productingPreparationPeople
:
'生产
准备(主制车间)
'
,
productingPreparationFinishDate
:
'生产
准备
完成时间'
,
productingPreparationPeople
:
'生产
车间
'
,
productingPreparationFinishDate
:
'生产完成时间'
,
quotationPeople
:
'订单报价人员'
,
quotationFinishDate
:
'订单报价完成时间'
,
upId
:
'父订单id'
,
demandStartDate
:
'
投料
时间'
,
demandFinishDate
:
'
节点
时间'
,
demandStartDate
:
'
开始
时间'
,
demandFinishDate
:
'
完成
时间'
,
//tempTitle------
stage
:
'阶段'
,
materialId
:
'材料'
,
...
...
pages/mesPlan/index.vue
View file @
36095936
...
...
@@ -145,11 +145,6 @@ export default {
width
:
50
,
align
:
"center"
},
{
key
:
"id"
,
title
:
this
.
l
(
"id"
),
hide
:
true
},
{
key
:
"mesCode"
,
title
:
this
.
l
(
"mesCode"
),
...
...
pages/mesPlan/send.vue
View file @
36095936
<
template
>
<div
style=
"width:100%;margin:0 auto"
>
<div
style=
"width:100%;margin:0 auto"
>
<Detail
ref=
"detailRow"
:row=
"row1"
v-show=
"dataList.length==1"
></Detail>
<Table
border
:columns=
"columns1"
:data=
"dataList"
class=
"tableCommon"
v-show=
"dataList.length>1"
:height=
"tbHeight"
></Table>
<Table
border
:columns=
"columns1"
:data=
"dataList"
class=
"tableCommon"
v-show=
"dataList.length>1"
:height=
"tbHeight"
></Table>
<div
style=
"width100%;margin:40px auto"
>
<Form
:model=
"orderForm"
:label-width=
"110"
class=
"margin-top-20 margin-bottom-50"
:rules=
"ruleValidate"
ref=
"formValidate"
>
<Form
:model=
"orderForm"
:label-width=
"140"
class=
"margin-top-20 margin-bottom-50"
:rules=
"ruleValidate"
ref=
"formValidate"
>
<Row>
<Col
span=
"6"
>
<FormItem
label=
"生产车间"
style=
"width:100%"
prop=
"ProductingPreparationPeople"
>
...
...
@@ -24,13 +11,8 @@
</FormItem>
</Col>
<Col
span=
"6"
>
<FormItem
label=
"完成时间"
style=
"width:100%"
prop=
"ProductingPreparationFinishDate"
>
<DatePicker
v-model=
"orderForm.ProductingPreparationFinishDate"
type=
"date"
placeholder=
"请选择日期"
@
on-change=
"getTimeProductPFD"
></DatePicker>
<FormItem
label=
"生产完成时间"
style=
"width:100%"
prop=
"ProductingPreparationFinishDate"
>
<DatePicker
v-model=
"orderForm.ProductingPreparationFinishDate"
type=
"date"
placeholder=
"请选择日期"
@
on-change=
"getTimeProductPFD"
></DatePicker>
</FormItem>
</Col>
<Col
span=
"6"
>
...
...
@@ -39,19 +21,14 @@
</FormItem>
</Col>
<Col
span=
"6"
>
<FormItem
label=
"完成时间"
style=
"width:100%"
prop=
"QuotationFinishDate"
>
<DatePicker
v-model=
"orderForm.QuotationFinishDate"
type=
"date"
placeholder=
"请选择日期"
@
on-change=
"getTimeQuotationFD"
></DatePicker>
<FormItem
label=
"订单报价完成时间"
style=
"width:100%"
prop=
"QuotationFinishDate"
>
<DatePicker
v-model=
"orderForm.QuotationFinishDate"
type=
"date"
placeholder=
"请选择日期"
@
on-change=
"getTimeQuotationFD"
></DatePicker>
</FormItem>
</Col>
</Row>
</Form>
</div>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -72,8 +49,7 @@ export default {
QuotationPeople
:
null
,
//订单报价人员
QuotationFinishDate
:
""
//订单报价完成时间
},
columns1
:
[
{
columns1
:
[{
title
:
this
.
l
(
"mesCode"
),
key
:
"mesCode"
,
width
:
180
,
...
...
@@ -113,36 +89,28 @@ export default {
dataListRetrun
:
[],
//确定后返回数据
ruleValidate
:
{
ProductingPreparationPeople
:
[
{
ProductingPreparationPeople
:
[{
required
:
true
,
message
:
"请选择人员"
,
trigger
:
"change"
,
type
:
"number"
}
],
ProductingPreparationFinishDate
:
[
{
}],
ProductingPreparationFinishDate
:
[{
required
:
true
,
message
:
"请选择时间"
,
trigger
:
"change"
}
],
QuotationPeople
:
[
{
}],
QuotationPeople
:
[{
required
:
true
,
message
:
"请选择人员"
,
trigger
:
"change"
,
type
:
"number"
}
],
QuotationFinishDate
:
[
{
}],
QuotationFinishDate
:
[{
required
:
true
,
message
:
"请选择时间"
,
trigger
:
"change"
}
]
}]
},
rowList
:
[],
row1
:
{},
...
...
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