From aa00783d498fed3985a7d8736007ffab1f264a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E4=B8=AD=E7=A3=90=E7=9F=B3?= Date: Thu, 16 Feb 2023 16:05:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E5=91=BCv2.5.3=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webmain/flow/input/inputjs/mode_yqhealthy.js | 4 -- webmain/flow/input/mode_yqhealthyAction.php | 30 --------- webmain/flow/page/input_yqhealthy.html | 1 - webmain/flow/page/rock_page_yqhealthy.php | 70 -------------------- webmain/model/flow/yqhealthyModel.php | 16 ----- 5 files changed, 121 deletions(-) delete mode 100644 webmain/flow/input/inputjs/mode_yqhealthy.js delete mode 100644 webmain/flow/input/mode_yqhealthyAction.php delete mode 100644 webmain/flow/page/input_yqhealthy.html delete mode 100644 webmain/flow/page/rock_page_yqhealthy.php delete mode 100644 webmain/model/flow/yqhealthyModel.php diff --git a/webmain/flow/input/inputjs/mode_yqhealthy.js b/webmain/flow/input/inputjs/mode_yqhealthy.js deleted file mode 100644 index bca9dfc..0000000 --- a/webmain/flow/input/inputjs/mode_yqhealthy.js +++ /dev/null @@ -1,4 +0,0 @@ -//流程模块【yqhealthy.健康报备】下录入页面自定义js页面,初始函数 -function initbodys(){ - -} \ No newline at end of file diff --git a/webmain/flow/input/mode_yqhealthyAction.php b/webmain/flow/input/mode_yqhealthyAction.php deleted file mode 100644 index 09dd073..0000000 --- a/webmain/flow/input/mode_yqhealthyAction.php +++ /dev/null @@ -1,30 +0,0 @@ -'错误提示内容','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){ - - } -} - \ No newline at end of file diff --git a/webmain/flow/page/input_yqhealthy.html b/webmain/flow/page/input_yqhealthy.html deleted file mode 100644 index 1d3f233..0000000 --- a/webmain/flow/page/input_yqhealthy.html +++ /dev/null @@ -1 +0,0 @@ -
*^applyname^{applyname}*^applydt^{applydt}
*^tiwen^{tiwen}*^state^{state}
^tupian^{tupian}
^tupian1^{tupian1}
^explain^{explain}
^file_content^{file_content}
^base_name^{base_name}^base_deptname^{base_deptname}
\ No newline at end of file diff --git a/webmain/flow/page/rock_page_yqhealthy.php b/webmain/flow/page/rock_page_yqhealthy.php deleted file mode 100644 index 05572d0..0000000 --- a/webmain/flow/page/rock_page_yqhealthy.php +++ /dev/null @@ -1,70 +0,0 @@ - - - - -
- - - - - - - - - - - - - -
- -
- -
-
- -
-
-
-
- \ No newline at end of file diff --git a/webmain/model/flow/yqhealthyModel.php b/webmain/model/flow/yqhealthyModel.php deleted file mode 100644 index 805fc44..0000000 --- a/webmain/model/flow/yqhealthyModel.php +++ /dev/null @@ -1,16 +0,0 @@ -绿码'; - if($rs['state']=='1')$rs['state']='黄码'; - if($rs['state']=='2')$rs['state']='红码'; - - return $rs; - } -} \ No newline at end of file