diff --git a/前端程序/ipd-frontend/src/pages/materialsSubstitution/YCTDWHNO.tsx b/前端程序/ipd-frontend/src/pages/materialsSubstitution/YCTDWHNO.tsx index 0a812c3..9dec38d 100644 --- a/前端程序/ipd-frontend/src/pages/materialsSubstitution/YCTDWHNO.tsx +++ b/前端程序/ipd-frontend/src/pages/materialsSubstitution/YCTDWHNO.tsx @@ -206,14 +206,20 @@ const Main = () => { width: 50, fixed: 'left', }, - { title: '板坯钢种', dataIndex: 'STEEL_GRD_DETAIL', key: 'STEEL_GRD_DETAIL', width: 100, ellipsis: true }, - { title: '订单牌号', dataIndex: 'STDSPEC_STLGRD', key: 'STDSPEC_STLGRD', width: 100, ellipsis: true }, - { title: '是否异钢种', dataIndex: 'STD_FLG', key: 'STD_FLG', width: 100, ellipsis: true }, + { title: '板坯钢种', dataIndex: 'STEEL_GRD_DETAIL', key: 'STEEL_GRD_DETAIL', width: 150, ellipsis: true }, + { title: '订单钢种', dataIndex: 'STLGRD', key: 'STLGRD', width: 150, ellipsis: true }, + { title: '是否异钢种', dataIndex: 'STD_FLG', key: 'STD_FLG', width: 80, ellipsis: true }, + + { title: '标准号', dataIndex: 'STANDARD_NO', key: 'STANDARD_NO', width: 150, ellipsis: true }, + { title: '可替代标准号', dataIndex: 'TD_STANDARD_NO', key: 'TD_STANDARD_NO', width: 150, ellipsis: true }, - { title: '标准号', dataIndex: 'STANDARD_NO', key: 'STANDARD_NO', width: 100, ellipsis: true }, - { title: '可替代标准号', dataIndex: 'TD_STANDARD_NO', key: 'TD_STANDARD_NO', width: 100, ellipsis: true }, - { title: '维护区分', dataIndex: 'TD_FL', key: 'TD_FL', width: 100, ellipsis: true }, - { title: '备注', dataIndex: 'REMARK', key: 'REMARK', width: 450, ellipsis: true }, + { title: '钢板号', dataIndex: 'PLATE_NO', key: 'PLATE_NO', width: 150, ellipsis: true }, + { title: '订单号', dataIndex: 'ORD_NO', key: 'ORD_NO', width: 150, ellipsis: true }, + { title: '项次号', dataIndex: 'ORD_ITEM', key: 'ORD_ITEM', width: 80, ellipsis: true }, + { title: '成材率', dataIndex: 'RATE', key: 'RATE', width: 80, ellipsis: true }, + + { title: '维护区分', dataIndex: 'TD_FL', key: 'TD_FL', width: 60, ellipsis: true }, + { title: '备注', dataIndex: 'REMARK', key: 'REMARK', width: 600, ellipsis: true }, // { title: '公差下限', dataIndex: 'THK_TOL_MIN', key: 'THK_TOL_MIN', width: 100, ellipsis: true }, // { title: '公差上限', dataIndex: 'THK_TOL_MAX', key: 'THK_TOL_MAX', width: 100, ellipsis: true }, { title: '录入时间', dataIndex: 'INS_DATE', key: 'INS_DATE', width: 100, ellipsis: true },