|
|
@@ -397,7 +397,8 @@ const filterTypeArray = ['1','2','3','4','5'];
|
|
|
|
|
|
const installFeeType = ['子目费用','分项费用','措施费用'];
|
|
|
const installSectionBase = ['分别按人材机乘系数','人工','材料','机械'];
|
|
|
-const supplyComboMap = [{text:"自行采购",value:0},{text:"完全甲供",value:2},{text:"部分甲供",value:1},{text:"甲定乙供",value:3}];//后来调整了下拉选项的顺序,为了不改之前的业务逻辑,这里的值对换了一下
|
|
|
+//2019-04-02 ,{text:"部分甲供",value:1} “部分甲供”隐藏,“完全甲供”改文字为“甲供材料”。
|
|
|
+const supplyComboMap = [{text:"自行采购",value:0},{text:"甲供材料",value:2},{text:"甲定乙供",value:3}];//后来调整了下拉选项的顺序,为了不改之前的业务逻辑,这里的值对换了一下
|
|
|
const materialComboMap = [
|
|
|
{text:materialType[materialTypeMap.GC],value:materialTypeMap.GC},
|
|
|
{text:materialType[materialTypeMap.GJ],value:materialTypeMap.GJ},
|