|
@@ -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 = "";
|