1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "common": {
- "returnmap": "0"
- },
- "data": [
- {
- "name": "insertBigPartTransfer",
- "type": "e",
- "parammaps": {
- "pastureId": 304,
- "inPastureId": 17,
- "applyCode": "DB00221012002",
- "empId": 2435,
- "applyDate": "2022-10-12",
- "groupName": ""
- }
- },
- {
- "name": "insertSpotList",
- "resultmaps": {
- "list": [
- {
- "bigId": 544995,
- "brand": "山猫",
- "brandId": 2035,
- "contractId": 518361,
- "enable": 1,
- "id": 449718,
- "inventoryType": 1,
- "isZeroStock": 0,
- "locationId": 9746,
- "partCode": "14.02.02.04.000064",
- "partId": 449718,
- "partName": "机油滤芯",
- "partRepId": 421755,
- "pastureId": 18,
- "pastureName": "马鞍山牧场,现代牧业,汶上牧场,商河牧场,合肥牧场,蚌埠牧场,洪雅牧场,宝鸡牧场,和林牧场,恒盛牧场,察北牧场,塞一牧场,塞二牧场,塞三牧场,塞四牧场,通辽牧场,双城牧场,尚志牧场,西藏牧场,新乐牧场",
- "planAmount": "1.00",
- "price": "100",
- "providerId": 1978,
- "providerName": "河北山猫",
- "remark": "货期5-7",
- "reportery": "3.00",
- "specification": "6675517",
- "unit": "只",
- "srcpath": "",
- "picpath": "",
- "amount": "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"
- }
- }
- ]
- }
- ]
- }
|