root 3 سال پیش
والد
کامیت
b5286239fc

+ 0 - 0
.gitignore


+ 1 - 0
.htaccess

@@ -0,0 +1 @@
+ 

+ 0 - 0
.idea/encodings.xml


+ 0 - 0
.idea/inspectionProfiles/Project_Default.xml


+ 0 - 0
.idea/misc.xml


+ 0 - 0
.idea/modules.xml


+ 0 - 0
.idea/vcs.xml


+ 0 - 0
.idea/workspace.xml


+ 0 - 0
.idea/xinhu.iml


+ 26 - 0
404.html

@@ -0,0 +1,26 @@
+<!doctype html>
+<html>
+<head>
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
+<title>404</title>
+<style>
+	body{
+		background-color:#444;
+		font-size:14px;
+	}
+	h3{
+		font-size:60px;
+		color:#eee;
+		text-align:center;
+		padding-top:30px;
+		font-weight:normal;
+	}
+</style>
+</head>
+
+<body>
+<h3>404,您请求的文件不存在!</h3>
+</body>
+</html>

+ 39 - 0
index.html

@@ -0,0 +1,39 @@
+<!doctype html>
+<html>
+<head>
+    <meta charset="utf-8">
+    <title>恭喜,站点创建成功!</title>
+    <style>
+        .container {
+            width: 60%;
+            margin: 10% auto 0;
+            background-color: #f0f0f0;
+            padding: 2% 5%;
+            border-radius: 10px
+        }
+
+        ul {
+            padding-left: 20px;
+        }
+
+            ul li {
+                line-height: 2.3
+            }
+
+        a {
+            color: #20a53a
+        }
+    </style>
+</head>
+<body>
+    <div class="container">
+        <h1>恭喜, 站点创建成功!</h1>
+        <h3>这是默认index.html,本页面由系统自动生成</h3>
+        <ul>
+            <li>本页面在FTP根目录下的index.html</li>
+            <li>您可以修改、删除或覆盖本页面</li>
+            <li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
+        </ul>
+    </div>
+</body>
+</html>

+ 0 - 0
upload/2021-12/29_17061426.xls


+ 4 - 0
webmain/flow/input/inputjs/mode_abab.js

@@ -0,0 +1,4 @@
+//流程模块【abab.督办下发】下录入页面自定义js页面,初始函数
+function initbodys(){
+	
+}

+ 4 - 0
webmain/flow/input/inputjs/mode_abac.js

@@ -0,0 +1,4 @@
+//流程模块【abac.用车申请单】下录入页面自定义js页面,初始函数
+function initbodys(){
+	
+}

+ 30 - 0
webmain/flow/input/mode_ababAction.php

@@ -0,0 +1,30 @@
+<?php
+/**
+*	此文件是流程模块【abab.督办下发】对应控制器接口文件。
+*/ 
+class mode_ababClassAction extends inputAction{
+	
+	/**
+	*	重写函数:保存前处理,主要用于判断是否可以保存
+	*	$table String 对应表名
+	*	$arr Array 表单参数
+	*	$id Int 对应表上记录Id 0添加时,大于0修改时
+	*	$addbo Boolean 是否添加时
+	*	return array('msg'=>'错误提示内容','rows'=> array()) 可返回空字符串,或者数组 rows 是可同时保存到数据库上数组
+	*/
+	protected function savebefore($table, $arr, $id, $addbo){
+		
+	}
+	
+	/**
+	*	重写函数:保存后处理,主要保存其他表数据
+	*	$table String 对应表名
+	*	$arr Array 表单参数
+	*	$id Int 对应表上记录Id
+	*	$addbo Boolean 是否添加时
+	*/	
+	protected function saveafter($table, $arr, $id, $addbo){
+		
+	}
+}	
+			

+ 30 - 0
webmain/flow/input/mode_abacAction.php

@@ -0,0 +1,30 @@
+<?php
+/**
+*	此文件是流程模块【abac.用车申请单】对应控制器接口文件。
+*/ 
+class mode_abacClassAction extends inputAction{
+	
+	/**
+	*	重写函数:保存前处理,主要用于判断是否可以保存
+	*	$table String 对应表名
+	*	$arr Array 表单参数
+	*	$id Int 对应表上记录Id 0添加时,大于0修改时
+	*	$addbo Boolean 是否添加时
+	*	return array('msg'=>'错误提示内容','rows'=> array()) 可返回空字符串,或者数组 rows 是可同时保存到数据库上数组
+	*/
+	protected function savebefore($table, $arr, $id, $addbo){
+		
+	}
+	
+	/**
+	*	重写函数:保存后处理,主要保存其他表数据
+	*	$table String 对应表名
+	*	$arr Array 表单参数
+	*	$id Int 对应表上记录Id
+	*	$addbo Boolean 是否添加时
+	*/	
+	protected function saveafter($table, $arr, $id, $addbo){
+		
+	}
+}	
+			

+ 1 - 0
webmain/flow/page/input_abab.html

@@ -0,0 +1 @@
+<table style="width:100%;" cellpadding="2" cellspacing="0" border="1" bordercolor="#000000"><tbody><tr><td>*申请人<br /></td><td>{changeuser}<br /></td></tr><tr><td>*下发时间<br /></td><td>{datetime}<br /></td></tr><tr><td>*督办事项<br /></td><td>{sup_detail}<br /></td></tr><tr><td>*完成时间<br /></td><td>{complete_date}<br /></td></tr><tr><td>*责任部门<br /></td><td>{department}<br /></td></tr></tbody></table><br /><br />

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 1 - 0
webmain/flow/page/input_abac.html


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 1 - 0
webmain/flow/page/view_abab_0.html


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 1 - 0
webmain/flow/page/view_abac_0.html