Commit f3e39cc2 by linjinhong

修改podus注释问题

parent 72b7f59b
...@@ -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
......
...@@ -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) => {
......
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