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
0
Merge Requests
0
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
93b6f25e
Commit
93b6f25e
authored
May 19, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 生产完成入库功能开发
parent
43b046d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
src/views/order/cancelOrderProcess/index.vue
+6
-3
No files found.
src/views/order/cancelOrderProcess/index.vue
View file @
93b6f25e
...
...
@@ -552,7 +552,6 @@ const handleOrderStatusClick = (status: 'processed' | 'unprocessed') => {
currentStatus
.
value
=
status
search
()
}
/**胚衣入库 */
const
receiptDialogVisible
=
ref
(
false
)
const
receiptUserMark
=
ref
(
0
)
const
receiptSelectSku
=
ref
(
''
)
...
...
@@ -770,9 +769,13 @@ const handleReceiptSave = async () => {
}
}
const
handleProductionCompleteInStock
=
()
=>
{
console
.
log
(
'生产完成入库'
)
// 客户定制的单子不能操作生产完成入库,提示:客户定制商品,不能入库!
if
(
cardSelectList
.
value
.
length
!==
0
)
{
handleEmbryoInStockByCard
()
}
else
{
handleEmbryoInFastStock
()
}
}
/**胚衣入库完成 */
onMounted
(()
=>
{
void
loadAllDictionaries
()
...
...
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