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.
 
 
 
 

711 lines
15 KiB

export default {
height:'auto',
calcHeight: 30,
tip: false,
searchShow: true,
searchMenuSpan: 6,
border: true,
index: true,
menu:true,
viewBtn: true,
addBtn:true,
selection: true,
indexLabel:"序号",
indexWidth:'80',
dialogClickModal: false,
column: [
{
label: "租户号",
prop: "tenantId",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "创建人",
prop: "createUser",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "创建时间",
prop: "createTime",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "更新人",
prop: "updateUser",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "更新时间",
prop: "updateTime",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "状态",
prop: "status",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "是否已删除",
prop: "isDeleted",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "创建部门",
prop: "createDept",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "主键",
prop: "id",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "预留1",
prop: "reserve1",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "预留2",
prop: "reserve2",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "预留3",
prop: "reserve3",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "预留4",
prop: "reserve4",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "预留5",
prop: "reserve5",
type: "input",
viewDisplay: false,
addDisplay: false,
editDisplay: false,
hide: true,
},
{
label: "仓库名称",
prop: "name",
type: "input",
search:true,
rules:[{
required: true,
message: "请输入仓库名称",
trigger: "blur"
}],
span:12,
labelWidth:'120',
width:'120'
},
{
label: "仓库编码",
prop: "warehouseCode",
type: "input",
rules:[{
required: true,
message: "请输入仓库代码",
trigger: "blur"
}],
span:12,
labelWidth:'120',
width:'100'
},
{
label: "仓库简称",
prop: "abbreviation",
type: "input",
labelWidth:'120',
width:'100'
},
{
label: "联系人",
prop: "linkman",
type: "input",
search:true,
span:12,
labelWidth:'120',
width:'120',
rules:[{
required: true,
message: "请填写联系人",
trigger: "blur"
}],
},
{
label: "联系电话",
prop: "contactNumber",
type: "input",
search: true,
rules:[{
required: true,
message: "请填写联系电话",
trigger: "blur"
}],
span:12,
labelWidth:'120',
width:'120'
},
{
label: "事业线",
prop: "businessLine",
type: "input",
search:false,
span:12,
labelWidth:'120',
width:'90',
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true
},
// {
// label: "配送商场",
// prop: "distributionMall",
// type: "input",
// span:12,
// labelWidth:'120',
// width:'100'
// },
{
label: "管理区域",
prop: "administrativeAreas",
type: "cascader",
search:true,
multiple:true,
span:12,
placeholder:'省/市/区',
dicUrl: '/blade-system/region/lazy-listAll',
checkStrictly:true,
// dicData:dicData ,
props: {
label:'label',
value:'value',
children:'children',
leaf:'leaf',
},
labelWidth:'120',
width:'100',
},
{
label: "职能类型",
prop: "functionType",
type: "select",
span:12,
labelWidth:'120',
width:'90',
search: true,
dicUrl: "/api/blade-system/dict-biz/dictionary?code=warehouse_function_type",
dataType: "number",
props:{
label: "dictValue",
value: "dictKey"
},
},
{
label: "仓库地址",
prop: "warehouseAddress",
type: "input",
span:12,
labelWidth:'120',
width:'180',
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: false,
},
//数据库数据
{
label: '仓库地区',
prop: 'addressInfo',
type: "cascader",
search: true,
labelWidth:'120',
width:'180',
clearable:true,
placeholder:'省/市/区',
dicUrl: '/blade-system/region/lazy-listAll',
checkStrictly:true,
// dicData:dicData ,
props: {
label:'label',
value:'value',
children:'children',
leaf:'leaf',
},
addDisplay: true,
editDisplay: false,
viewDisplay: true,
hide: false,
},
//表单数据
{
label: "仓库地址",
prop: "address",
type: "map",
span:12,
labelWidth:'120',
width:'180',
params:{
zoom: 8,
//地图是否能够鼠拖移
zoomEnable: true,
//地图是否能够缩放
dragEnable: true,
value:''
},
rules:[{
required: true,
message: "请输入仓库地址",
trigger: "blur"
}],
clearable:false,
addDisplay: true,
editDisplay: true,
hide: true,
},
{
label: "经度",
prop: "longitude",
type: "input",
span:12,
labelWidth:'120',
width:'120',
addDisplay: false,
editDisplay: false,
hide: true,
},
{
label: "纬度",
prop: "latitude",
type: "input",
span:12,
labelWidth:'120',
width:'120',
addDisplay: false,
editDisplay: false,
hide: true,
},
{
label: "所属部门",
prop: "departmentName",
type: "input",
span:12,
labelWidth:'120',
width:'120',
addDisplay: false,
editDisplay: false,
},
{
label: "所属部门",
prop: "department",
search: true,
type: "tree",
span:12,
labelWidth:'120',
width:'100',
dicUrl: '/api/blade-system/dept/lazy-tree?parentId=0',
props:{
label: "title",
value: "id"
},
hide: true,
addDisplay: true,
editDisplay: true,
viewDisplay: false,
lazy: true,
treeLoad: (node, resolve) => {
// console.log(">>>>>>>>>>",node);
let stop_level = 3;
let level = node.level; // 0
let data = node.data || {}
let code = data.id;
let list = [];
let callback = () => {
console.log(">>>>>>>>>>",node);
this.departmentName = data.title;
resolve((list || []).map(ele => {
return Object.assign(ele, {
leaf: level >= stop_level
})
}));
}
if (level == 0) {
axios.get(`/api/blade-system/dept/lazy-tree?parentId=0`).then(res => {
list = res.data.data;
callback()
})
}
if (level == 1) {
axios.get(`/api/blade-system/dept/lazy-tree?parentId=${code}`).then(res => {
list = res.data.data;
callback()
})
} else if (level == 2) {
axios.get(`/api/blade-system/dept/lazy-tree?parentId=${code}`).then(res => {
list = res.data.data;
callback()
})
} else if (level == 3) {
axios.get(`/api/blade-system/dept/lazy-tree?parentId=${code}`).then(res => {
list = res.data.data;
callback()
})
} else {
list = []
callback()
}
}
},
{
label: "仓库类型",
prop: "warehouseType",
type: "select",
dicUrl: "/api/blade-system/dict-biz/dictionary?code=warehouse_type",
dataType: "number",
props:{
label: "dictValue",
value: "dictKey"
},
search:true,
span:12,
labelWidth:'120',
width:'100',
rules:[{
required: true,
message: "请选择仓库类型",
trigger: "change"
}],
},
{
label: "消防等级",
prop: "fireGrade",
type: "select",
search: true,
dicUrl: "/api/blade-system/dict-biz/dictionary?code=warehouse_grade",
props: {
label: "dictValue",
value: "dictKey"
},
span:12,
labelWidth:'120',
width:'100',
rules:[{
required: true,
message: "请选择消防等级",
trigger: "change"
}],
},
{
label: "是否有消防等级",
prop: "fireRatingNot",
type: "select",
dicUrl: "/api/blade-system/dict-biz/dictionary?code=yes_no",
props: {
label: "dictValue",
value: "dictKey"
},
span:12,
labelWidth:'120',
width:'130'
},
// {
// label: "商家仓",
// prop: "merchantFactory",
// type: "select",
// dicUrl: "/api/blade-system/dict-biz/dictionary?code=yes_no",
// props: {
// label: "dictValue",
// value: "dictKey"
// },
// span:12,
// labelWidth:'120',
// width:'90'
//
// },
{
label: "仓库结构",
prop: "warehouseStructure",
type: "select",
search: true,
dicUrl: "/api/blade-system/dict-biz/dictionary?code=warehouse_structure",
props: {
label: "dictValue",
value: "dictKey"
},
span:12,
labelWidth:'120',
width:'100',
rules:[{
required: true,
message: "请选择仓库结构",
trigger: "change"
}],
},
{
label: "是否高架",
prop: "elevatedNot",
type: "select",
dicUrl: "/api/blade-system/dict-biz/dictionary?code=yes_no",
props: {
label: "dictValue",
value: "dictKey"
},
span:12,
labelWidth:'120',
width:'100',
rules:[{
required: true,
message: "请选择是否为高架",
trigger: "change"
}],
},
{
label: "仓库层高",
prop: "storeyHeight",
type: "input",
span:12,
labelWidth:'120',
width:'120'
},
{
label: "电力类型",
prop: "powerCondition",
type: "select",
span:12,
labelWidth:'120',
search: true,
dicUrl: "/api/blade-system/dict-biz/dictionary?code=power_condition",
props: {
label: "dictValue",
value: "dictKey"
},
width:'100',
rules:[{
required: true,
message: "请选择用电类型",
trigger: "change"
}],
},
{
label: "租金单价",
prop: "unitPrice",
type: "input",
span:12,
labelWidth:'120',
width:'70'
},
{
label: "面积",
prop: "acreage",
type: "input",
span:12,
labelWidth:'120',
width:'70'
},
{ label: "开始时间",
prop: "startDate",
type: "date",
format:'YYYY-MM-DD',
valueFormat:'YYYY-MM-DD',
placeholder:'请选择租赁开始时间',
span:12,
labelWidth:'120',
width:'120',
viewDisplay: true,
addDisplay: false,
editDisplay: false,
hide: false,
},
{ label: "到期时间",
prop: "endDate",
type: "date",
format:'YYYY-MM-DD',
valueFormat:'YYYY-MM-DD',
placeholder:'请选择租赁结束时间',
span:12,
labelWidth:'120',
width:'120',
viewDisplay: true,
addDisplay: false,
editDisplay: false,
hide: false,
},
{
label: "租金类型",
prop: "rentType",
type: "select",
search: true,
dicUrl: "/api/blade-system/dict-biz/dictionary?code=rent_type",
props: {
label: "dictValue",
value: "dictKey"
},
span:12,
labelWidth:'120',
width:'100',
rules:[{
required: true,
message: "请选择租金类型",
trigger: "change"
}],
},
{
label: "仓库等级",
prop: "grade",
type: "select",
search: true,
dicUrl: "/api/blade-system/dict-biz/dictionary?code=warehouse_grade",
props: {
label: "dictValue",
value: "dictKey"
},
span:12,
labelWidth:'120',
width:'100',
rules:[{
required: true,
message: "请选择仓库等级",
trigger: "change"
}],
},
{
label: "管理费",
prop: "administrativeFee",
type: "input",
span:12,
labelWidth:'120',
width:'90'
},
{
label: "库位数",
prop: "seating",
type: "input",
span:12,
labelWidth:'120',
width:'90'
},
{
label: "日期范围",
prop: "daterange",
type: "daterange",
format:'YYYY-MM-DD',
valueFormat:'YYYY-MM-DD',
startPlaceholder: '租赁开始日期',
endPlaceholder: '租赁结束日期',
span:12,
labelWidth:'120',
width:'120',
search: true,
searchRange: true,
searchSpan: 12,
rules:[{
required: true,
message: "请选择租赁时间",
trigger: "change"
}],
viewDisplay: false,
addDisplay: true,
editDisplay: true,
hide: true,
},
{
label: "备注",
prop: "remarks",
type: "input",
span:12,
labelWidth:'120',
width:'70'
},
{
label: "收款码",
prop: "paymentCodeUrl",
type: "upload",
dataType: 'string',
listType: 'picture-img',
hide: true,
labelWidth:'150',
span:11,
multiple:false,
width:"200px",
align:'left',
action: '/blade-resource/oss/endpoint/put-file',
propsHttp: {
res: 'data',
url: 'link',
},
addDisplay: true,
viewDisplay: true,
editDisplay: true,
},
]
}