Browse Source

增加高教审核字段

zmw 9 months ago
parent
commit
8a531d6195

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

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

+ 3 - 1
public/static/modular/talentAllowance/talentAllowanceInfo_info.js

@@ -777,7 +777,9 @@ TalentAllowanceInfoDlg.checkSubmit = function (index) {
     var companyCode = $("#companyCode").val();
     var companyCodes = "";
     var otherEnjoyedMoney = $("#otherEnjoyedMoney").val();
-    var otherEnjoyedDescription = $("#otherEnjoyedDescription").val();
+    // var otherEnjoyedDescription = $("#otherEnjoyedDescription").val();
+    // var absolute_control = $("input[name='absolute_control']").val()
+    var crontol_money = $("#crontol_money").val();
     if (Feng.isEmptyStr(checkState)) {
         Feng.info("请选择审核状态");
         return;

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

@@ -536,16 +536,16 @@ TalentAllowanceInfoDlg.createCheckHtml = function () {
                     '<textarea class="form-control" id="checkMsg" rows="5"></textarea>\n' +
                     '</div>\n';
             if (type == 6) {
-                html +=
-                    '<div class="form-group" style="margin: 10px;">\n' +
-                    '<label for="checkState" class="control-label">强制转换类型</label>\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' +
-                    '<input class="form-control" name="crontol_money" id="crontol_money"">\n' +
-                    '</div>\n';
+                // html +=
+                //     '<div class="form-group" style="margin: 10px;">\n' +
+                //     '<label for="checkState" class="control-label">强制转换类型</label>\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' +
+                //     '<input class="form-control" name="crontol_money" id="crontol_money" value="0" ">\n' +
+                //     '</div>\n';
                 html += '<div id="otherEnjoyed" style="display:none;"><div class="form-group" style="margin: 10px;">\n' +
                         '<label for="checkState" class="control-label">试算结果</label>\n' +
                         '<textarea type="text" class="form-control" id="calResult" rows="2" readonly></textarea>\n' +