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
0c8d3176
Commit
0c8d3176
authored
Dec 19, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5d9730bb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
4 deletions
+19
-4
getCollection.html
application/index/view/finance/getCollection.html
+8
-2
getCollection.js
public/resource/js/getCollection.js
+10
-1
receivables_template_tpl.html
public/resource/template/receivables_template_tpl.html
+1
-1
No files found.
application/index/view/finance/getCollection.html
View file @
0c8d3176
...
@@ -711,10 +711,8 @@
...
@@ -711,10 +711,8 @@
<span
id=
"belongT"
class=
" col-xs-6 ld-Marheight"
></span>
<span
id=
"belongT"
class=
" col-xs-6 ld-Marheight"
></span>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"col-xs-12"
>
<div
class=
"col-xs-12"
>
<div
class=
"col-xs-6"
>
<div
class=
"col-xs-6"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
...
@@ -725,6 +723,14 @@
...
@@ -725,6 +723,14 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"col-xs-6 shout"
>
<div
class=
"form-group"
>
<strong><span
class=
"col-xs-3 ld-Marheight"
>
收条编号:
</span></strong>
<div
class=
"col-xs-6"
>
<input
class=
"form-control"
type=
"text"
value=
""
id=
"shoutiao"
/>
</div>
</div>
</div>
</div>
</div>
<div
class=
"col-xs-12"
>
<div
class=
"col-xs-12"
>
<div
class=
"col-xs-6"
>
<div
class=
"col-xs-6"
>
...
...
public/resource/js/getCollection.js
View file @
0c8d3176
...
@@ -171,6 +171,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -171,6 +171,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
that
.
report_id
=
e
.
target
.
dataset
.
report_id
;
that
.
report_id
=
e
.
target
.
dataset
.
report_id
;
that
.
agent_id
=
e
.
target
.
dataset
.
agent_id
;
that
.
agent_id
=
e
.
target
.
dataset
.
agent_id
;
that
.
pay_type
=
e
.
target
.
dataset
.
pay_type
;
that
.
pay_type
=
e
.
target
.
dataset
.
pay_type
;
that
.
income_time
=
e
.
target
.
dataset
.
income_time
that
.
getAllPrice
(
id
);
that
.
getAllPrice
(
id
);
if
(
type
==
"意向金"
){
if
(
type
==
"意向金"
){
$
(
'#change_type'
).
val
(
91
);
$
(
'#change_type'
).
val
(
91
);
...
@@ -574,7 +575,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -574,7 +575,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
'order_no'
:
that
.
order_no
,
'order_no'
:
that
.
order_no
,
'agent_id'
:
that
.
agent_id
,
'agent_id'
:
that
.
agent_id
,
'report_id'
:
that
.
report_id_a
?
that
.
report_id_a
:
that
.
report_id
,
'report_id'
:
that
.
report_id_a
?
that
.
report_id_a
:
that
.
report_id
,
'industry_type'
:
that
.
yetai
'industry_type'
:
that
.
yetai
,
'income_time'
:
that
.
income_time
};
};
var
obj
=
{
var
obj
=
{
...
@@ -687,6 +689,11 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -687,6 +689,11 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
if
(
$
(
'#lastTime'
).
val
()){
//最后转定时间
if
(
$
(
'#lastTime'
).
val
()){
//最后转定时间
params
.
last_transfer_time
=
$
(
'#lastTime'
).
val
()
params
.
last_transfer_time
=
$
(
'#lastTime'
).
val
()
};
};
if
(
$
(
'#intoType'
).
text
()
==
'意向金'
||
$
(
'#intoType'
).
text
()
==
'保管金'
)
{
if
(
$
(
'#shoutiao'
).
val
()){
params
.
receipt_number
=
$
(
'#shoutiao'
).
val
()
}
}
return
params
;
return
params
;
},
},
...
@@ -939,8 +946,10 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -939,8 +946,10 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
}
}
if
(
data
.
type
==
10
||
data
.
type
==
30
)
{
if
(
data
.
type
==
10
||
data
.
type
==
30
)
{
$
(
'.ky'
).
hide
();
$
(
'.ky'
).
hide
();
$
(
'.shout'
).
show
();
}
else
{
}
else
{
$
(
'.ky'
).
show
();
$
(
'.ky'
).
show
();
$
(
'.shout'
).
hide
();
}
}
},
},
/**
/**
...
...
public/resource/template/receivables_template_tpl.html
View file @
0c8d3176
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
[
%
if
(
it
[
item
][
'type_num'
]
==
10
||
it
[
item
][
'type_num'
]
==
30
)
{
%
]
[
%
if
(
it
[
item
][
'type_num'
]
==
10
||
it
[
item
][
'type_num'
]
==
30
)
{
%
]
<
a
class
=
"btn1 btn-success money_change"
href
=
"#modal-linetime"
data
-
toggle
=
"modal"
data
-
order_id
=
'[%= it[item]['
order_id
'] %]'
<
a
class
=
"btn1 btn-success money_change"
href
=
"#modal-linetime"
data
-
toggle
=
"modal"
data
-
order_id
=
'[%= it[item]['
order_id
'] %]'
data
-
agent_id
=
'[%= it[item]['
agent_id
'] %]'
data
-
report_id
=
'[%= it[item]['
report_id
'] %]'
data
-
pay_type
=
'[%= it[item]['
pay_type_num
'] %]'
data
-
agent_id
=
'[%= it[item]['
agent_id
'] %]'
data
-
report_id
=
'[%= it[item]['
report_id
'] %]'
data
-
pay_type
=
'[%= it[item]['
pay_type_num
'] %]'
data
-
type_num
=
'[%= it[item]['
type_num
'] %]'
data
-
type_num
=
'[%= it[item]['
type_num
'] %]'
data
-
income_time
=
'[%= it[item]['
income_time
'] %]'
data
-
industry_type
=
'[%= it[item]['
industry_type
'] %]'
data
-
report
=
'[%= it[item]['
report_id
'] %]'
data
-
order_no
=
'[%= it[item]['
order_no
'] %]'
data
-
industry_type
=
'[%= it[item]['
industry_type
'] %]'
data
-
report
=
'[%= it[item]['
report_id
'] %]'
data
-
order_no
=
'[%= it[item]['
order_no
'] %]'
data
-
type
=
'[%= it[item]['
type
'] %]'
data
-
id
=
'[%= it[item]["id"]%]'
>
调整
<
/a
>
data
-
type
=
'[%= it[item]['
type
'] %]'
data
-
id
=
'[%= it[item]["id"]%]'
>
调整
<
/a
>
[
%
}
%
]
[
%
}
%
]
...
...
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