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
884223e2
Commit
884223e2
authored
Apr 24, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 问题修改
parent
2a5c5ee4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
src/views/order/components/WeightDialog.vue
+7
-3
src/views/order/factoryOrderNew/component/CardLayout.vue
+1
-1
No files found.
src/views/order/components/WeightDialog.vue
View file @
884223e2
...
@@ -22,11 +22,15 @@
...
@@ -22,11 +22,15 @@
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
v-if=
"!isNewOrder"
label=
"交运单号"
value=
"shopNumber"
></el-option>
<el-option
<el-option
v-if=
"isNewOrder"
v-if=
"isNewOrder"
label=
"客户交运单号"
label=
"客户交运单号"
value=
"
customerNo
"
value=
"
shopNumber
"
></el-option>
></el-option>
</el-select>
</el-select>
<input
<input
...
@@ -38,7 +42,7 @@
...
@@ -38,7 +42,7 @@
weight.weightInput
weight.weightInput
? selectType === 'trackingNumber'
? selectType === 'trackingNumber'
? '请输入跟踪号'
? '请输入跟踪号'
: '请输入交运单号'
:
isNewOrder ? '请输入客户交运单号' :
'请输入交运单号'
: '请输入重量'
: '请输入重量'
"
"
@
keyup
.
enter=
"weightChange"
@
keyup
.
enter=
"weightChange"
...
...
src/views/order/factoryOrderNew/component/CardLayout.vue
View file @
884223e2
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
item?.productMark === 'normal'
item?.productMark === 'normal'
"
"
class=
"product-mark-badge"
class=
"product-mark-badge"
:title=
"`类型:$
{setProductMark(item?.productMark)}
面
`"
:title=
"`类型:$
{setProductMark(item?.productMark)}
类
`"
>
>
{{
setProductMark
(
item
?.
productMark
)
}}
{{
setProductMark
(
item
?.
productMark
)
}}
</div>
</div>
...
...
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