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
630e04a0
Commit
630e04a0
authored
Dec 05, 2025
by
qinjianhui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into release
parents
c2c211d8
eae67fd0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
8 deletions
+13
-8
src/views/order/podCN/index.vue
+10
-5
src/views/warehouse/issueDoc.vue
+1
-1
src/views/warehouse/receiptDoc.vue
+1
-1
src/views/warehouse/stockingPlan.vue
+1
-1
No files found.
src/views/order/podCN/index.vue
View file @
630e04a0
...
...
@@ -943,7 +943,7 @@
</span>
<span
v-if=
"status === 'WAIT_SHIPMENT'"
class=
"item"
>
<ElButton
type=
"warning"
@
click=
"showPrintSku"
>
打印库存sku标签
</ElButton
>
打印库存sku标签
</ElButton
>
</span>
</ElFormItem>
...
...
@@ -3120,13 +3120,15 @@ const changeExceptionOrder = async () => {
}
const
showPrintSku
=
async
()
=>
{
if
(
!
selection
.
value
.
length
)
{
if
(
!
selection
.
value
.
length
)
{
return
ElMessage
.
warning
(
'请选择数据'
)
}
await
printWarehouseSkuDialogRef
.
value
?.
open
(
1
,
selection
.
value
.
map
((
item
)
=>
item
.
id
).
join
(
','
))
await
printWarehouseSkuDialogRef
.
value
?.
open
(
1
,
selection
.
value
.
map
((
item
)
=>
item
.
id
).
join
(
','
),
)
}
const
handleExceptionConfirm
=
async
()
=>
{
try
{
await
exceptionFormRef
.
value
.
validate
()
...
...
@@ -3173,7 +3175,10 @@ const printNormal = async () => {
}
selection
.
value
.
forEach
((
s
)
=>
{
const
f
=
s
.
productList
&&
s
.
productList
.
find
((
p
)
=>
p
.
productMark
===
'normal'
)
s
.
productList
&&
s
.
productList
.
find
(
(
p
)
=>
p
.
productMark
===
'normal'
||
p
.
productMark
===
'custom_normal'
,
)
if
(
f
)
arr
.
push
(
s
.
id
)
}
)
if
(
!
arr
.
length
)
{
...
...
src/views/warehouse/issueDoc.vue
View file @
630e04a0
...
...
@@ -1059,7 +1059,7 @@ const {
}
)
const
setCostPrice
=
(
item
:
InterProductList
)
=>
{
if
(
!
item
.
costPrice
)
{
if
(
item
.
costPrice
!==
0
&&
!
item
.
costPrice
)
{
ElMessage
.
warning
(
'商品成本价为空,请完善商品成本价'
)
return
}
...
...
src/views/warehouse/receiptDoc.vue
View file @
630e04a0
...
...
@@ -1063,7 +1063,7 @@ const {
}
)
const
setCostPrice
=
(
item
:
InterProductList
)
=>
{
if
(
!
item
.
costPrice
)
{
if
(
item
.
costPrice
!==
0
&&
!
item
.
costPrice
)
{
ElMessage
.
warning
(
'商品成本价为空,请完善商品成本价'
)
return
}
...
...
src/views/warehouse/stockingPlan.vue
View file @
630e04a0
...
...
@@ -1216,7 +1216,7 @@ const {
}
)
const
setCostPrice
=
(
item
:
InterProductList
)
=>
{
if
(
!
item
.
costPrice
)
{
if
(
item
.
costPrice
!==
0
&&
!
item
.
costPrice
)
{
ElMessage
.
warning
(
'商品成本价为空,请完善商品成本价'
)
return
}
...
...
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