Browse Source

模板添加一些id用于后续审批流后台联动

q 1 year ago
parent
commit
30bed7a346
1 changed files with 6 additions and 2 deletions
  1. 6 2
      webmain/flow/input/inputAction.php

+ 6 - 2
webmain/flow/input/inputAction.php

@@ -413,12 +413,15 @@ class inputAction extends Action
 		$arr 	 = m('flow')->getdataedit($flownum, $id);
 		$this->backmsg('', '', $arr);
 	}
-	
-	
+
+    /*
+     * 移动端入口
+     */
 	public function lumAction()
 	{
 		$ybarr	 = $this->option->authercheck();
 		if(is_string($ybarr))return $ybarr;
+        // 标记移动端
 		$this->ismobile = 1;
 		$this->luactions();
 	}
@@ -559,6 +562,7 @@ class inputAction extends Action
 							$content.='<div tmp="mobilezbiao" style="width:280px;overflow:auto;"><div 
 						style="min-width:'.$this->flow->minwidth.'px">'.$zbstr.'</div></div>';
 						}else{
+                            // 移动端
 							$content.='<div>'.$zbstr.'</div>';
 						}
 						$content.= '</td></tr>';