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
f8aed324
Commit
f8aed324
authored
Sep 01, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
orderList row
parent
7d0d34cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
index.vue
pages/produce/execute/MaterialCollec/index.vue
+3
-4
index.vue
pages/produce/execute/index.vue
+13
-0
No files found.
pages/produce/execute/MaterialCollec/index.vue
View file @
f8aed324
...
...
@@ -157,7 +157,7 @@ export default {
methods
:
{
loadInfo
()
{
this
.
entity
=
this
.
row
let
v
=
this
.
row
.
orderId
let
v
=
this
.
entity
.
orderId
Api
.
matchdetaillist
({
id
:
v
}).
then
((
r
)
=>
{
...
...
@@ -233,9 +233,8 @@ export default {
},
},
watch
:
{
row
(
v
)
{
this
.
entity
=
this
.
$u
.
clone
(
v
);
this
.
productName
=
this
.
entity
.
productName
"row"
()
{
this
.
entity
=
this
.
$u
.
clone
(
this
.
row
);
},
gdid
(
v
)
{
if
(
v
>
0
)
{
...
...
pages/produce/execute/index.vue
View file @
f8aed324
...
...
@@ -102,6 +102,19 @@ export default {
changeTitle
(
number
,
type
)
{
this
.
orderTitle
=
type
;
this
.
orderindex
=
number
;
let
row
=
{
id
:
this
.
$route
.
query
.
id
,
orderId
:
this
.
$route
.
query
.
orderId
,
executeId
:
this
.
$route
.
query
.
executeId
,
headid
:
this
.
$route
.
query
.
headid
,
routingdetailId
:
this
.
$route
.
query
.
routid
,
mesCode
:
this
.
$route
.
query
.
mesCode
,
productName
:
this
.
$route
.
query
.
productName
,
drawnNumber
:
this
.
$route
.
query
.
drawnNumber
,
count
:
this
.
$route
.
query
.
quantity
,
};
this
.
row
=
row
;
this
.
inputId
=
this
.
$route
.
query
.
id
;
if
(
number
==
0
)
{
this
.
detail
=
()
=>
import
(
"./starOrder/index"
);
}
//进度汇报
...
...
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