This commit is contained in:
Vergil
2020-02-10 10:03:21 +08:00
parent 47e25ccf26
commit 8d15e4f9a3
5 changed files with 4 additions and 13 deletions

View File

@@ -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,