|
@@ -41,24 +41,20 @@ Ext.define('saas.view.stock.appropriationInOut.QueryPanelController', {
|
|
|
}) ;
|
|
}) ;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
- },'employeeDbfindTrigger[name=creatorName]':{
|
|
|
|
|
|
|
+ },'accountDbfindTrigger[name=creatorName]':{
|
|
|
beforerender:function(f){
|
|
beforerender:function(f){
|
|
|
Ext.apply(f,{
|
|
Ext.apply(f,{
|
|
|
dbfinds:[{
|
|
dbfinds:[{
|
|
|
- from:'em_code',to:'em_code'
|
|
|
|
|
- },{
|
|
|
|
|
- from:'em_name',to:'creatorName'
|
|
|
|
|
|
|
+ from:'realname',to:'creatorName'
|
|
|
}],
|
|
}],
|
|
|
}) ;
|
|
}) ;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
- },'employeeDbfindTrigger[name=pi_auditman]':{
|
|
|
|
|
|
|
+ },'accountDbfindTrigger[name=pi_auditman]':{
|
|
|
beforerender:function(f){
|
|
beforerender:function(f){
|
|
|
Ext.apply(f,{
|
|
Ext.apply(f,{
|
|
|
dbfinds:[{
|
|
dbfinds:[{
|
|
|
- from:'em_code',to:'em_code'
|
|
|
|
|
- },{
|
|
|
|
|
- from:'em_name',to:'pi_auditman',
|
|
|
|
|
|
|
+ from:'realname',to:'pi_auditman',
|
|
|
}],
|
|
}],
|
|
|
}) ;
|
|
}) ;
|
|
|
|
|
|