|
|
@ -489,7 +489,7 @@ import $ from "jquery"; |
|
|
|
r = consts.radio, |
|
|
|
r = consts.radio, |
|
|
|
checkboxType = setting.check.chkboxType; |
|
|
|
checkboxType = setting.check.chkboxType; |
|
|
|
var notEffectByOtherNode = checkboxType.Y === "" && checkboxType.N === ""; |
|
|
|
var notEffectByOtherNode = checkboxType.Y === "" && checkboxType.N === ""; |
|
|
|
fullStyle = ""; |
|
|
|
var fullStyle = ""; |
|
|
|
if (node.chkDisabled === true) { |
|
|
|
if (node.chkDisabled === true) { |
|
|
|
fullStyle = c.DISABLED; |
|
|
|
fullStyle = c.DISABLED; |
|
|
|
} else if (node.halfCheck) { |
|
|
|
} else if (node.halfCheck) { |
|
|
|