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
2c13e103
Commit
2c13e103
authored
Aug 05, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
是否开业 案场权限人
parent
51b1dfe1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
7 deletions
+23
-7
shop_detail_pc.html
application/app_broker/view/index/shop_detail_pc.html
+1
-1
daily_details.html
application/index/view/finance/daily_details.html
+3
-2
getCollectionShop.html
application/index/view/officeBuilding/getCollectionShop.html
+3
-2
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+9
-1
getCollectionShop.js
public/resource/js/getCollectionShop.js
+7
-1
No files found.
application/app_broker/view/index/shop_detail_pc.html
View file @
2c13e103
...
@@ -170,7 +170,7 @@
...
@@ -170,7 +170,7 @@
<div
class=
"fl"
>
案场权限人:
</div>
<div
class=
"fl"
>
案场权限人:
</div>
<div
class=
"fl"
>
<div
class=
"fl"
>
<ul
class=
"oh phone-list"
>
<ul
class=
"oh phone-list"
>
<li
class=
"fl oh"
v-for=
"(item, index) in d.panParty"
:key=
"index"
:data-id=
"item.phone"
>
{{item.name+'-'+item.phone
}}
</li>
<li
class=
"fl oh"
>
{{d.stronghold_info
}}
</li>
</ul>
</ul>
</div>
</div>
</td>
</td>
...
...
application/index/view/finance/daily_details.html
View file @
2c13e103
...
@@ -949,8 +949,9 @@
...
@@ -949,8 +949,9 @@
<div
class=
"form-group full-width-100 full-pic-area"
>
<div
class=
"form-group full-width-100 full-pic-area"
>
<span
style=
"position: relative;top: 0px;"
>
申请类型
<span
class=
"text-danger"
>
(必填)
</span>
:
</span><select
style=
"height: 30px;"
class=
"type-financial-open"
>
<span
style=
"position: relative;top: 0px;"
>
申请类型
<span
class=
"text-danger"
>
(必填)
</span>
:
</span><select
style=
"height: 30px;"
class=
"type-financial-open"
>
<option
value=
""
>
请选择
</option>
<option
value=
""
>
请选择
</option>
<option
value=
"1"
>
和该地址相关的收款全部开业
</option>
<option
value=
"1"
>
该笔收款单独开业
</option>
<option
value=
"2"
>
该笔收款单独开业
</option>
<option
value=
"2"
>
和该地址相关的收款全部开业
</option>
</select>
</select>
</div>
</div>
<div
class=
"form-group full-width-100 full-pic-area"
>
<div
class=
"form-group full-width-100 full-pic-area"
>
...
...
application/index/view/officeBuilding/getCollectionShop.html
View file @
2c13e103
...
@@ -1339,8 +1339,9 @@
...
@@ -1339,8 +1339,9 @@
<div
class=
"form-group full-width-100 full-pic-area"
>
<div
class=
"form-group full-width-100 full-pic-area"
>
<span
style=
"position: relative;top: 0px;"
>
申请类型
<span
class=
"text-danger"
>
(必填)
</span>
:
</span><select
style=
"height: 30px;"
class=
"type-financial-open"
>
<span
style=
"position: relative;top: 0px;"
>
申请类型
<span
class=
"text-danger"
>
(必填)
</span>
:
</span><select
style=
"height: 30px;"
class=
"type-financial-open"
>
<option
value=
""
>
请选择
</option>
<option
value=
""
>
请选择
</option>
<option
value=
"1"
>
和该地址相关的收款全部开业
</option>
<option
value=
"1"
>
该笔收款单独开业
</option>
<option
value=
"2"
>
该笔收款单独开业
</option>
<option
value=
"2"
>
和该地址相关的收款全部开业
</option>
</select>
</select>
</div>
</div>
<div
class=
"form-group full-width-100 full-pic-area"
>
<div
class=
"form-group full-width-100 full-pic-area"
>
...
...
public/resource/js/financial_manager_daily_list.js
View file @
2c13e103
...
@@ -481,12 +481,20 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
...
@@ -481,12 +481,20 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
house_id
:
bargain
.
house_id_open
,
house_id
:
bargain
.
house_id_open
,
house_address
:
bargain
.
house_address_open
,
house_address
:
bargain
.
house_address_open
,
agent_id
:
user_info_obj
.
id
,
agent_id
:
user_info_obj
.
id
,
intro
:
$
(
".remark-financial-open"
).
val
()
intro
:
$
(
".remark-financial-open"
).
val
(),
type
:
$
(
".type-financial-open"
).
val
()
};
};
//无新的图片上传 不调用接口
//无新的图片上传 不调用接口
if
(
imgname
.
join
(
','
))
{
if
(
imgname
.
join
(
','
))
{
_data
[
'open_img'
]
=
JSON
.
stringify
(
imgname
);;
_data
[
'open_img'
]
=
JSON
.
stringify
(
imgname
);;
}
}
if
(
!
(
$
(
".type-financial-open"
).
val
())){
alert
(
'请选择申请开业类型'
);
return
;
}
if
(
!
(
$
(
".remark-financial-open"
).
val
())){
if
(
!
(
$
(
".remark-financial-open"
).
val
())){
alert
(
'请填写开业说明'
);
alert
(
'请填写开业说明'
);
return
;
return
;
...
...
public/resource/js/getCollectionShop.js
View file @
2c13e103
...
@@ -226,12 +226,18 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -226,12 +226,18 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
house_id
:
bargain
.
house_id_open
,
house_id
:
bargain
.
house_id_open
,
house_address
:
bargain
.
house_address_open
,
house_address
:
bargain
.
house_address_open
,
agent_id
:
user_info_obj
.
id
,
agent_id
:
user_info_obj
.
id
,
intro
:
$
(
".remark-financial-open"
).
val
()
intro
:
$
(
".remark-financial-open"
).
val
(),
type
:
$
(
".type-financial-open"
).
val
()
};
};
//无新的图片上传 不调用接口
//无新的图片上传 不调用接口
if
(
imgname
.
join
(
','
))
{
if
(
imgname
.
join
(
','
))
{
_data
[
'open_img'
]
=
JSON
.
stringify
(
imgname
);;
_data
[
'open_img'
]
=
JSON
.
stringify
(
imgname
);;
}
}
if
(
!
(
$
(
".type-financial-open"
).
val
())){
alert
(
'请选择申请开业类型'
);
return
;
}
if
(
!
(
$
(
".remark-financial-open"
).
val
())){
if
(
!
(
$
(
".remark-financial-open"
).
val
())){
alert
(
'请填写开业说明'
);
alert
(
'请填写开业说明'
);
return
;
return
;
...
...
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