给采购订单里面的请购单号增加链接

This commit is contained in:
jishenghua
2024-04-23 23:00:23 +08:00
parent b6bc2ce768
commit adcfe65ac9
2 changed files with 4 additions and 3 deletions

View File

@@ -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
}