Explorar el Código

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

xiaost hace 3 meses
padre
commit
66718b4899
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 		}