所有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 initArrivalStateContact() {
|
||||
@@ -6,6 +8,8 @@ export function initArrivalStateContact() {
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '车间管理_到货情况_查询数据_新1'
|
||||
}
|
||||
@@ -17,6 +21,8 @@ export function searchArrivalState(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