Commit fb869c85 authored by agping's avatar agping

收款

parent 5c8bfa40
......@@ -1375,7 +1375,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
var source_id = data.source_id ;
var is_refund = data.is_refund ;
if (data.source == 0) {
$("#comes").text('APP');
$("#comes").text('正常收款');
// doc.find("#status").text("正常");
$('#intoPrice').removeAttr("readonly");
$('#shoutiao').removeAttr("readonly");
......@@ -1384,7 +1384,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
$('#payNo').removeAttr("readonly");
} else if (data.source == 1){
$("#comes").text('智能pos机');
$("#comes").text('正常收款');
$('#intoPrice').removeAttr("readonly");
$('#shoutiao').removeAttr("readonly");
// $('#payType').removeAttr("readonly");
......
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