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
fd5b2bd6
Commit
fd5b2bd6
authored
Mar 31, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产执行
parent
cec38d33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
ordermaterial.vue
pages/produce/ordermaterial.vue
+1
-4
orderscheduling.vue
pages/produce/orderscheduling.vue
+0
-3
No files found.
pages/produce/ordermaterial.vue
View file @
fd5b2bd6
...
...
@@ -365,11 +365,8 @@ export default {
params
.
SkipCount
=
params
.
SkipCount
||
0
params
.
MaxResultCount
=
params
.
MaxResultCount
||
10
let
url
=
`
${
designUrl
}
/orderrouting/getwaitmaterialorderlist?`
+
QS
.
stringify
(
params
)
let
url
=
`
${
designUrl
}
/orderrouting/getwaitmaterialorderlist?`
+
QS
.
stringify
(
params
)
service
.
get
(
`
${
url
}
`
).
then
((
res
)
=>
{
console
.
log
(
res
)
this
.
mDatas
=
res
.
result
.
items
this
.
search
.
total
=
res
.
result
.
totalCount
})
...
...
pages/produce/orderscheduling.vue
View file @
fd5b2bd6
...
...
@@ -369,10 +369,7 @@ export default {
'&MaxResultCount='
+
pageData
.
MaxResultCount
service
.
get
(
`
${
url
}
`
).
then
((
res
)
=>
{
console
.
log
(
'1'
,
res
)
console
.
log
(
res
.
data
)
if
(
res
.
success
){
console
.
log
(
"shuju"
,
res
.
result
.
items
)
this
.
mDatas
=
res
.
result
.
items
this
.
search
.
total
=
res
.
result
.
totalCount
}
else
{
...
...
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