文档
测试

订单详情

GET
http://localhost:8094/web/plasticOrder/getOrderDetail?orderId=1

请求参数

参数名
类型
描述
必填
orderId
int
(母单id)示例:1
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
data
object
数据字典
必填
poId
int
(母单id)示例:1
必填
wsId
int
(车间id)示例:1
必填
type
int
(1原料入库 2领料生产 3成品入库 4成品出库)示例:1
必填
orderNum
string
(订单id示例:RIxxxxxxxxxx1
必填
totalWeight
int
(总重量)示例:10
必填
totalMoney
int
(总金额)示例:10
必填
weighbridgePic
string
(磅单)示例:https://smart-recovery.oss-cn-hangzhou.aliyuncs.com/pic/2022-02-14/f510767481a946babbafe1f2828e8c26.jpg
必填
carPic
string
(车头照)示例:https://smart-recovery.oss-cn-hangzhou.aliyuncs.com/pic/2022-02-14/f510767481a946babbafe1f2828e8c26.jpg
必填
sendPlace
string
(发货地/来源地)示例:
必填
isPerfect
int
(1未完善2 已完善)示例:2
必填
createTime
string
(添加时间)示例:2022-02-14 16:43:05
必填
orderSubclassList
array
数据列表
必填
posId
int
(子单id)示例:1
必填
poId
int
(母单id)示例:1
必填
categoryId
int
(分类id)示例:1
必填
num
int
(数量)示例:2
必填
price
int
(单价)示例:1
必填
money
int
(金额)示例:2
必填
getTime
string
(领料时间)示例:2022-02-14
必填
createTime
string
(添加时间)示例:2022-02-14 16:44:53
必填