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.
232 lines
4.5 KiB
232 lines
4.5 KiB
2 years ago
|
export default {
|
||
|
height:'auto',
|
||
|
calcHeight: 30,
|
||
|
tip: false,
|
||
|
searchShow: true,
|
||
|
searchMenuSpan: 6,
|
||
|
border: true,
|
||
|
index: true,
|
||
|
viewBtn: true,
|
||
|
selection: true,
|
||
|
dialogClickModal: false,
|
||
|
column: [
|
||
|
{
|
||
|
label: "主键",
|
||
|
prop: "id",
|
||
|
type: "input",
|
||
|
addDisplay: false,
|
||
|
editDisplay: false,
|
||
|
viewDisplay: false,
|
||
|
hide: true,
|
||
|
},
|
||
|
{
|
||
|
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: "预留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",
|
||
|
addDisplay: false,
|
||
|
editDisplay: false,
|
||
|
viewDisplay: false,
|
||
|
hide: true,
|
||
|
},
|
||
|
{
|
||
|
label: "订单自编码",
|
||
|
prop: "orderCode",
|
||
|
type: "input",
|
||
|
},
|
||
|
{
|
||
|
label: "包件码",
|
||
|
prop: "packageCode",
|
||
|
type: "input",
|
||
|
},
|
||
|
{
|
||
|
label: "运单号",
|
||
|
prop: "waybillNo",
|
||
|
type: "input",
|
||
|
},
|
||
|
{
|
||
|
label: "滞留车次号",
|
||
|
prop: "retentionCarId",
|
||
|
type: "input",
|
||
|
addDisplay: false,
|
||
|
editDisplay: false,
|
||
|
viewDisplay: false,
|
||
|
hide: true,
|
||
|
},
|
||
|
{
|
||
|
label: "滞留车次号",
|
||
|
prop: "retentionCarNo",
|
||
|
type: "input",
|
||
|
},
|
||
|
{
|
||
|
label: "滞留仓库id",
|
||
|
prop: "retentionWarehouseId",
|
||
|
type: "input",
|
||
|
addDisplay: false,
|
||
|
editDisplay: false,
|
||
|
viewDisplay: false,
|
||
|
hide: true,
|
||
|
},
|
||
|
{
|
||
|
label: "滞留仓库名称",
|
||
|
prop: "retentionWarehouseName",
|
||
|
type: "input",
|
||
|
},
|
||
|
{
|
||
|
label: "滞留类型;1=装车滞留,2=配送滞留,3=取消滞留,4=出库滞留",
|
||
|
prop: "retentionType",
|
||
|
type: "input",
|
||
|
},
|
||
|
{
|
||
|
label: "装车时间",
|
||
|
prop: "assembleCarDate",
|
||
|
type: "input",
|
||
|
},
|
||
|
{
|
||
|
label: "装车人id",
|
||
|
prop: "assembleCarPersonId",
|
||
|
type: "input",
|
||
|
addDisplay: false,
|
||
|
editDisplay: false,
|
||
|
viewDisplay: false,
|
||
|
hide: true,
|
||
|
},
|
||
|
{
|
||
|
label: "装车人名称",
|
||
|
prop: "assembleCarPersonName",
|
||
|
type: "input",
|
||
|
},
|
||
|
{
|
||
|
label: "备注",
|
||
|
prop: "remark",
|
||
|
type: "input",
|
||
|
},
|
||
|
{
|
||
|
label: "取消滞留人id",
|
||
|
prop: "cancelRetentionUserId",
|
||
|
type: "input",
|
||
|
addDisplay: false,
|
||
|
editDisplay: false,
|
||
|
viewDisplay: false,
|
||
|
hide: true,
|
||
|
},
|
||
|
{
|
||
|
label: "取消滞留人名称",
|
||
|
prop: "cancelRetentionUserName",
|
||
|
type: "input",
|
||
|
},
|
||
|
{
|
||
|
label: "取消滞留备注",
|
||
|
prop: "cancelRemark",
|
||
|
type: "input",
|
||
|
},
|
||
|
]
|
||
|
}
|