Index: ssts-web/src/main/webapp/disinfectsystem/packing/packingView.js =================================================================== diff -u -r14701 -r14705 --- ssts-web/src/main/webapp/disinfectsystem/packing/packingView.js (.../packingView.js) (revision 14701) +++ ssts-web/src/main/webapp/disinfectsystem/packing/packingView.js (.../packingView.js) (revision 14705) @@ -1349,28 +1349,6 @@ } },{ - columnWidth :.47, - xtype : 'combo', -// hidden : !sstsConfig.showTousseWeight, - fieldLabel : '重量', - id : 'tousseWeight', - name : 'tousseWeight', - componentCls:'formItemMgn', - minChars : 0, - labelWidth:60, - labelAlign:'right', - valueField : 'value', - displayField: 'value', - labelAlign:'right', - store : tousseWeightStore, - forceSelection : true, - lazyInit : true, - anchor : '95%', - editable:false, - triggerAction : 'all', - typeAhead : false, - allowBlank : true - },{ columnWidth :.5, xtype : 'combo', fieldLabel : '灭菌炉', @@ -1461,6 +1439,28 @@ format : 'Y-m-d', allowBlank : true, anchor : '90%' + },{ + columnWidth :.47, + xtype : 'combo', + hidden : !sstsConfig.showTousseWeight, + fieldLabel : '重量', + id : 'tousseWeight', + name : 'tousseWeight', + componentCls:'formItemMgn', + minChars : 0, + labelWidth:60, + labelAlign:'right', + valueField : 'value', + displayField: 'value', + labelAlign:'right', + store : tousseWeightStore, + forceSelection : true, + lazyInit : true, + anchor : '95%', + editable:false, + triggerAction : 'all', + typeAhead : false, + allowBlank : true } ], buttons:[ Index: ssts-web/src/main/webapp/disinfectsystem/config/gzfdzl/config.js =================================================================== diff -u -r13872 -r14705 --- ssts-web/src/main/webapp/disinfectsystem/config/gzfdzl/config.js (.../config.js) (revision 13872) +++ ssts-web/src/main/webapp/disinfectsystem/config/gzfdzl/config.js (.../config.js) (revision 14705) @@ -55,5 +55,7 @@ //金额的小数位数 moneyDigitCount:4, //回收界面,标识牌通知方式:1弹出提示框,2语音播报,3提示框和语音,其他值无操作 - idCardUseAmountNoticeType:1 + idCardUseAmountNoticeType:1, + // 装配界面重量是否可见,默认为false + showTousseWeight: true } \ No newline at end of file