xs 5 лет назад
Родитель
Сommit
afade0353a

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

@@ -111,7 +111,7 @@ $(document).ready(function() {
 			,{
 		        field: 'requireCoding',
 		        title: '需求物资编码',
-				width:200,
+				width:120,
 		        sortName: 'requireCoding'
 		       
 		    }
@@ -125,7 +125,7 @@ $(document).ready(function() {
 			,{
 		        field: 'expansionCode',
 		        title: '物料扩展编码',
-					   width:200,
+					   width:120,
 		        sortName: 'expansionCode'
 		    }
 			,{
@@ -138,34 +138,34 @@ $(document).ready(function() {
                    ,{
                        field: 'bigDescribe',
                        title: '大类描述',
-                       width:200,
+                       width:120,
                        sortName: 'bigDescribe'
 
                    }
                    ,{
                        field: 'moderateDescribe',
                        title: '中类描述',
-                       width:200,
+                       width:120,
                        sortName: 'moderateDescribe'
 
                    }
                    ,{
                        field: 'smallDescribe',
                        title: '小类描述',
-                       width:200,
+                       width:120,
                        sortName: 'smallDescribe'
 
                    }
                    ,{
                        field: 'requireNumber',
                        title: '需求数量',
-                       width:200,
+                       width:120,
                        sortName: 'requireNumber'
                    }
                    ,{
                        field: 'util',
                        title: '单位',
-                       width:200,
+                       width:50,
                        sortName: 'util'
 
                    }

+ 0 - 1
src/main/webapp/webpage/modules/sg/managementcenter/materialplan/materialplanList.jsp

@@ -85,7 +85,6 @@
                                 }
                             })
                         })
-                       flag = true;
                     }
                     $('.deliverySchedule').datetimepicker('remove');