move select to material

This commit is contained in:
sxu 2024-08-19 13:02:18 +08:00
parent fd7bafeea7
commit b7b196d06b
12 changed files with 24 additions and 24 deletions

View File

@ -90,7 +90,7 @@ export function getLeaseAuditListAll(query) {
// 获取 来往单位 列表 // 获取 来往单位 列表
export function getUnitData(params = {}) { export function getUnitData(params = {}) {
return request({ return request({
url: '/system/select/getUnitCbx', url: '/material/select/getUnitCbx',
method: 'post', method: 'post',
data: params data: params
}) })
@ -99,7 +99,7 @@ export function getUnitData(params = {}) {
// 获取 工程 列表 // 获取 工程 列表
export function getProData(params = {}) { export function getProData(params = {}) {
return request({ return request({
url: '/system/select/getSectionEngineeringCbx', url: '/material/select/getSectionEngineeringCbx',
method: 'post', method: 'post',
data: params data: params
}) })
@ -108,7 +108,7 @@ export function getProData(params = {}) {
// 获取 设备树 // 获取 设备树
export function getDeviceTypeTree(params = {}) { export function getDeviceTypeTree(params = {}) {
return request({ return request({
url: '/system/select/getDeviceTypeTree', url: '/material/select/getDeviceTypeTree',
method: 'post', method: 'post',
data: params data: params
}) })
@ -117,7 +117,7 @@ export function getDeviceTypeTree(params = {}) {
// 根据单位id和工程id 获取 协议id // 根据单位id和工程id 获取 协议id
export function getAgreementInfoById(params = {}) { export function getAgreementInfoById(params = {}) {
return request({ return request({
url: '/system/select/getAgreementInfoById', url: '/material/select/getAgreementInfoById',
method: 'post', method: 'post',
data: params data: params
}) })

View File

@ -209,7 +209,7 @@ export function warehousingEntry(query) {
// 配件所属上级树 // 配件所属上级树
export function getAccessoryTree(data) { export function getAccessoryTree(data) {
return request({ return request({
url: '/system/select/getAccessoryTree', url: '/material/select/getAccessoryTree',
method: 'post', method: 'post',
data: data, data: data,
}) })

View File

@ -5,7 +5,7 @@ const addOrUpdateUrl = '/material/maWhole/addOrUpdate' // 添加
const selectListUrl = '/material/maWhole/selectList' // 查询首页 const selectListUrl = '/material/maWhole/selectList' // 查询首页
const selectListByIdUrl = '/material/maWhole/selectListById' // 查询详情 const selectListByIdUrl = '/material/maWhole/selectListById' // 查询详情
const deleteByIdUrl = '/material/maWhole/deleteById' // 删除 const deleteByIdUrl = '/material/maWhole/deleteById' // 删除
const treeTypeUrl = '/system/select/getDeviceTypeTree' // 设备树 const treeTypeUrl = '/material/select/getDeviceTypeTree' // 设备树
const selectListTreeUrl = '/material/maWhole/selectListTree' // 编辑查询 const selectListTreeUrl = '/material/maWhole/selectListTree' // 编辑查询
// 物品类型 选择配件 // 物品类型 选择配件

View File

@ -49,7 +49,7 @@ export function inputByType(data) {
// 获取 设备树 // 获取 设备树
export function getDeviceTypeTree(params = {}){ export function getDeviceTypeTree(params = {}){
return request({ return request({
url: '/system/select/getDeviceTypeTree', url: '/material/select/getDeviceTypeTree',
method: 'post', method: 'post',
data: params data: params
}) })

View File

@ -22,7 +22,7 @@ export function exportList(params = {}){
// 获取 来往单位 列表 // 获取 来往单位 列表
export function getUnitData(params = {}){ export function getUnitData(params = {}){
return request({ return request({
url: '/system/select/getUnitCbx', url: '/material/select/getUnitCbx',
method: 'post', method: 'post',
data: params data: params
}) })
@ -31,7 +31,7 @@ export function getUnitData(params = {}){
// 获取 工程 列表 // 获取 工程 列表
export function getProData(params = {}){ export function getProData(params = {}){
return request({ return request({
url: '/system/select/getSectionEngineeringCbx', url: '/material/select/getSectionEngineeringCbx',
method: 'post', method: 'post',
data: params data: params
}) })

View File

@ -22,7 +22,7 @@ export function exportList(params = {}){
// 获取 来往单位 列表 // 获取 来往单位 列表
export function getUnitData(params = {}){ export function getUnitData(params = {}){
return request({ return request({
url: '/system/select/getUnitCbx', url: '/material/select/getUnitCbx',
method: 'post', method: 'post',
data: params data: params
}) })
@ -31,7 +31,7 @@ export function getUnitData(params = {}){
// 获取 工程 列表 // 获取 工程 列表
export function getProData(params = {}){ export function getProData(params = {}){
return request({ return request({
url: '/system/select/getSectionEngineeringCbx', url: '/material/select/getSectionEngineeringCbx',
method: 'post', method: 'post',
data: params data: params
}) })

View File

@ -22,7 +22,7 @@ export function exportList(params = {}){
// 获取 来往单位 列表 // 获取 来往单位 列表
export function getUnitData(params = {}){ export function getUnitData(params = {}){
return request({ return request({
url: '/system/select/getUnitCbx', url: '/material/select/getUnitCbx',
method: 'post', method: 'post',
data: params data: params
}) })
@ -31,7 +31,7 @@ export function getUnitData(params = {}){
// 获取 工程 列表 // 获取 工程 列表
export function getProData(params = {}){ export function getProData(params = {}){
return request({ return request({
url: '/system/select/getSectionEngineeringCbx', url: '/material/select/getSectionEngineeringCbx',
method: 'post', method: 'post',
data: params data: params
}) })

View File

@ -22,7 +22,7 @@ export function exportList(params = {}){
// 获取 来往单位 列表 // 获取 来往单位 列表
export function getUnitData(params = {}){ export function getUnitData(params = {}){
return request({ return request({
url: '/system/select/getUnitCbx', url: '/material/select/getUnitCbx',
method: 'post', method: 'post',
data: params data: params
}) })
@ -31,7 +31,7 @@ export function getUnitData(params = {}){
// 获取 工程 列表 // 获取 工程 列表
export function getProData(params = {}){ export function getProData(params = {}){
return request({ return request({
url: '/system/select/getSectionEngineeringCbx', url: '/material/select/getSectionEngineeringCbx',
method: 'post', method: 'post',
data: params data: params
}) })

View File

@ -22,7 +22,7 @@ export function exportList(params = {}){
// 获取 来往单位 列表 // 获取 来往单位 列表
export function getUnitData(params = {}){ export function getUnitData(params = {}){
return request({ return request({
url: '/system/select/getUnitCbx', url: '/material/select/getUnitCbx',
method: 'post', method: 'post',
data: params data: params
}) })
@ -31,7 +31,7 @@ export function getUnitData(params = {}){
// 获取 工程 列表 // 获取 工程 列表
export function getProData(params = {}){ export function getProData(params = {}){
return request({ return request({
url: '/system/select/getSectionEngineeringCbx', url: '/material/select/getSectionEngineeringCbx',
method: 'post', method: 'post',
data: params data: params
}) })

View File

@ -4,7 +4,7 @@ import request from '@/utils/request'
// 获取 来往单位 列表 // 获取 来往单位 列表
export function getUnitData(params = {}){ export function getUnitData(params = {}){
return request({ return request({
url: '/system/select/getUnitCbx', url: '/material/select/getUnitCbx',
method: 'post', method: 'post',
data: params data: params
}) })
@ -13,7 +13,7 @@ export function getUnitData(params = {}){
// 获取 工程 列表 // 获取 工程 列表
export function getProData(params = {}){ export function getProData(params = {}){
return request({ return request({
url: '/system/select/getSectionEngineeringCbx', url: '/material/select/getSectionEngineeringCbx',
method: 'post', method: 'post',
data: params data: params
}) })

View File

@ -22,7 +22,7 @@ export function exportList(params = {}){
// 获取 来往单位 列表 // 获取 来往单位 列表
export function getUnitData(params = {}){ export function getUnitData(params = {}){
return request({ return request({
url: '/system/select/getUnitCbx', url: '/material/select/getUnitCbx',
method: 'post', method: 'post',
data: params data: params
}) })
@ -31,7 +31,7 @@ export function getUnitData(params = {}){
// 获取 工程 列表 // 获取 工程 列表
export function getProData(params = {}){ export function getProData(params = {}){
return request({ return request({
url: '/system/select/getSectionEngineeringCbx', url: '/material/select/getSectionEngineeringCbx',
method: 'post', method: 'post',
data: params data: params
}) })

View File

@ -54,7 +54,7 @@ export function delDept(deptId) {
// 上级获取 // 上级获取
export function apiGetPartTree() { export function apiGetPartTree() {
return request({ return request({
url: '/system/select/getPartTree', url: '/material/select/getPartTree',
method: 'post', method: 'post',
data:{} data:{}
}) })