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
f0a0aaf6
Commit
f0a0aaf6
authored
Apr 03, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
参数设置接口处理成功。
parent
bda9e48b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
388 additions
and
153 deletions
+388
-153
zh-CN.js
i18n/locale/zh-CN.js
+1
-1
add.vue
pages/aps/aps/add.vue
+380
-150
edit.vue
pages/aps/aps/components/edit.vue
+7
-2
No files found.
i18n/locale/zh-CN.js
View file @
f0a0aaf6
...
...
@@ -1045,7 +1045,7 @@ export default {
insert_flag
:
'插单'
,
important_flag
:
"插单"
,
outside_time
:
'外协时间'
,
discrete_percent
:
'离散
百分比%
'
,
discrete_percent
:
'离散
度
'
,
taskseq_des
:
''
,
workshopcode
:
''
,
routing_detail_id
:
''
,
...
...
pages/aps/aps/add.vue
View file @
f0a0aaf6
This diff is collapsed.
Click to expand it.
pages/aps/aps/components/edit.vue
View file @
f0a0aaf6
...
...
@@ -66,7 +66,12 @@ export default {
}
},
props
:
{
eid
:
Number
row
:
{
type
:
Object
,
default
:()
=>
{
return
null
}
}
},
methods
:
{
load
(
v
)
{
...
...
@@ -84,7 +89,7 @@ export default {
this
.
disabled
=
false
if
(
r
.
success
)
{
this
.
$Message
.
success
(
'保存成功'
)
this
.
$emit
(
'on-ok'
)
this
.
$emit
(
'on-o
ption-o
k'
)
}
else
{
this
.
$Message
.
error
(
'保存失败'
)
}
...
...
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