Commit 57a4d2f1 authored by duxinyuan's avatar duxinyuan

1

parent 884ea9b5
......@@ -731,16 +731,14 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
if ($('#change_time').val()){//最后转定时间
params.last_transfer_time = $('#change_time').val()
};
params.receipt_number = that.receipt_number ;
// if ($('#shop_id_change_shop').text()){//商铺号
//
// };
} else {
if ($('#change_fenhong').text()){//分红
params.is_dividend = $('#change_fenhong').val()
};
}
params.receipt_number = that.receipt_number ;
if ($('#into_id_change').val()){//带看id
params.into_id_change = $('#into_id_change').val()
};
......
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