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
9a50b196
Commit
9a50b196
authored
Oct 11, 2025
by
zhuzhequan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
podcn 流程修改
parent
786c61ea
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
112 additions
and
23 deletions
+112
-23
src/api/podCnOrder.ts
+8
-0
src/components/RenderColumn.vue
+2
-1
src/components/TableView.vue
+1
-0
src/types/api/podCnOrder.ts
+2
-0
src/types/api/podMakeOrder.ts
+1
-1
src/views/order/podCN/PodMakeOrder.vue
+98
-21
src/views/order/podCN/index.vue
+0
-0
No files found.
src/api/podCnOrder.ts
View file @
9a50b196
...
...
@@ -287,6 +287,14 @@ export function getSuperPodBoxListApi(factoryNo: number | string) {
)
}
// 超级播种墙配货 获取pod订单拣货箱子详情
export
function
printNormalPdf
(
ids
:
string
)
{
return
axios
.
get
<
never
,
BaseRespData
<
string
>>
(
'factory/podJomallOrderCn/printPickPdf'
,
{
params
:
{
ids
}
},
)
}
// 播种墙配货 打单完成
export
function
submitInspectionApi
(
data
:
{
id
:
number
;
version
?:
number
}[],
...
...
src/components/RenderColumn.vue
View file @
9a50b196
<
template
>
<template
v-if=
"col.subs?.length"
>
<ElTableColumn
show-overflow-tooltip
header-align=
"center"
:label=
"col.label"
:align=
"col.align"
...
...
@@ -31,7 +32,7 @@
</
template
>
</ElTableColumn>
</template>
<ElTableColumn
v-else
header-align=
"center"
v-bind=
"col"
>
<ElTableColumn
show-overflow-tooltip
v-else
header-align=
"center"
v-bind=
"col"
>
<
template
#
header=
"{ column, $index }"
>
<component
:is=
"() => col.headerRender(column, $index)"
...
...
src/components/TableView.vue
View file @
9a50b196
...
...
@@ -32,6 +32,7 @@
></ElTableColumn>
<template
v-for=
"column in columns"
:key=
"column.key"
>
<ElTableColumn
show-overflow-tooltip
v-if=
"column.type === 'expand'"
v-bind=
"column"
header-align=
"center"
...
...
src/types/api/podCnOrder.ts
View file @
9a50b196
...
...
@@ -15,6 +15,7 @@ export interface ExportParams extends SearchForm {
export
interface
SearchForm
{
timeType
?:
number
|
null
shopNumber
?:
string
productMark
?:
string
shipmentType
?:
string
|
number
replaceShipment
?:
string
|
number
userMark
?:
string
...
...
@@ -97,6 +98,7 @@ export interface PodCnOrderListData {
export
interface
ProductList
{
id
:
number
podJomallOrderCnId
:
number
productMark
?:
string
thirdSubOrderNumber
?:
string
thirdStockSku
?:
string
factorySubOrderNumber
?:
string
...
...
src/types/api/podMakeOrder.ts
View file @
9a50b196
...
...
@@ -50,7 +50,7 @@ export interface ProductList {
variantImage
?:
string
podJomallUsNo
?:
string
podJomallCnNo
?:
string
previewImgs
?:
{
sort
:
string
|
number
;
title
:
string
;
url
:
string
}[]
previewImgs
?:
{
sort
?:
string
|
number
;
title
?
:
string
;
url
:
string
}[]
}
export
interface
LogisticBill
{
...
...
src/views/order/podCN/PodMakeOrder.vue
View file @
9a50b196
This diff is collapsed.
Click to expand it.
src/views/order/podCN/index.vue
View file @
9a50b196
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