Commit 0f8c2f4d authored by agping's avatar agping

正式

parent 9bb0fc2a
...@@ -534,7 +534,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -534,7 +534,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
}); });
//成交报告搜索 收款详情 //成交报告搜索 收款详情
$(document).on("input", "#report_id_change_liu", function() { $(document).on("input", "#report_id_change_liu", function() {
receiv.bargain_id_liu = $("#report_id_change_liu").val(); // receiv.bargain_id_liu = $("#report_id_change_liu").val();
if($("#report_id_change_liu").val() == '') { if($("#report_id_change_liu").val() == '') {
var tag = ""; var tag = "";
$('#reportArea').append(tag); $('#reportArea').append(tag);
...@@ -784,7 +784,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -784,7 +784,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
$('#into_id_change_liu').html($(obj).attr("data-order_id")); $('#into_id_change_liu').html($(obj).attr("data-order_id"));
$('#shop_id_change_liu').html($(obj).attr("data-house_id")); $('#shop_id_change_liu').html($(obj).attr("data-house_id"));
$('#shop_addr_change_liu').html($(obj).attr("data-addr")); $('#shop_addr_change_liu').html($(obj).attr("data-addr"));
receiv.bargain_id_liu = $(obj).attr("data-id");
}, },
search_phone : function(){ search_phone : function(){
var that = receiv ; var that = receiv ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment