From 205ced7fa2d04f0efd080b9ce3d12f075d856a25 Mon Sep 17 00:00:00 2001 From: "0.0" <1092404103.qq.com> Date: Thu, 7 Sep 2023 21:42:40 +0800 Subject: [PATCH 01/13] =?UTF-8?q?1.=E4=BA=8C=E7=BB=B4=E6=95=B0=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/basicdata/basicdataGoodsAllocation.js | 9 ++ src/api/basicdata/basicdataGoodsShelf.js | 18 +-- src/api/basicdata/basicdataTray.js | 28 +++- .../BasicdataGoodsAllocation.vue | 30 +++- .../goodsShelf/basicdataGoodsShelf.vue | 142 +++++++++++------- .../warehouse/tray/basicdataTray.vue | 130 +++++++++++----- 6 files changed, 255 insertions(+), 102 deletions(-) diff --git a/src/api/basicdata/basicdataGoodsAllocation.js b/src/api/basicdata/basicdataGoodsAllocation.js index 62b5a3a4..2d50e59f 100644 --- a/src/api/basicdata/basicdataGoodsAllocation.js +++ b/src/api/basicdata/basicdataGoodsAllocation.js @@ -49,6 +49,15 @@ export const enable = (ids) => { } }) } +export const downAllocation = (ids) => { + return request({ + url: '/api/logpm-warehouse/warehouseGoodsAllocation/downAllocation', + method: 'post', + params: { + ids, + } + }) +} export const shelf = (ids) => { return request({ url: '/api/logpm-warehouse/warehouseGoodsAllocation/downAllocation', diff --git a/src/api/basicdata/basicdataGoodsShelf.js b/src/api/basicdata/basicdataGoodsShelf.js index 968b074f..3fb2c3ef 100644 --- a/src/api/basicdata/basicdataGoodsShelf.js +++ b/src/api/basicdata/basicdataGoodsShelf.js @@ -87,15 +87,15 @@ export const getShowTemplate = (row) => { }) } -export const getPrintTemplate = (ids) => { - return request({ - url: '/api/logpm-basicdata/goodsShelf/getPrintTemplate', - method: 'get', - params:{ - ids - } - }) -} +// export const getPrintTemplate = (ids) => { +// return request({ +// url: '/api/logpm-basicdata/goodsShelf/getPrintTemplate', +// method: 'get', +// params:{ +// ids +// } +// }) +// } export const getQRCodeImg = (qrCode) => { return request({ diff --git a/src/api/basicdata/basicdataTray.js b/src/api/basicdata/basicdataTray.js index 2a387ca7..6ee67a91 100644 --- a/src/api/basicdata/basicdataTray.js +++ b/src/api/basicdata/basicdataTray.js @@ -102,13 +102,32 @@ export const getDetail = (id) => { export const remove = (ids) => { return request({ - url: '/api/logpm-basicdata/Tray/remove', + url: '/api/logpm-basicdata/tray/remove', method: 'post', params: { ids, } }) } +export const disable = (ids) => { + return request({ + url: '/api/logpm-basicdata/tray/disable', + method: 'post', + params: { + ids, + } + }) +} +export const addable = (ids) => { + return request({ + url: '/api/logpm-basicdata/tray/addable', + method: 'post', + params: { + ids, + } + }) +} + export const add = (row) => { return request({ @@ -132,4 +151,11 @@ export const vacant = (row) => { data: row }) } +export const vacants = (row) => { + return request({ + url: '/api/logpm-basicdata/tray/vacants', + method: 'post', + data: row + }) +} diff --git a/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue b/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue index 170c7cd4..d84f7176 100644 --- a/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue +++ b/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue @@ -31,6 +31,11 @@ plain @click="handleEnable">启 用 + 一 键 下 架 + @@ -78,7 +83,7 @@ + + \ No newline at end of file diff --git a/src/views/basicdata/brand/basicdataTripartiteMall.vue b/src/views/basicdata/brand/basicdataTripartiteMall.vue index 470b0e20..73115466 100644 --- a/src/views/basicdata/brand/basicdataTripartiteMall.vue +++ b/src/views/basicdata/brand/basicdataTripartiteMall.vue @@ -270,7 +270,7 @@ export default { }, onLoad (page, params = {}) { this.loading = true; - this.query.client = this.$route.query.id; + this.query.clientId = this.$route.query.id; getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { const data = res.data.data; this.page.total = data.total; From 13e1a080dbcf20fde68e1662f22c709650d29c7b Mon Sep 17 00:00:00 2001 From: caoyizhong <1270296080@qq.com> Date: Fri, 8 Sep 2023 11:15:00 +0800 Subject: [PATCH 03/13] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E6=8F=90?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stockup/distributionStockup.vue | 56 +++++++++---------- .../stockup/distributionStockupDiscuss.vue | 28 +++++----- .../stockup/distributionStockupMarket.vue | 24 ++++---- .../stockup/distributionStockupSelf.vue | 28 +++++----- 4 files changed, 68 insertions(+), 68 deletions(-) diff --git a/src/views/distribution/stockup/distributionStockup.vue b/src/views/distribution/stockup/distributionStockup.vue index fc790c6d..a60ac896 100644 --- a/src/views/distribution/stockup/distributionStockup.vue +++ b/src/views/distribution/stockup/distributionStockup.vue @@ -95,16 +95,16 @@ - - - - - - + + + + + + + + + + - - + + - + @@ -408,16 +408,16 @@ export default { fixed: false, sortable: true, },*/ - { - prop: 'loaderName', - label: '装卸班组', - type: 2, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - }, + // { + // prop: 'loaderName', + // label: '装卸班组', + // type: 2, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, { prop: 'fixTime', label: '确认完成备货时间', diff --git a/src/views/distribution/stockup/distributionStockupMarket.vue b/src/views/distribution/stockup/distributionStockupMarket.vue index 1f8d26d9..0a0d4945 100644 --- a/src/views/distribution/stockup/distributionStockupMarket.vue +++ b/src/views/distribution/stockup/distributionStockupMarket.vue @@ -107,7 +107,7 @@ - + - - - - - - + + + + + + + + + + - + @@ -401,7 +401,7 @@ export default { // fixed: false, // sortable: true, // }, - { + /*{ prop: 'loaderName', label: '装卸班组', type: 2, @@ -410,7 +410,7 @@ export default { checkarr: [], fixed: false, sortable: true, - }, + },*/ { prop: 'fixTime', label: '确认完成备货时间', From 123b367372636a9ee4259edb8d8c1d352d0b5593 Mon Sep 17 00:00:00 2001 From: "0.0" <1092404103.qq.com> Date: Fri, 8 Sep 2023 17:58:28 +0800 Subject: [PATCH 04/13] =?UTF-8?q?1.=E5=8A=A0=E5=85=A5=E5=8C=85=E6=9D=A1?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../warehouse/tray/basicdataTray.vue | 2 +- .../warehouse/tray/basicdataTrayedt.vue | 47 ++++++++++++- .../warehouse/tray/basicdataTrayhistory.vue | 46 ++++++++++++- .../warehouseStock/warehouseStock.vue | 67 ++++++++++++++++--- 4 files changed, 147 insertions(+), 15 deletions(-) diff --git a/src/views/basicdata/warehouse/tray/basicdataTray.vue b/src/views/basicdata/warehouse/tray/basicdataTray.vue index 34ef9a38..e4436119 100644 --- a/src/views/basicdata/warehouse/tray/basicdataTray.vue +++ b/src/views/basicdata/warehouse/tray/basicdataTray.vue @@ -292,7 +292,7 @@ confirmButtonText: "确定", cancelButtonText: "取消", type: "warning" - }).then(() => { + }) .then(() => { console.log("this.selectionList>>>>>>>>>>>>>>>>>>",this.selectionList); const newList = this.selectionList.map(item => item.palletCode); return vacants(newList); diff --git a/src/views/basicdata/warehouse/tray/basicdataTrayedt.vue b/src/views/basicdata/warehouse/tray/basicdataTrayedt.vue index 9add2718..9828b0ae 100644 --- a/src/views/basicdata/warehouse/tray/basicdataTrayedt.vue +++ b/src/views/basicdata/warehouse/tray/basicdataTrayedt.vue @@ -279,6 +279,18 @@ export default { border: true, selection: true, column: [ + { + label: "服务号", + prop: "serviceNumber", + search: true, + width:"100px" + }, + { + label: "运单号", + prop: "waybillNumber", + search: true, + width:"100px" + }, { label: "包条码", prop: "orderPackageCode", @@ -328,11 +340,42 @@ export default { width:"100px" }, { - label: "运单号", - prop: "waybillNumber", + label: "包件状态", + prop: "orderPackageStatusName", + search: true, + width:"100px" + }, + { + label: "包件冻结状态", + prop: "orderPackageFreezeStatusName", search: true, width:"100px" }, + { + label: "包件上架状态", + prop: "orderPackageGroundingStatusName", + search: true, + width:"100px" + }, + { + label: "包件备货状态", + prop: "orderPackageStockupStatusName", + search: true, + width:"100px" + }, + { + label: "包件预约状态", + prop: "orderPackageReservationStatusName", + search: true, + width:"100px" + }, + { + label: "包件装车状态", + prop: "orderPackageLoadingStatusName", + search: true, + width:"100px" + }, + // { // label: "托盘码", // prop: "pallet", diff --git a/src/views/basicdata/warehouse/tray/basicdataTrayhistory.vue b/src/views/basicdata/warehouse/tray/basicdataTrayhistory.vue index 82460be1..30afccb1 100644 --- a/src/views/basicdata/warehouse/tray/basicdataTrayhistory.vue +++ b/src/views/basicdata/warehouse/tray/basicdataTrayhistory.vue @@ -299,6 +299,18 @@ export default { border: true, selection: true, column: [ + { + label: "服务号", + prop: "serviceNumber", + search: true, + width:"100px" + }, + { + label: "运单号", + prop: "waybillNumber", + search: true, + width:"100px" + }, { label: "包条码", prop: "orderPackageCode", @@ -348,8 +360,38 @@ export default { width:"100px" }, { - label: "运单号", - prop: "waybillNumber", + label: "包件状态", + prop: "orderPackageStatusName", + search: true, + width:"100px" + }, + { + label: "包件冻结状态", + prop: "orderPackageFreezeStatusName", + search: true, + width:"100px" + }, + { + label: "包件上架状态", + prop: "orderPackageGroundingStatusName", + search: true, + width:"100px" + }, + { + label: "包件备货状态", + prop: "orderPackageStockupStatusName", + search: true, + width:"100px" + }, + { + label: "包件预约状态", + prop: "orderPackageReservationStatusName", + search: true, + width:"100px" + }, + { + label: "包件装车状态", + prop: "orderPackageLoadingStatusName", search: true, width:"100px" }, diff --git a/src/views/warehouse/warehouseStock/warehouseStock.vue b/src/views/warehouse/warehouseStock/warehouseStock.vue index 25a39be3..3872242c 100644 --- a/src/views/warehouse/warehouseStock/warehouseStock.vue +++ b/src/views/warehouse/warehouseStock/warehouseStock.vue @@ -79,6 +79,26 @@ export default { sortable: false, head: false, }, + { + prop: 'serviceNumber', + label: '服务号', + type: 2, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'waybillNumber', + label: '运单号', + type: 2, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'orderCode', label: '订单自编码', @@ -170,18 +190,44 @@ export default { sortable: true, }, { - prop: 'warehouseEntryTimeEnd', - label: '入库时间', - type: 2, - values: '', - width: '180', - checkarr: [], - fixed: false, - sortable: true, + label: "包件状态", + prop: "orderPackageStatusName", + search: true, + width:"100px" }, { - prop: 'waybillNumber', - label: '运单号', + label: "包件冻结状态", + prop: "orderPackageFreezeStatusName", + search: true, + width:"100px" + }, + { + label: "包件上架状态", + prop: "orderPackageGroundingStatusName", + search: true, + width:"100px" + }, + { + label: "包件备货状态", + prop: "orderPackageStockupStatusName", + search: true, + width:"100px" + }, + { + label: "包件预约状态", + prop: "orderPackageReservationStatusName", + search: true, + width:"100px" + }, + { + label: "包件装车状态", + prop: "orderPackageLoadingStatusName", + search: true, + width:"100px" + }, + { + prop: 'warehouseEntryTimeEnd', + label: '入库时间', type: 2, values: '', width: '180', @@ -189,6 +235,7 @@ export default { fixed: false, sortable: true, }, + { prop: 'operatorName', label: '操作员', From e55aea531e8de0f04bab0d277daeb586d1a47a23 Mon Sep 17 00:00:00 2001 From: caoyizhong <1270296080@qq.com> Date: Fri, 8 Sep 2023 17:59:45 +0800 Subject: [PATCH 05/13] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E6=8F=90?= =?UTF-8?q?=E5=A4=87=E8=B4=A7=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/distributionStockup.js | 4 + .../distributionStockArticleDetails.vue | 7 +- .../distributionStockupDetailsSelf.vue | 81 +++++++++++++++++++ .../stockup/distributionStockupSelf.vue | 2 +- 4 files changed, 91 insertions(+), 3 deletions(-) diff --git a/src/option/distribution/distributionStockup.js b/src/option/distribution/distributionStockup.js index 40f5ef02..ce3fff11 100644 --- a/src/option/distribution/distributionStockup.js +++ b/src/option/distribution/distributionStockup.js @@ -724,6 +724,10 @@ export default { label: "备货区", prop: "stockupArea", }, + { + label: "操作", + prop: "stockupArea", + }, ], columnBasic: [ //基本信息 { diff --git a/src/views/distribution/inventory/distributionStockArticleDetails.vue b/src/views/distribution/inventory/distributionStockArticleDetails.vue index 64b4271a..4abe52c3 100644 --- a/src/views/distribution/inventory/distributionStockArticleDetails.vue +++ b/src/views/distribution/inventory/distributionStockArticleDetails.vue @@ -1370,11 +1370,14 @@ export default { }, onLoad(page, params = {}) { this.loading = true; + console.log("执行了查询零零零零"); this.query.ids = this.$route.query.id; - getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { + getDetail(this.$route.query.id).then(res => { + console.log("返回的数据》》》》",res.data.data); const data = res.data.data; // this.page.total = data.total; - this.data = data.records; + this.data[0]= data; + this.loading = false; this.selectionClear(); }); diff --git a/src/views/distribution/stockup/distributionStockupDetailsSelf.vue b/src/views/distribution/stockup/distributionStockupDetailsSelf.vue index 538b162b..c6e70461 100644 --- a/src/views/distribution/stockup/distributionStockupDetailsSelf.vue +++ b/src/views/distribution/stockup/distributionStockupDetailsSelf.vue @@ -225,6 +225,7 @@ + + +
@@ -312,6 +322,25 @@
--> + +
+
+ + +
+ + + 打 印 + 确 定 + 取 消 + +
@@ -381,10 +410,14 @@ import { getDictionaryBiz } from '@/api/system/dict'; import { getParcelListOwn, getParcelListOwnSelf } from '@/api/distribution/distributionParcelList'; import { stockUp } from '@/api/basicdata/basicdataGoodsArea'; import { getStockDetail } from '@/api/distribution/distributionStock'; +import { getStockTemplate, showOrderPackgeCode } from '@/api/distribution/distributionStockArticle'; +import { getLodop } from '@/utils/LodopFuncs'; export default { data() { return { + html: null, // 页面包条码内容 + dialogVisible: false, //二维码控制 height: 0, activeName: 'reservation', // 弹框标题 @@ -489,6 +522,54 @@ export default { }, }, methods: { + //打印 + printTemplate() { + let LODOP = getLodop(); + console.log("LODOP>>>>>",LODOP); + // console.log("this.ids>>>>>",this.selectionList); + // if (this.selectionList.length === 0){ + // this.$message.warning("请选择至少一条数据"); + // return; + // } + getStockTemplate({ id: this.materialQRCode.id }).then(res => { + console.log('返回的数据', res.data.data); + let templateData = res.data.data; + // let templateData = "res.data.data"; + // console.log(templateData); + LODOP.PRINT_INITA(1, 1, 900, 660, '测试预览功能'); + LODOP.SET_PRINT_MODE('WINDOW_DEFPRINTER', 'Godex G500'); + LODOP.SET_PRINT_STYLEA(0,"TextNeatRow",true);//允许标点溢出,且英文单词拆开 + // // 设置打印整宽且不变形 + LODOP.SET_PRINT_MODE('PRINT_PAGE_PERCENT', 'Auto-Width'); + // // 设置打印后自动关闭 + LODOP.SET_PRINT_MODE('AUTO_CLOSE_PREWINDOW', 1); + // // data就是一段html文本 + LODOP.ADD_PRINT_HTM('0%', '0%', '100%', '100%', templateData); + // LODOP.PREVIEW(); //预览(预览打印无脚标) + LODOP.PRINT(); //直接打印 + + }); + }, + //查看包条码 + handleQRCode(row) { + // this.title = '查看' + // this.view = true; + // this.box = true; + this.materialQRCode = row; + + let qr = { + ids: row.id, + }; + showOrderPackgeCode(qr).then(res => { + // this.orderPackageCode = res.data + console.log(res.data); + this.html='' + this.html=this.getHtmls(res.data.data.dataList,res.data.data.templateHtml) + + }); + + this.dialogVisible = true; + }, //选择 getForklift(row,ty){ switch (ty){ diff --git a/src/views/distribution/stockup/distributionStockupSelf.vue b/src/views/distribution/stockup/distributionStockupSelf.vue index ee544f12..9b233e44 100644 --- a/src/views/distribution/stockup/distributionStockupSelf.vue +++ b/src/views/distribution/stockup/distributionStockupSelf.vue @@ -65,7 +65,7 @@ > From 43522cf93ea16d947dee00211836b6581169bb1a Mon Sep 17 00:00:00 2001 From: zhangsiyu Date: Mon, 11 Sep 2023 09:51:01 +0800 Subject: [PATCH 06/13] =?UTF-8?q?=E5=8F=AF=E8=A7=86=E5=8C=96=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../goodsShelf/basicdataGoodsShelfView.vue | 193 +++++++++++++++++- 1 file changed, 186 insertions(+), 7 deletions(-) diff --git a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue index a96ac54b..90f8be39 100644 --- a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue +++ b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue @@ -31,6 +31,8 @@
+ +
导出
总货位: {{ countnumber.cargoNub }} @@ -881,7 +883,7 @@ const showupt = value => { values: '', width: '150', checkarr: [], - fixed: false, + fixed: true, sortable: true, head: false, }, @@ -907,6 +909,17 @@ const showupt = value => { sortable: true, head: false, }, + { + prop: 'waybillNumber', + label: '运单号', + type: 1, + values: '', + width: '200', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, { prop: 'customerName', label: '顾客名字', @@ -934,7 +947,73 @@ const showupt = value => { label: '顾客电话', type: 1, values: '', - width: '260', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'orderPackageStatusName', + label: '包件状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'orderPackageStockupStatusName', + label: '包件备货状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'orderPackageGroundingStatusName', + label: '包件上架状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'orderPackageLoadingStatusName', + label: '包件装车状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'orderPackageFreezeStatusName', + label: '包件冻结状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'orderPackageReservationStatusName', + label: '包件预约状态', + type: 1, + values: '', + width: '150', checkarr: [], fixed: false, sortable: true, @@ -1021,6 +1100,17 @@ const showupt = value => { sortable: true, head: false, }, + { + prop: 'materialCode', + label: '物料编号', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, { prop: 'orderCode', label: '订单自编号', @@ -1190,12 +1280,11 @@ const alldown = async () => { let data = { allocationId: details.checkite.id, }; - if (!scope.row.enterNum && details.isshowdow == 2) { + if(details.checkselectchangearr.length==0){ proxy.$message({ type: 'error', - message: '请输入下架数量!', + message: '请先勾选数据', }); - return; } let url = ''; switch (details.isshowdow) { @@ -1433,6 +1522,17 @@ const showdown = async value => { sortable: true, head: false, }, + { + prop: 'waybillNumber', + label: '运单号', + type: 1, + values: '', + width: '200', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, { prop: 'firsts', label: '一级品类', @@ -1488,6 +1588,72 @@ const showdown = async value => { sortable: true, head: false, }, + { + prop: 'orderPackageStatusName', + label: '包件状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'orderPackageStockupStatusName', + label: '包件备货状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'orderPackageGroundingStatusName', + label: '包件上架状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'orderPackageLoadingStatusName', + label: '包件装车状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'orderPackageFreezeStatusName', + label: '包件冻结状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'orderPackageReservationStatusName', + label: '包件预约状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, { prop: '', label: '操作', @@ -1561,7 +1727,7 @@ const showdown = async value => { label: '顾客电话', type: 1, values: '', - width: '260', + width: '150', checkarr: [], fixed: false, sortable: true, @@ -1572,7 +1738,7 @@ const showdown = async value => { label: '顾客电话', type: 1, values: '', - width: '260', + width: '150', checkarr: [], fixed: false, sortable: true, @@ -2128,6 +2294,19 @@ const { > .tips { display: flex; align-items: center; + .exprbuts{ + width: 70px; + height: 30px; + color: #666666; + font-size: 12px; + background-color: #fff; + border-radius: 3px; + display: flex; + align-items: center; + justify-content: center; + border: 1.5px solid #E8E8E8; + cursor: pointer; + } > div { margin-left: 20px; } From aa116eeff69a26889b98f9986f0d360346e124c3 Mon Sep 17 00:00:00 2001 From: "0.0" <1092404103.qq.com> Date: Mon, 11 Sep 2023 15:04:28 +0800 Subject: [PATCH 07/13] =?UTF-8?q?1.=E9=99=90=E5=88=B6=E8=B4=A7=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/basicdata/basicdataGoodsArea.js | 11 +++++++ .../goodsShelf/basicdataGoodsShelf.vue | 32 +++++++++++-------- 2 files changed, 30 insertions(+), 13 deletions(-) diff --git a/src/api/basicdata/basicdataGoodsArea.js b/src/api/basicdata/basicdataGoodsArea.js index ff2aa322..b5c5e63d 100644 --- a/src/api/basicdata/basicdataGoodsArea.js +++ b/src/api/basicdata/basicdataGoodsArea.js @@ -128,6 +128,17 @@ export const getGoodsAreaNodeList = () => { method: 'get', }) } +/** + * 货区列表信息 + * @param id 仓库ID + * @returns {AxiosPromise} + */ +export const getGoodsAreaoptionList = () => { + return request({ + url: '/api/logpm-basicdata/goodsArea/getAreaoption', + method: 'get', + }) +} /** * 查询当前登录人所能操作的备货区 diff --git a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue index e0faca26..cb294023 100644 --- a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue +++ b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue @@ -124,26 +124,26 @@ - + - + - + - - - - - - - - + + + + @@ -319,11 +319,11 @@