代养小程序


领料申请-兽药新增

[TOC]

简要描述
  • 领料申请-兽药类型新增
请求URL
  • http://localhost:56898/outinterface/uploadData.json
请求方式
  • POST
参数
参数名 必选 类型 说明
manager string 管理员
FbjrBill string 发病记录
yzRhBatch string 批次档案
RecipientsType string 领用类型
entrys string 分录
entrys:batch string 分录批次档案
entrys:warehouse string 分录仓库
entrys:material string 分录物料
entrys:qty string 分录-领用数量
请求示例
  {
    "_EAS_BIZ_PATH_": "pigservice.business.PickingApply",
    "EAS_PATH": "pigservice.business.PickingApply",
    "manager": {
        "id": "lxkAAAA0012A733t"
    },
    "entrys": [
        {
            "batch": {
                "id": "lxkAAAC1m5dSsdKc"
            },
            "qty": 1,
            "warehouse": {
                "id": "lxkAAACwnte76fiu"
            },
            "material": {
                "id": "lxkAAAARceRECefw"
            }
        },
        {
            "batch": {
                "id": "lxkAAAC1m5dSsdKc"
            },
            "qty": 2,
            "warehouse": {
                "id": "lxkAAACwnte76fiu"
            },
            "material": {
                "id": "lxkAAAARdFhECefw"
            }
        }
    ],
    "FbjrBill": {
        "id": "lxkAAAC9ae+eT+j+"
    },
    "yzRhBatch": {
        "id": "lxkAAAC1m5dSsdKc"
    },
    "RecipientsType": {
        "id": "lxkAAAAn6+XgflMy"
    }
}
返回示例
 {
    "id": "lxkAAAC9nwkmgt4g",
    "message": "success",
    "result": "0",
    "data": {
        "id": "lxkAAAC9nwkmgt4g",
        "number": "0323-LLSQ-202209-0035"
    },
    "number": "0323-LLSQ-202209-0035"
}
返回参数说明
参数名 类型 说明
groupid int 用户组id,1:超级管理员;2:普通用户
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML