Authored by ZhongW

添加价格结束时间

@@ -445,7 +445,9 @@ var g = new common.grid({ @@ -445,7 +445,9 @@ var g = new common.grid({
445 }}, 445 }},
446 {display: '申请信息', render: function(item) { 446 {display: '申请信息', render: function(item) {
447 var html = '<p>申请销售价:'+'<br>'+ item.expectSalesPrice +'</p>'; 447 var html = '<p>申请销售价:'+'<br>'+ item.expectSalesPrice +'</p>';
448 - html += '<p>申请销售价生效时间:'+'<br>'+ item.expectSalesPriceDate +'</p>'; 448 + html += '<p>申请销售价生效时间:'+'<br>'+ item.expectSalesPriceDate +'</p>';
  449 + if(item.cgpriceEndTime) html += '<p>申请销售价结束时间:'+'<br>'+ item.cgpriceEndTime +'</p>';
  450 +
449 return html; 451 return html;
450 }}, 452 }},
451 {display: '状态', render: function(item) { 453 {display: '状态', render: function(item) {