更新生产管理-生产基础

This commit is contained in:
2023-08-03 15:27:39 +08:00
parent a49db190e3
commit 4350bafa23
22 changed files with 2370 additions and 1605 deletions

View File

@@ -33,7 +33,13 @@ export function getFactory(id) {
method: 'get'
})
}
// 获得工厂code
export function getCode() {
return request({
url: '/base/factory/getCode',
method: 'get'
})
}
// 获得工厂分页
export function getFactoryPage(query) {
return request({