Commit f5e8c8e8 authored by 高宇's avatar 高宇

Merge remote-tracking branch 'origin/project9-8' into project9-8

parents 6c4a6b61 ff6aacd4
......@@ -9,7 +9,8 @@ import Qs from 'qs'
* 5. 逻辑删除
* 6. 导出
* 7. 导出全部信息
* 8.审批
* 8. 审批
* 9. 获取单号
*/
// 1. 查询列表
......@@ -78,3 +79,11 @@ export function approveInformation(data) {
headers: { 'Content-Type': 'application/json;charset=utf8' }
})
}
// 9.获取单号
export function getJcCode(data) {
return request({
url: '/incomeinspectinfo/getJcCode',
method: 'get'
})
}
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