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
99496dde
Commit
99496dde
authored
Dec 20, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改housenumber
parent
873abb77
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
getCollection.js
public/resource/js/getCollection.js
+5
-5
No files found.
public/resource/js/getCollection.js
View file @
99496dde
...
...
@@ -216,7 +216,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
$
(
'.baoguanjin'
).
show
();
}
that
.
yetai
=
""
;
that
.
changeType
(
order_id
);
//
that.changeType(order_id);
});
//操作----删除
...
...
@@ -479,15 +479,15 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
$
(
'#shop_addr_change'
).
text
(
$
(
obj
).
attr
(
"data-addr"
));
// $('#shop_id_change_shop').text($(obj).attr("data-house_number")?$(obj).attr("data-house_number"):'');
$
(
'#shop_id_change'
).
text
(
$
(
obj
).
attr
(
"data-house_id"
));
$
(
'#shop_id_change_shop'
).
val
(
that
.
houseNumber_new
);
//
$('#shop_id_change_shop').val(that.houseNumber_new);
that
.
houseNmuber
=
$
(
obj
).
attr
(
"data-house_number"
)
!=
"undefined"
?
$
(
obj
).
attr
(
"data-house_number"
):
''
;
that
.
order_id
=
$
(
obj
).
attr
(
"data-order_id"
)
;
that
.
order_no
=
$
(
obj
).
attr
(
"data-order_no"
)
;
that
.
report_id
=
$
(
obj
).
attr
(
"data-id"
);
that
.
agent_id
=
$
(
obj
).
attr
(
"data-agent_id"
);
that
.
agent_name
=
$
(
obj
).
attr
(
"data-agent_name"
);
that
.
changeType
(
that
.
order_id
);
},
//将li里的值 赋给input(分佣方姓名)
reportIdBuild
:
function
(
obj
)
{
//新增客户 input赋值
var
that
=
receiv
;
...
...
@@ -1139,9 +1139,9 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
getShopId
:
function
(
id
){
var
that
=
receiv
;
$
.
get
(
'/index/getBeForNum'
,{
'order_id'
:
id
},
function
(
data
){
//
$('#shop_id_change').text(data.data.house_number);
//
$('#shop_id_change').text(data.data.house_number);
if
(
data
.
code
==
200
)
{
that
.
houseNumber_new
=
data
.
data
.
house_number
;
$
(
'#shop_id_change_shop'
).
val
(
data
.
data
.
house_number
)
;
that
.
yetai
=
data
.
data
.
industry_type
;
}
else
{
alert
(
data
.
msg
);
...
...
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