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
68a3f25c
Commit
68a3f25c
authored
Jun 04, 2025
by
wuqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导出后缀修改
parent
aea9635c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/api/warehouse.ts
+2
-2
src/views/warehouse/receiptDoc.vue
+2
-2
No files found.
src/api/warehouse.ts
View file @
68a3f25c
...
@@ -314,9 +314,9 @@ export function InRecordBatchCheckPrintApi(ids: string) {
...
@@ -314,9 +314,9 @@ export function InRecordBatchCheckPrintApi(ids: string) {
},
},
)
)
}
}
export
function
warehouseInRecord
Inventory
(
data
:
ExportInWarehouseInfo
)
{
export
function
warehouseInRecord
Export
(
data
:
ExportInWarehouseInfo
)
{
return
axios
.
post
<
never
,
BasePaginationData
<
never
>>
(
return
axios
.
post
<
never
,
BasePaginationData
<
never
>>
(
'factory/warehouseInRecord/
inventory
'
,
'factory/warehouseInRecord/
export
'
,
data
,
data
,
)
)
}
}
...
...
src/views/warehouse/receiptDoc.vue
View file @
68a3f25c
...
@@ -829,7 +829,7 @@ import {
...
@@ -829,7 +829,7 @@ import {
warehouseInfo
,
warehouseInfo
,
InRecordBatchCheckPrintApi
,
InRecordBatchCheckPrintApi
,
factoryWarehouseInventoryPrint
,
factoryWarehouseInventoryPrint
,
warehouseInRecord
Inventory
,
warehouseInRecord
Export
,
}
from
'@/api/warehouse'
}
from
'@/api/warehouse'
import
{
filePath
}
from
'@/api/axios.ts'
import
{
filePath
}
from
'@/api/axios.ts'
import
BigNumber
from
'bignumber.js'
import
BigNumber
from
'bignumber.js'
...
@@ -1150,7 +1150,7 @@ const submitExportForm = async () => {
...
@@ -1150,7 +1150,7 @@ const submitExportForm = async () => {
params
.
total
=
exportTotal
params
.
total
=
exportTotal
}
}
try
{
try
{
const
res
=
await
warehouseInRecord
Inventory
({
const
res
=
await
warehouseInRecord
Export
({
showDetail
:
exportForm
.
value
.
delivery
,
showDetail
:
exportForm
.
value
.
delivery
,
...
params
,
...
params
,
...
searchForm
.
value
,
...
searchForm
.
value
,
...
...
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