所有js页日志

This commit is contained in:
Vergil
2020-02-11 11:10:09 +08:00
parent 72675987b6
commit 8cc1acc245
199 changed files with 4301 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
import request from '@/utils/request'
import state from '@/store'
import router from '@/router'
// 交换件查询
export function searchExchangePart(pageCurrent, pageSize) {
@@ -6,6 +8,8 @@ export function searchExchangePart(pageCurrent, pageSize) {
url: '',
method: 'post',
data: {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
name: '库存管理_交换件_交换件审批查询',
Pagination: pageCurrent + '&' + pageSize
@@ -18,6 +22,8 @@ export function approvalExchangepart(data1, data2, data22, data3, data33, data4)
url: '',
method: 'post',
data: {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '2',
name: '库存管理_交换件_交换件审批通过',
param: '交换单流水号=' + data1 + '&交换件采购合同明细流水号=' + data2 + '&被交换件采购合同明细流水号=' + data22 + '&交换件货位流水号=' + data3 + '&被交换货位流水号=' + data33 + '&交换数量=' + data4
@@ -31,6 +37,8 @@ export function disappExchangepart(data1, data2) {
url: '',
method: 'post',
data: {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '2',
name: '库存管理_交换件_交换件审批拒绝',
param: '交换单流水号=' + data1 + '&不通过原因=' + data2