更新
This commit is contained in:
13
src/api/ManufacturingCenter/MonthEndHourAccounting.js
Normal file
13
src/api/ManufacturingCenter/MonthEndHourAccounting.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
export function searchTable(time, time1) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '工艺月底工时核算_查询数据',
|
||||
param: '开始时间=' + time + '&结束时间=' + time1
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user