Merge branch 'macode20240818'

This commit is contained in:
sxu 2024-08-20 15:49:34 +08:00
commit 73c4f32a9f
12 changed files with 24 additions and 24 deletions

View File

@ -90,7 +90,7 @@ export function getLeaseAuditListAll(query) {
// 获取 来往单位 列表
export function getUnitData(params = {}) {
return request({
url: '/system/select/getUnitCbx',
url: '/material/select/getUnitCbx',
method: 'post',
data: params
})
@ -99,7 +99,7 @@ export function getUnitData(params = {}) {
// 获取 工程 列表
export function getProData(params = {}) {
return request({
url: '/system/select/getSectionEngineeringCbx',
url: '/material/select/getSectionEngineeringCbx',
method: 'post',
data: params
})
@ -108,7 +108,7 @@ export function getProData(params = {}) {
// 获取 设备树
export function getDeviceTypeTree(params = {}) {
return request({
url: '/system/select/getDeviceTypeTree',
url: '/material/select/getDeviceTypeTree',
method: 'post',
data: params
})
@ -117,7 +117,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
})

View File

@ -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,
})
@ -371,4 +371,4 @@ export function getBindCodeDetails(query) {
method: 'get',
params: query,
})
}
}

View File

@ -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' // 编辑查询
// 物品类型 选择配件

View File

@ -28,7 +28,7 @@ export function getRepairedList(data) {
params: data
})
}
//修试后入库--详情
export function getRepairedDetailList(data) {
return request({
@ -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
})

View File

@ -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
})

View File

@ -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
})

View File

@ -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
})

View File

@ -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
})

View File

@ -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
})

View File

@ -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
})

View File

@ -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
})

View File

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