p2.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": 304,
  11. "inPastureId": 17,
  12. "applyCode": "DB00221012002",
  13. "empId": 2435,
  14. "applyDate": "2022-10-12",
  15. "groupName": ""
  16. }
  17. },
  18. {
  19. "name": "insertSpotList",
  20. "resultmaps": {
  21. "list": [
  22. {
  23. "bigId": 544995,
  24. "brand": "山猫",
  25. "brandId": 2035,
  26. "contractId": 518361,
  27. "enable": 1,
  28. "id": 449718,
  29. "inventoryType": 1,
  30. "isZeroStock": 0,
  31. "locationId": 9746,
  32. "partCode": "14.02.02.04.000064",
  33. "partId": 449718,
  34. "partName": "机油滤芯",
  35. "partRepId": 421755,
  36. "pastureId": 18,
  37. "pastureName": "马鞍山牧场,现代牧业,汶上牧场,商河牧场,合肥牧场,蚌埠牧场,洪雅牧场,宝鸡牧场,和林牧场,恒盛牧场,察北牧场,塞一牧场,塞二牧场,塞三牧场,塞四牧场,通辽牧场,双城牧场,尚志牧场,西藏牧场,新乐牧场",
  38. "planAmount": "1.00",
  39. "price": "100",
  40. "providerId": 1978,
  41. "providerName": "河北山猫",
  42. "remark": "货期5-7",
  43. "reportery": "3.00",
  44. "specification": "6675517",
  45. "unit": "只",
  46. "srcpath": "",
  47. "picpath": "",
  48. "amount": "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. }