所有js页日志
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import request from '@/utils/request'
|
||||
import state from '@/store'
|
||||
import router from '@/router'
|
||||
|
||||
// 初始化项目
|
||||
export function initProject() {
|
||||
@@ -6,6 +8,8 @@ export function initProject() {
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: 'PDM_项目名称_查询数据'
|
||||
}
|
||||
@@ -16,6 +20,8 @@ export function initPerson() {
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
|
||||
param: '考核部门编号=9=int'
|
||||
@@ -28,6 +34,8 @@ export function searchTable(check1, machineNumberValue, pageCurrent, pageSize) {
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '车间装配管理_工艺任务_查询数据',
|
||||
param: '机床流水号_check=' + check1 + '=int&机床流水号=' + machineNumberValue,
|
||||
@@ -41,6 +49,8 @@ export function Preservation(ProcessSerialNumber, PersonnelNumber) {
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '2',
|
||||
name: '车间装配管理_装配工艺_任务分配',
|
||||
param: '工艺计划流水号=' + ProcessSerialNumber + '&人员编号=' + PersonnelNumber
|
||||
|
||||
Reference in New Issue
Block a user