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
47ac4e3b
Commit
47ac4e3b
authored
Apr 27, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
technology
parent
e4e38ecc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
10 deletions
+4
-10
details.vue
pages/technology/details.vue
+2
-1
add.vue
pages/technology/details/routingqccard/add.vue
+0
-7
index.vue
pages/technology/index.vue
+2
-2
No files found.
pages/technology/details.vue
View file @
47ac4e3b
...
...
@@ -6,7 +6,7 @@
<Header>
<h4
class=
"details_top tc"
>
<a
class=
"back_href"
@
click=
"back"
>
<Icon
type=
"ios-undo-outline"
/>
返回工艺规程
</a>
<div>
工艺信息
</div>
<div>
工艺信息
:
{{
info
}}
</div>
</h4>
<div
class=
"details_body"
>
<Menu
mode=
"horizontal"
theme=
"light"
active-name=
"1"
>
...
...
@@ -31,6 +31,7 @@ export default {
showMenu
:
true
,
treeHeight
:
''
,
actNum
:
'1'
,
info
:
"aaaa"
,
}
},
created
()
{
...
...
pages/technology/details/routingqccard/add.vue
View file @
47ac4e3b
...
...
@@ -170,13 +170,6 @@ export default {
return
{
disabled
:
false
,
entity
:
{
creationTime
:
null
,
creatorUserId
:
null
,
lastModificationTime
:
null
,
lastModifierUserId
:
null
,
isDeleted
:
null
,
deleterUserId
:
null
,
deletionTime
:
null
,
routingHeaderId
:
null
,
routingDetailId
:
null
,
routingStepId
:
null
,
...
...
pages/technology/index.vue
View file @
47ac4e3b
...
...
@@ -259,9 +259,9 @@ export default {
this
.
showMenu
=
true
;
},
// 详情页面
view
()
{
view
(
id
)
{
// this.$router.push("technology/details");
window
.
open
(
"/technology/details
"
,
"_blank"
)
window
.
open
(
"/technology/details
?id="
+
id
,
"_blank"
)
},
ok
()
{
this
.
$refs
.
grid
.
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