diff --git a/src/api/basicdata/basicdataGoodsAllocation.js b/src/api/basicdata/basicdataGoodsAllocation.js index 5c93352a..f142e96a 100644 --- a/src/api/basicdata/basicdataGoodsAllocation.js +++ b/src/api/basicdata/basicdataGoodsAllocation.js @@ -1,113 +1,118 @@ import request from '@/axios'; -export const getList = (current, size, params) => { +/** 列表数据 */ +export const getList = params => { return request({ url: '/api/logpm-basicdata/goodsAllocation/list', method: 'get', - params: { - ...params, - current, - size, - } - }) -} + params, + }); +}; -export const getDetail = (id) => { +export const getDetail = id => { return request({ url: '/api/logpm-basicdata/goodsAllocation/detail', method: 'get', params: { - id - } - }) -} + id, + }, + }); +}; -export const remove = (ids) => { +/** 移除 */ +export const remove = ids => { return request({ url: '/api/logpm-basicdata/goodsAllocation/remove', method: 'post', params: { ids, - } - }) -} -export const disable = (ids) => { + }, + }); +}; + +/** 禁用 */ +export const disable = ids => { return request({ url: '/api/logpm-basicdata/goodsAllocation/disable', method: 'post', params: { ids, - } - }) -} -export const enable = (ids) => { + }, + }); +}; + +/** 启用 */ +export const enable = ids => { return request({ url: '/api/logpm-basicdata/goodsAllocation/enable', method: 'post', params: { ids, - } - }) -} -export const downAllocation = (ids) => { + }, + }); +}; + +/** 批量下架 */ +export const downAllocation = ids => { return request({ url: '/api/logpm-warehouse/warehouseGoodsAllocation/downAllocation', method: 'post', params: { ids, - } - }) -} -export const shelf = (ids) => { + }, + }); +}; + +export const shelf = ids => { return request({ url: '/api/logpm-warehouse/warehouseGoodsAllocation/downAllocation', method: 'post', params: { ids, - } - }) -} + }, + }); +}; -export const add = (row) => { +export const add = row => { return request({ url: '/api/logpm-basicdata/goodsAllocation/save', method: 'post', - data: row - }) -} + data: row, + }); +}; -export const update = (row) => { +export const update = row => { return request({ url: '/api/logpm-warehouse/warehouseGoodsAllocation/update', method: 'post', - data: row - }) -} -export const getPrintTemplate = (params) => { + data: row, + }); +}; + +/** 获取库位码 */ +export const getPrintTemplate = params => { return request({ url: '/logpm-basicdata/goodsAllocation/getPrintTemplate', method: 'get', - params - }) -} -export const getTemplate = (row) => { + params, + }); +}; +export const getTemplate = row => { return request({ url: '/api/logpm-basicdata/goodsAllocation/getTemplate', method: 'post', responseType: 'blob', - data: row - }) -} - + data: row, + }); +}; -export const getQRCode = (qrCode) => { +export const getQRCode = qrCode => { return request({ url: '/api/logpm-basicdata/goodsAllocation/QRCodeImg', method: 'get', responseType: 'blob', - params:{ - qrCode - } - }) -} - + params: { + qrCode, + }, + }); +}; diff --git a/src/option/basicdata/basicdataGoodsAllocation.js b/src/option/basicdata/basicdataGoodsAllocation.js index 1a0a751d..b4d719b7 100644 --- a/src/option/basicdata/basicdataGoodsAllocation.js +++ b/src/option/basicdata/basicdataGoodsAllocation.js @@ -1,331 +1,121 @@ -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, - // }, - ], -}; +export const columnList = [ + { + prop: '', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'warehouseName', + label: '仓库名称', + type: 3, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'goodsAreaName', + label: '货区名称', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'goodsShelfName', + label: '货架名称', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'goodsAllocationName', + label: '货位名称', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'layerNum', + label: '所在层', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'columnNum', + label: '所在列', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'enableStatus', + label: '启用状态', + type: 3, + values: '', + width: '130', + checkarr: [ + { label: '启用', value: '1' }, + { label: '禁用', value: '2' }, + ], + fixed: false, + sortable: true, + }, + { + prop: 'allocationStatus', + label: '货位状态', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'oldQrCode', + label: '旧货位码', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: '', + label: '操作', + type: 6, + values: '', + width: '200', + checkarr: [], + fixed: 'right', + sortable: true, + }, +]; diff --git a/src/option/basicdata/basicdataGoodsAllocation1.js b/src/option/basicdata/basicdataGoodsAllocation1.js new file mode 100644 index 00000000..1a0a751d --- /dev/null +++ b/src/option/basicdata/basicdataGoodsAllocation1.js @@ -0,0 +1,331 @@ +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/page/index/index.vue b/src/page/index/index.vue index 443882cc..89d9df49 100644 --- a/src/page/index/index.vue +++ b/src/page/index/index.vue @@ -30,7 +30,6 @@ - diff --git a/src/views/basicdata/brand/basicClient.vue b/src/views/basicdata/brand/basicClient.vue index a3d8e421..4bf69634 100644 --- a/src/views/basicdata/brand/basicClient.vue +++ b/src/views/basicdata/brand/basicClient.vue @@ -168,7 +168,14 @@ - +
@@ -456,7 +475,12 @@ - + - + @@ -1939,4 +1970,13 @@ export default { } } } + +// 弹窗 +:deep(.el-overlay) { + position: absolute; +} + +:deep(.el-overlay-dialog) { + position: absolute; +} diff --git a/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation copy.vue b/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation copy.vue deleted file mode 100644 index 41bb13b4..00000000 --- a/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation copy.vue +++ /dev/null @@ -1,377 +0,0 @@ - - - - - diff --git a/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue b/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue index e4abd3fb..21f567a9 100644 --- a/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue +++ b/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue @@ -1,100 +1,129 @@ - diff --git a/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation1.vue b/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation1.vue new file mode 100644 index 00000000..0d7cc219 --- /dev/null +++ b/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation1.vue @@ -0,0 +1,572 @@ + + + + + diff --git a/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocationtt.vue b/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocationtt.vue index 5fe88fc5..9b9219f8 100644 --- a/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocationtt.vue +++ b/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocationtt.vue @@ -263,7 +263,7 @@ import { enable, downAllocation, } from '@/api/basicdata/basicdataGoodsAllocation'; -import option from '@/option/basicdata/basicdataGoodsAllocation'; +import option from '@/option/basicdata/basicdataGoodsAllocation2'; import { mapGetters } from 'vuex'; import { exportBlob } from '@/api/common'; import { getToken } from '@/utils/auth'; diff --git a/src/views/waybill/TemporaryStorageList.vue b/src/views/waybill/TemporaryStorageList.vue index d7a50145..529af755 100644 --- a/src/views/waybill/TemporaryStorageList.vue +++ b/src/views/waybill/TemporaryStorageList.vue @@ -183,266 +183,304 @@
- - - - -
- + - - 货品信息 - - - - - - - - - - -
- -
- 寄货人信息 - + + + +
+ + + 货品信息 - - -
+ - -
- 收货人信息 + - - + + + -
-
- -
- -
- - - - -
- +
+ +
+ 寄货人信息 + + + + +
+ + +
+ 收货人信息 - -
- - - - - -
- + + + + + +
+ - +
-
+ ({ fullscreenObj: { /** 包明细 */ packageOrderListlVisited: false, + /** 开标签 */ + addTagVisited: false, }, /** 打印的html */ html: '', @@ -1247,6 +1287,7 @@ const handleFullScrean = (_type: 'open' | 'close', _name: string) => { break; default: + details.fullscreenObj[_name] = !details.fullscreenObj[_name]; break; } }; @@ -1293,13 +1334,13 @@ const handleClose = res => { /** 开标签提交 */ const handleSubmitAddTag = (formEl: FormInstance | undefined) => { if (!formEl) return; - formEl.validate((valid, fields) => { - ElMessageBox.confirm('确认提交吗?', '提示', { - confirmButtonText: '确认', - cancelButtonText: '取消', - type: 'warning', - }).then(async () => { - if (valid) { + if (valid) { + formEl.validate((valid, fields) => { + ElMessageBox.confirm('确认提交吗?', '提示', { + confirmButtonText: '确认', + cancelButtonText: '取消', + type: 'warning', + }).then(async () => { console.log('submit!'); console.log('details.addTagForm :>> ', details.addTagForm); @@ -1323,11 +1364,11 @@ const handleSubmitAddTag = (formEl: FormInstance | undefined) => { } finally { details.loadingObj.addTagLoading = false; } - } else { - console.log('error submit!', fields); - } + }); }); - }); + } else { + console.log('error submit!', fields); + } }; /** 开标签重置 */ @@ -1386,6 +1427,10 @@ onActivated(() => {