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
cdc709ba
Commit
cdc709ba
authored
Apr 29, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
496c0920
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
298 additions
and
182 deletions
+298
-182
zh-CN.js
i18n/locale/zh-CN.js
+3
-3
add.vue
pages/technology/details/add.vue
+292
-178
index.vue
pages/technology/details/index.vue
+3
-1
No files found.
i18n/locale/zh-CN.js
View file @
cdc709ba
...
@@ -1201,11 +1201,11 @@ export default {
...
@@ -1201,11 +1201,11 @@ export default {
isDeleted
:
'是否删除'
,
isDeleted
:
'是否删除'
,
deleterUserId
:
'删除人'
,
deleterUserId
:
'删除人'
,
deletionTime
:
'删除时间'
,
deletionTime
:
'删除时间'
,
classId
:
''
,
classId
:
'
classId
'
,
routingHeaderId
:
'工艺规程id'
,
routingHeaderId
:
'工艺规程id'
,
name
:
'工序名称'
,
name
:
'工序名称'
,
taskSeq
:
'工序号'
,
taskSeq
:
'工序号'
,
description
:
'
备注
'
,
description
:
'
描述
'
,
taskContent
:
'工序内容'
,
taskContent
:
'工序内容'
,
resourceId
:
'资源ID'
,
resourceId
:
'资源ID'
,
resourceType
:
'资源类型'
,
resourceType
:
'资源类型'
,
...
@@ -1217,7 +1217,7 @@ export default {
...
@@ -1217,7 +1217,7 @@ export default {
efficiencyValue
:
'效率系数'
,
efficiencyValue
:
'效率系数'
,
singleOut
:
'单件产出'
,
singleOut
:
'单件产出'
,
isOutside
:
'是否外协'
,
isOutside
:
'是否外协'
,
departmentId
:
'
工序的
承制车间'
,
departmentId
:
'承制车间'
,
isImportant
:
'是否关键工序'
,
isImportant
:
'是否关键工序'
,
milestoneId
:
'里程碑'
,
milestoneId
:
'里程碑'
,
phaseId
:
'阶段id'
,
phaseId
:
'阶段id'
,
...
...
pages/technology/details/add.vue
View file @
cdc709ba
This diff is collapsed.
Click to expand it.
pages/technology/details/index.vue
View file @
cdc709ba
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
</
template
>
</
template
>
</DataGrid>
</DataGrid>
<Modal
v-model=
"modal"
:title=
"title"
width=
"1200"
footer-hide
>
<Modal
v-model=
"modal"
:title=
"title"
width=
"1200"
footer-hide
>
<component
:is=
"detail"
:eid=
"curId"
@
on-close=
"cancel"
@
on-ok=
"ok"
/>
<component
:is=
"detail"
:eid=
"curId"
:headid=
"hid"
@
on-close=
"cancel"
@
on-ok=
"ok"
/>
</Modal>
</Modal>
</div>
</div>
</template>
</template>
...
@@ -40,6 +40,7 @@ export default {
...
@@ -40,6 +40,7 @@ export default {
title
:
"新增"
,
title
:
"新增"
,
detail
:
null
,
detail
:
null
,
curId
:
0
,
curId
:
0
,
hid
:
0
,
columns
:
[
columns
:
[
{
{
type
:
"expand"
,
type
:
"expand"
,
...
@@ -291,6 +292,7 @@ export default {
...
@@ -291,6 +292,7 @@ export default {
}
else
{
}
else
{
this
.
easySearch
.
routingHeaderId
.
value
=
this
.
$route
.
query
.
id
;
this
.
easySearch
.
routingHeaderId
.
value
=
this
.
$route
.
query
.
id
;
}
}
this
.
hid
=
this
.
$route
.
query
.
id
},
},
mounted
()
{
mounted
()
{
this
.
load
();
this
.
load
();
...
...
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