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
91a2360f
Commit
91a2360f
authored
Mar 19, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'master'
Dev See merge request
!172
parents
81cef81b
64a54f6d
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/api/podUsOrder.ts
+4
-4
src/views/warehouse/receiptDoc.vue
+0
-0
No files found.
src/api/podUsOrder.ts
View file @
91a2360f
...
@@ -238,7 +238,7 @@ export function getPackingDataApi(
...
@@ -238,7 +238,7 @@ export function getPackingDataApi(
warehouseId
:
number
|
string
,
warehouseId
:
number
|
string
,
)
{
)
{
return
axios
.
get
<
never
,
BaseRespData
<
PodMakeOrderData
>>
(
return
axios
.
get
<
never
,
BaseRespData
<
PodMakeOrderData
>>
(
'/factory/podJomallOrderUs/putPackingSafe'
,
'/factory/podJomallOrderUs/
local/
putPackingSafe'
,
{
{
params
:
{
params
:
{
podJomallUsNo
:
code
,
podJomallUsNo
:
code
,
...
@@ -254,7 +254,7 @@ export function getPodBoxListApi(
...
@@ -254,7 +254,7 @@ export function getPodBoxListApi(
warehouseId
:
number
|
string
,
warehouseId
:
number
|
string
,
)
{
)
{
return
axios
.
get
<
never
,
BaseRespData
<
PodMakeOrderData
[]
>>
(
return
axios
.
get
<
never
,
BaseRespData
<
PodMakeOrderData
[]
>>
(
'factory/podJomallOrderUs/getPodBoxOrderDetails'
,
'factory/podJomallOrderUs/
local/
getPodBoxOrderDetails'
,
{
{
params
:
{
factoryNo
,
warehouseId
},
params
:
{
factoryNo
,
warehouseId
},
},
},
...
@@ -279,7 +279,7 @@ export function clearBoxApi(
...
@@ -279,7 +279,7 @@ export function clearBoxApi(
warehouseId
:
number
|
string
,
warehouseId
:
number
|
string
,
)
{
)
{
return
axios
.
get
<
never
,
BaseRespData
<
never
>>
(
return
axios
.
get
<
never
,
BaseRespData
<
never
>>
(
'factory/podJomallOrderUs/delPodBoxOrderDetailsByBox'
,
'factory/podJomallOrderUs/
local/
delPodBoxOrderDetailsByBox'
,
{
{
params
:
{
factoryNo
,
box
,
warehouseId
},
params
:
{
factoryNo
,
box
,
warehouseId
},
},
},
...
@@ -287,7 +287,7 @@ export function clearBoxApi(
...
@@ -287,7 +287,7 @@ export function clearBoxApi(
}
}
export
function
clearAllBoxApi
(
warehouseId
:
string
|
number
,
factoryNo
:
string
|
number
|
undefined
)
{
export
function
clearAllBoxApi
(
warehouseId
:
string
|
number
,
factoryNo
:
string
|
number
|
undefined
)
{
return
axios
.
get
<
never
,
BaseRespData
<
never
>>
(
return
axios
.
get
<
never
,
BaseRespData
<
never
>>
(
'factory/podJomallOrderUs/delPodBoxOrderDetails'
,
'factory/podJomallOrderUs/
local/
delPodBoxOrderDetails'
,
{
{
params
:
{
warehouseId
,
factoryNo
},
params
:
{
warehouseId
,
factoryNo
},
},
},
...
...
src/views/warehouse/receiptDoc.vue
View file @
91a2360f
This diff is collapsed.
Click to expand it.
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