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
cb9d1cc6
Commit
cb9d1cc6
authored
Mar 12, 2024
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 问题修改
parent
b09b7594
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
src/views/order/Shipment.vue
+1
-0
src/views/order/index.vue
+7
-0
No files found.
src/views/order/Shipment.vue
View file @
cb9d1cc6
...
@@ -95,6 +95,7 @@ defineProps({
...
@@ -95,6 +95,7 @@ defineProps({
height
:
600px
;
height
:
600px
;
margin-top
:
20px
;
margin-top
:
20px
;
border
:
1px
solid
#eee
;
border
:
1px
solid
#eee
;
overflow
:
auto
;
}
}
.image
{
.image
{
...
...
src/views/order/index.vue
View file @
cb9d1cc6
...
@@ -711,8 +711,11 @@ const getPackingData = async (code: string) => {
...
@@ -711,8 +711,11 @@ const getPackingData = async (code: string) => {
item
.
count
||
item
.
count
===
0
?
(
item
.
count
+=
1
)
:
(
item
.
count
=
0
)
item
.
count
||
item
.
count
===
0
?
(
item
.
count
+=
1
)
:
(
item
.
count
=
0
)
}
}
}
}
const
index
=
orderList
.
value
.
findIndex
((
item
)
=>
item
.
id
===
res
.
data
.
id
)
if
(
index
===
-
1
)
{
orderList
.
value
.
unshift
(
res
.
data
)
orderList
.
value
.
unshift
(
res
.
data
)
}
}
}
orderNumber
.
value
=
code
orderNumber
.
value
=
code
productionOrderNumber
.
value
=
''
productionOrderNumber
.
value
=
''
isLock
.
value
=
false
isLock
.
value
=
false
...
@@ -1070,6 +1073,10 @@ const cancelOrder = async (id: number) => {
...
@@ -1070,6 +1073,10 @@ const cancelOrder = async (id: number) => {
line
-
height
:
26
px
;
line
-
height
:
26
px
;
display
:
flex
;
display
:
flex
;
}
}
.
order
-
list
-
expand_item_label
{
margin
-
right
:
6
px
;
}
<
/style
>
<
/style
>
<
style
>
<
style
>
.
send
-
order
-
dialog
.
el
-
dialog__body
{
.
send
-
order
-
dialog
.
el
-
dialog__body
{
...
...
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