Merge branch 'test'
This commit is contained in:
commit
36b0b97322
@ -23,7 +23,7 @@ function initCertificateGrid(){
|
||||
{title:'订单组', name:'list', width: 500,sortable:true, renderer:function(val,item,rowIndex){
|
||||
var html = '';
|
||||
$.each(val,function(i,v){
|
||||
html+='订单号:'+v['orderNo']+',应付款:'+v['payable']+',';
|
||||
html+='订单号:【'+v['orderNo']+'】,商家应收款:'+v['payable']+',';
|
||||
// console.log(v);
|
||||
})
|
||||
return html;
|
||||
|
Loading…
x
Reference in New Issue
Block a user