diff --git a/src/api/basicdata/basicdataGoodsAllocation.js b/src/api/basicdata/basicdataGoodsAllocation.js index f142e96a..78b09d87 100644 --- a/src/api/basicdata/basicdataGoodsAllocation.js +++ b/src/api/basicdata/basicdataGoodsAllocation.js @@ -116,3 +116,12 @@ export const getQRCode = qrCode => { }, }); }; + +/** 获取货架 */ +export const getNode = () => { + return request({ + url: '/api/logpm-basicdata/goodsAllocation/getNode', + method: 'get', + params: {}, + }); +}; diff --git a/src/option/basicdata/basicdataGoodsAllocation.js b/src/option/basicdata/basicdataGoodsAllocation.js index b4d719b7..5553d26b 100644 --- a/src/option/basicdata/basicdataGoodsAllocation.js +++ b/src/option/basicdata/basicdataGoodsAllocation.js @@ -17,7 +17,7 @@ export const columnList = [ { prop: 'warehouseName', label: '仓库名称', - type: 3, + type: 2, values: '', width: '150', checkarr: [], @@ -28,7 +28,7 @@ export const columnList = [ { prop: 'goodsAreaName', label: '货区名称', - type: 2, + type: 1, values: '', width: '150', checkarr: [], @@ -38,7 +38,7 @@ export const columnList = [ { prop: 'goodsShelfName', label: '货架名称', - type: 2, + type: 1, values: '', width: '130', checkarr: [], @@ -76,9 +76,9 @@ export const columnList = [ sortable: true, }, { - prop: 'enableStatus', + prop: 'enableStatusName', label: '启用状态', - type: 3, + type: 14, values: '', width: '130', checkarr: [ @@ -89,7 +89,7 @@ export const columnList = [ sortable: true, }, { - prop: 'allocationStatus', + prop: 'allocationStatusName', label: '货位状态', type: 3, values: '', @@ -101,7 +101,7 @@ export const columnList = [ { prop: 'oldQrCode', label: '旧货位码', - type: 2, + type: 1, values: '', width: '130', checkarr: [], diff --git a/src/option/basicdata/basicdataGoodsAllocation1.js b/src/option/basicdata/basicdataGoodsAllocation1.js deleted file mode 100644 index 1a0a751d..00000000 --- a/src/option/basicdata/basicdataGoodsAllocation1.js +++ /dev/null @@ -1,331 +0,0 @@ -export default { - height: 'auto', - calcHeight: 30, - tip: false, - searchShow: false, //搜索展开 - searchMenuSpan: 6, - border: true, - index: true, - viewBtn: false, - selection: true, - editBtn: false, - delBtn: false, - addBtn: false, - indexWidth: '100', - indexLabel: '序号', - dialogClickModal: false, - column: [ - { - label: '租户号', - prop: 'tenantId', - type: 'input', - addDisplay: false, - editDisplay: false, - viewDisplay: false, - hide: true, - width: 'fit-content', - }, - { - label: '创建人', - prop: 'createUser', - type: 'input', - addDisplay: false, - editDisplay: false, - viewDisplay: false, - hide: true, - width: 'fit-content', - }, - { - label: '创建时间', - prop: 'createTime', - type: 'input', - addDisplay: false, - editDisplay: false, - viewDisplay: false, - hide: true, - width: 'fit-content', - }, - { - label: '更新人', - prop: 'updateUser', - type: 'input', - addDisplay: false, - editDisplay: false, - viewDisplay: false, - hide: true, - width: 'fit-content', - }, - { - label: '更新时间', - prop: 'updateTime', - type: 'input', - addDisplay: false, - editDisplay: false, - viewDisplay: false, - hide: true, - width: 'fit-content', - }, - { - label: '状态', - prop: 'status', - type: 'input', - addDisplay: false, - editDisplay: false, - viewDisplay: false, - hide: true, - width: 'fit-content', - }, - { - label: '是否已删除;1-未删除,2-已删除', - prop: 'isDeleted', - type: 'input', - addDisplay: false, - editDisplay: false, - viewDisplay: false, - hide: true, - width: 'fit-content', - }, - { - label: '创建部门', - prop: 'createDept', - type: 'input', - addDisplay: false, - editDisplay: false, - viewDisplay: false, - hide: true, - width: 'fit-content', - }, - { - label: '主键', - prop: 'id', - type: 'input', - addDisplay: false, - editDisplay: false, - viewDisplay: false, - hide: true, - width: 'fit-content', - }, - // { - // label: "预留1", - // prop: "reserve1", - // type: "input", - // }, - // { - // label: "预留2", - // prop: "reserve2", - // type: "input", - // }, - // { - // label: "预留3", - // prop: "reserve3", - // type: "input", - // }, - // { - // label: "预留4", - // prop: "reserve4", - // type: "input", - // }, - // { - // label: "预留5", - // prop: "reserve5", - // type: "input", - // }, - { - label: '仓库名称', - prop: 'warehouseName', - type: 'input', - addDisplay: false, - editDisplay: false, - align: 'center', - labelWidth: '100', - width: 'fit-content', - }, - { - label: '货区名称', - prop: 'goodsAreaName', - type: 'input', - addDisplay: false, - editDisplay: false, - align: 'center', - labelWidth: '100', - width: 'fit-content', - }, - { - label: '货架名称', - prop: 'goodsShelfName', - type: 'input', - addDisplay: false, - editDisplay: false, - align: 'center', - labelWidth: '100', - width: 'fit-content', - }, - { - label: '货架', - prop: 'nodeInfo', - type: 'cascader', - width: 'fit-content', - search: true, - labelWidth: '100', - clearable: true, - placeholder: '仓库/货区/货架', - dicUrl: '/api/logpm-basicdata/goodsAllocation/getNode', - // dicData:dicData , - props: { - label: 'label', - value: 'value', - children: 'children', - leaf: 'leaf', - }, - addDisplay: true, - editDisplay: false, - viewDisplay: false, - hide: true, - }, - { - label: '货位名称', - prop: 'goodsAllocationName', - type: 'input', - addDisplay: true, - editDisplay: true, - align: 'center', - labelWidth: '100', - width: 'fit-content', - rules: [ - { - required: true, - message: '请输入货位名称', - trigger: 'blur', - }, - ], - }, - { - label: '所在层', - prop: 'layerNum', - type: 'input', - align: 'center', - labelWidth: '100', - addDisplay: true, - editDisplay: true, - viewDisplay: true, - hide: false, - search: true, - width: 'fit-content', - }, - { - label: '所在列', - prop: 'columnNum', - type: 'input', - align: 'center', - labelWidth: '100', - addDisplay: true, - editDisplay: true, - viewDisplay: true, - hide: false, - search: true, - width: 'fit-content', - }, - { - label: '启用状态', - prop: 'enableStatus', - type: 'select', - search: false, - labelWidth: '100', - dicUrl: '/api/blade-system/dict-biz/dictionary?code=enable_status', - props: { - label: 'dictValue', - value: 'dictKey', - }, - addDisplay: false, - align: 'center', - editDisplay: false, - viewDisplay: false, - hide: false, - width: 'fit-content', - }, - { - label: '货位状态', - prop: 'allocationStatus', - type: 'select', - search: true, - labelWidth: '100', - dicUrl: '/api/blade-system/dict-biz/dictionary?code=allocation_status', - props: { - label: 'dictValue', - value: 'dictKey', - }, - addDisplay: false, - align: 'center', - width: 'fit-content', - }, - { - label: '货位码', - prop: 'qrCode', - type: 'input', - align: 'center', - labelWidth: '100', - viewDisplay: true, - addDisplay: false, - editDisplay: false, - hide: true, - width: 'fit-content', - }, - { - label: '旧ID', - prop: 'oldId', - type: 'input', - align: 'center', - labelWidth: '100', - viewDisplay: true, - addDisplay: false, - editDisplay: false, - hide: true, - width: 'fit-content', - }, - { - label: '旧货位码', - prop: 'oldQrCode', - type: 'input', - align: 'center', - labelWidth: '100', - viewDisplay: true, - addDisplay: false, - editDisplay: true, - width: 'fit-content', - }, - { - label: '模 板', - prop: 'templateId', - type: 'select', - align: 'center', - labelWidth: '100', - dicUrl: '/api/logpm-basic/printTemplate/getTemplate?templateType=8', - props: { - label: 'templateName', - value: 'id', - }, - viewDisplay: true, - addDisplay: true, - editDisplay: false, - width: 'fit-content', - hide: true, - }, - // { - // label: "二维码图片", - // prop: "qrCodeUrl", - // type: "upload", - // dataType: 'string', - // listType: 'picture-img', - // hide: true, - // labelWidth:'100', - // span:11, - // multiple:false, - // width:"200px", - // align:'left', - // - // viewDisplay: true, - // addDisplay: false, - // editDisplay: false, - // }, - ], -}; diff --git a/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue b/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue index 21f567a9..17690def 100644 --- a/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue +++ b/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue @@ -6,14 +6,37 @@ - - - - + - + + + + + + + + + + + @@ -29,9 +52,21 @@
- 禁 用 - 启 用 - 一键下架 + + 禁 用 + + + + + 启 用 + + + + 一键下架 + + 查看二维码
@@ -55,12 +90,23 @@ @selection="selectionChange" >