This commit is contained in:
jiangfuzhuang
2020-02-06 16:56:21 +08:00
parent aed3f2c83e
commit 1aef5b7d2e
2 changed files with 25 additions and 2 deletions

View File

@@ -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({