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
05ab3971
Commit
05ab3971
authored
Dec 20, 2025
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 问题修改
parent
2e9ef0b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
src/views/order/podUs/index.vue
+8
-8
No files found.
src/views/order/podUs/index.vue
View file @
05ab3971
...
...
@@ -874,12 +874,12 @@
<ElButton
type=
"primary"
@
click=
"printNormal"
>
普货拣货
</ElButton>
</span>
</ElFormItem>
<ElFormItem
v-if=
"
status === 'WAIT_SHIPMENT'"
>
<ElFormItem
v-if=
"status === 'WAIT_SHIPMENT'"
>
<span
class=
"item"
>
<ElButton
type=
"success"
@
click=
"printNormalProductionOrder(2, null)"
>
<ElButton
type=
"success"
@
click=
"printNormalProductionOrder(2, null)"
>
打印普胚生产单
</ElButton>
</span>
...
...
@@ -1587,9 +1587,9 @@
</div>
<div
v-if=
"
(
status === 'WAIT_SHIPMENT' &&
item.productMark === 'custom_normal')
||
item.productMark === 'normal'
status === 'WAIT_SHIPMENT' &&
(item.productMark === 'custom_normal'
||
item.productMark === 'normal')
"
style=
"
display: flex;
...
...
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