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
a1557bd0
Commit
a1557bd0
authored
Aug 03, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/release2.2' into release2.2
parents
6284ae5b
c52334e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
13 deletions
+35
-13
index.vue
src/views/ecw/order/exception/index.vue
+29
-13
index.vue
src/views/ecw/region/index.vue
+6
-0
No files found.
src/views/ecw/order/exception/index.vue
View file @
a1557bd0
...
@@ -112,30 +112,34 @@
...
@@ -112,30 +112,34 @@
<!-- 操作工具栏 -->
<!-- 操作工具栏 -->
<el-row
:gutter=
"10"
class=
"mb8"
>
<el-row
:gutter=
"10"
class=
"mb8"
>
<el-col
:span=
"
4
"
>
<el-col
:span=
"
1.5
"
>
<el-button
type=
"primary"
size=
"mini"
@
click=
"exportSearch"
v-hasPermi=
"['ecw:exception:export']"
>
导出
</el-button>
<el-button
type=
"primary"
size=
"mini"
@
click=
"exportSearch"
v-hasPermi=
"['ecw:exception:export']"
>
导出
</el-button>
</el-col>
</el-col>
<el-col
:span=
"16"
>
<el-col
:span=
"17.5"
>
<el-descriptions
:column=
"4"
>
<div
class=
"total"
v-if=
"totalData"
>
<el-descriptions-item
:label=
"$t('箱数')"
>
<div
:label=
"$t('箱数')"
>
<div>
{{
$t
(
'
箱数
'
)
}}
:
</div>
<span
v-if=
"totalData.totalNum"
>
{{
totalData
.
totalNum
+
$t
(
'
箱
'
)
}}
</span>
<span
v-if=
"totalData.totalNum"
>
{{
totalData
.
totalNum
+
$t
(
'
箱
'
)
}}
</span>
<span
v-else
></span>
<span
v-else
></span>
</el-descriptions-item>
</div>
<el-descriptions-item
:label=
"$t('测量方数汇总')"
>
<div>
<div>
{{
$t
(
'
测量方数汇总
'
)
}}
:
</div>
<span
v-if=
"totalData.totalVolume"
>
{{
totalData
.
totalVolume
}}
m³
</span>
<span
v-if=
"totalData.totalVolume"
>
{{
totalData
.
totalVolume
}}
m³
</span>
<span
v-else
></span>
<span
v-else
></span>
</el-descriptions-item>
</div>
<el-descriptions-item
:label=
"$t('收费方数汇总')"
>
<div>
<div>
{{
$t
(
'
收费方数汇总
'
)
}}
:
</div>
<span
v-if=
"totalData.totalChargeVolume"
>
{{
totalData
.
totalChargeVolume
}}
m³
</span>
<span
v-if=
"totalData.totalChargeVolume"
>
{{
totalData
.
totalChargeVolume
}}
m³
</span>
<span
v-else
></span>
<span
v-else
></span>
</el-descriptions-item>
</div>
<el-descriptions-item
:label=
"$t('重量汇总')"
>
<div>
<div>
{{
$t
(
'
重量汇总
'
)
}}
:
</div>
<span
v-if=
"totalData.totalWeight"
>
{{
totalData
.
totalWeight
}}
KG
</span>
<span
v-if=
"totalData.totalWeight"
>
{{
totalData
.
totalWeight
}}
KG
</span>
<span
v-else
></span>
<span
v-else
></span>
</
el-descriptions-item
>
</
div
>
</
el-descriptions
>
</
div
>
</el-col>
</el-col>
<el-col
:span=
"4"
><right-toolbar
:showSearch.sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar></el-col
>
<right-toolbar
:showSearch.sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar
>
</el-row>
</el-row>
<!-- 列表 -->
<!-- 列表 -->
...
@@ -389,3 +393,15 @@ export default {
...
@@ -389,3 +393,15 @@ export default {
}
}
}
}
</
script
>
</
script
>
<
style
scoped
>
.total
{
display
:
flex
;
align-items
:
center
;
}
.total
div
{
margin-right
:
10px
;
font-size
:
14px
;
display
:
flex
;
align-items
:
center
;
}
</
style
>
src/views/ecw/region/index.vue
View file @
a1557bd0
...
@@ -153,6 +153,12 @@
...
@@ -153,6 +153,12 @@
:key=
"dict.id"
:label=
"dict.titleZh"
:value=
"dict.id.toString()"
/>
:key=
"dict.id"
:label=
"dict.titleZh"
:value=
"dict.id.toString()"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('应收额币种')"
prop=
"importCurrency5"
>
<el-select
v-model=
"form.importCurrency5"
:placeholder=
"$t('请选择')"
>
<el-option
v-for=
"dict in currencyList "
:key=
"dict.id"
:label=
"dict.titleZh"
:value=
"dict.id.toString()"
/>
</el-select>
</el-form-item>
</div>
</div>
<!-- <el-col :span="12">-->
<!-- <el-col :span="12">-->
<!-- <el-form-item :label="$t('部门状态')" prop="status">-->
<!-- <el-form-item :label="$t('部门状态')" prop="status">-->
...
...
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