宏图
This commit is contained in:
@@ -3,11 +3,11 @@ import state from '@/store'
|
||||
|
||||
// 查询表格数据
|
||||
export function searchtable(check1, ManufacturerAbbreviation, check2, starttime, endTime, pageCurrent, pageSize) {
|
||||
console.log(state.state.user.id, 22222)
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
type: '1',
|
||||
name: '车间生产管理工艺_外协付款_查询',
|
||||
param: '外协厂家_check=' + check1 + '&外协厂家=' + ManufacturerAbbreviation + '&时间_check=' + check2 + '&开始时间=' + starttime + '&结束时间=' + endTime,
|
||||
|
||||
Reference in New Issue
Block a user