Advertisement
Guest User

Pattern

a guest
Jun 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. export const ktpPattern=()=>({
  2. status:'pattern',
  3. name:'',
  4. photo:[],
  5. ratedPower:{another:false,number:''},
  6. installationOfNewTechnology:'',
  7. newTransformers:'',
  8. instrumentOfAccounting:{enable:'',factoryNumber:'', image:[]},
  9. electricityTransformators:{
  10. type:'',
  11. transformCoefficient:'',
  12. photo:[]
  13. },
  14. installationOfTechnology:'',
  15. geolocation:{latitude:'', longitude:''},
  16. notes:'',
  17. createDate:(new Date()).toJSON()
  18. })
  19. export const subscriber=()=>({
  20. lineNumber:'',
  21. highway:'',
  22. stay:{number:'',state:''},
  23. address:{homeNumber:'',street:'',city:''},
  24. subscriberType:{personLegal:'',personPhysical:'',legal:false,physical:false},
  25. enterIntoTheHouse:{type:'',phase:'',enterLength:'',facade:''},
  26. newPU:{type:'',geolocation:{latitude:'', longitude:''}},
  27. notes:'',
  28. photo:[]
  29. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement