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
870721fc
Commit
870721fc
authored
Jul 16, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改问题
parent
8eff2f62
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
7 deletions
+14
-7
src/views/order/orderTracking/index.vue
+13
-6
src/views/order/podUs/PodMakeOrder.vue
+1
-1
No files found.
src/views/order/orderTracking/index.vue
View file @
870721fc
...
...
@@ -168,6 +168,19 @@ const goodsColumns = computed(() => {
align
:
'center'
,
showOverflowTooltip
:
true
,
},
{
label
:
'数量'
,
prop
:
'num'
,
width
:
100
,
align
:
'center'
,
},
{
label
:
'状态'
,
prop
:
'subStatus'
,
width
:
130
,
align
:
'center'
,
showOverflowTooltip
:
true
,
},
{
label
:
'生产单号'
,
...
...
@@ -246,12 +259,6 @@ const goodsColumns = computed(() => {
},
{
label
:
'数量'
,
prop
:
'num'
,
width
:
100
,
align
:
'center'
,
},
{
label
:
'未生产数量'
,
prop
:
'notPassNum'
,
width
:
100
,
...
...
src/views/order/podUs/PodMakeOrder.vue
View file @
870721fc
...
...
@@ -421,7 +421,7 @@ const renderItemBox = (bool: boolean) => {
return
prev
+
(
product
.
count
||
0
)
},
0
)
data
.
pickingNumber
=
pickingNumber
coverImage
.
value
=
productList
[
0
].
previewImgs
?.[
0
]?.
url
||
''
//
coverImage.value = productList[0].previewImgs?.[0]?.url || ''
for
(
const
product
of
productList
)
{
if
(
product
.
count
===
product
.
purchaseNumber
)
{
product
.
power
=
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