更新
This commit is contained in:
25
src/api/PurchasingCenter/PurchasingEfficiencyAnalysis.js
Normal file
25
src/api/PurchasingCenter/PurchasingEfficiencyAnalysis.js
Normal file
@@ -0,0 +1,25 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
export function getData(date1, date2) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '采购管理_采购效率_查询数据_折线图',
|
||||
param: '开始时间=' + date1 + '&结束时间=' + date2
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
export function getData1(num) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '采购管理_采购效率分析_查询',
|
||||
param: '采购合同流水号=' + num
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user