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
0f57dda8
Commit
0f57dda8
authored
Jul 26, 2019
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d4e9d638
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
costParamsmeters.js
public/resource/js/costParamsmeters.js
+6
-1
No files found.
public/resource/js/costParamsmeters.js
View file @
0f57dda8
...
...
@@ -30,10 +30,15 @@ define(['doT', 'text!temp/costParamsmeters_template_tpl.html', 'css!style/home.c
console
.
log
(
e
)
console
.
log
(
$
(
this
).
val
());
if
(
$
(
this
).
val
()
-
0
>
0
){
console
.
log
(
$
(
this
).
parent
().
next
().
text
())
console
.
log
(
'type:'
,)
let
type
=
$
(
this
).
parent
().
prev
().
prev
().
text
()
-
0
;
//提出通联发展基金和总经理基金的成本计算
if
(
type
<
6
){
// console.log($(this).parent().next().text())
let
otherPrice
=
$
(
this
).
parent
().
next
().
text
()
-
0
;
let
totalPrice
=
$
(
this
).
val
()
-
0
+
otherPrice
;
$
(
this
).
parent
().
next
().
next
().
text
(
totalPrice
);
}
}
else
{
alert
(
'请输入正确的金额'
)
}
...
...
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