feat(wms,crm,cost): 完成多模块功能更新与优化

1. 新增发货单明细统计接口调用
2. 移除成本页面复制配置按钮
3. 隐藏CRM合同订单编辑标签页
4. 优化发货单页面订单编号自动补全功能
5. 新增钢卷管理发货计划筛选与批量移单功能
This commit is contained in:
2026-05-29 14:28:56 +08:00
parent 6f488c74fc
commit b8ed505971
5 changed files with 302 additions and 99 deletions

View File

@@ -61,6 +61,14 @@ export function listBoundCoil(query) {
})
}
export function getBoundCoilStatisticsList(query) {
return request({
url: '/wms/deliveryWaybillDetail/statistics',
method: 'get',
params: query
})
}
// 按销售员查询订单明细的卷
export function listDeliveryWaybillDetailBySaleman(principal) {
return request({