Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
bbb0d9e5
Commit
bbb0d9e5
authored
Mar 20, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 接口修改
parent
788c413a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
src/api/factoryOrderNew.ts
+2
-2
src/views/order/factoryOrderNew/index.vue
+5
-6
No files found.
src/api/factoryOrderNew.ts
View file @
bbb0d9e5
...
@@ -173,7 +173,7 @@ export function getCardLayoutListApi(
...
@@ -173,7 +173,7 @@ export function getCardLayoutListApi(
pageSize
:
number
,
pageSize
:
number
,
)
{
)
{
return
axios
.
post
<
never
,
BasePaginationData
<
FactoryOrderNewListData
>>
(
return
axios
.
post
<
never
,
BasePaginationData
<
FactoryOrderNewListData
>>
(
'factory/podOrder
BatchDownload
/list_page'
,
'factory/podOrder
Operation
/list_page'
,
{
...
data
,
currentPage
,
pageSize
},
{
...
data
,
currentPage
,
pageSize
},
)
)
}
}
...
@@ -210,7 +210,7 @@ export function getRestockListApi(
...
@@ -210,7 +210,7 @@ export function getRestockListApi(
pageSize
:
number
,
pageSize
:
number
,
)
{
)
{
return
axios
.
post
<
never
,
BasePaginationData
<
RestockData
>>
(
return
axios
.
post
<
never
,
BasePaginationData
<
RestockData
>>
(
'factory/podOrderBatchDownload/list_page'
,
'factory/podOrderBatchDownload/list_page
1
'
,
{
...
data
,
currentPage
,
pageSize
},
{
...
data
,
currentPage
,
pageSize
},
)
)
}
}
...
...
src/views/order/factoryOrderNew/index.vue
View file @
bbb0d9e5
...
@@ -415,7 +415,7 @@
...
@@ -415,7 +415,7 @@
<
/ElFormItem
>
<
/ElFormItem
>
<
ElFormItem
>
<
ElFormItem
>
<
ElButton
type
=
"primary"
@
click
=
"
search
"
>
查询
<
/ElButton
>
<
ElButton
type
=
"primary"
@
click
=
"
refreshCurrentView
"
>
查询
<
/ElButton
>
<
ElButton
@
click
=
"reset"
>
重置
<
/ElButton
>
<
ElButton
@
click
=
"reset"
>
重置
<
/ElButton
>
<
/ElFormItem
>
<
/ElFormItem
>
<
/ElForm
>
<
/ElForm
>
...
@@ -1257,14 +1257,10 @@ const {
...
@@ -1257,14 +1257,10 @@ const {
}
,
}
,
}
)
}
)
const
search
=
()
=>
{
refreshCurrentView
()
}
const
reset
=
()
=>
{
const
reset
=
()
=>
{
searchForm
.
value
=
{
}
searchForm
.
value
=
{
}
dateRange
.
value
=
[]
dateRange
.
value
=
[]
search
()
refreshCurrentView
()
}
}
const
confirmOrderDialogRef
=
ref
<
InstanceType
<
typeof
ConfirmOrderDialog
>>
()
const
confirmOrderDialogRef
=
ref
<
InstanceType
<
typeof
ConfirmOrderDialog
>>
()
...
@@ -1320,6 +1316,9 @@ const handleStatusNodeClick = (node: StatusTreeNode) => {
...
@@ -1320,6 +1316,9 @@ const handleStatusNodeClick = (node: StatusTreeNode) => {
logList
.
value
=
[]
logList
.
value
=
[]
if
(
!
isSpecialLayout
.
value
)
{
if
(
!
isSpecialLayout
.
value
)
{
refreshCurrentView
()
refreshCurrentView
()
if
(
isTableLayout
.
value
)
{
loadSubTables
()
}
}
}
}
}
const
toggleExpand
=
(
node
:
{
expanded
?:
boolean
}
)
=>
{
const
toggleExpand
=
(
node
:
{
expanded
?:
boolean
}
)
=>
{
...
...
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