You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
2.9 KiB
92 lines
2.9 KiB
// 默认配置
|
|
export const defalutMasterId = 'masterID'
|
|
|
|
// 示例数据
|
|
export const TestSchool = {
|
|
baseURL:'TestSchool/base',//主表-列表
|
|
detailURL:'app/test-school',//主表-明细 + 明细-查看主表
|
|
// detailInfoName:'asnNbr',//主表-明细查看详情的title名称
|
|
detailListURL:'TestStudentDetail/base',//明细-列表,
|
|
masterId:'masterId',//明细获取主表信息的masterId(默认)
|
|
masterName:'studentName'//明细获取主表信息的title名称
|
|
// parentURL:null,//明细-查看主表:特殊接口,如果没有则走detailURL
|
|
// deleteURL:null,//删除特殊URL
|
|
// addURL:null,//新增特殊URL
|
|
// editURL:null,//编辑特殊URL
|
|
// exportURL:'exportURL',//导出特殊URL
|
|
}
|
|
|
|
// 基础数据管理-导出配置
|
|
export const ExportCustomUserSetting = {
|
|
baseURL:'ExportCustomUserSetting/base',//主表-列表
|
|
detailURL:'app/export-custom-user-setting',//主表-明细 + 明细-查看主表
|
|
hasDetail:false,
|
|
}
|
|
|
|
export const Container = {
|
|
baseURL:'Container/base',//主表-列表
|
|
detailURL:'app/container',//主表-明细 + 明细-查看主表
|
|
detailListURL:'ContainerDetail/base',//明细-列表,
|
|
hasDetail:true,
|
|
isMaster:true
|
|
}
|
|
|
|
export const ContainerDetail = {
|
|
baseURL:'ContainerDetail/base',//主表-列表
|
|
detailURL:'app/container-detail',//主表-明细 + 明细-查看主表
|
|
hasDetail:true,
|
|
isMaster:false
|
|
}
|
|
|
|
export const ErpInventoryBalance = {
|
|
baseURL:'ErpInventoryBalance/base',//主表-列表
|
|
detailURL:'app/erp-inventory-balance',//主表-明细 + 明细-查看主表
|
|
hasDetail:false,
|
|
}
|
|
|
|
export const InventoryBalance = {
|
|
baseURL:'InventoryBalance/base',//主表-列表
|
|
detailURL:'app/inventory-balance',//主表-明细 + 明细-查看主表
|
|
hasDetail:false,
|
|
}
|
|
|
|
export const InventoryOccupied = {
|
|
baseURL:'InventoryOccupied/base',//主表-列表
|
|
detailURL:'app/inventory-occupied',//主表-明细 + 明细-查看主表
|
|
hasDetail:false,
|
|
}
|
|
|
|
export const InventoryPredictable = {
|
|
baseURL:'InventoryPredictable/base',//主表-列表
|
|
detailURL:'app/inventory-predictable',//主表-明细 + 明细-查看主表
|
|
hasDetail:false,
|
|
}
|
|
|
|
export const InventorySnapshot = {
|
|
baseURL:'InventorySnapshot/base',//主表-列表
|
|
detailURL:'app/inventory-snapshot',//主表-明细 + 明细-查看主表
|
|
hasDetail:false,
|
|
}
|
|
|
|
export const InventoryTransaction = {
|
|
baseURL:'InventoryTransaction/base',//主表-列表
|
|
detailURL:'app/inventory-transaction',//主表-明细 + 明细-查看主表
|
|
hasDetail:false,
|
|
}
|
|
|
|
export const InventoryTransferLog = {
|
|
baseURL:'InventoryTransferLog/base',//主表-列表
|
|
detailURL:'app/inventory-transfer-log',//主表-明细 + 明细-查看主表
|
|
hasDetail:false,
|
|
}
|
|
|
|
export const LocationCapacity = {
|
|
baseURL:'LocationCapacity/base',//主表-列表
|
|
detailURL:'app/location-capacity',//主表-明细 + 明细-查看主表
|
|
hasDetail:false,
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|