工单报备,工单详情

This commit is contained in:
zxl
2023-08-15 17:20:21 +08:00
parent ad809b38e6
commit c27a99d0ac
10 changed files with 311 additions and 183 deletions
+9
View File
@@ -34,3 +34,12 @@ export function orderReporting(data){
data
})
}
// 修改结算信息
export function updateOrderSettlement(data){
return request({
url:'/supplierAppV2/dispatchApp/order/updateOrderSettlement',
method:'POST',
contentType:'application/json',
data
})
}