Browse Source

【微浦MES】条码可连续拆分

caosy 3 years ago
parent
commit
fb53d28884
1 changed files with 2 additions and 2 deletions
  1. 2 2
      WebContent/app/view/core/button/BreakingBatch.js

+ 2 - 2
WebContent/app/view/core/button/BreakingBatch.js

@@ -152,7 +152,7 @@ Ext.define('erp.view.core.button.BreakingBatch', {
 		                id:'autoPrint',
 		                boxLabel: '自动打印条码',
 		            	style:'margin-left:50px',
-		            	checked:true
+		            	checked:false
 		            },{
 					text : '打印新条码',
 					id : 'print1',
@@ -352,7 +352,7 @@ Ext.define('erp.view.core.button.BreakingBatch', {
 						}
 						bar_id.setValue(idArray);
 						Ext.getCmp('print1').enable();
-						Ext.getCmp('confirm').setDisabled(true);
+						//Ext.getCmp('confirm').setDisabled(true);
 						var status = Ext.getCmp('autoPrint').value;
 						if(status){
 							var	lps_Barcaller = 'Barcode!Print';