12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- /**
- * Created by jimiz on 2017/4/24.
- */
- var projectData = {
- bills: [
- {"ID": 0, "ParentID": -1, "NextSiblingID": -1, "projectID": 0, "serialNo": 0, "chapterID": null, "code": "", "fullCode": "", "name": "工程造价", "unit": "", "quantity": null, "programID": null, "comments": "", "xs_Labour": null, "xs_Material": null, "xs_Machine": null, "xs_FeeRate": null, "xs_LabourPrice": null, "xs_MaterialPrice": null, "xs_MachinePrice": null, "isTender_Labour": false, "isTender_Material": false, "isTender_Machine": false, "tenderTargetPrice": null, "tenderTargetUnitPrice": null,
- "fees": [
- {"fieldName": "unitPrice", "unitFee": "", "totalFee": "", "tenderUnitFee": "", "tenderTotalFee": ""},
- {"fieldName": "integUnitPrice", "unitFee": "", "totalFee": "1234567.8", "tenderUnitFee": "", "tenderTotalFee": ""}
- ],
- "flags": [
- {"fieldName": "interim", "flag": 0}
- ]
- },
- {"ID": 1, "ParentID": 0, "NextSiblingID": 3, "projectID": 0, "serialNo": 0, "chapterID": null, "code": "", "fullCode": "", "name": "分部分项工程", "unit": "", "quantity": null, "programID": null, "comments": "", "xs_Labour": null, "xs_Material": null, "xs_Machine": null, "xs_FeeRate": null, "xs_LabourPrice": null, "xs_MaterialPrice": null, "xs_MachinePrice": null, "isTender_Labour": false, "isTender_Material": false, "isTender_Machine": false, "tenderTargetPrice": null, "tenderTargetUnitPrice": null,
- "fees": [
- {"fieldName": "unitPrice", "unitFee": "", "totalFee": "", "tenderUnitFee": "", "tenderTotalFee": ""},
- {"fieldName": "integUnitPrice", "unitFee": "", "totalFee": "123456.78", "tenderUnitFee": "", "tenderTotalFee": ""}
- ],
- "flags": [
- {"fieldName": "interim", "flag": 0}
- ]
- },
- {"ID": 2, "ParentID": 1, "NextSiblingID": -1, "projectID": 0, "serialNo": 0, "chapterID": null, "code": "", "fullCode": "", "name": "挖一般土方", "unit": "m3", "quantity": null, "programID": null, "comments": "", "xs_Labour": null, "xs_Material": null, "xs_Machine": null, "xs_FeeRate": null, "xs_LabourPrice": null, "xs_MaterialPrice": null, "xs_MachinePrice": null, "isTender_Labour": false, "isTender_Material": false, "isTender_Machine": false, "tenderTargetPrice": null, "tenderTargetUnitPrice": null,
- "fees": [
- {"fieldName": "unitPrice", "unitFee": "", "totalFee": "", "tenderUnitFee": "", "tenderTotalFee": ""},
- {"fieldName": "integUnitPrice", "unitFee": "", "totalFee": "12345.678", "tenderUnitFee": "", "tenderTotalFee": ""}
- ],
- "flags": [
- {"fieldName": "interim", "flag": 0}
- ]
- },
- {"ID": 3, "ParentID": 0, "NextSiblingID": -1, "projectID": 0, "serialNo": 0, "chapterID": null, "code": "", "fullCode": "", "name": "措施项目", "unit": "", "quantity": null, "programID": null, "comments": "", "xs_Labour": null, "xs_Material": null, "xs_Machine": null, "xs_FeeRate": null, "xs_LabourPrice": null, "xs_MaterialPrice": null, "xs_MachinePrice": null, "isTender_Labour": false, "isTender_Material": false, "isTender_Machine": false, "tenderTargetPrice": null, "tenderTargetUnitPrice": null,
- "fees": [
- {"fieldName": "unitPrice", "unitFee": "", "totalFee": "", "tenderUnitFee": "", "tenderTotalFee": ""},
- {"fieldName": "integUnitPrice", "unitFee": "", "totalFee": "1234.5678", "tenderUnitFee": "", "tenderTotalFee": ""}
- ],
- "flags": [
- {"fieldName": "interim", "flag": 0}
- ]
- }
- ],
- ration: [],
- GLJ: []
- }
|