移动select接口
This commit is contained in:
parent
57bcb1cb9b
commit
762d64fb32
|
|
@ -89,7 +89,7 @@ export function getLeaseAuditListAll(query) {
|
|||
// 获取 来往单位 列表
|
||||
export function getUnitData(params = {}) {
|
||||
return request({
|
||||
url: '/system/select/getUnitCbx',
|
||||
url: '/material/select/getUnitCbx',
|
||||
method: 'post',
|
||||
data: params,
|
||||
})
|
||||
|
|
@ -98,7 +98,7 @@ export function getUnitData(params = {}) {
|
|||
// 获取 工程 列表
|
||||
export function getProData(params = {}) {
|
||||
return request({
|
||||
url: '/system/select/getSectionEngineeringCbx',
|
||||
url: '/material/select/getSectionEngineeringCbx',
|
||||
method: 'post',
|
||||
data: params,
|
||||
})
|
||||
|
|
@ -116,7 +116,7 @@ export function getDeviceTypeTree(params = {}) {
|
|||
// 根据单位id和工程id 获取 协议id
|
||||
export function getAgreementInfoById(params = {}) {
|
||||
return request({
|
||||
url: '/system/select/getAgreementInfoById',
|
||||
url: '/material/select/getAgreementInfoById',
|
||||
method: 'post',
|
||||
data: params,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -209,7 +209,7 @@ export function warehousingEntry(query) {
|
|||
// 配件所属上级树
|
||||
export function getAccessoryTree(data) {
|
||||
return request({
|
||||
url: '/system/select/getAccessoryTree',
|
||||
url: '/material/select/getAccessoryTree',
|
||||
method: 'post',
|
||||
data: data,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ const addOrUpdateUrl = '/material/maWhole/addOrUpdate' // 添加
|
|||
const selectListUrl = '/material/maWhole/selectList' // 查询首页
|
||||
const selectListByIdUrl = '/material/maWhole/selectListById' // 查询详情
|
||||
const deleteByIdUrl = '/material/maWhole/deleteById' // 删除
|
||||
const treeTypeUrl = '/system/select/getDeviceTypeTree' // 设备树
|
||||
const treeTypeUrl = '/material/select/getDeviceTypeTree' // 设备树
|
||||
const selectListTreeUrl = '/material/maWhole/selectListTree' // 编辑查询
|
||||
|
||||
// 物品类型 选择配件
|
||||
|
|
@ -69,4 +69,4 @@ export function editRequest(data) {
|
|||
method: 'post',
|
||||
data,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ export function inputByType(data) {
|
|||
// 获取 设备树
|
||||
export function getDeviceTypeTree(params = {}) {
|
||||
return request({
|
||||
url: '/system/select/getDeviceTypeTree',
|
||||
url: '/material/select/getDeviceTypeTree',
|
||||
method: 'post',
|
||||
data: params
|
||||
})
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ export function exportList(params = {}){
|
|||
// 获取 来往单位 列表
|
||||
export function getUnitData(params = {}){
|
||||
return request({
|
||||
url: '/system/select/getUnitCbx',
|
||||
url: '/material/select/getUnitCbx',
|
||||
method: 'post',
|
||||
data: params
|
||||
})
|
||||
|
|
@ -31,7 +31,7 @@ export function getUnitData(params = {}){
|
|||
// 获取 工程 列表
|
||||
export function getProData(params = {}){
|
||||
return request({
|
||||
url: '/system/select/getSectionEngineeringCbx',
|
||||
url: '/material/select/getSectionEngineeringCbx',
|
||||
method: 'post',
|
||||
data: params
|
||||
})
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ export function exportList(params = {}){
|
|||
// 获取 来往单位 列表
|
||||
export function getUnitData(params = {}){
|
||||
return request({
|
||||
url: '/system/select/getUnitCbx',
|
||||
url: '/material/select/getUnitCbx',
|
||||
method: 'post',
|
||||
data: params
|
||||
})
|
||||
|
|
@ -31,7 +31,7 @@ export function getUnitData(params = {}){
|
|||
// 获取 工程 列表
|
||||
export function getProData(params = {}){
|
||||
return request({
|
||||
url: '/system/select/getSectionEngineeringCbx',
|
||||
url: '/material/select/getSectionEngineeringCbx',
|
||||
method: 'post',
|
||||
data: params
|
||||
})
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ export function exportList(params = {}){
|
|||
// 获取 来往单位 列表
|
||||
export function getUnitData(params = {}){
|
||||
return request({
|
||||
url: '/system/select/getUnitCbx',
|
||||
url: '/material/select/getUnitCbx',
|
||||
method: 'post',
|
||||
data: params
|
||||
})
|
||||
|
|
@ -31,7 +31,7 @@ export function getUnitData(params = {}){
|
|||
// 获取 工程 列表
|
||||
export function getProData(params = {}){
|
||||
return request({
|
||||
url: '/system/select/getSectionEngineeringCbx',
|
||||
url: '/material/select/getSectionEngineeringCbx',
|
||||
method: 'post',
|
||||
data: params
|
||||
})
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ export function exportList(params = {}){
|
|||
// 获取 来往单位 列表
|
||||
export function getUnitData(params = {}){
|
||||
return request({
|
||||
url: '/system/select/getUnitCbx',
|
||||
url: '/material/select/getUnitCbx',
|
||||
method: 'post',
|
||||
data: params
|
||||
})
|
||||
|
|
@ -31,7 +31,7 @@ export function getUnitData(params = {}){
|
|||
// 获取 工程 列表
|
||||
export function getProData(params = {}){
|
||||
return request({
|
||||
url: '/system/select/getSectionEngineeringCbx',
|
||||
url: '/material/select/getSectionEngineeringCbx',
|
||||
method: 'post',
|
||||
data: params
|
||||
})
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ export function exportList(params = {}){
|
|||
// 获取 来往单位 列表
|
||||
export function getUnitData(params = {}){
|
||||
return request({
|
||||
url: '/system/select/getUnitCbx',
|
||||
url: '/material/select/getUnitCbx',
|
||||
method: 'post',
|
||||
data: params
|
||||
})
|
||||
|
|
@ -31,7 +31,7 @@ export function getUnitData(params = {}){
|
|||
// 获取 工程 列表
|
||||
export function getProData(params = {}){
|
||||
return request({
|
||||
url: '/system/select/getSectionEngineeringCbx',
|
||||
url: '/material/select/getSectionEngineeringCbx',
|
||||
method: 'post',
|
||||
data: params
|
||||
})
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import request from '@/utils/request'
|
|||
// 获取 来往单位 列表
|
||||
export function getUnitData(params = {}){
|
||||
return request({
|
||||
url: '/system/select/getUnitCbx',
|
||||
url: '/material/select/getUnitCbx',
|
||||
method: 'post',
|
||||
data: params
|
||||
})
|
||||
|
|
@ -13,7 +13,7 @@ export function getUnitData(params = {}){
|
|||
// 获取 工程 列表
|
||||
export function getProData(params = {}){
|
||||
return request({
|
||||
url: '/system/select/getSectionEngineeringCbx',
|
||||
url: '/material/select/getSectionEngineeringCbx',
|
||||
method: 'post',
|
||||
data: params
|
||||
})
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ export function exportList(params = {}){
|
|||
// 获取 来往单位 列表
|
||||
export function getUnitData(params = {}){
|
||||
return request({
|
||||
url: '/system/select/getUnitCbx',
|
||||
url: '/material/select/getUnitCbx',
|
||||
method: 'post',
|
||||
data: params
|
||||
})
|
||||
|
|
@ -31,7 +31,7 @@ export function getUnitData(params = {}){
|
|||
// 获取 工程 列表
|
||||
export function getProData(params = {}){
|
||||
return request({
|
||||
url: '/system/select/getSectionEngineeringCbx',
|
||||
url: '/material/select/getSectionEngineeringCbx',
|
||||
method: 'post',
|
||||
data: params
|
||||
})
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ export function delDept(deptId) {
|
|||
// 上级获取
|
||||
export function apiGetPartTree() {
|
||||
return request({
|
||||
url: '/system/select/getPartTree',
|
||||
url: '/material/select/getPartTree',
|
||||
method: 'post',
|
||||
data:{}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue