From f99dd1f01b74e3e7ad48a8797a17dd509ac2219d Mon Sep 17 00:00:00 2001
From: Yagami <976204163@qq.com>
Date: Tue, 9 Jul 2019 10:27:49 +0800
Subject: [PATCH] * Add code to task and case module for workflow.
---
module/task/view/activate.html.php | 1 +
module/task/view/assignto.html.php | 1 +
module/task/view/cancel.html.php | 1 +
module/task/view/close.html.php | 1 +
module/task/view/create.html.php | 1 +
module/task/view/edit.html.php | 3 +++
module/task/view/finish.html.php | 1 +
module/task/view/pause.html.php | 1 +
module/task/view/start.html.php | 1 +
module/testcase/view/create.html.php | 1 +
module/testcase/view/edit.html.php | 2 ++
module/testcase/view/review.html.php | 1 +
12 files changed, 15 insertions(+)
diff --git a/module/task/view/activate.html.php b/module/task/view/activate.html.php
index 5c5662e32e..5201b56e84 100644
--- a/module/task/view/activate.html.php
+++ b/module/task/view/activate.html.php
@@ -41,6 +41,7 @@
+ config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?>
| comment;?> |
|
diff --git a/module/task/view/assignto.html.php b/module/task/view/assignto.html.php
index 796196d08a..f692232a38 100644
--- a/module/task/view/assignto.html.php
+++ b/module/task/view/assignto.html.php
@@ -43,6 +43,7 @@
left, "class='form-control'");?> task->hour;?> | |
+ config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?>
| comment;?> |
|
diff --git a/module/task/view/cancel.html.php b/module/task/view/cancel.html.php
index 98f9adb7cf..888bcc0a73 100644
--- a/module/task/view/cancel.html.php
+++ b/module/task/view/cancel.html.php
@@ -26,6 +26,7 @@
diff --git a/module/task/view/finish.html.php b/module/task/view/finish.html.php
index 91ff0c36a5..477736705b 100644
--- a/module/task/view/finish.html.php
+++ b/module/task/view/finish.html.php
@@ -70,6 +70,7 @@
task->finishedDate;?> |
| |
+ config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?>
| files;?> |
fetch('file', 'buildform');?> |
diff --git a/module/task/view/pause.html.php b/module/task/view/pause.html.php
index ea74b5b45f..15dd6c2339 100644
--- a/module/task/view/pause.html.php
+++ b/module/task/view/pause.html.php
@@ -34,6 +34,7 @@