|
@@ -930,6 +930,7 @@ TalentAllowanceInfoDlg.calculator = function () {
|
|
|
|
|
|
TalentAllowanceInfoDlg.allowanceTypeChange = function (content) {
|
|
|
var allowanceType = $(content).val();
|
|
|
+ console.log(allowanceType)
|
|
|
if (allowanceType == 1) {
|
|
|
$(".personDiv").css("display", "none");
|
|
|
$(".otherEnjoyed").css("otherEnjoyed", "block");
|