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
90de60f4
Commit
90de60f4
authored
Mar 30, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 拣胚完成创建入库单功能
parent
6e1adba3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
287 additions
and
9 deletions
+287
-9
src/types/api/factoryOrderNew.ts
+1
-0
src/types/api/order/factoryOrderNew.ts
+1
-0
src/views/order/factoryOrderNew/component/PickCompleteDialog.vue
+276
-7
src/views/order/factoryOrderNew/index.vue
+1
-1
src/views/warehouse/components/ReceiptProductDialog.vue
+8
-1
No files found.
src/types/api/factoryOrderNew.ts
View file @
90de60f4
...
@@ -206,6 +206,7 @@ export interface RestockData {
...
@@ -206,6 +206,7 @@ export interface RestockData {
export
interface
PickCompleteData
{
export
interface
PickCompleteData
{
id
:
number
id
:
number
warehouseId
?:
number
warehouseName
?:
string
warehouseName
?:
string
skuImage
?:
string
skuImage
?:
string
productName
?:
string
productName
?:
string
...
...
src/types/api/order/factoryOrderNew.ts
View file @
90de60f4
...
@@ -206,6 +206,7 @@ export interface RestockData {
...
@@ -206,6 +206,7 @@ export interface RestockData {
export
interface
PickCompleteData
{
export
interface
PickCompleteData
{
id
:
number
id
:
number
warehouseId
?:
number
warehouseName
?:
string
warehouseName
?:
string
skuImage
?:
string
skuImage
?:
string
productName
?:
string
productName
?:
string
...
...
src/views/order/factoryOrderNew/component/PickCompleteDialog.vue
View file @
90de60f4
This diff is collapsed.
Click to expand it.
src/views/order/factoryOrderNew/index.vue
View file @
90de60f4
...
@@ -291,7 +291,7 @@
...
@@ -291,7 +291,7 @@
style
=
"width: 150px"
style
=
"width: 150px"
>
>
<
ElOption
<
ElOption
v
-
for
=
"(item, index) in ['自有物流', '
工厂
物流']"
v
-
for
=
"(item, index) in ['自有物流', '
九猫统筹
物流']"
:
key
=
"index"
:
key
=
"index"
:
value
=
"index"
:
value
=
"index"
:
label
=
"item"
:
label
=
"item"
...
...
src/views/warehouse/components/ReceiptProductDialog.vue
View file @
90de60f4
...
@@ -191,7 +191,12 @@
...
@@ -191,7 +191,12 @@
size=
"small"
size=
"small"
@
update:model-value=
"emit('update:selectSku', $event)"
@
update:model-value=
"emit('update:selectSku', $event)"
/>
/>
<el-popover
placement=
"top-start"
width=
"1200"
trigger=
"click"
>
<el-popover
v-if=
"showQueryButton"
placement=
"top-start"
width=
"1200"
trigger=
"click"
>
<div
v-if=
"skuData.length > 0"
style=
"height: 50vh"
>
<div
v-if=
"skuData.length > 0"
style=
"height: 50vh"
>
<ElTable
size=
"small"
:data=
"filterSkuData"
height=
"100%"
border
>
<ElTable
size=
"small"
:data=
"filterSkuData"
height=
"100%"
border
>
<ElTableColumn
<ElTableColumn
...
@@ -354,6 +359,7 @@ const props = withDefaults(
...
@@ -354,6 +359,7 @@ const props = withDefaults(
title
:
string
title
:
string
disableWarehouse
?:
boolean
disableWarehouse
?:
boolean
showUserMarkFilter
?:
boolean
showUserMarkFilter
?:
boolean
showQueryButton
?:
boolean
showBatchAddButton
?:
boolean
showBatchAddButton
?:
boolean
showImportButton
?:
boolean
showImportButton
?:
boolean
editForm
:
InterWarehouseDetail
editForm
:
InterWarehouseDetail
...
@@ -370,6 +376,7 @@ const props = withDefaults(
...
@@ -370,6 +376,7 @@ const props = withDefaults(
{
{
disableWarehouse
:
false
,
disableWarehouse
:
false
,
showUserMarkFilter
:
true
,
showUserMarkFilter
:
true
,
showQueryButton
:
true
,
showBatchAddButton
:
true
,
showBatchAddButton
:
true
,
showImportButton
:
true
,
showImportButton
:
true
,
},
},
...
...
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