|
@@ -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);
|
|
|
+
|
|
|
var status = Ext.getCmp('autoPrint').value;
|
|
|
if(status){
|
|
|
var lps_Barcaller = 'Barcode!Print';
|