所有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 addList(peopleNumber) {
|
||||
@@ -6,6 +8,8 @@ export function addList(peopleNumber) {
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '2',
|
||||
name: '车间生产管理工艺_备料管理_领料单增加',
|
||||
param: '领料人流水号=' + peopleNumber
|
||||
@@ -18,6 +22,8 @@ export function searchList(pageCurrent, pageSize, listNumber_check, listNumber)
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '车间生产管理工艺_备料管理_查询备料领料单',
|
||||
param: '领料单编号_check=' + listNumber_check + '&领料单编号=' + listNumber,
|
||||
@@ -31,6 +37,8 @@ export function dropListDetailBasic(...params) {
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '2',
|
||||
name: '车间生产管理工艺_备料管理_备料领料单明细移除',
|
||||
param: `备料领料单明细流水号=${params[0]}&是否外购=${params[1]}&工艺计划流水号=${params[2]}`
|
||||
@@ -43,6 +51,8 @@ export function initProject() {
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '车间生产管理工艺_项目查询'
|
||||
}
|
||||
@@ -54,6 +64,8 @@ export function searchmachine(check, num) {
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: 'PDM_机床名称_查询数据',
|
||||
param: '项目流水号_check=' + check + '=int&项目流水号=' + num
|
||||
@@ -66,6 +78,8 @@ export function searchTeam(machineNumber) {
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: 'PDM_组件名称_查询数据',
|
||||
param: '机床流水号=' + machineNumber
|
||||
@@ -78,6 +92,8 @@ export function searchBasicPart(pageCurrent, pageSize, project_check, project, m
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '车间生产管理工艺_备料管理_自家备料零件查询',
|
||||
param: '项目流水号_check=' + project_check + '&项目流水号=' + project + '&机床流水号_check=' + machine_check + '&机床流水号=' + machine + '&组件流水号_check=' + group_check + '&组件流水号=' + group,
|
||||
@@ -91,6 +107,8 @@ export function searchPurchasePart(pageCurrent, pageSize, project_check, project
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '车间生产管理工艺_备料管理_外购备料零件查询',
|
||||
param: '项目流水号_check=' + project_check + '&项目流水号=' + project + '&机床流水号_check=' + machine_check + '&机床流水号=' + machine + '&组件流水号_check=' + group_check + '&组件流水号=' + group,
|
||||
@@ -104,6 +122,8 @@ export function addBasicList(listNumber, num1) {
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '2',
|
||||
name: '车间生产管理工艺_备料管理_自家备料选入',
|
||||
param: '备料领料单流水号=' + listNumber + '&工艺计划流水号=' + num1
|
||||
@@ -116,6 +136,8 @@ export function addPurchaseList(listNumber, num1) {
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '2',
|
||||
name: '车间生产管理工艺_备料管理_外购备料选入',
|
||||
param: '备料领料单流水号=' + listNumber + '&工艺计划流水号=' + num1
|
||||
@@ -128,6 +150,8 @@ export function searchListDetail(listNumber) {
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '车间生产管理工艺_备料管理_备料领料单明细查询',
|
||||
param: '备料领料单流水号=' + listNumber
|
||||
@@ -140,6 +164,8 @@ export function dropList(PickingListNumberx) {
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '2',
|
||||
name: '车间生产管理工艺_备料管理_备料领料单删除',
|
||||
param: '备料领料单流水号=' + PickingListNumberx
|
||||
|
||||
Reference in New Issue
Block a user