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
68198ae0
Commit
68198ae0
authored
Apr 07, 2026
by
zhuzhequan
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
3d162c24
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 @
68198ae0
...
...
@@ -22,7 +22,7 @@
placeholder=
""
>
<el-option
label=
"跟踪号"
value=
"trackingNumber"
></el-option>
<el-option
label=
"
客户
单号"
value=
"shopNumber"
></el-option>
<el-option
label=
"
交运
单号"
value=
"shopNumber"
></el-option>
</el-select>
<input
ref=
"weighInput"
...
...
@@ -33,7 +33,7 @@
weight.weightInput
? selectType === 'trackingNumber'
? '请输入跟踪号'
: '请输入
客户
单号'
: '请输入
交运
单号'
: '请输入重量'
"
@
keyup
.
enter=
"weightChange"
...
...
src/views/order/podCN/index.vue
View file @
68198ae0
...
...
@@ -196,10 +196,10 @@
style=
"width: 150px"
>
<ElOption
v-for=
"(_, index) in ['否', '是','混合']"
v-for=
"(_, index) in ['否', '是',
'混合']"
:key=
"index"
:value=
"index"
:label=
"['否', '是','混合'][index]"
:label=
"['否', '是',
'混合'][index]"
></ElOption>
</ElSelect>
</ElFormItem>
...
...
@@ -591,9 +591,7 @@
></ElOption>
</ElSelect>
</ElFormItem>
<ElFormItem
label=
"规范素材"
>
<ElFormItem
label=
"规范素材"
>
<ElSelect
v-model=
"searchForm.newStandard"
placeholder=
"请选择"
...
...
@@ -2052,10 +2050,18 @@
<
span
v
-
if
=
"
(row.replaceShipment === 1 &&
['CREATE_LOGISTICS', 'WAIT_SHIPMENT'].includes(status)) ||
[
'CREATE_LOGISTICS',
'WAIT_SHIPMENT',
'WAIT_WEIGHING',
].includes(status)) ||
(row.replaceShipment === 0 &&
row.shipmentType === 1 &&
['CREATE_LOGISTICS', 'WAIT_SHIPMENT'].includes(status))
[
'CREATE_LOGISTICS',
'WAIT_SHIPMENT',
'WAIT_WEIGHING',
].includes(status))
"
class
=
"operate-item"
>
...
...
@@ -3977,7 +3983,8 @@ const tableColumns = computed(() => {
prop
:
'standardDesignImage'
,
slot
:
'standardDesignImage'
,
align
:
'center'
,
}
,{
}
,
{
label
:
'失败原因'
,
minWidth
:
250
,
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