* Finish task #3217.

This commit is contained in:
pengjiangxiu
2017-09-12 15:26:39 +08:00
parent e6c4b189f8
commit 384208467f
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
echo "<div class='btn-group'>";
common::printIcon('testtask', 'linkCase', "taskID=$task->id", '', 'button', 'link');
common::printIcon('testcase', 'export', "productID=$productID&orderBy=`case`_desc&taskID=$task->id", '', 'button', '', '', 'iframe export');
common::printIcon('testtask', 'report', "productID=$productID&taskID=$task->id&browseType=$browseType&branchID=$task->branch&moduleID=$moduleID");
common::printIcon('testtask', 'report', "productID=$productID&taskID=$task->id&browseType=$browseType&branchID=$task->branch&moduleID=" + empty($moduleID) ? '' : $moduleID);
echo '</div>';
echo "<div class='btn-group'>";
common::printRPN($this->session->testtaskList, '');