From 6c096e908965c2ec044b6c96d4c4675a5348ed9b Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Tue, 5 Nov 2024 11:43:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=A8=E5=BA=93=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=9F=A5=E8=AF=A2=E9=9B=B6=E6=8B=85=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/zeroAdditionalRecording.js | 4 +- .../delivery/distributionStockArticle.vue | 77 +++++++-- .../distributionStockArticleDiscuss.vue | 141 ++++++++++------ .../distributionStockArticleMarket.vue | 143 ++++++++++------ .../delivery/distributionStockArticleSelf.vue | 158 +++++++++++------- .../distributionStockArticleWhole.vue | 29 +--- 6 files changed, 343 insertions(+), 209 deletions(-) diff --git a/src/option/distribution/zeroAdditionalRecording.js b/src/option/distribution/zeroAdditionalRecording.js index bf8f853f..69fe7004 100644 --- a/src/option/distribution/zeroAdditionalRecording.js +++ b/src/option/distribution/zeroAdditionalRecording.js @@ -30,7 +30,7 @@ export const oldColumnList = [ label: '合同号', type: 1, values: '', - width: '300', + width: '200', checkarr: [], fixed: true, sortable: true, @@ -211,7 +211,7 @@ export const newColumnList = [ label: '合同号', type: 1, values: '', - width: '300', + width: '200', checkarr: [], fixed: true, sortable: true, diff --git a/src/views/distribution/inventory/delivery/distributionStockArticle.vue b/src/views/distribution/inventory/delivery/distributionStockArticle.vue index c87f5c38..f7ec5bcb 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticle.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticle.vue @@ -42,35 +42,50 @@
- 批量转库存品 + + + 批量转库存品 + + + 修改客户信息 + >修改客户信息 + + + 修改服务类型 + 修改服务类型 + + + 修改收货单位 + >修改收货单位 + + + + 批量打印 + + 导 出 - 创建提货单 + + + 创建提货单 + + + + @@ -227,6 +241,8 @@ + + @@ -252,6 +268,8 @@ + + +
- - + + > ', error); + } finally { + this.loadingObj.pageLoading = false; + } + }, /** 查看日志 */ handleGoLogs({ row }) { this.$router.push({ diff --git a/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue b/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue index 3ba7403a..5d533fcf 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue @@ -40,48 +40,68 @@ + 批量转库存品 + >批量转库存品 + + + 修改客户信息 + 修改客户信息 + + + 修改收货单位 + 修改收货单位 + + + 修改服务类型 + 修改服务类型 + - 创建提货单 + + + 创建提货单 + + + 再次通知 + >再次通知 + + + 通知提货 + >通知提货 + + + + 批量打印 + + 导 出
@@ -127,9 +147,7 @@ + + @@ -257,6 +277,8 @@ + + @@ -282,6 +304,7 @@ + + > ', error); + } finally { + this.loadingObj.pageLoading = false; + } + }, /** 查看日志 */ handleGoLogs({ row }) { this.$router.push({ diff --git a/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue b/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue index 72ba3287..6525784e 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue @@ -38,34 +38,54 @@ + + 创建提货单 + >创建提货单 + + + 批量转库存品 + >批量转库存品 + + + 修改客户信息 + >修改客户信息 + + + 修改运单收货人 + >修改运单收货人 + + + 修改收货单位 + >修改收货单位 + + + 修改服务类型 - 通知提货 - 再次通知 + >修改服务类型 + + + + + 通知提货 + + + + + 再次通知 + + + + 批量打印 + 导 出 @@ -110,9 +130,7 @@ + + @@ -286,6 +306,8 @@ + + @@ -311,6 +333,7 @@ + + --> + + @@ -580,6 +606,7 @@ import { deepClone, getObjType, handleClearTableQuery, + handleSelectQuery, } from '@/utils/util'; import { columnList } from '@/option/distribution/distributionStockArticleSelf'; import { ElMessage, ElMessageBox } from 'element-plus'; @@ -870,26 +897,7 @@ export default { console.log(index, row); }, selectsc(index, row) { - console.log(index, row); - if (row.prop === 'freezeStatusName') { - this.query['freezeStatus'] = index; - } else if (row.prop === 'completeSetName') { - this.query['completeSet'] = index; - } else if (row.prop === 'reservationStatusName') { - this.query['reservationStatus'] = index; - } else if (row.prop === 'groundingStatusName') { - this.query['groundingStatus'] = index; - } else if (row.prop === 'stockupStatusName') { - this.query['stockupStatus'] = index; - } else if (row.prop === 'orderStatusName') { - this.query['orderStatus'] = index; - } else if (row.prop === 'typeName') { - this.query['typeService'] = index; - } else if (row.prop === 'orderReceiveStatusName') { - this.query['orderReceiveStatus'] = index; - } else { - this.query[row.prop] = index; - } + handleSelectQuery(index, row, this.query); this.onLoad(this.page); }, timesc(index, row) { @@ -909,8 +917,8 @@ export default { this.onLoad(this.page); }, InformationViewing(row) { - if(!row.notReceived || Number(row.isZero)) { - return + if (!row.notReceived || Number(row.isZero)) { + return; } this.$router.push({ path: '/distribution/inventory/delivery/Unstoreddetails', @@ -1642,6 +1650,34 @@ export default { this.loadingObj.pageLoading = false; } }, + /** 批量查看二维码 */ + async handleBatchPrinter() { + try { + if (this.selectionList.length === 0) return ElMessage.warning('请勾选需要打印的零担订单'); + + let _ids = ''; + for (let i = 0; i < this.selectionList.length; i++) { + const val = this.selectionList[i]; + _ids += i === this.selectionList.length - 1 ? val.id : val.id + ','; + + if (Number(val.isZero) === 1) continue; + return ElMessage.warning('仅支持零担订单的批量查看二维码'); + } + + this.loadingObj.pageLoading = true; + const res = await postShowOrderCode({ ids: _ids }); + + const { code, data } = res.data; + if (code !== 200) return; + + this.html = this.getHtmls(data.dataList, data.templateHtml); + this.popUpShow.printVisited = true; + } catch (error) { + console.log('error :>> ', error); + } finally { + this.loadingObj.pageLoading = false; + } + }, /** 查看日志 */ handleGoLogs({ row }) { this.$router.push({ diff --git a/src/views/distribution/inventory/delivery/distributionStockArticleWhole.vue b/src/views/distribution/inventory/delivery/distributionStockArticleWhole.vue index 38e5d289..b5438d18 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticleWhole.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticleWhole.vue @@ -170,6 +170,8 @@ + + @@ -199,6 +201,8 @@ + + @@ -233,6 +237,8 @@ + + @@ -403,7 +409,7 @@ import { mapGetters } from 'vuex'; import { getDictionaryBiz } from '@/api/system/dict'; import dayjs from 'dayjs'; import { getUser } from '@/api/system/user'; -import { handleClearTableQuery } from '@/utils/util'; +import { handleClearTableQuery, handleSelectQuery } from '@/utils/util'; export default { data() { @@ -974,26 +980,7 @@ export default { console.log(index, row); }, selectsc(index, row) { - console.log(index, row); - if (row.prop === 'freezeStatusName') { - this.query['freezeStatus'] = index; - } else if (row.prop === 'completeSetName') { - this.query['completeSet'] = index; - } else if (row.prop === 'reservationStatusName') { - this.query['reservationStatus'] = index; - } else if (row.prop === 'groundingStatusName') { - this.query['groundingStatus'] = index; - } else if (row.prop === 'stockupStatusName') { - this.query['stockupStatus'] = index; - } else if (row.prop === 'orderStatusName') { - this.query['orderStatus'] = index; - } else if (row.prop === 'typeServerName') { - this.query['typeService'] = index; - } else if (row.prop === 'orderReceiveStatusName') { - this.query['orderReceiveStatus'] = index; - } else { - this.query[row.prop] = index; - } + handleSelectQuery(index, row, this.query); this.onLoad(this.page); }, timesc(index, row) {