Browse Source

[fix]

生产管理 生产订单
修改生产订单列表页面入库状态为物料入库状态;
dev
王晓迪 1 month ago
parent
commit
4c228df5f0
  1. 2
      ruoyi-admin/src/main/resources/templates/system/makeorder/makeorder.html

2
ruoyi-admin/src/main/resources/templates/system/makeorder/makeorder.html

@ -168,7 +168,7 @@
{
field: 'eceiptStatus',
align: 'center',
title: '入库状态',
title: '物料入库状态',
formatter: function(value, row, index) {
return $.table.selectDictLabel(eceiptStatusDatas, value);
}

Loading…
Cancel
Save