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
1750ea77
Commit
1750ea77
authored
Apr 09, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aps
parent
b7502324
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
8 deletions
+5
-8
zh-CN.js
i18n/locale/zh-CN.js
+1
-0
add.vue
pages/aps/aps/add.vue
+2
-6
index.vue
pages/aps/aps/index.vue
+2
-2
No files found.
i18n/locale/zh-CN.js
View file @
1750ea77
...
...
@@ -927,6 +927,7 @@ export default {
mes_part_task_plan_simulate
:
{
id
:
''
,
part_task_pk
:
'计划编号'
,
mes_code
:
'计划编号'
,
priority
:
'优先级'
,
plan_qty
:
'排产数量'
,
spare_qty
:
'备件数量'
,
...
...
pages/aps/aps/add.vue
View file @
1750ea77
...
...
@@ -118,9 +118,9 @@
<InputNumber
v-model=
"entity.efficiencyValue"
:step=
"0.01"
></InputNumber>
</FormItem>
</Col>
<Col
:span=
"12"
>
<Col
:span=
"12"
v-if=
"opTaskPk>0"
>
<FormItem
:label=
"l('run_time')"
prop=
"run_time"
>
<span
v-text=
"run_time"
></span>
<span
v-text=
"r
ow.r
un_time"
></span>
</FormItem>
</Col>
</Row>
...
...
@@ -284,11 +284,8 @@ export default {
});
},
handleSubmit
()
{
alert
(
2
)
this
.
$refs
.
form
.
validate
(
valid
=>
{
alert
(
3
)
if
(
valid
)
{
alert
(
4
)
if
(
this
.
opTaskPk
==
0
&&
this
.
partTaskPk
>
0
&&
...
...
@@ -308,7 +305,6 @@ export default {
this
.
entity
.
multipleEquip
=
this
.
entity
.
multiple
?
"是"
:
"否"
;
Api
.
apsschedulupdateparameter
(
this
.
entity
)
.
then
(
res
=>
{
alert
(
5
)
if
(
res
.
result
.
state
)
{
this
.
$Message
.
success
(
res
.
result
.
msg
);
this
.
$emit
(
"on-parameter-ok"
);
...
...
pages/aps/aps/index.vue
View file @
1750ea77
...
...
@@ -146,8 +146,8 @@ export default {
category
:
"icon"
},
{
key
:
"
part_task_pk
"
,
title
:
this
.
l
(
"
part_task_pk
"
),
key
:
"
mes_code
"
,
title
:
this
.
l
(
"
mes_code
"
),
align
:
"left"
,
high
:
true
},
...
...
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