Commit 624ec554 authored by lizhe's avatar lizhe

开票状态FULL描述改为全部开票

parent 81ec953d
......@@ -47,8 +47,8 @@
if (type == 'agree'&&con_business_type == 'LEASE') {
var records = $(lnds_id).getAll();
for (var i = 0; i < records.length; i++) {
if (records[i].get('billing_status_n') != '开票' || records[i].get('invoice_status_n') != '已确认') {
$L.showErrorMessage("提示", '请选择开票状态为开票,发票状态为已确认的现金流!');
if (records[i].get('billing_status_n') != '全部开票' || records[i].get('invoice_status_n') != '已确认') {
$L.showErrorMessage("提示", '请选择开票状态为全部开票,发票状态为已确认的现金流!');
return false;
}
}
......
......@@ -67,8 +67,8 @@
return;
}
//暂时去掉
// if(a[i].get('billing_status_n')!='开票' ||a[i].get('invoice_status_n')!='已确认'){
// $L.showErrorMessage("提示",'请选择开票状态为开票,发票状态为已确认的现金流!');
// if(a[i].get('billing_status_n')!='全部开票' ||a[i].get('invoice_status_n')!='已确认'){
// $L.showErrorMessage("提示",'请选择开票状态为全部开票,发票状态为已确认的现金流!');
// return;
// }
if (a[i].get('business_type') == 'LEASEBACK') {
......
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