Merge branch 'master' of http://192.168.0.149:10010/r/高精2.0
This commit is contained in:
@@ -189,14 +189,14 @@ export function selectProvince() {
|
||||
}
|
||||
})
|
||||
}
|
||||
export function SelectMarketingManager(code) {
|
||||
export function SelectMarketingManager() {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '客户关系管理系统_按姓名查询_营销经理',
|
||||
param: '姓名=' + code
|
||||
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
|
||||
param: '考核部门编号=7'
|
||||
}
|
||||
})
|
||||
}
|
||||
@@ -287,3 +287,35 @@ export function searchTimeAll() {
|
||||
}
|
||||
})
|
||||
}
|
||||
export function SelectPartment() {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '选择营销经理_部门查询'
|
||||
}
|
||||
})
|
||||
}
|
||||
export function SelectMarketingManager1(num) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
|
||||
param: '考核部门编号=' + num
|
||||
}
|
||||
})
|
||||
}
|
||||
export function addMarketingManager(MarketingManagerId, AdressID) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '2',
|
||||
name: '客户关系管理系统_营销经理_增加数据_MESWORK',
|
||||
param: '营销经理流水号=' + MarketingManagerId + '&省份流水号=' + AdressID + '&导入类型=0=int=output'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
@@ -41,6 +41,17 @@ export function initDepartmentName() {
|
||||
}
|
||||
})
|
||||
}
|
||||
export function yanzheng(num) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '库存管理_供货商验证_查询数据',
|
||||
param: '供货商=' + num
|
||||
}
|
||||
})
|
||||
}
|
||||
export function initMaterialCategory(check, DepartmentValue) {
|
||||
return request({
|
||||
url: '',
|
||||
|
||||
Reference in New Issue
Block a user