Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
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
张伯涛
NLT-e-cigarette
Commits
720998d4
Commit
720998d4
authored
Jun 15, 2022
by
11528
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
不良定义确定和修改按钮样式
parent
2591dcb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
workOrder.js
src/api/workOrder.js
+1
-1
workOrder.vue
src/views/ProductionProcess/workOrder.vue
+10
-1
No files found.
src/api/workOrder.js
View file @
720998d4
...
@@ -43,7 +43,7 @@ export function listOrderMater(query) {
...
@@ -43,7 +43,7 @@ export function listOrderMater(query) {
params
:
query
params
:
query
})
})
}
}
//
查询工单-物料列表
//
导入工单
export
function
manualImport
(
query
)
{
export
function
manualImport
(
query
)
{
return
request
({
return
request
({
url
:
'/nltscheduledresult/singleBom'
,
url
:
'/nltscheduledresult/singleBom'
,
...
...
src/views/ProductionProcess/workOrder.vue
View file @
720998d4
...
@@ -447,7 +447,16 @@
...
@@ -447,7 +447,16 @@
</template>
</template>
<
script
>
<
script
>
import
{
delOrder
,
getOrder
,
getOrder1
,
listOrder
,
listOrderLine
,
listOrderMater
,
listStation
}
from
'@/api/workOrder'
import
{
delOrder
,
getOrder
,
getOrder1
,
listOrder
,
listOrderLine
,
listOrderMater
,
listStation
,
manualImport
}
from
'@/api/workOrder'
import
{
listModel
}
from
'@/api/model'
import
{
listModel
}
from
'@/api/model'
export
default
{
export
default
{
...
...
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