|
@@ -38,6 +38,7 @@ if(typeof materialComponent !== 'undefined'){
|
|
|
{type: 'marketMaterial', name: '材料费'},
|
|
|
{type: 'marketMachine', name: '施工机具使用费'},
|
|
|
{type: 'labour', name: '定额人工费'},
|
|
|
+ {type: 'labourInc', name: '定额人工费调增'},
|
|
|
{type: 'material', name: '定额材料费'},
|
|
|
{type: 'machine', name: '定额施工机具使用费'},
|
|
|
{type: 'mainMaterial', name: '主材费'},
|
|
@@ -250,4 +251,4 @@ if(typeof module !== 'undefined'){
|
|
|
|
|
|
function getBillsCalcMode() {
|
|
|
return 1
|
|
|
-}
|
|
|
+}
|