소스 검색

MAC/BT导入一次性导入,不需要分页

xiaost 3 달 전
부모
커밋
66718b4899
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      WebContent/app/controller/common/Import.js

+ 1 - 1
WebContent/app/controller/common/Import.js

@@ -1955,7 +1955,7 @@ Ext.define('erp.controller.common.Import', {
     			'ProdInOut!OtherPurcIn'==grid.caller||'ProductSet'==grid.caller
     			||'Purc!Mould'==grid.caller||'MJProject!Mould'==grid.caller||'QUAProject'==grid.caller
     			||'CustomerDistr'==grid.caller||'CustomerAddress'==grid.caller||'Customer!ProductCustomer'==grid.caller
-    			||'Craft'==grid.caller||'PackageCollection'==grid.caller) {
+    			||'Craft'==grid.caller||'PackageCollection'==grid.caller||'Make!Mac'==grid.caller ) {
 			pageSize = count;
 			len = 1;
 		}