|
@@ -62,6 +62,7 @@ Ext.define('saas.view.sys.config.FormPanel', {
|
|
|
xtype: 'textfield',
|
|
xtype: 'textfield',
|
|
|
name: 'en_address',
|
|
name: 'en_address',
|
|
|
fieldLabel: '公司地址',
|
|
fieldLabel: '公司地址',
|
|
|
|
|
+ beforeLabelTextTpl : "<font color=\"red\" style=\"position:relative; top:2px;right:2px; font-weight: bolder;\">*</font>",
|
|
|
allowBlank: false,
|
|
allowBlank: false,
|
|
|
width:600
|
|
width:600
|
|
|
},{
|
|
},{
|
|
@@ -69,6 +70,7 @@ Ext.define('saas.view.sys.config.FormPanel', {
|
|
|
xtype: 'textfield',
|
|
xtype: 'textfield',
|
|
|
name: 'en_tel',
|
|
name: 'en_tel',
|
|
|
fieldLabel: '电话',
|
|
fieldLabel: '电话',
|
|
|
|
|
+ beforeLabelTextTpl : "<font color=\"red\" style=\"position:relative; top:2px;right:2px; font-weight: bolder;\">*</font>",
|
|
|
allowBlank: false,
|
|
allowBlank: false,
|
|
|
columnWidth: 0.25
|
|
columnWidth: 0.25
|
|
|
},{
|
|
},{
|
|
@@ -98,14 +100,16 @@ Ext.define('saas.view.sys.config.FormPanel', {
|
|
|
queryMode : "local",
|
|
queryMode : "local",
|
|
|
valueField : "value",
|
|
valueField : "value",
|
|
|
xtype : "combo",
|
|
xtype : "combo",
|
|
|
|
|
+ value:'WACC',
|
|
|
store:{
|
|
store:{
|
|
|
fields: ['display', 'value'],
|
|
fields: ['display', 'value'],
|
|
|
data : [
|
|
data : [
|
|
|
- {"display":"加权平均法", "value":'1'},
|
|
|
|
|
- {"display":"先进先出法", "value":'0'}
|
|
|
|
|
|
|
+ {"display":"加权平均法", "value":'WACC'},
|
|
|
|
|
+ {"display":"先进先出法", "value":'FIFO'}
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
name : "en_pricemethod",
|
|
name : "en_pricemethod",
|
|
|
|
|
+ beforeLabelTextTpl : "<font color=\"red\" style=\"position:relative; top:2px;right:2px; font-weight: bolder;\">*</font>",
|
|
|
fieldLabel : "库存计算方式",
|
|
fieldLabel : "库存计算方式",
|
|
|
allowBlank : false,
|
|
allowBlank : false,
|
|
|
columnWidth : 0.25
|
|
columnWidth : 0.25
|