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
efe4ee9d
Commit
efe4ee9d
authored
Apr 02, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'master'
Dev See merge request
!181
parents
923ae8a0
18a7f835
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
10 deletions
+17
-10
src/views/order/podCN/components/WeightDialog.vue
+2
-2
src/views/order/podCN/index.vue
+15
-8
No files found.
src/views/order/podCN/components/WeightDialog.vue
View file @
efe4ee9d
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
placeholder=
""
placeholder=
""
>
>
<el-option
label=
"跟踪号"
value=
"trackingNumber"
></el-option>
<el-option
label=
"跟踪号"
value=
"trackingNumber"
></el-option>
<el-option
label=
"
客户
单号"
value=
"shopNumber"
></el-option>
<el-option
label=
"
交运
单号"
value=
"shopNumber"
></el-option>
</el-select>
</el-select>
<input
<input
ref=
"weighInput"
ref=
"weighInput"
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
weight.weightInput
weight.weightInput
? selectType === 'trackingNumber'
? selectType === 'trackingNumber'
? '请输入跟踪号'
? '请输入跟踪号'
: '请输入
客户
单号'
: '请输入
交运
单号'
: '请输入重量'
: '请输入重量'
"
"
@
keyup
.
enter=
"weightChange"
@
keyup
.
enter=
"weightChange"
...
...
src/views/order/podCN/index.vue
View file @
efe4ee9d
...
@@ -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