给采购和销售单据支持分批操作

This commit is contained in:
季圣华
2021-09-25 22:10:07 +08:00
parent 1604a3fde5
commit 89574dfc39
8 changed files with 66 additions and 17 deletions

View File

@@ -170,7 +170,7 @@
{ title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) {
if(record.linkNumber) {
return text + "[]";
return text + "[]";
} else {
return text;
}