Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
a6bd2d62
Commit
a6bd2d62
authored
Nov 19, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
16e7989c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
+1
-1
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.js
+3
-0
No files found.
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
View file @
a6bd2d62
...
...
@@ -171,7 +171,7 @@
付款信息
</div>
<div>
<span>
实付金额:
<span>
¥{{
form.totalSum?form
.totalSum:\' -\'}}
</span></span>
<span>
实付金额:
<span>
¥{{
receiptVoucher.totalSum?receiptVoucher
.totalSum:\' -\'}}
</span></span>
<!-- <span>官费:<span>¥300.00</span></span>
<span>服务费:<span>¥213</span></span> -->
</div>
...
...
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.js
View file @
a6bd2d62
...
...
@@ -328,6 +328,8 @@
brandType
:
""
,
/*修改验证 对应表单的值 */
popupValue
:
""
,
/**订单付款信息 */
receiptVoucher
:
""
,
}
},
mounted
:
function
()
{
...
...
@@ -442,6 +444,7 @@
this
.
form
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
deliveryInfo
));
this
.
editDeliveryInfo
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
deliveryInfo
));
this
.
form
.
tmFormType
=
Number
(
this
.
form
.
tmFormType
);
this
.
receiptVoucher
=
d
.
data
.
receiptVoucher
[
0
];
switch
(
this
.
form
.
tmFormType
)
{
case
3
:
this
.
brandType
=
"文字"
;
...
...
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