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
f3e39cc2
Commit
f3e39cc2
authored
Jul 23, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改podus注释问题
parent
72b7f59b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
src/api/podUsOrder.ts
+4
-3
src/views/order/orderTracking/index.vue
+1
-1
No files found.
src/api/podUsOrder.ts
View file @
f3e39cc2
...
@@ -8,7 +8,7 @@ import {
...
@@ -8,7 +8,7 @@ import {
ProductionClient
,
ProductionClient
,
WarehouseListData
,
WarehouseListData
,
LogisticsData
,
LogisticsData
,
ExportParams
ExportParams
,
}
from
'@/types/api/podUsOrder'
}
from
'@/types/api/podUsOrder'
import
axios
from
'./axios'
import
axios
from
'./axios'
import
{
PodMakeOrderData
}
from
'@/types/api/podMakeOrder'
import
{
PodMakeOrderData
}
from
'@/types/api/podMakeOrder'
...
@@ -338,7 +338,7 @@ export function createLogisticsOrderApi(params: {
...
@@ -338,7 +338,7 @@ export function createLogisticsOrderApi(params: {
)
)
}
}
//
创建物流
//
物流面单上传
export
function
uploadExpressSheet
(
params
:
{
export
function
uploadExpressSheet
(
params
:
{
trackingNumber
:
string
trackingNumber
:
string
file
:
File
file
:
File
...
@@ -347,7 +347,8 @@ export function uploadExpressSheet(params: {
...
@@ -347,7 +347,8 @@ export function uploadExpressSheet(params: {
'factory/podJomallOrderUs/uploadExpressSheet'
,
'factory/podJomallOrderUs/uploadExpressSheet'
,
params
,
params
,
)
)
}
// 创建物流
}
// 更新物流信息确认
export
function
updateSelfLogistics
(
params
:
{
export
function
updateSelfLogistics
(
params
:
{
trackingNumber
:
string
trackingNumber
:
string
expressSheet
:
string
expressSheet
:
string
...
...
src/views/order/orderTracking/index.vue
View file @
f3e39cc2
...
@@ -506,7 +506,7 @@ const resultInfo = ref<
...
@@ -506,7 +506,7 @@ const resultInfo = ref<
const
resultRefs
=
ref
<
InstanceType
<
typeof
ResultInfo
>
|
null
>
(
null
)
const
resultRefs
=
ref
<
InstanceType
<
typeof
ResultInfo
>
|
null
>
(
null
)
/**
/**
* @description:
创建物流、获取跟踪号、获取打印面单、更改物流、取消物流订
单
* @description:
获取打印面
单
*/
*/
const
getOrderByIdApi
=
async
(
type
:
string
)
=>
{
const
getOrderByIdApi
=
async
(
type
:
string
)
=>
{
...
...
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