添加和调整采购编码的模块的和功能

This commit is contained in:
panx
2024-08-27 11:28:19 +08:00
parent abccb6c47c
commit e7514e613d
5 changed files with 67 additions and 41 deletions

View File

@@ -149,7 +149,7 @@
,cols: [[
//{type: 'checkbox', width: 50},
{field: 'id', fixed: 'left', align: 'center',sort: true,width: 50, title: 'ID'},
{field:'purchasecode',fixed: 'left',sort: true,width: 80,title:'{:__("物料(OA)编码")}'},
{field:'purchasecode',fixed: 'left',sort: true,width: 220,title:'{:__("物料(OA)编码")}'},
{field:'partitemmfpn',sort: true,title:'{:__("物料描述")}'},
{field:'content',title:'{:__("注释")}'},
{field:'status',fixed: 'right',width: 50,templet: '#columnStatus',title:'{:__("状态")}'},