|
@@ -100,6 +100,11 @@ if (typeof module !== 'undefined') {
|
|
|
$('#add-content').val('3');
|
|
|
});
|
|
|
|
|
|
+ // 隐藏项目属性中:取费方式中的子目含量取费选项
|
|
|
+ if ($('#rationContent')) {
|
|
|
+ $('#rationContent').parent().hide();
|
|
|
+ }
|
|
|
+
|
|
|
//清单计算基数相关
|
|
|
if(typeof baseFigureMap !== 'undefined'){
|
|
|
baseFigureMap = {
|
|
@@ -244,9 +249,4 @@ function getBillsCalcMode() {
|
|
|
|
|
|
function getAreaName() {
|
|
|
return 'guangdong_2018'
|
|
|
-}
|
|
|
-
|
|
|
-// 隐藏项目属性中:取费方式中的子目含量取费选项
|
|
|
-if ($('#rationContent')) {
|
|
|
- $('#rationContent').parent().hide();
|
|
|
}
|