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
d2d8c76c
Commit
d2d8c76c
authored
Apr 01, 2026
by
wuqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pod-cn待称重的自有物流加上”刷新地址”按钮
parent
27281878
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
8 deletions
+15
-8
src/views/order/podCN/index.vue
+15
-8
No files found.
src/views/order/podCN/index.vue
View file @
d2d8c76c
...
@@ -196,10 +196,10 @@
...
@@ -196,10 +196,10 @@
style=
"width: 150px"
style=
"width: 150px"
>
>
<ElOption
<ElOption
v-for=
"(_, index) in ['否', '是','混合']"
v-for=
"(_, index) in ['否', '是',
'混合']"
:key=
"index"
:key=
"index"
:value=
"index"
:value=
"index"
:label=
"['否', '是','混合'][index]"
:label=
"['否', '是',
'混合'][index]"
></ElOption>
></ElOption>
</ElSelect>
</ElSelect>
</ElFormItem>
</ElFormItem>
...
@@ -591,9 +591,7 @@
...
@@ -591,9 +591,7 @@
></ElOption>
></ElOption>
</ElSelect>
</ElSelect>
</ElFormItem>
</ElFormItem>
<ElFormItem
<ElFormItem
label=
"规范素材"
>
label=
"规范素材"
>
<ElSelect
<ElSelect
v-model=
"searchForm.newStandard"
v-model=
"searchForm.newStandard"
placeholder=
"请选择"
placeholder=
"请选择"
...
@@ -2052,10 +2050,18 @@
...
@@ -2052,10 +2050,18 @@
<
span
<
span
v
-
if
=
"
v
-
if
=
"
(row.replaceShipment === 1 &&
(row.replaceShipment === 1 &&
['CREATE_LOGISTICS', 'WAIT_SHIPMENT'].includes(status)) ||
[
'CREATE_LOGISTICS',
'WAIT_SHIPMENT',
'WAIT_WEIGHING',
].includes(status)) ||
(row.replaceShipment === 0 &&
(row.replaceShipment === 0 &&
row.shipmentType === 1 &&
row.shipmentType === 1 &&
['CREATE_LOGISTICS', 'WAIT_SHIPMENT'].includes(status))
[
'CREATE_LOGISTICS',
'WAIT_SHIPMENT',
'WAIT_WEIGHING',
].includes(status))
"
"
class
=
"operate-item"
class
=
"operate-item"
>
>
...
@@ -3977,7 +3983,8 @@ const tableColumns = computed(() => {
...
@@ -3977,7 +3983,8 @@ const tableColumns = computed(() => {
prop
:
'standardDesignImage'
,
prop
:
'standardDesignImage'
,
slot
:
'standardDesignImage'
,
slot
:
'standardDesignImage'
,
align
:
'center'
,
align
:
'center'
,
}
,{
}
,
{
label
:
'失败原因'
,
label
:
'失败原因'
,
minWidth
:
250
,
minWidth
:
250
,
prop
:
'failReason'
,
prop
:
'failReason'
,
...
...
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