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
ebc33c07
Commit
ebc33c07
authored
Dec 29, 2022
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提单下载命名错误和特价优惠不显示费用
parent
d045a0f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
previewBill.vue
src/views/ecw/box/ladingBill/previewBill.vue
+1
-1
edit.vue
src/views/ecw/coupon/edit.vue
+2
-1
No files found.
src/views/ecw/box/ladingBill/previewBill.vue
View file @
ebc33c07
...
@@ -24,7 +24,7 @@ export default {
...
@@ -24,7 +24,7 @@ export default {
download
()
{
download
()
{
_BOX
[
"
downloadBillService
"
]({
id
:
this
.
currRow
.
id
}).
then
((
res
)
=>
{
_BOX
[
"
downloadBillService
"
]({
id
:
this
.
currRow
.
id
}).
then
((
res
)
=>
{
if
(
res
.
data
&&
res
.
data
.
imgUrl
)
{
if
(
res
.
data
&&
res
.
data
.
imgUrl
)
{
FileSaver
.
saveAs
(
res
.
data
.
imgUrl
,
this
.
currRow
.
orderNo
+
"
.pdf
"
);
FileSaver
.
saveAs
(
res
.
data
.
imgUrl
,
res
.
data
.
imgUrl
.
split
(
'
/
'
).
pop
()
);
}
}
});
});
},
},
...
...
src/views/ecw/coupon/edit.vue
View file @
ebc33c07
...
@@ -389,7 +389,8 @@ export default {
...
@@ -389,7 +389,8 @@ export default {
}
}
}
}
if
(
val
==
6
){
// 没有优惠券ID的情况下才对特价做处理,有id则表示查看和编辑不做处理
if
(
!
this
.
form
.
couponId
&&
val
==
6
){
this
.
fee
[
1
]
=
[{}]
this
.
fee
[
1
]
=
[{}]
this
.
fee
[
2
]
=
[{}]
this
.
fee
[
2
]
=
[{}]
}
}
...
...
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