1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "common": {
- "returnmap": "0"
- },
- "data": [
- {
- "name": "insertBigPartTransfer",
- "type": "e",
- "parammaps": {
- "pastureId": 31,
- "inPastureId": 17,
- "applyCode": "DB00220921001",
- "empId": "3",
- "applyDate": "2022-09-21"
- }
- },
- {
- "name": "insertSpotList",
- "resultmaps": {
- "list": [
- {
- "bigId": "544995",
- "brand": "山猫",
- "brandId": "2035",
- "contractId": "518364",
- "enable": "1",
- "id": "449722",
- "inventoryType": "1",
- "isZeroStock": "0",
- "locationId": "19508",
- "partCode": "04.05.15.01.000005",
- "partId": "449722",
- "partName": "空气内滤芯",
- "partRepId": "422178",
- "pastureId": "18",
- "pastureName": "马鞍山牧场,现代牧业,汶上牧场,商河牧场,合肥牧场,蚌埠牧场,洪雅牧场,宝鸡牧场,和林牧场,恒盛牧场,察北牧场,塞一牧场,塞二牧场,塞三牧场,塞四牧场,通辽牧场,双城牧场,尚志牧场,西藏牧场,新乐牧场",
- "planAmount": "1.00",
- "price": "145",
- "providerId": "1978",
- "providerName": "河北山猫",
- "remark": "货期5-7",
- "reportery": "3.00",
- "specification": "6598362",
- "unit": "只",
- "srcpath": "",
- "picpath": "",
- "amount": "1",
- "note": "1"
- }
- ]
- },
- "children": [
- {
- "name": "insertParttTransfer",
- "type": "e",
- "parammaps": {
- "bigId": "@insertBigPartTransfer.LastInsertId",
- "pastureId": "@insertSpotList.pastureId",
- "partId": "@insertSpotList.partId",
- "partCode": "@insertSpotList.partCode",
- "partName": "@insertSpotList.partName",
- "specification": "@insertSpotList.specification",
- "price": "@insertSpotList.price",
- "unit": "@insertSpotList.unit",
- "brandId": "@insertSpotList.brandId",
- "brandName": "@insertSpotList.brand",
- "amount": "@insertSpotList.amount",
- "providerName": "@insertSpotList.providerName",
- "providerId": "@insertSpotList.providerId",
- "note": "@insertSpotList.note",
- "partRepId": "@insertSpotList.partRepId"
- }
- }
- ]
- }
- ]
- }
|