|
@@ -168,9 +168,7 @@ let MainTreeCol = {
|
|
|
// CSL, 2017-11-28
|
|
|
subType: function (node) {
|
|
|
if (node.data.type == rationType.volumePrice || node.data.type == rationType.gljRation || node.sourceType === projectObj.project.ration_glj.getSourceType()) {
|
|
|
- let VPType = sheetCommonObj.getDynamicCombo();;
|
|
|
- ;
|
|
|
-
|
|
|
+ let VPType = sheetCommonObj.getDynamicCombo();
|
|
|
if (node.data.type == rationType.volumePrice)
|
|
|
VPType.itemHeight(5).items(["人工", "材料", "机械", "主材", "设备"])
|
|
|
else if (node.data.type == rationType.gljRation || node.sourceType === projectObj.project.ration_glj.getSourceType())
|