Jelajahi Sumber

删除建筑的覆盖文件

vian 5 tahun lalu
induk
melakukan
4bcfc9fa98

+ 0 - 32
web/over_write/js/chongqing_2018.js

@@ -1,32 +0,0 @@
-/**
- * Created by Zhong on 2018/8/14.
- */
-//允许使用的工料机类型:人工、普通材料、混凝土、砂浆、配合比、商品混凝土、商品砂浆、其他材料费、机械台班、机上人工、机械组成物、仪器仪表、燃料动力费、折旧费、
-// 检修费、维护费、安拆费及场外运费、校验费、其他费用、其他施工机具使用费、主材、企业管理费、利润、一般风险费
-if(typeof allowGljType !== 'undefined'){
-    allowGljType = [1, 201, 202, 203, 204, 205, 206, 207, 301, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 4, 6, 7, 8];
-}
-if(typeof allowComponent !== 'undefined'){
-    //允许含有组成物的工料机类型:混凝土、砂浆、配合比、机械台班、仪器仪表、主材
-    allowComponent = [202, 203, 204, 301, 304, 4];
-}
-if(typeof componentType !== 'undefined'){
-    //可以作为组成物的工料机类型:普通材料、机械组成物、机上人工、燃料动力费、折旧费、检修费、维护费、安拆费及场外运费、校验费、其他费用、主材
-    componentType = [201, 303, 305, 306, 307, 308, 309, 310, 311, 4];
-}
-if(typeof machineAllowComponent !== 'undefined'){
-    //允许含有组成物的机械工料机类型:机械台班、仪器仪表
-    machineAllowComponent = [301, 304];
-}
-if(typeof machineComponent !== 'undefined'){
-    //可以作为机械工料机组成物的工料机类型:机械组成物、机上人工、燃料动力费、折旧费、检修费、维护费、安拆费及场外运费、校验费、其他费用
-    machineComponent = [303, 305, 306, 307, 308, 309, 310, 311];
-}
-if(typeof materialAllowComponent !== 'undefined'){
-    //允许含有组成物的材料工料机类型:混凝土、砂浆、配合比
-    materialAllowComponent = [202, 203, 204];
-}
-if(typeof materialComponent !== 'undefined'){
-    //可以作为材料工料机组成物的工料机类型:普通材料
-    materialComponent = [201];
-}

+ 0 - 270
web/over_write/js/gansu_2013.js

@@ -1,270 +0,0 @@
-'use strict';
-
-/**
- *
- *
- * @author Zhong
- * @date 2018/8/31
- * @version
- */
-
-/*
-* 费用定额下priceProperties为空,则单位工程中取价取basePrice字段
-* 费用定额下consumeAmtProperties为空,则单位工程中取消耗量取consumeAmt字段
-* */
-
-//计税方式
-const taxModel = {'common': 1, 'simple': 2};
-//兰州 定西 天水 平凉 庆阳 武威 金昌 张掖 酒泉 甘矿 嘉峪关 临夏 合作 武都 白银
-//价格属性-地区+计税方式
-const pricePropertiesTemplate = [
-    {
-        region: '兰州',
-        taxModel: taxModel.common,
-        price: {
-            dataCode: 'price1',
-            dataName: '兰州单价-一般'
-        }
-    },
-    {
-        region: '兰州',
-        taxModel: taxModel.simple,
-        price: {
-            dataCode: 'price2',
-            dataName: '兰州单价-简易'
-        }
-    },
-    {
-        region: '定西',
-        taxModel: taxModel.common,
-        price: {
-            dataCode: 'price3',
-            dataName: '定西单价-一般'
-        }
-    },
-    {
-        region: '定西',
-        taxModel: taxModel.simple,
-        price: {
-            dataCode: 'price4',
-            dataName: '定西单价-简易'
-        }
-    },
-    {
-        region: '天水',
-        taxModel: taxModel.common,
-        price: {
-            dataCode: 'price5',
-            dataName: '天水单价-一般'
-        }
-    },
-    {
-        region: '天水',
-        taxModel: taxModel.simple,
-        price: {
-            dataCode: 'price6',
-            dataName: '天水单价-简易'
-        }
-    },
-    {
-        region: '平凉',
-        taxModel: taxModel.common,
-        price: {
-            dataCode: 'price7',
-            dataName: '平凉单价-一般'
-        }
-    },
-    {
-        region: '平凉',
-        taxModel: taxModel.simple,
-        price: {
-            dataCode: 'price8',
-            dataName: '平凉单价-简易'
-        }
-    },
-    {
-        region: '庆阳',
-        taxModel: taxModel.common,
-        price: {
-            dataCode: 'price9',
-            dataName: '庆阳单价-一般'
-        }
-    },
-    {
-        region: '庆阳',
-        taxModel: taxModel.simple,
-        price: {
-            dataCode: 'price10',
-            dataName: '庆阳单价-简易'
-        }
-    },
-    {
-        region: '武威',
-        taxModel: taxModel.common,
-        price: {
-            dataCode: 'price11',
-            dataName: '武威单价-一般'
-        }
-    },
-    {
-        region: '武威',
-        taxModel: taxModel.simple,
-        price: {
-            dataCode: 'price12',
-            dataName: '武威单价-简易'
-        }
-    },
-    {
-        region: '金昌',
-        taxModel: taxModel.common,
-        price: {
-            dataCode: 'price13',
-            dataName: '金昌单价-一般'
-        }
-    },
-    {
-        region: '金昌',
-        taxModel: taxModel.simple,
-        price: {
-            dataCode: 'price14',
-            dataName: '金昌单价-简易'
-        }
-    },
-    {
-        region: '张掖',
-        taxModel: taxModel.common,
-        price: {
-            dataCode: 'price15',
-            dataName: '张掖单价-一般'
-        }
-    },
-    {
-        region: '张掖',
-        taxModel: taxModel.simple,
-        price: {
-            dataCode: 'price16',
-            dataName: '张掖单价-简易'
-        }
-    },
-    {
-        region: '酒泉',
-        taxModel: taxModel.common,
-        price: {
-            dataCode: 'Price17',
-            dataName: '酒泉单价-一般'
-        }
-    },
-    {
-        region: '酒泉',
-        taxModel: taxModel.simple,
-        price: {
-            dataCode: 'price18',
-            dataName: '酒泉单价-简易'
-        }
-    },
-    {
-        region: '甘矿',
-        taxModel: taxModel.common,
-        price: {
-            dataCode: 'price19',
-            dataName: '甘矿单价-一般'
-        }
-    },
-    {
-        region: '甘矿',
-        taxModel: taxModel.simple,
-        price: {
-            dataCode: 'price20',
-            dataName: '甘矿单价-简易'
-        }
-    },
-    {
-        region: '嘉峪关',
-        taxModel: taxModel.common,
-        price: {
-            dataCode: 'price21',
-            dataName: '嘉峪关单价-一般'
-        }
-    },
-    {
-        region: '嘉峪关',
-        taxModel: taxModel.simple,
-        price: {
-            dataCode: 'price22',
-            dataName: '嘉峪关单价-简易'
-        }
-    },
-    {
-        region: '临夏',
-        taxModel: taxModel.common,
-        price: {
-            dataCode: 'price23',
-            dataName: '临夏单价-一般'
-        }
-    },
-    {
-        region: '临夏',
-        taxModel: taxModel.simple,
-        price: {
-            dataCode: 'price24',
-            dataName: '临夏单价-简易'
-        }
-    },
-    {
-        region: '合作',
-        taxModel: taxModel.common,
-        price: {
-            dataCode: 'price25',
-            dataName: '合作单价-一般'
-        }
-    },
-    {
-        region: '合作',
-        taxModel: taxModel.simple,
-        price: {
-            dataCode: 'price26',
-            dataName: '合作单价-简易'
-        }
-    },
-    {
-        region: '武都',
-        taxModel: taxModel.common,
-        price: {
-            dataCode: 'price27',
-            dataName: '武都单价-一般'
-        }
-    },
-    {
-        region: '武都',
-        taxModel: taxModel.simple,
-        price: {
-            dataCode: 'price28',
-            dataName: '武都单价-简易'
-        }
-    },
-    {
-        region: '白银',
-        taxModel: taxModel.common,
-        price: {
-            dataCode: 'price29',
-            dataName: '白银单价-一般'
-        }
-    },
-    {
-        region: '白银',
-        taxModel: taxModel.simple,
-        price: {
-            dataCode: 'price30',
-            dataName: '白银单价-简易'
-        }
-    },
-];
-
-const consumeAmtPropertiesTemplate = [];
-
-if(typeof module !== 'undefined'){
-    module.exports = {
-        pricePropertiesTemplate: pricePropertiesTemplate,
-        consumeAmtPropertiesTemplate: consumeAmtPropertiesTemplate
-    };
-}

+ 0 - 60
web/over_write/js/jiangxi_2017.js

@@ -1,60 +0,0 @@
-'use strict';
-
-/**
- *
- *
- * @author Zhong
- * @date 2018/8/31
- * @version
- */
-
-//计税方式
-const taxModel = {'common': 1, 'simple': 2};
-//价格属性:计税方式
-const pricePropertiesTemplate = [
-    {
-        region: '全省',
-        taxModel: taxModel.common,
-        price: {
-            dataCode: 'price1',
-            dataName: '单价-一般'
-        }
-    },
-    {
-        region: '全省',
-        taxModel: taxModel.simple,
-        price: {
-            dataCode: 'price2',
-            dataName: '单价-简易'
-        }
-    }
-];
-
-//消耗量属性:计税方式
-const consumeAmtPropertiesTemplate = [
-    {
-        region: '全省',
-        taxModel: taxModel.common,
-        consumeAmt: {
-            dataCode: 'consumeAmt1',
-            dataName: '消耗-一般',
-            refPrice: 'price1' //关联的单价字段
-        }
-    },
-    {
-        region: '全省',
-        taxModel: taxModel.simple,
-        consumeAmt: {
-            dataCode: 'consumeAmt2',
-            dataName: '消耗-简易',
-            refPrice: 'price2' //关联的单价字段
-        }
-    }
-];
-
-if(typeof module !== 'undefined'){
-    module.exports = {
-        pricePropertiesTemplate: pricePropertiesTemplate,
-        consumeAmtPropertiesTemplate: consumeAmtPropertiesTemplate
-    };
-}