88
This commit is contained in:
@@ -11,6 +11,18 @@ export function initProject() {
|
||||
}
|
||||
})
|
||||
}
|
||||
// 三表下达时间查询
|
||||
export function DeliveryTimeSelect(num) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: 'PDM_三表下达时间_查询数据',
|
||||
param: '组件流水号=' + num
|
||||
}
|
||||
})
|
||||
}
|
||||
// 组件查询
|
||||
export function searchgroup(num) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user