transfer.json 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "common": {
  3. "returnmap": "0"
  4. },
  5. "data": [
  6. {
  7. "name": "insertBigPartTransfer",
  8. "type": "e",
  9. "parammaps": {
  10. "pastureId": 31,
  11. "inPastureId": 17,
  12. "applyCode": "DB00220921001",
  13. "empId": "3",
  14. "applyDate": "2022-09-21"
  15. }
  16. },
  17. {
  18. "name": "insertSpotList",
  19. "resultmaps": {
  20. "list": [
  21. {
  22. "bigId": "544995",
  23. "brand": "山猫",
  24. "brandId": "2035",
  25. "contractId": "518364",
  26. "enable": "1",
  27. "id": "449722",
  28. "inventoryType": "1",
  29. "isZeroStock": "0",
  30. "locationId": "19508",
  31. "partCode": "04.05.15.01.000005",
  32. "partId": "449722",
  33. "partName": "空气内滤芯",
  34. "partRepId": "422178",
  35. "pastureId": "18",
  36. "pastureName": "马鞍山牧场,现代牧业,汶上牧场,商河牧场,合肥牧场,蚌埠牧场,洪雅牧场,宝鸡牧场,和林牧场,恒盛牧场,察北牧场,塞一牧场,塞二牧场,塞三牧场,塞四牧场,通辽牧场,双城牧场,尚志牧场,西藏牧场,新乐牧场",
  37. "planAmount": "1.00",
  38. "price": "145",
  39. "providerId": "1978",
  40. "providerName": "河北山猫",
  41. "remark": "货期5-7",
  42. "reportery": "3.00",
  43. "specification": "6598362",
  44. "unit": "只",
  45. "srcpath": "",
  46. "picpath": "",
  47. "amount": "1",
  48. "note": "1"
  49. }
  50. ]
  51. },
  52. "children": [
  53. {
  54. "name": "insertParttTransfer",
  55. "type": "e",
  56. "parammaps": {
  57. "bigId": "@insertBigPartTransfer.LastInsertId",
  58. "pastureId": "@insertSpotList.pastureId",
  59. "partId": "@insertSpotList.partId",
  60. "partCode": "@insertSpotList.partCode",
  61. "partName": "@insertSpotList.partName",
  62. "specification": "@insertSpotList.specification",
  63. "price": "@insertSpotList.price",
  64. "unit": "@insertSpotList.unit",
  65. "brandId": "@insertSpotList.brandId",
  66. "brandName": "@insertSpotList.brand",
  67. "amount": "@insertSpotList.amount",
  68. "providerName": "@insertSpotList.providerName",
  69. "providerId": "@insertSpotList.providerId",
  70. "note": "@insertSpotList.note",
  71. "partRepId": "@insertSpotList.partRepId"
  72. }
  73. }
  74. ]
  75. }
  76. ]
  77. }