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
d674128c
Commit
d674128c
authored
Apr 28, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工艺规程
parent
08208291
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
422 additions
and
445 deletions
+422
-445
dataGrid.vue
components/page/dataGrid.vue
+2
-2
details.vue
pages/technology/details.vue
+5
-5
add.vue
pages/technology/details/add.vue
+0
-0
api.js
pages/technology/details/api.js
+0
-0
detail.vue
pages/technology/details/detail.vue
+0
-0
edit.vue
pages/technology/details/edit.vue
+0
-0
index.vue
pages/technology/details/index.vue
+415
-16
index.vue
pages/technology/details/routingDetail/index.vue
+0
-415
add.vue
pages/technology/details/routingqccard/add.vue
+0
-7
search.vue
pages/technology/details/search.vue
+0
-0
No files found.
components/page/dataGrid.vue
View file @
d674128c
...
@@ -222,7 +222,7 @@ export default {
...
@@ -222,7 +222,7 @@ export default {
//查询条件
//查询条件
type
:
Object
,
type
:
Object
,
default
:
function
()
{
default
:
function
()
{
return
{
return
{
keys
:
{
op
:
"name"
,
value
:
""
,
default
:
true
}
keys
:
{
op
:
"name"
,
value
:
""
,
default
:
true
}
};
};
}
}
...
@@ -394,7 +394,7 @@ export default {
...
@@ -394,7 +394,7 @@ export default {
this
.
$emit
(
"on-drag-drop"
,
a
,
b
);
this
.
$emit
(
"on-drag-drop"
,
a
,
b
);
},
},
easySearch
()
{
easySearch
()
{
if
(
this
.
conditions
&&
this
.
conditions
.
keys
.
default
)
{
if
(
this
.
conditions
&&
this
.
conditions
.
keys
&&
this
.
conditions
.
keys
.
default
)
{
//判断没有传入条件的用默认的查询
//判断没有传入条件的用默认的查询
this
.
conditions
.
keys
.
value
=
this
.
keys
;
this
.
conditions
.
keys
.
value
=
this
.
keys
;
}
}
...
...
pages/technology/details.vue
View file @
d674128c
...
@@ -43,16 +43,16 @@
...
@@ -43,16 +43,16 @@
<div
class=
"details_box"
>
<div
class=
"details_box"
>
<div
class=
"details_body"
>
<div
class=
"details_body"
>
<Menu
mode=
"horizontal"
theme=
"light"
active-name=
"0"
>
<Menu
mode=
"horizontal"
theme=
"light"
active-name=
"0"
>
<MenuItem
name=
"0"
to=
"/technology/details/routingDetail
"
>
工序
</MenuItem>
<MenuItem
name=
"0"
:to=
"'/technology/details?id='+headerId
"
>
工序
</MenuItem>
<MenuItem
name=
"1"
to=
"/technology/details/routingStep
"
>
工步
</MenuItem>
<MenuItem
name=
"1"
:to=
"'/technology/details/routingStep?id='+headerId
"
>
工步
</MenuItem>
<MenuItem
name=
"2"
to=
"/technology/details/routingqccar
d"
>
质控卡
</MenuItem>
<MenuItem
name=
"2"
:to=
"'/technology/details/routingqccard?id='+headerI
d"
>
质控卡
</MenuItem>
<MenuItem
name=
"3"
to=
"/technology/details/routingsupporting
"
>
工艺BOM
</MenuItem>
<MenuItem
name=
"3"
:to=
"'/technology/details/routingsupporting?id='+headerId
"
>
工艺BOM
</MenuItem>
<!--
<MenuItem
name=
"4"
to=
"/technology/details/setup/setupDetails"
>
生产准备
</MenuItem>
-->
<!--
<MenuItem
name=
"4"
to=
"/technology/details/setup/setupDetails"
>
生产准备
</MenuItem>
-->
</Menu>
</Menu>
</div>
</div>
<div
class=
"bottom_box"
>
<div
class=
"bottom_box"
>
{{
headerId
}}
{{
headerId
}}
<nuxt-child
keep-alive
:header
I
d=
"headerId"
></nuxt-child>
<nuxt-child
keep-alive
:header
i
d=
"headerId"
></nuxt-child>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
...
pages/technology/details/
routingDetail/
add.vue
→
pages/technology/details/add.vue
View file @
d674128c
File moved
pages/technology/details/
routingDetail/
api.js
→
pages/technology/details/api.js
View file @
d674128c
File moved
pages/technology/details/
routingDetail/
detail.vue
→
pages/technology/details/detail.vue
View file @
d674128c
File moved
pages/technology/details/
routingDetail/
edit.vue
→
pages/technology/details/edit.vue
View file @
d674128c
File moved
pages/technology/details/index.vue
View file @
d674128c
This diff is collapsed.
Click to expand it.
pages/technology/details/routingDetail/index.vue
deleted
100644 → 0
View file @
08208291
This diff is collapsed.
Click to expand it.
pages/technology/details/routingqccard/add.vue
View file @
d674128c
...
@@ -170,13 +170,6 @@ export default {
...
@@ -170,13 +170,6 @@ export default {
return
{
return
{
disabled
:
false
,
disabled
:
false
,
entity
:
{
entity
:
{
creationTime
:
null
,
creatorUserId
:
null
,
lastModificationTime
:
null
,
lastModifierUserId
:
null
,
isDeleted
:
null
,
deleterUserId
:
null
,
deletionTime
:
null
,
routingHeaderId
:
null
,
routingHeaderId
:
null
,
routingDetailId
:
null
,
routingDetailId
:
null
,
routingStepId
:
null
,
routingStepId
:
null
,
...
...
pages/technology/details/
routingDetail/
search.vue
→
pages/technology/details/search.vue
View file @
d674128c
File moved
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