发布v2.7.0版本
This commit is contained in:
@@ -798,6 +798,7 @@ class mode_'.$modenum.'ClassAction extends inputAction{
|
||||
if($rows){
|
||||
$flow = m('flow')->initflow($this->moders['num']);
|
||||
$mbil = m('flowbill');
|
||||
$mcom = m('company');
|
||||
foreach($rows as $k=>$rs){
|
||||
$zt = '';
|
||||
if(isset($rs['status']))$zt = $rs['status'];
|
||||
@@ -829,6 +830,13 @@ class mode_'.$modenum.'ClassAction extends inputAction{
|
||||
}
|
||||
$narr['status'] = $flow->getstatus($rs,'',$otehsr,1);
|
||||
$narr['chushu'] = $flow->flogmodel->rows("`table`='".$flow->mtable."' and `mid`='".$rs['id']."'");
|
||||
$comid = arrvalue($rs,'comid');
|
||||
$narr['comid'] = $comid;
|
||||
if($comid){
|
||||
$cmrs = $mcom->getXinxi($rs['comid']);
|
||||
if($cmrs)$narr['comid'] = $cmrs['id'].'.'.$cmrs['name'];
|
||||
}
|
||||
|
||||
|
||||
$arr[] = $narr;
|
||||
}
|
||||
|
||||
@@ -19,6 +19,8 @@ $(document).ready(function(){
|
||||
text:'ID',dataIndex:'id',sortable:true
|
||||
},{
|
||||
text:'状态',dataIndex:'status',sortable:true
|
||||
},{
|
||||
text:'所属单位',dataIndex:'comid',sortable:true
|
||||
},{
|
||||
text:'处理记录',dataIndex:'chushu',renderer:function(v,d,i){
|
||||
var s=' ';
|
||||
|
||||
Reference in New Issue
Block a user