test_project_1.js 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /**
  2. * Created by jimiz on 2017/4/24.
  3. */
  4. var projectData = {
  5. bills: [
  6. {"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,
  7. "fees": [
  8. {"fieldName": "unitPrice", "unitFee": "", "totalFee": "", "tenderUnitFee": "", "tenderTotalFee": ""},
  9. {"fieldName": "integUnitPrice", "unitFee": "", "totalFee": "1234567.8", "tenderUnitFee": "", "tenderTotalFee": ""}
  10. ],
  11. "flags": [
  12. {"fieldName": "interim", "flag": 0}
  13. ]
  14. },
  15. {"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,
  16. "fees": [
  17. {"fieldName": "unitPrice", "unitFee": "", "totalFee": "", "tenderUnitFee": "", "tenderTotalFee": ""},
  18. {"fieldName": "integUnitPrice", "unitFee": "", "totalFee": "123456.78", "tenderUnitFee": "", "tenderTotalFee": ""}
  19. ],
  20. "flags": [
  21. {"fieldName": "interim", "flag": 0}
  22. ]
  23. },
  24. {"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,
  25. "fees": [
  26. {"fieldName": "unitPrice", "unitFee": "", "totalFee": "", "tenderUnitFee": "", "tenderTotalFee": ""},
  27. {"fieldName": "integUnitPrice", "unitFee": "", "totalFee": "12345.678", "tenderUnitFee": "", "tenderTotalFee": ""}
  28. ],
  29. "flags": [
  30. {"fieldName": "interim", "flag": 0}
  31. ]
  32. },
  33. {"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,
  34. "fees": [
  35. {"fieldName": "unitPrice", "unitFee": "", "totalFee": "", "tenderUnitFee": "", "tenderTotalFee": ""},
  36. {"fieldName": "integUnitPrice", "unitFee": "", "totalFee": "1234.5678", "tenderUnitFee": "", "tenderTotalFee": ""}
  37. ],
  38. "flags": [
  39. {"fieldName": "interim", "flag": 0}
  40. ]
  41. }
  42. ],
  43. ration: [],
  44. GLJ: []
  45. }