工单批次列表,工单批次详情

This commit is contained in:
2024-11-04 11:09:50 +08:00
parent 8aafdc9bff
commit 8a822e829d
6 changed files with 594 additions and 90 deletions

View File

@ -147,21 +147,29 @@ export function deleteImage(data){
//开票通知列表
export function notifyInvoiceList(data){
return request({
url:'/supplierAppV2/dispatchApp/accountRecord/notifyInvoiceList',
url:'/order/taskInvoiceBatch/selectPageList',
method:'POST',
contentType:'application/json',
data
})
}
// contentType:'application/json',
//开票通知详情
export function notifyInvoiceDetail(data){
return request({
url:'/supplierAppV2/dispatchApp/accountRecord/notifyInvoiceDetail',
url:'/order/taskInvoiceBatch/selectById',
method:'POST',
contentType:'application/json',
data
})
}
// 关联案件
export function getOrderListByInvoice(data) {
return request({
url:'/order/taskOrderCostHisRecord/selectPageList',
method:'POST',
data
})
}
// 调度app获取新签列表
export function pageList(data){
return request({