diff --git a/Application/Admin/Controller/MarketPercentageController.class.php b/Application/Admin/Controller/MarketPercentageController.class.php index 418007af1..46a88d1be 100644 --- a/Application/Admin/Controller/MarketPercentageController.class.php +++ b/Application/Admin/Controller/MarketPercentageController.class.php @@ -222,6 +222,9 @@ class MarketPercentageController extends ThinkController $this->checkListOrCountAuthRestMap($map, []); $this->assign("list_data", $data); + + $this->assign("is_can_recount",D("CmdTasks")->isCanAddTask("MarketPerformanceSet")); + $this->display(); } @@ -991,6 +994,7 @@ class MarketPercentageController extends ThinkController $this->assign("sum", $sum); $this->assign("list_data", $data); + $this->assign("is_can_recount",D("CmdTasks")->isCanAddTask("MarketPerformanceSet")); $this->display("marketstaffsettle"); } diff --git a/Application/Admin/View/MarketPercentage/index.html b/Application/Admin/View/MarketPercentage/index.html index 8dae70017..763a84f1e 100644 --- a/Application/Admin/View/MarketPercentage/index.html +++ b/Application/Admin/View/MarketPercentage/index.html @@ -43,7 +43,9 @@
- 重算 + + 重算 +
diff --git a/Application/Admin/View/MarketPercentage/marketstaffsettle.html b/Application/Admin/View/MarketPercentage/marketstaffsettle.html index 5662afabe..e6ae1cedd 100644 --- a/Application/Admin/View/MarketPercentage/marketstaffsettle.html +++ b/Application/Admin/View/MarketPercentage/marketstaffsettle.html @@ -113,7 +113,9 @@
- 重算 + + 重算 +
diff --git a/Application/Admin/View/MarketPercentage/personmarketstaffsettle.html b/Application/Admin/View/MarketPercentage/personmarketstaffsettle.html index 5b7e6e8b8..541a4c1da 100644 --- a/Application/Admin/View/MarketPercentage/personmarketstaffsettle.html +++ b/Application/Admin/View/MarketPercentage/personmarketstaffsettle.html @@ -38,13 +38,13 @@
-
+