فهرست منبع

更新集成电路津补贴反馈意见

zmw 1 سال پیش
والد
کامیت
104fca91b2

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

@@ -2035,11 +2035,12 @@ class TalentAllowance extends AdminController {
             $info["cardTypeName"] = $cardTypeMap[$info["cardType"]];
             $info["isSuppleName"] = $info["isSupple"] == 1 ? "是" : "否";
             $info["isPublicCheckName"] = $info["isPublicCheckName"] == 1 ? "是" : "否";
-            $info["recomendAllowanceTypeName"] = \app\common\state\AllowanceTypeEnum::getTypeName($info["recomendAllowanceType"]);
+            $info["recomendAllowanceTypeName"] = \app\common\state\AllowanceTypeEnum::getTypeName($info["recommendAllowanceType"]);
             $info["allowanceTypeName"] = \app\common\state\AllowanceTypeEnum::getTypeName($info["allowanceType"]);
             $info["recommendTalentArrangeName"] = $levelMap[$info["recommendTalentArrange"]];
             $info["jtTalentArrangeName"] = $levelMap[$info["jtTalentArrange"]];
             $info["introductionModeName"] = $modeMap[$info["introductionMode"]];
+
         }unset($info);
         return $list;
     }

+ 1 - 1
public/static/modular/gate/talentAllowance/common/talentAllowance_info_supple.js

@@ -97,7 +97,7 @@ TalentAllowanceInfoDlg.initProjectColumns = function () {
     return [
         {field: 'selectItem', checkbox: false, visible: false},
         {title: '核查项目名称', field: 'projectName', visible: true, align: 'center', valign: 'middle', width: "15%", 'class': 'uitd_showTip'},
-        {title: '详情', field: 'months', visible: true, align: 'center', valign: 'middle', width: "45%",
+        {title: '详情(填写完请按右铡的保存按钮)', field: 'months', visible: true, align: 'center', valign: 'middle', width: "45%",
             formatter: function (value, row, index) {
                 var allowanceType = $("#allowanceType").val();
                 var html = "";

+ 1 - 0
public/static/modular/talentAllowance/talentAllowancePrepare.js

@@ -41,6 +41,7 @@ TalentAllowanceInfo.cashColumns = function(){
                 if(value==3)return "不予兑现";
             }
         },
+        {title: '拟兑现金额', field: 'recommendMoney', visible: true, align: 'center', valign: 'middle',width:"20%"},
         {title: '兑现月份', field: 'months', visible: true, align: 'center', valign: 'middle',width:"25%"},
         {title: '兑现金额', field: 'money', visible: true, align: 'center', valign: 'middle',width:"20%"},
     ];