Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
f4d354c4
Commit
f4d354c4
authored
Sep 23, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
交易号
parent
5bf76ab0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fineMoney.html
application/index/view/finance/fineMoney.html
+1
-1
fineMoney.js
public/resource/js/fineMoney.js
+1
-1
No files found.
application/index/view/finance/fineMoney.html
View file @
f4d354c4
...
...
@@ -350,7 +350,7 @@
<label
class=
"col-sm-5 control-label"
>
付款金额:
<span
id=
"money_sum"
></span></label>
<br
/>
<label
class=
"col-sm-
6
control-label"
>
支付宝交易号:
<span
id=
"alipay_num"
>
123456789
</span></label>
<label
class=
"col-sm-
9
control-label"
>
支付宝交易号:
<span
id=
"alipay_num"
>
123456789
</span></label>
</div>
...
...
public/resource/js/fineMoney.js
View file @
f4d354c4
...
...
@@ -278,7 +278,7 @@ define(['doT', 'text!temp/fineMoney_list_template_tpl.html', 'text!temp/phoneBin
$
(
"#forfeit_penalty"
).
html
(
data
.
data
.
forfeit_penalty
);
$
(
"#money_sum"
).
html
(
data
.
data
.
money_sum
);
$
(
"#fine_money_edit"
).
val
(
data
.
data
.
money
);
$
(
"#alipay_num"
).
html
(
data
.
data
.
alipay_num
);
//支付宝交易号
$
(
"#alipay_num"
).
html
(
data
.
data
.
trade_no
?
data
.
data
.
trade_no
:
''
);
//支付宝交易号
if
(
data
.
data
.
type
)
{
agent
.
getDistrictStoreList
(
data
.
data
.
type
,
function
(
_data
)
{
...
...
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