diff --git a/ruoyi-admin/src/main/resources/templates/system/makeorder/makeorder.html b/ruoyi-admin/src/main/resources/templates/system/makeorder/makeorder.html index 0947ae81..17d94a41 100644 --- a/ruoyi-admin/src/main/resources/templates/system/makeorder/makeorder.html +++ b/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); }