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
a1cce5d1
Commit
a1cce5d1
authored
Jul 05, 2024
by
zhuzhequan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eslint 修改
parent
a925ab80
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
src/api/order.ts
+4
-4
src/types/api/order.ts
+5
-0
No files found.
src/api/order.ts
View file @
a1cce5d1
...
...
@@ -9,7 +9,7 @@ import {
ShipmentForm
,
ShipmentOrderRes
,
Tab
,
InspectionData
,
CountStatus
,
InspectionData
,
CountStatus
,
Confirm
,
}
from
'@/types/api/order'
import
{
AccountStatementNote
,
...
...
@@ -271,7 +271,7 @@ export function customJomallReconciliationLog(reconciliationId?: number) {
)
}
export
function
updateReconciliation
(
data
:
any
,
data
:
AccountStatementNote
,
)
{
return
axios
.
post
(
'factory/customJomallReconciliation/updateReconciliation'
,
...
...
@@ -279,7 +279,7 @@ export function updateReconciliation(
)
}
export
function
getShipmentDetailsById
(
shipmentId
?:
string
)
{
return
axios
.
get
<
never
,
BaseRespData
<
any
>>
(
return
axios
.
get
<
never
,
BaseRespData
<
AccountStatementNote
[]
>>
(
'factory/customJomallReconciliation/getShipmentDetailsById'
,
{
params
:
{
...
...
@@ -290,7 +290,7 @@ export function getShipmentDetailsById(shipmentId?: string) {
}
export
function
factoryConfirm
(
data
:
any
[],
data
:
Confirm
[],
)
{
return
axios
.
post
(
'factory/customJomallReconciliation/factoryConfirm'
,
...
...
src/types/api/order.ts
View file @
a1cce5d1
...
...
@@ -248,3 +248,7 @@ export interface Reconciliation {
totalAmount
?:
string
id
?:
number
}
export
interface
Confirm
{
id
:
number
|
string
dataVersion
:
string
|
number
}
\ No newline at end of file
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