Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
b5c68690
Commit
b5c68690
authored
Jul 21, 2023
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
异常订单bug优化2.2
parent
6d9c952e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
index.vue
src/views/ecw/order/exception/index.vue
+9
-5
No files found.
src/views/ecw/order/exception/index.vue
View file @
b5c68690
...
...
@@ -103,7 +103,7 @@
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
{{
$t
(
'
搜索
'
)
}}
</el-button>
<
!--
<el-button
icon=
"el-icon-refresh"
@
click=
"reset"
>
{{
$t
(
'
重置
'
)
}}
</el-button>
--
>
<
el-button
icon=
"el-icon-refresh"
@
click=
"reset"
>
{{
$t
(
'
重置
'
)
}}
</el-button
>
</el-form-item>
</el-row>
</el-form>
...
...
@@ -117,16 +117,20 @@
<el-col
:span=
"16"
>
<el-descriptions
:column=
"4"
>
<el-descriptions-item
:label=
"$t('箱数')"
>
{{
totalData
.
totalNum
||
'
/
'
}}
<span
v-if=
"totalData.totalNum"
>
{{
totalData
.
totalNum
+
$t
(
'
箱
'
)
}}
</span>
<span
v-else
></span>
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('测量方数汇总')"
>
{{
totalData
.
totalVolume
||
'
/
'
}}
<span
v-if=
"totalData.totalVolume"
>
{{
totalData
.
totalVolume
}}
m³
</span>
<span
v-else
></span>
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('收费方数汇总')"
>
{{
totalData
.
totalChargeVolume
||
'
/
'
}}
<span
v-if=
"totalData.totalChargeVolume"
>
{{
totalData
.
totalChargeVolume
}}
m³
</span>
<span
v-else
></span>
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('重量汇总')"
>
{{
totalData
.
totalWeight
||
'
/
'
}}
<span
v-if=
"totalData.totalWeight"
>
{{
totalData
.
totalWeight
}}
KG
</span>
<span
v-else
></span>
</el-descriptions-item>
</el-descriptions>
</el-col>
...
...
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