Commit f3e39cc2 by linjinhong

修改podus注释问题

parent 72b7f59b
......@@ -8,7 +8,7 @@ import {
ProductionClient,
WarehouseListData,
LogisticsData,
ExportParams
ExportParams,
} from '@/types/api/podUsOrder'
import axios from './axios'
import { PodMakeOrderData } from '@/types/api/podMakeOrder'
......@@ -338,7 +338,7 @@ export function createLogisticsOrderApi(params: {
)
}
// 创建物流
// 物流面单上传
export function uploadExpressSheet(params: {
trackingNumber: string
file: File
......@@ -347,7 +347,8 @@ export function uploadExpressSheet(params: {
'factory/podJomallOrderUs/uploadExpressSheet',
params,
)
} // 创建物流
}
// 更新物流信息确认
export function updateSelfLogistics(params: {
trackingNumber: string
expressSheet: string
......
......@@ -506,7 +506,7 @@ const resultInfo = ref<
const resultRefs = ref<InstanceType<typeof ResultInfo> | null>(null)
/**
* @description: 创建物流、获取跟踪号、获取打印面单、更改物流、取消物流订
* @description: 获取打印面
*/
const getOrderByIdApi = async (type: string) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment