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
7be98c2e
Commit
7be98c2e
authored
Apr 03, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product
parents
8574fad5
330b2550
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
440 additions
and
559 deletions
+440
-559
processMain.vue
pages/processManage/Process/processMain.vue
+1
-2
orderMaterial.vue
pages/processManage/setProcess/components/orderMaterial.vue
+434
-553
index.vue
pages/processManage/setProcess/index.vue
+4
-2
processMain.vue
pages/processManage/setProcess/processMain.vue
+1
-2
No files found.
pages/processManage/Process/processMain.vue
View file @
7be98c2e
...
@@ -406,8 +406,7 @@ export default {
...
@@ -406,8 +406,7 @@ export default {
var
url
=
var
url
=
`
${
designUrl
}
/routingheader/GetListSmall?approvalstatus=1&product_id=`
+
`
${
designUrl
}
/routingheader/GetListSmall?approvalstatus=1&product_id=`
+
productid
+
productid
+
'&routingType='
+
'&routingType=0'
;
this
.
formValidate
.
routingType
service
.
get
(
`
${
url
}
`
).
then
((
response
)
=>
{
service
.
get
(
`
${
url
}
`
).
then
((
response
)
=>
{
this
.
RoutingList
=
response
.
result
this
.
RoutingList
=
response
.
result
})
})
...
...
pages/processManage/setProcess/components/orderMaterial.vue
View file @
7be98c2e
This diff is collapsed.
Click to expand it.
pages/processManage/setProcess/index.vue
View file @
7be98c2e
...
@@ -526,7 +526,7 @@ export default {
...
@@ -526,7 +526,7 @@ export default {
{
{
title
:
'
主工艺
'
,
title
:
'
工艺规程
'
,
key
:
'mainRoutingID'
,
key
:
'mainRoutingID'
,
width
:
120
,
width
:
120
,
render
:
(
h
,
params
)
=>
{
render
:
(
h
,
params
)
=>
{
...
@@ -610,7 +610,7 @@ export default {
...
@@ -610,7 +610,7 @@ export default {
key
:
'materialbillID'
,
key
:
'materialbillID'
,
width
:
120
,
width
:
120
,
render
:
(
h
,
params
)
=>
{
render
:
(
h
,
params
)
=>
{
if
(
this
.
tabstatus
==
'1'
)
{
if
(
params
.
row
.
mainRoutingID
==
0
)
{
h
(
'div'
,
''
)
h
(
'div'
,
''
)
}
else
{
}
else
{
let
id
=
params
.
row
.
id
let
id
=
params
.
row
.
id
...
@@ -1660,6 +1660,8 @@ export default {
...
@@ -1660,6 +1660,8 @@ export default {
ld
.
orderids
=
orderids
.
toString
(
','
)
ld
.
orderids
=
orderids
.
toString
(
','
)
ld
.
formValidate
.
routingHeaderId
=
params
.
row
.
mainRoutingID
ld
.
formValidate
.
id
=
params
.
row
.
materialbillID
ld
.
formValidate
.
id
=
params
.
row
.
materialbillID
ld
.
loaddata
()
ld
.
loaddata
()
...
...
pages/processManage/setProcess/processMain.vue
View file @
7be98c2e
...
@@ -540,8 +540,7 @@ export default {
...
@@ -540,8 +540,7 @@ export default {
var
url
=
var
url
=
`
${
designUrl
}
/routingheader/GetListSmall?approvalstatus=1&product_id=`
+
`
${
designUrl
}
/routingheader/GetListSmall?approvalstatus=1&product_id=`
+
productid
+
productid
+
"&routingType="
+
"&routingType=0"
;
this
.
formValidate
.
routingType
;
service
.
get
(
`
${
url
}
`
).
then
(
response
=>
{
service
.
get
(
`
${
url
}
`
).
then
(
response
=>
{
this
.
RoutingList
=
response
.
result
;
this
.
RoutingList
=
response
.
result
;
});
});
...
...
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