fee_receipt_data.js 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*
  2. * @description: 报销单交互Data
  3. * @Author: CP
  4. * @Date: 2020-11-14 08:37:31
  5. * @FilePath: \cld\global\vue\fee\fee_receipt_data.js
  6. */
  7. let data = {
  8. receiptTypeMenu: [
  9. {
  10. id: 0,
  11. name: "日常相关费用",
  12. show: true,
  13. anchor: "officeAnchor",
  14. active: true,
  15. daily: accountItem.daily,
  16. other: accountItem.other,
  17. officeExplain: [{ officeExplain: "" }],
  18. },
  19. {
  20. id: 1,
  21. name: "差旅相关费用",
  22. show: false,
  23. anchor: "traveAnchor",
  24. active: false,
  25. trave: accountItem.trave,
  26. traveList: [],
  27. traveExplain: [{ traveExplain: "" }],
  28. },
  29. {
  30. id: 2,
  31. name: "内部培训费用",
  32. show: false,
  33. anchor: "trainAnchor",
  34. train: accountItem.train,
  35. active: false,
  36. trainExplain: [{ trainExplain: "" }],
  37. },
  38. ],
  39. verify: verify,
  40. verifyId: '',
  41. remittanceBankType:0,
  42. enclosurFiles:[],
  43. aletMsg: '', // 弹出框中的提示语
  44. displayStsates: 'none',
  45. }