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
55e344e3
Commit
55e344e3
authored
Jan 17, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报价单详情的bug等
parent
ae22dc25
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
13 deletions
+4
-13
detail.vue
src/views/ecw/offer/detail.vue
+2
-11
PrintTag.vue
src/views/ecw/order/components/PrintTag.vue
+2
-2
No files found.
src/views/ecw/offer/detail.vue
View file @
55e344e3
...
...
@@ -501,15 +501,6 @@
},
// 预计费用(原价 - 优惠金额)
estimatedCosts
(){
// let arr = []
// this.originalFeeList.forEach(item => {
// let it = {...item}
// let coupon = this.couponList.find(coupon => coupon.reduceCurrencyId == item.currencyId)
// if(coupon){
// it.amount -= coupon.reduceAmount
// }
// arr.push(it)
// })
let
arr
=
[]
let
withInsuranceFee
=
false
let
withOtherFee
=
false
...
...
@@ -528,7 +519,7 @@
// }
let
otherFee
=
this
.
otherFeeList
.
find
(
fee
=>
fee
.
currencyId
==
item
.
currencyId
)
if
(
otherFee
){
it
.
amount
+=
otherFee
.
amount
it
.
amount
=
it
.
amount
.
plus
(
otherFee
.
amount
||
0
)
withOtherFee
=
true
}
// 保价费(美元)
...
...
@@ -550,7 +541,7 @@
if
(
!
withInsuranceFee
&&
this
.
fee
&&
this
.
fee
.
insuranceFee
&&
this
.
list
.
otherFeeCurrencyId
==
1
){
fee
.
amount
=
fee
.
amount
.
plus
(
this
.
fee
.
insuranceFee
)
}
arr
.
push
(
fee
)
arr
.
push
(
fee
)
}
// 没有累加保价费(没有美元计价)但是有保价费则需要加上去
if
(
!
withInsuranceFee
&&
this
.
fee
&&
this
.
fee
.
insuranceFee
){
...
...
src/views/ecw/order/components/PrintTag.vue
View file @
55e344e3
...
...
@@ -40,7 +40,7 @@
{{
item
.
marks
}}
</p>
<p
style=
" padding: 0px; border-bottom: 0.2mm solid #333; text-align: center; line-height: 6mm; padding: 0px; margin: 0px; font-size: 5mm; text-transform: uppercase; padding-top: 3.5mm; padding-bottom: 2.5mm; "
>
<p
style=
"
white-space: nowrap;
padding: 0px; border-bottom: 0.2mm solid #333; text-align: center; line-height: 6mm; padding: 0px; margin: 0px; font-size: 5mm; text-transform: uppercase; padding-top: 3.5mm; padding-bottom: 2.5mm; "
>
{{
item
.
startTitleEn
}}
--
>
<label
style=
"font-weight: 600; font-size: 5.5mm"
>
{{
item
.
destTitleEn
}}
</label>
</p>
...
...
@@ -142,7 +142,7 @@ export default {
LODOP
.
SET_PRINT_PAGESIZE
(
0
,
800
,
600
,
"
TAG
"
);
for
(
let
i
in
items
){
LODOP
.
ADD_PRINT_HTM
(
0
,
0
,
800
,
600
,
items
[
i
].
innerHTML
);
LODOP
.
ADD_PRINT_HTM
(
"
5mm
"
,
0
,
800
,
600
,
items
[
i
].
innerHTML
);
if
(
i
<
items
.
length
){
LODOP
.
NewPage
()
}
...
...
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