加工顺序修改
This commit is contained in:
13
src/api/ManufacturingCenter/MachiningSequenceAdjustment.js
Normal file
13
src/api/ManufacturingCenter/MachiningSequenceAdjustment.js
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
import request from '@/utils/request'
|
||||||
|
// 初始化 项目名称
|
||||||
|
export function getEntryNameValue() {
|
||||||
|
return request({
|
||||||
|
url: '',
|
||||||
|
method: 'post',
|
||||||
|
data: {
|
||||||
|
type: '1',
|
||||||
|
name: '车间生产管理工艺_传递后_项目名称_查询数据',
|
||||||
|
param: '考核状态=5=int'
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user