Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/customTousseDefinitionForm.js =================================================================== diff -u -r28348 -r28765 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/customTousseDefinitionForm.js (.../customTousseDefinitionForm.js) (revision 28348) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/customTousseDefinitionForm.js (.../customTousseDefinitionForm.js) (revision 28765) @@ -326,7 +326,7 @@ labelAlign : 'left', bodyStyle : 'padding:5px 5px 0px 5px;', autoWidth : true, - labelWidth : 80, + labelWidth : 120, autoHeight : true, autoScroll : false, items : [{ @@ -353,7 +353,8 @@ items : [{ columnWidth : .33, layout : 'form', - labelWidth : 80, + labelWidth : 120, + labelAlign:"right", items : [{ xtype : 'textfield', fieldLabel : "器械包名称", @@ -367,7 +368,8 @@ }, { columnWidth : .33, layout : 'form', - labelWidth : 80, + labelWidth : 120, + labelAlign:"right", items : [{ xtype : 'textfield', fieldLabel : "拼音码", @@ -381,7 +383,8 @@ },{ columnWidth : .33, layout : 'form', - labelWidth : 80, + labelWidth : 120, + labelAlign:"right", items : [{ xtype : 'textfield', fieldLabel : "五笔码", @@ -393,290 +396,326 @@ anchor : '95%' }] },{ - layout:'form', - labelWidth : 80, - columnWidth: .33, - items:[{ - xtype : 'numberfield', - fieldLabel : '价格', - id : 'price', - name : 'price', - anchor : '95%', - allowBlank : false - }] + layout:'form', + labelWidth : 120, + columnWidth: .33, + labelAlign:"right", + items:[{ + xtype : 'numberfield', + fieldLabel : '价格', + id : 'price', + name : 'price', + anchor : '95%', + allowBlank : false + }] },{ - layout:'form', - labelWidth : 80, - columnWidth: .33, - items:[{ - xtype : 'combo', - fieldLabel : '装配组', - id : 'taskGroup', - name : 'taskGroup', - valueField : 'taskGroupName', - displayField : 'taskGroupName', - store : taskGroupJsonStore, - forceSelection : true, - listWidth:150, - allowBlank : true, - editable : false, - triggerAction : 'all', - anchor : '95%' - }] + layout:'form', + labelWidth : 120, + columnWidth: .33, + labelAlign:"right", + items:[{ + xtype : 'combo', + fieldLabel : '装配组', + id : 'taskGroup', + name : 'taskGroup', + valueField : 'taskGroupName', + displayField : 'taskGroupName', + store : taskGroupJsonStore, + forceSelection : true, + listWidth:150, + allowBlank : true, + editable : false, + triggerAction : 'all', + anchor : '95%' + }] },{ - layout:'form', - labelWidth : 80, - columnWidth: .33, - items:[{ - xtype : 'combo', - fieldLabel : '灭菌程序', - id : 'sterilingMethod', - name : 'sterilingMethod', - valueField : 'typeName', - displayField : 'typeName', - store : sterilingTypeStore, - forceSelection : true, - listWidth:150, - allowBlank : true, - editable : false, - triggerAction : 'all', - anchor : '95%' - }] - },{ - columnWidth : .33, - layout : 'form', - labelWidth : 80, - items:[{ - xtype : 'combo', - fieldLabel : '默认包装类型', - id : 'packageType', - name : 'packageType', - valueField : 'typeName', - displayField : 'typeName', - store : packageTypeStore, - forceSelection : true, - allowBlank : true, - editable : false, - triggerAction : 'all', - anchor : '95%' - }] - },{ - columnWidth : .33, - layout : 'form', - labelWidth : 80, - items:[{ - xtype : 'combo', - fieldLabel : '标签纸类型', - id : 'barcodePaperType', - name : 'barcodePaperType', - editable:false, - valueField : 'name', - displayField : 'name', - store : barcodePaperTypeStore, - allowBlank : false, - forceSelection : true, - triggerAction : 'all', - anchor : '95%' - }] - },{ - layout : 'form', - labelWidth : 80, - hidden : true, - items:[{ - xtype : 'numberfield', - fieldLabel : "打印份数", - allowBlank : false, - allowNegative:false, - //value: (sstsConfig.foreignToussePrintAmount ? sstsConfig.foreignToussePrintAmount : 1), - name : 'printAmount', - value : 1, - id : 'printAmount', - anchor : '95%' - }] - },{ - columnWidth : .33, - layout : 'form', - labelWidth : 80, - labelAlign:"right", - items:[{ - xtype : 'combo', - fieldLabel : '打印科室来源', - id : 'printOrgSource', - name : 'printOrgSource', - valueField : 'value', - displayField : 'value', - store : new Ext.data.SimpleStore( { - fields : [ 'value'], - data : [['回收科室'],['无']] - }), - editable : false, - forceSelection : true, - allowBlank : false, - mode : 'local', - triggerAction : 'all', - anchor : '95%' - }] - },{ - columnWidth : .33, - layout : 'form', - labelWidth : 80, - items:[{ - xtype : 'combo', - fieldLabel : '是否停用', - id : 'isDisable', - name : 'isDisable', - valueField : 'value', - displayField : 'value', - store : new Ext.data.SimpleStore( { - fields : [ 'value'], - data : [['是'],['否']] - }), - editable : false, - forceSelection : true, - mode : 'local', - allowBlank : false, - triggerAction : 'all', - anchor : '95%' - }] - },{ - columnWidth : .33, - layout : 'form', - labelWidth : 80, - hidden : true, - items:[{ - xtype : 'combo', - fieldLabel : '是否回收', - id : 'isRecycling', - name : 'isRecycling', - valueField : 'value', - displayField : 'value', - store : new Ext.data.SimpleStore( { - fields : [ 'value'], - data : [['是'],['否']] - }), - editable : false, - forceSelection : true, - mode : 'local', - allowBlank : false, - triggerAction : 'all', - value : '是', - anchor : '95%' - }] - },{ - layout:'form', - labelWidth : 80, - labelAlign:"right", - columnWidth: .33, - items:[{ - xtype : 'combo', - fieldLabel : '是否整包清洗', - id : 'isCleanedEntirely', - name : 'isCleanedEntirely', - valueField : 'value', - displayField : 'value', - mode : 'local', - anchor : '95%', - editable : false, - store : new Ext.data.SimpleStore( { - fields : [ 'value'], - data : [['是'],['否']] - }), - forceSelection : true, - allowBlank : false, - triggerAction : 'all' - }] - },{ - layout:'form', - labelWidth : 80, - columnWidth: .33, - items:[{ - xtype : 'combo', - fieldLabel : '是否审核', - id : 'isReview', - name : 'isReview', - valueField : 'value', - displayField : 'value', - store : new Ext.data.SimpleStore({ - fields : ['value'], - data : [['是'],['否']] - }), - mode : 'local', - editable : false, - forceSelection : true, - allowBlank : false, - triggerAction : 'all', - anchor : '95%' - }] - },{ - columnWidth : .33, - layout : 'form', - labelWidth : 80, - hidden: !sstsConfig.enableForeignTousseSplitNumberProperty, - items:[{ - xtype : 'numberfield', - fieldLabel : "拆包份数", - allowBlank : false, - allowNegative:false, - value: 1, - name : 'splitNumber', - id : 'splitNumber', - anchor : '95%' - }] - },{ - columnWidth : .33, - layout : 'form', - labelWidth : 80, - //hidden: !sstsConfig.enableForeignToussePrintAmount, - hidden : true, - items:[{ - xtype : 'numberfield', - fieldLabel : "申请单打印份数", - allowBlank : false, - allowNegative:false, - value: (sstsConfig.foreignToussePrintAmount ? sstsConfig.foreignToussePrintAmount : 1), - name : 'foreignToussePrintAmount', - id : 'foreignToussePrintAmount', - anchor : '95%' - }] - },{ - columnWidth : .33, - layout : 'form', - labelWidth : 80, - hidden : true, - items:[{ - xtype : 'combo', - fieldLabel : '打印份数来源', - id : 'printAmountSource', - name : 'printAmountSource', - editable:false, - valueField : 'value', - displayField : 'value', - store : new Ext.data.SimpleStore({ + layout:'form', + labelWidth : 120, + columnWidth: .33, + labelAlign:"right", + items:[{ + xtype : 'combo', + fieldLabel : '灭菌程序', + id : 'sterilingMethod', + name : 'sterilingMethod', + valueField : 'typeName', + displayField : 'typeName', + store : sterilingTypeStore, + forceSelection : true, + listWidth:150, + allowBlank : true, + editable : false, + triggerAction : 'all', + anchor : '95%' + }] + },{ + columnWidth : .33, + layout : 'form', + labelWidth : 120, + labelAlign:"right", + items:[{ + xtype : 'combo', + fieldLabel : '默认包装类型', + id : 'packageType', + name : 'packageType', + valueField : 'typeName', + displayField : 'typeName', + store : packageTypeStore, + forceSelection : true, + allowBlank : true, + editable : false, + triggerAction : 'all', + anchor : '95%' + }] + },{ + columnWidth : .33, + layout : 'form', + labelWidth : 120, + labelAlign:"right", + items:[{ + xtype : 'combo', + fieldLabel : '标签纸类型', + id : 'barcodePaperType', + name : 'barcodePaperType', + editable:false, + valueField : 'name', + displayField : 'name', + store : barcodePaperTypeStore, + allowBlank : false, + forceSelection : true, + triggerAction : 'all', + anchor : '95%' + }] + },{ + layout : 'form', + labelWidth : 120, + hidden : true, + labelAlign:"right", + items:[{ + xtype : 'numberfield', + fieldLabel : "打印份数", + allowBlank : false, + allowNegative:false, + //value: (sstsConfig.foreignToussePrintAmount ? sstsConfig.foreignToussePrintAmount : 1), + name : 'printAmount', + value : 1, + id : 'printAmount', + anchor : '95%' + }] + },{ + columnWidth : .33, + layout : 'form', + labelWidth : 120, + labelAlign:"right", + items:[{ + xtype : 'combo', + fieldLabel : '打印科室来源', + id : 'printOrgSource', + name : 'printOrgSource', + valueField : 'value', + displayField : 'value', + store : new Ext.data.SimpleStore( { fields : [ 'value'], - data : printAmountSourceArray - }), - value : '全部外来器械包', - forceSelection : true, - mode : 'local', - triggerAction : 'all', - anchor : '95%' - }] - },{ - columnWidth : 1, - layout : 'form', - labelWidth : 80, - labelAlign:"right", - hidden : true, - items:[{ - xtype : 'textarea', - fieldLabel : "配包注意事项", - allowBlank : true, - height :35, - name : "note", - id : "note", - anchor : '100%' - }] - }] + data : [['回收科室'],['无']] + }), + editable : false, + forceSelection : true, + allowBlank : false, + mode : 'local', + triggerAction : 'all', + anchor : '95%' + }] + },{ + columnWidth : .33, + layout : 'form', + labelWidth : 120, + labelAlign:"right", + items:[{ + xtype : 'combo', + fieldLabel : '是否停用', + id : 'isDisable', + name : 'isDisable', + valueField : 'value', + displayField : 'value', + store : new Ext.data.SimpleStore( { + fields : [ 'value'], + data : [['是'],['否']] + }), + editable : false, + forceSelection : true, + mode : 'local', + allowBlank : false, + triggerAction : 'all', + anchor : '95%' + }] + },{ + columnWidth : .33, + layout : 'form', + labelWidth : 120, + hidden : true, + labelAlign:"right", + items:[{ + xtype : 'combo', + fieldLabel : '是否回收', + id : 'isRecycling', + name : 'isRecycling', + valueField : 'value', + displayField : 'value', + store : new Ext.data.SimpleStore( { + fields : [ 'value'], + data : [['是'],['否']] + }), + editable : false, + forceSelection : true, + mode : 'local', + allowBlank : false, + triggerAction : 'all', + value : '是', + anchor : '95%' + }] + },{ + layout:'form', + labelWidth : 120, + labelAlign:"right", + columnWidth: .33, + items:[{ + xtype : 'combo', + fieldLabel : '是否整包清洗', + id : 'isCleanedEntirely', + name : 'isCleanedEntirely', + valueField : 'value', + displayField : 'value', + mode : 'local', + anchor : '95%', + editable : false, + store : new Ext.data.SimpleStore( { + fields : [ 'value'], + data : [['是'],['否']] + }), + forceSelection : true, + allowBlank : false, + triggerAction : 'all' + }] + },{ + layout:'form', + labelWidth : 120, + columnWidth: .33, + labelAlign:"right", + items:[{ + xtype : 'combo', + fieldLabel : '是否审核', + id : 'isReview', + name : 'isReview', + valueField : 'value', + displayField : 'value', + store : new Ext.data.SimpleStore({ + fields : ['value'], + data : [['是'],['否']] + }), + mode : 'local', + editable : false, + forceSelection : true, + allowBlank : false, + triggerAction : 'all', + anchor : '95%' + }] + },{ + columnWidth : .33, + layout : 'form', + labelWidth : 120, + labelAlign:"right", + items:[{ + xtype : 'combo', + fieldLabel : '签收后录入使用记录', + id : 'registUseRecordAfterSigned', + name : 'registUseRecordAfterSigned', + valueField : 'value', + displayField : 'value', + store : new Ext.data.SimpleStore( { + fields : [ 'value'], + data : [['是'],['否']] + }), + editable : false, + forceSelection : true, + allowBlank : false, + value : '否', + mode : 'local', + triggerAction : 'all', + anchor : '95%' + }] + },{ + columnWidth : .33, + layout : 'form', + labelWidth : 120, + labelAlign:"right", + hidden: !sstsConfig.enableForeignTousseSplitNumberProperty, + items:[{ + xtype : 'numberfield', + fieldLabel : "拆包份数", + allowBlank : false, + allowNegative:false, + value: 1, + name : 'splitNumber', + id : 'splitNumber', + anchor : '95%' + }] + },{ + columnWidth : .33, + layout : 'form', + labelWidth : 120, + labelAlign:"right", + //hidden: !sstsConfig.enableForeignToussePrintAmount, + hidden : true, + items:[{ + xtype : 'numberfield', + fieldLabel : "申请单打印份数", + allowBlank : false, + allowNegative:false, + value: (sstsConfig.foreignToussePrintAmount ? sstsConfig.foreignToussePrintAmount : 1), + name : 'foreignToussePrintAmount', + id : 'foreignToussePrintAmount', + anchor : '95%' + }] + },{ + columnWidth : .33, + layout : 'form', + labelWidth : 120, + hidden : true, + labelAlign:"right", + items:[{ + xtype : 'combo', + fieldLabel : '打印份数来源', + id : 'printAmountSource', + name : 'printAmountSource', + editable:false, + valueField : 'value', + displayField : 'value', + store : new Ext.data.SimpleStore({ + fields : [ 'value'], + data : printAmountSourceArray + }), + value : '全部外来器械包', + forceSelection : true, + mode : 'local', + triggerAction : 'all', + anchor : '95%' + }] + },{ + columnWidth : 1, + layout : 'form', + labelWidth : 120, + labelAlign:"right", + hidden : true, + items:[{ + xtype : 'textarea', + fieldLabel : "配包注意事项", + allowBlank : true, + height :35, + name : "note", + id : "note", + anchor : '100%' + }] + }] },{ columnWidth : 1, layout : 'column',