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
68e26117
Commit
68e26117
authored
Jul 18, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单费用汇总
parent
43798160
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
231 additions
and
68 deletions
+231
-68
FeeDetail.vue
src/views/ecw/order/components/FeeDetail.vue
+227
-56
detail.vue
src/views/ecw/order/detail.vue
+4
-12
No files found.
src/views/ecw/order/components/FeeDetail.vue
View file @
68e26117
This diff is collapsed.
Click to expand it.
src/views/ecw/order/detail.vue
View file @
68e26117
...
@@ -253,7 +253,7 @@
...
@@ -253,7 +253,7 @@
<el-button
v-hasPermi=
"['ecw:order:show_customs']"
type=
"text"
@
click=
"showDeclaration=true"
>
{{$t('查看报关资料')}}
</el-button>
<el-button
v-hasPermi=
"['ecw:order:show_customs']"
type=
"text"
@
click=
"showDeclaration=true"
>
{{$t('查看报关资料')}}
</el-button>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
:label=
"$t('费用明细')"
name=
"four"
>
<el-tab-pane
:label=
"$t('费用明细')"
name=
"four"
>
<el-button
type=
"primary"
@
click=
"showFee
Detail
=true"
>
{{$t('费用汇总')}}
</el-button>
<el-button
type=
"primary"
@
click=
"showFee
Summary
=true"
>
{{$t('费用汇总')}}
</el-button>
<el-table
:data=
"feeList"
>
<el-table
:data=
"feeList"
>
<el-table-column
:label=
"$t('订单号')"
prop=
"orderNo"
>
<el-table-column
:label=
"$t('订单号')"
prop=
"orderNo"
>
<
template
slot-scope=
"{row}"
>
<
template
slot-scope=
"{row}"
>
...
@@ -425,10 +425,10 @@
...
@@ -425,10 +425,10 @@
<
declaration
-
documents
v
-
if
=
"
showDeclaration
"
:
order
-
id
=
"
order.orderId
"
:
order
-
no
=
"
order.orderNo
"
@
close
=
"
showDeclaration=false
"
/>
<
declaration
-
documents
v
-
if
=
"
showDeclaration
"
:
order
-
id
=
"
order.orderId
"
:
order
-
no
=
"
order.orderNo
"
@
close
=
"
showDeclaration=false
"
/>
<!--
费用汇总
-->
<!--
费用汇总
-->
<
fee
-
detail
<
fee
-
detail
v
-
if
=
"
showFee
Detail
"
v
-
if
=
"
showFee
Summary
"
:
order
-
id
=
"
order.orderId
"
:
order
-
id
=
"
order.orderId
"
:
currency
-
map
=
"
currencyMap
"
:
currency
-
map
=
"
currencyMap
"
@
close
=
"
showFee
Detail
=false
"
/>
@
close
=
"
showFee
Summary
=false
"
/>
<
/div
>
<
/div
>
<
/template
>
<
/template
>
...
@@ -503,7 +503,7 @@ export default {
...
@@ -503,7 +503,7 @@ export default {
consigneeText
:
this
.
$t
(
'
更多
'
),
consigneeText
:
this
.
$t
(
'
更多
'
),
showLogDetailId
:
null
,
// 显示日志详情的ID,
showLogDetailId
:
null
,
// 显示日志详情的ID,
showDeclaration
:
false
,
//显示报关资料
showDeclaration
:
false
,
//显示报关资料
showFee
Detail
:
false
,
// 是否显示费用汇总
showFee
Summary
:
false
,
// 是否显示费用汇总
}
}
}
,
}
,
computed
:{
computed
:{
...
@@ -559,14 +559,6 @@ export default {
...
@@ -559,14 +559,6 @@ export default {
}
)
}
)
this
.
region
=
region
this
.
region
=
region
}
)
}
)
}
,
showFeeDetail
(){
if
(
!
this
.
orderSummary
){
this
.
getOrderSummary
()
}
if
(
!
this
.
orderDetailSummary
){
this
.
getOrderDetailSummary
()
}
}
}
}
,
}
,
created
()
{
created
()
{
...
...
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