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
57f7f0f1
Commit
57f7f0f1
authored
Aug 08, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改问题
parent
ecb13036
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
21 deletions
+10
-21
src/views/order/podCN/index.vue
+10
-21
No files found.
src/views/order/podCN/index.vue
View file @
57f7f0f1
...
...
@@ -301,10 +301,7 @@
确认生产
</ElButton>
</span>
<span
v-if=
"status === 'CREATE_LOGISTICS'"
class=
"item"
>
<span
v-if=
"status === 'CREATE_LOGISTICS'"
class=
"item"
>
<ElButton
type=
"warning"
@
click=
"asyncOrderAddress"
>
同步收货地址
</ElButton>
...
...
@@ -336,10 +333,7 @@
<ElButton
type=
"success"
@
click=
"toOutOfStock"
>
转至缺货
</ElButton>
</span>
<span
v-if=
"status === 'TO_BE_CONFIRMED'"
class=
"item"
>
<span
v-if=
"status === 'TO_BE_CONFIRMED'"
class=
"item"
>
<ElButton
type=
"danger"
@
click=
"cancelOrder"
>
取消
</ElButton>
</span>
<span
v-if=
"status === 'IN_PRODUCTION'"
class=
"item"
>
...
...
@@ -375,7 +369,7 @@
<el-button
type=
"success"
>
物流接口
<el-icon
class=
"el-icon--right"
><ArrowDown
/></el-icon>
</el-button>
<
template
#
dropdown
v-if=
"shipmentArea === 0"
>
<
!-- <
template #dropdown v-if="shipmentArea === 0">
<ElDropdownMenu>
<ElDropdownItem
:disabled="
...
...
@@ -386,8 +380,8 @@
>待定</ElDropdownItem
>
</ElDropdownMenu>
</
template
>
</template>
-->
<
template
#
dropdown
v-if=
"shipmentArea === 1"
>
<ElDropdownMenu>
<ElDropdownItem
...
...
@@ -480,7 +474,7 @@
<span
class=
"tabs-node_count"
:class=
"{
blue: true
blue: true
,
}"
>
{{ item.quantity
&&
item.quantity > 0 ? item.quantity : 0 }}
</span
>
...
...
@@ -918,9 +912,7 @@
</div>
<div
v-if=
"
row.status !== 'TO_BE_CONFIRMED'
"
v-if=
"row.status !== 'TO_BE_CONFIRMED'"
class=
"order-price-item"
>
<span
class=
"order-price-item-label"
>
物流运费:
</span>
...
...
@@ -1302,7 +1294,7 @@
<
/el-icon
>
<
/div
>
<
/div
>
<
div
class
=
"grid-item"
>
<
div
class
=
"grid-item"
>
<
span
class
=
"grid-item-label"
>
款号:
<
/span
>
<
span
:
title
=
"`款号: ${cardItem?.supplierProductNo
}
`"
...
...
@@ -1597,7 +1589,7 @@
:
country
-
list
=
"countryList"
@
success
=
"search"
><
/UpdateAddress
>
<!--
导出
-->
<
ElDialog
v
-
model
=
"exportVisible"
...
...
@@ -1631,7 +1623,7 @@ import { getUserMarkList } from '@/api/common'
import
{
CaretBottom
,
CaretTop
,
// Edit
,
ArrowDown
,
WarningFilled
,
}
from
'@element-plus/icons-vue'
import
{
...
...
@@ -2838,7 +2830,6 @@ const printPodOrder = async () => {
podOrderVisible
.
value
=
true
}
/**
* @description: 创建物流、获取跟踪号、获取打印面单、更改物流、取消物流订单
*/
...
...
@@ -3376,7 +3367,6 @@ onMounted(() => {
loadCraftList
()
}
)
const
handleShipmentAreaCommand
=
(
command
:
number
)
=>
{
shipmentArea
.
value
=
command
search
()
...
...
@@ -3606,7 +3596,6 @@ useRouter().beforeEach((to, from, next) => {
}
}
.
goods
-
item
{
display
:
grid
;
grid
-
template
-
columns
:
100
px
1
fr
minmax
(
180
px
,
1
fr
)
180
px
;
...
...
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