@@ -196,12 +196,12 @@ Ext.define('saas.view.document.bom.FormPanel', {
reddOnly:true
},{
xtype : "textfield",
- name : "bo_recorder",
+ name : "creatorName",
reddOnly:true,
fieldLabel : "录入人"
xtype : "datefield",
- name : "bo_recorddate",
+ name : "createTime",
fieldLabel : "录入时间"
}],
@@ -109,7 +109,10 @@ Ext.define('KitchenSink.view.binding.ChildForm', {
fieldLabel:'期初金额',
hideTrigger: true,
mouseWheelEnabled: false,
- minValue: 0
+ minValue: 0,
+ maxLength:15,
+ decimalPrecision:2,
+ enforceMaxLength:true
},
// {
// xtype:'numberfield',
@@ -126,7 +126,7 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
}
}, {
text: '制单人',
- dataIndex: 'sa_recorder',
+ dataIndex: 'creatorName',
width: 120
text: '审核人',