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
643a5cf5
Commit
643a5cf5
authored
Mar 27, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收佣金
parent
afdc4990
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
15 deletions
+45
-15
reportList.html
application/index/view/report/reportList.html
+6
-3
video_check_list.html
application/index/view/video_check/video_check_list.html
+4
-4
inspectionRecordAll.js
public/resource/js/inspectionRecordAll.js
+34
-7
inspectionRecordAll_list_template_tpl.html
...ource/template/inspectionRecordAll_list_template_tpl.html
+1
-1
No files found.
application/index/view/report/reportList.html
View file @
643a5cf5
...
...
@@ -257,7 +257,10 @@
<span
class=
"span-width-90"
>
入账金额:
</span>
<input
type=
"number"
placeholder=
"请输入"
class=
"intention-money"
>
元
</td>
<td></td>
<td>
<span
class=
"span-width-90"
>
收条编号:
</span>
<input
type=
"text"
placeholder=
"请输入"
class=
"intention-num"
>
</td>
</tr>
<tr>
<td>
...
...
@@ -306,11 +309,11 @@
<tr>
<td>
<span
class=
"span-width-90"
>
商铺号:
</span>
<input
type=
"
number
"
placeholder=
"请输入"
class=
"shop-num"
>
<input
type=
"
text
"
placeholder=
"请输入"
class=
"shop-num"
>
</td>
<td>
<span
class=
"span-width-90"
>
业态/品牌:
</span>
<input
type=
"
number
"
placeholder=
"请输入"
class=
"yetai"
>
<input
type=
"
text
"
placeholder=
"请输入"
class=
"yetai"
>
</td>
</tr>
<tr>
...
...
application/index/view/video_check/video_check_list.html
View file @
643a5cf5
...
...
@@ -111,12 +111,12 @@
<input
class=
"form-control"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"partical_name"
placeholder=
"上传人姓名"
type=
"text"
value=
""
>
<ul
class=
"user-ul-liu"
></ul>
</div>
<select
class=
"form-control btn2 ld-Marheight"
id=
"
shop_area_id
"
>
<option
value=
"
-1
"
>
是否审核过
</option>
<option
value=
"
0
"
>
是
</option>
<select
class=
"form-control btn2 ld-Marheight"
id=
"
is_check
"
>
<option
value=
"
0
"
>
是否审核过
</option>
<option
value=
"
2
"
>
是
</option>
<option
value=
"1"
>
否
</option>
</select>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"
partical_name
"
placeholder=
"商铺ID"
type=
"text"
value=
""
style=
"margin-top: 7px;"
>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"
shop_id
"
placeholder=
"商铺ID"
type=
"text"
value=
""
style=
"margin-top: 7px;"
>
<div
class=
"clear"
>
</div>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
...
...
public/resource/js/inspectionRecordAll.js
View file @
643a5cf5
...
...
@@ -14,7 +14,7 @@ define(['doT', 'text!temp/inspectionRecordAll_list_template_tpl.html', 'css!styl
mainTabIndex
:
0
,
orderID
:
''
,
orderNO
:
''
,
reportID
:
''
,
url
:
'/broker/reportListForPc'
,
init
:
function
()
{
//初始化dot
...
...
@@ -175,6 +175,9 @@ define(['doT', 'text!temp/inspectionRecordAll_list_template_tpl.html', 'css!styl
var
_this
=
$
(
this
);
record
.
orderID
=
$
(
this
).
attr
(
'data-id'
);
record
.
orderNO
=
$
(
this
).
attr
(
'data-orderNo'
);
record
.
reportID
=
$
(
this
).
attr
(
'data-reportID'
);
record
.
getNum
();
});
//保存意向金 保管金
_doc
.
on
(
'click'
,
'#save_intention'
,
function
(
e
){
...
...
@@ -340,19 +343,22 @@ define(['doT', 'text!temp/inspectionRecordAll_list_template_tpl.html', 'css!styl
params
.
agent_id
=
userObj
.
id
;
params
.
agent_name
=
userObj
.
name
;
params
.
AuthToken
=
userObj
.
AuthToken
;
params
.
report_id
=
$
(
"select[name=industry_type_two]"
).
val
()
;
//报备id
params
.
report_id
=
record
.
reportID
;
//报备id
params
.
order_id
=
record
.
orderID
;
params
.
order_no
=
record
.
orderNO
;
params
.
collecting_bill
=
$
(
"input[name=area_demand]"
).
val
();
params
.
house_number
=
$
(
"
input[name=area_demand]
"
).
val
();
//商铺号
params
.
industry_type
=
$
(
"
input[name=area_demand]
"
).
val
();
//业态
params
.
house_number
=
$
(
"
.shop-num
"
).
val
();
//商铺号
params
.
industry_type
=
$
(
"
.yetai
"
).
val
();
//业态
params
.
remark
=
$
(
".beizhu"
).
val
();
params
.
transfer_img
=
$
(
"input[name=area_demand]"
).
val
();
// params.pay_id=$("input[name=area_demand]").val();
params
.
receipt_number
=
$
(
".intention-name"
).
val
();
params
.
bargain_id
=
$
(
"input[name=area_demand]"
).
val
();
//成交报告id
params
.
transfer_name
=
$
(
".intention-name"
).
val
();
params
.
receipt_number
=
$
(
".intention-num"
).
val
();
params
.
bargain_id
=
0
;
//成交报告id
params
.
income_time
=
(
new
Date
(
$
(
'#booked-date'
).
val
())).
getTime
()
*
0.001
;
params
.
last_transfer_time
=
(
new
Date
(
$
(
'#zhuanding'
).
val
())).
getTime
()
*
0.001
;
var
obj
=
{
'type'
:
$
(
".booked-type"
).
val
(),
'pay_type'
:
$
(
'.intention-pay-type'
).
val
(),
...
...
@@ -379,12 +385,33 @@ define(['doT', 'text!temp/inspectionRecordAll_list_template_tpl.html', 'css!styl
dataType
:
"json"
,
success
:
function
(
data
)
{
if
(
data
.
code
==
200
)
{
user
.
getList
(
1
);
//
user.getList(1);
}
else
{
alert
(
data
.
msg
)
}
}
});
},
//获取商铺号 业态
getNum
:
function
(
fn
)
{
var
userObj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
$
.
ajax
({
url
:
'/broker/getBeForNum'
,
type
:
'GET'
,
async
:
true
,
data
:
{
"order_id"
:
record
.
orderID
,
"AuthToken"
:
userObj
.
AuthToken
},
dataType
:
'json'
,
success
:
function
(
data
)
{
if
(
data
.
code
==
200
&&
data
.
data
!=
null
)
{
$
(
'.shop-num'
).
val
(
data
.
data
.
house_number
);
$
(
'.yetai'
).
val
(
data
.
data
.
industry_type
);
}
}
});
},
//调用部门 和 门店的接口
getDistrict
:
function
(
fn
)
{
...
...
public/resource/template/inspectionRecordAll_list_template_tpl.html
View file @
643a5cf5
...
...
@@ -16,7 +16,7 @@
<
a
class
=
"btn1 btn-success submit-report"
href
=
"#modal-report"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["order_id"] %]'
>
提交成交报告
<
/a
>
[
%
}
%
]
&
nbsp
;
<
a
class
=
"btn1 btn-success tab-intention"
href
=
"#modal-intention"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["order_id"] %]'
data
-
orderNo
=
'[%= it[item]["order_no"] %]'
>
收意向金
/
保管金
<
/a
>
<
a
class
=
"btn1 btn-success tab-intention"
href
=
"#modal-intention"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["order_id"] %]'
data
-
orderNo
=
'[%= it[item]["order_no"] %]'
data
-
reportID
=
'[%= it[item]["id"] %]'
>
收意向金
/
保管金
<
/a
>
<!--<
a
class
=
"btn1 btn-success submit-commission"
href
=
"#modal-commission"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["order_id"] %]'
>
收佣金
<
/a>--
>
<
/td
>
<
/tr
>
...
...
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