Bläddra i källkod

增加高教审核字段

zmw 9 månader sedan
förälder
incheckning
13f6b72c88

+ 2 - 0
app/admin/controller/TalentAllowance.php

@@ -185,6 +185,8 @@ class TalentAllowance extends AdminController {
             return new Response(Response::ERROR, "审核对象不存在");
         }
 
+        dump($newObj);die;
+
         $newObj = [];
         $newObj["id"] = $obj["id"];
         $projectList = [];

+ 2 - 2
public/static/modular/talentAllowance/talentAllowanceInfo_info_supple.js

@@ -539,8 +539,8 @@ TalentAllowanceInfoDlg.createCheckHtml = function () {
                 html +=
                     '<div class="form-group" style="margin: 10px;">\n' +
                     '<label for="checkState" class="control-label">强制转换类型</label>\n' +
-                    '<input type="radio" class="form-control" id="absoule_control0" value="0"> 不改变     ' +
-                    '<input type="radio" class="form-control" id="absoule_control1" value="0"> 津贴变补贴     \n' +
+                    '<input type="radio" id="absoule_control0" value="0" name="absolute_control"> 不改变     ' +
+                    '<input type="radio" id="absoule_control1" value="1" name="absolute_control"> 津贴变补贴     \n' +
                     '</div>\n' +
                     '<div class="form-group" style="margin: 10px;">\n' +
                     '<label for="checkMsg" class="control-label">强制拟兑现金额</label>\n' +