所有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 searchBacklogUseRecord(pageCurrent, pageSize, status) {
|
||||
@@ -6,6 +8,8 @@ export function searchBacklogUseRecord(pageCurrent, pageSize, status) {
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '采购管理_滞货使用记录_查询数据',
|
||||
param: '关联状态=' + status,
|
||||
@@ -19,6 +23,8 @@ export function searchBacklogLocation(num) {
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '采购管理_滞货物料与货位_查询数据',
|
||||
param: '物料流水号=' + num
|
||||
@@ -31,6 +37,8 @@ export function submitConnectBacklog(...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 searchBacklogConnectDetail(num) {
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '采购管理_滞货关联明细_查询数据',
|
||||
param: '滞货使用流水号=' + num
|
||||
|
||||
Reference in New Issue
Block a user