semiReport.cy.ts 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. import {beforeSetup} from './utils';
  2. const basicData = {
  3. id: '26',
  4. noticeId: 'TGD01202303230001',
  5. noticeCode: 'TGD01202303230001',
  6. companyNumber: '8130',
  7. noticeTime: '2023-04-12',
  8. sourceType: 'G',
  9. moveType: '104',
  10. entryNumber: '1',
  11. productionCode: 'DD01',
  12. materialId: '00000000000000012034',
  13. wbs: '',
  14. measurementId: '00000000000000000001',
  15. num: '20',
  16. type: '0',
  17. warehousingNum: '0',
  18. page: 0,
  19. limit: 0,
  20. startTime: null,
  21. endTime: null,
  22. materialName: '酒精纸\\',
  23. companyName: '青岛特来电智能设备有限公司',
  24. wllbClass: null,
  25. materialCode: null,
  26. userId: null,
  27. askGoodsId: null,
  28. wllbCode: '2205010010020003',
  29. serial: null,
  30. producBatch: null,
  31. attribute: null,
  32. storageLocationCode: null,
  33. storageLocationName: null,
  34. storageCode: null,
  35. seq: null,
  36. userName: null,
  37. realName: null,
  38. scrq: null,
  39. uniqueCode: null,
  40. partType: null,
  41. supplierId: null,
  42. capacity: null,
  43. accountName: null,
  44. wmsItemId: null,
  45. wmsId: null,
  46. code: null,
  47. name: null,
  48. warehouseWhere: null,
  49. };
  50. describe('半成品报工单管理', function () {
  51. beforeEach(function () {
  52. beforeSetup();
  53. });
  54. });