This commit is contained in:
helloDy
2023-11-15 17:46:54 +08:00
parent aef062b4c9
commit e5966c27a3
10 changed files with 750 additions and 43 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Author: Do not edit
* @Date: 2023-10-21 11:50:46
* @LastEditTime: 2023-11-15 10:44:41
* @LastEditTime: 2023-11-15 17:19:19
* @LastEditors: DY
* @Description:
*/
@@ -144,3 +144,12 @@ export function statusChange(data) {
data: data
})
}
// 创建分配产量
export function createConCoreWOr(data) {
return request({
url: '/base/core-order-con-work-order/create',
method: 'post',
data: data
})
}