Browse Source

[feat]物料信息:物料清除多余的工程员信息,不再显示。

dev
zhangsiqi 6 months ago
parent
commit
b367bd06ae
  1. 1
      ruoyi-admin/src/main/resources/templates/erp/material/material.html

1
ruoyi-admin/src/main/resources/templates/erp/material/material.html

@ -198,7 +198,6 @@
formatter: function(value, row, index) {return $.table.selectDictLabel(useStatusDatas, value);}
},
{title: '工程员',field: 'businessMembers',visible: false},
{title: '工程员',field: 'createUserName',visible: false},
{title: '料号',field: 'materialNo',},
{title: '关联bom号',field: 'bomNo',},
{title: '图片',field: 'photoUrl',

Loading…
Cancel
Save