diff --git a/src/api/warehouse/warehouseRetentionRecord.js b/src/api/warehouse/warehouseRetentionRecord.js index e1bebe97..18852b61 100644 --- a/src/api/warehouse/warehouseRetentionRecord.js +++ b/src/api/warehouse/warehouseRetentionRecord.js @@ -97,7 +97,7 @@ export const $_RetentionWarehouseRetentionRecord = params => { export const $_warehouseRetentionRecordPage = params => { return request({ - url: '/api/logpm-warehouse/warehouseRetentionRecord/page', + url: '/api/logpm-warehouse/warehouseRetentionScan/page', method: 'get', params, }); diff --git a/src/option/warehouse/warehouseRetentionRecord.js b/src/option/warehouse/warehouseRetentionRecord.js index e467011d..e589cb3c 100644 --- a/src/option/warehouse/warehouseRetentionRecord.js +++ b/src/option/warehouse/warehouseRetentionRecord.js @@ -1,237 +1,195 @@ -export default { - height: 'auto', - calcHeight: 30, - tip: false, - searchShow: false, - searchMenuSpan: 6, - border: true, - index: true, - viewBtn: true, - selection: true, - menu: false, - 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: '滞留类型', - prop: 'retentionType', - type: 'select', - dicUrl: '/api/blade-system/dict-biz/dictionary?code=retention_type', - props: { - label: 'dictValue', - value: 'dictKey', +export const columnList = [ + { + prop: '', + label: '复选框', + type: 0, + values: '', + width: '55', + checkarr: [], + fixed: true, + sortable: true, + head: false, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: '55', + checkarr: [], + fixed: true, + sortable: true, + head: false, + }, + { + prop: 'trainNumber', + label: '车次号', + type: 1, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'reservationCode', + label: '预约编号', + type: 1, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'waybillNumber', + label: '运单号', + type: 1, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'orderCode', + label: '订单自编号', + type: 2, + values: '', + width: '240', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + + { + prop: 'orderPackageCode', + label: '包条码', + type: 1, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + + { + prop: 'materialNumber', + label: '物料编码', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + + { + prop: 'materialName', + label: '物料名称', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + + { + prop: 'retentionScanTime', + label: '滞留扫描时间', + type: 1, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'retentionScanUsername', + label: '滞留操作人', + type: 1, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'retentionQuantity', + label: '数量', + type: 1, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + + { + prop: 'warehouseName', + label: '仓库名称', + type: 1, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + + { + prop: 'retentionWayName', + label: '滞留方式', + type: 3, + values: '', + width: '180', + checkarr: [ + { + label: '扫描', + value: 1, }, - }, - { - 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', - }, - ], -}; + { + label: '文员', + value: 2, + }, + ], + fixed: false, + sortable: true, + }, + { + prop: 'scanTypeName', + label: '滞留操作类型', + type: 3, + values: '', + width: '180', + checkarr: [ + { + label: '包件', + value: 1, + }, + { + label: '订单', + value: 2, + }, + { + label: '托盘', + value: 3, + }, + ], + fixed: false, + sortable: true, + }, + { + prop: '', + label: '操作', + type: 6, + values: '', + width: '250', + checkarr: [], + fixed: 'right', + sortable: false, + }, +]; diff --git a/src/page/login/aiqa.vue b/src/page/login/aiqa.vue index 8331e00d..b52aed5a 100644 --- a/src/page/login/aiqa.vue +++ b/src/page/login/aiqa.vue @@ -1,7 +1,8 @@