单位工程树选择接口修改
This commit is contained in:
parent
e55df9616c
commit
b552e96878
|
|
@ -12,7 +12,7 @@ export function getBackApplyList(query) {
|
||||||
// 工程下拉选
|
// 工程下拉选
|
||||||
export function getProjectList(data) {
|
export function getProjectList(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/material/select/getProjectList',
|
url: '/material/select/getMaterialProjectList',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data,
|
data: data,
|
||||||
})
|
})
|
||||||
|
|
@ -20,7 +20,7 @@ export function getProjectList(data) {
|
||||||
// 往来单位下拉选
|
// 往来单位下拉选
|
||||||
export function getUnitList(data) {
|
export function getUnitList(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/material/select/getUnitList',
|
url: '/material/select/getMaterialUnitList',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data,
|
data: data,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ export function getClzApplyInfo(id,query) {
|
||||||
// 领料申请租赁单位下拉框
|
// 领料申请租赁单位下拉框
|
||||||
export function getListUnite(data) {
|
export function getListUnite(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/material/select/getUnitList',
|
url: '/material/select/getMaterialUnitList',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data,
|
data: data,
|
||||||
})
|
})
|
||||||
|
|
@ -118,7 +118,7 @@ export function getPendingOutNumByTypeId(typeId) {
|
||||||
// 领料申请租赁工程下拉框
|
// 领料申请租赁工程下拉框
|
||||||
export function getListProject(data) {
|
export function getListProject(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/material/select/getProjectList',
|
url: '/material/select/getMaterialProjectList',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data,
|
data: data,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue