给采购订单里面的请购单号增加链接
This commit is contained in:
@@ -212,6 +212,7 @@
|
||||
{ title: '供应商', dataIndex: 'organName',width:120, ellipsis:true},
|
||||
{ title: '单据编号', dataIndex: 'number',width:160,
|
||||
customRender:function (text,record,index) {
|
||||
text = record.linkApply?text+"[请]":text
|
||||
text = record.linkNumber?text+"[转]":text
|
||||
return text
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user