Commit caf032c7 authored by 高宇's avatar 高宇

2.印刷记录 在印刷弹出框在 废弃状态下加 bz dd machine dbxi dd是文本框带入用户名称,印刷记录新增详情功能

parent 4d659c21
......@@ -29,3 +29,11 @@ export function deleteYs(id) {
method: 'delete'
})
}
// 获取印刷详情接口
export function detailYs(id) {
return request({
url: '/wbwarehouseys/detail/' + id,
method: 'get'
})
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment