xs 5 년 전
부모
커밋
6257c8d949
1개의 변경된 파일9개의 추가작업 그리고 9개의 파일을 삭제
  1. 9 9
      src/main/webapp/webpage/modules/sg/managementcenter/materialplan/materialplanList.js

+ 9 - 9
src/main/webapp/webpage/modules/sg/managementcenter/materialplan/materialplanList.js

@@ -160,7 +160,7 @@ $(document).ready(function() {
 			,{
 		        field: 'expansionCode',
 		        title: '物料扩展编码',
-					   width:120,
+					   width:100,
 		        sortName: 'expansionCode'
 		    }
 			,{
@@ -171,6 +171,13 @@ $(document).ready(function() {
 
 		    }
                    ,{
+                       field: 'deliverySchedule',
+                       title: '供货计划到日',
+                       width:230,
+                       sortName: 'deliverySchedule',
+                       formatter: getTime
+                   }
+                   ,{
                        field: 'bigDescribe',
                        title: '大类描述',
                        width:120,
@@ -194,7 +201,7 @@ $(document).ready(function() {
                    ,{
                        field: 'requireNumber',
                        title: '需求数量',
-                       width:120,
+                       width:80,
                        sortName: 'requireNumber'
                    }
                    ,{
@@ -212,13 +219,6 @@ $(document).ready(function() {
 
                    }
                    ,{
-                       field: 'deliverySchedule',
-                       title: '供货计划到日',
-					   width:230,
-                       sortName: 'deliverySchedule',
-                       formatter: getTime
-                   }
-                   ,{
                        field: 'flagStorage',
                        title: '是否入库',
                        width:120,