Browse Source

修改;物料加工方法为加工方式名称

dev
zhangsiqi 4 months ago
parent
commit
9928a4d2f4
  1. 2
      ruoyi-admin/src/main/resources/templates/erp/material/select.html

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

@ -72,7 +72,7 @@
return $.table.selectDictLabel(warehouseDeptDatas, value);
}
},
{title: '加工方',field: 'processMethod',formatter: function(value, row, index) {
{title: '加工方',field: 'processMethod',formatter: function(value, row, index) {
return $.table.selectDictLabel(processMethodDatas, value);
}
}

Loading…
Cancel
Save