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 1/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=A8=E5=BA=93?=
=?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=9F=A5=E8=AF=A2=E9=9B=B6=E6=8B=85=E4=BA=8C?=
=?UTF-8?q?=E7=BB=B4=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 @@
- 批量转库存品
+
+
+ 批量转库存品
+
+
+
修改客户信息
+ >修改客户信息
+
+
+
修改服务类型
+ 修改服务类型
+
+
+
修改收货单位
+ >修改收货单位
+
+
+
+ 批量打印
+
+
导 出
- 创建提货单
+
+
+ 创建提货单
+
+
- {{
- slotProps.scope.row.notReceived
- }}
+ {{ slotProps.scope.row.notReceived }}
@@ -416,8 +429,8 @@
-
-
+
+
> ', error);
+ } finally {
+ this.loadingObj.pageLoading = false;
+ }
+ },
handleGoLogs({ row }) {
this.$router.push({
path: '/distribution/inventory/delivery/orderLogs',
diff --git a/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue b/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue
index 83444bac..a778474e 100644
--- a/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue
+++ b/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue
@@ -39,22 +39,35 @@
+
+
修改客户信息
+ >修改客户信息
+
+
+
修改运单收货人
+ >修改运单收货人
+
+
+
修改收货单位
- 修改服务类型
+ 修改收货单位
+
+
+
+
+ 修改服务类型
+
+
+
+ 批量打印
+
导 出
@@ -98,9 +111,7 @@
- {{
- slotProps.scope.row.notReceived
- }}
+ {{ slotProps.scope.row.notReceived }}
@@ -146,24 +157,25 @@
-
-
-
+
+
+
+
@@ -193,6 +205,8 @@
+
+
@@ -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 @@
- {{
- slotProps.scope.row.notReceived
- }}
+ {{ slotProps.scope.row.notReceived }}
@@ -176,24 +194,24 @@
-
-
-
+
+
+
@@ -223,6 +241,8 @@
+
+
@@ -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 @@
- {{
- slotProps.scope.row.notReceived
- }}
+ {{ slotProps.scope.row.notReceived }}
@@ -158,24 +176,24 @@
-
-
-
+
+
+
@@ -252,6 +270,8 @@
+
+
@@ -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) {
From dfd8b7c7172b622d816aded772c44129cdf91b0e Mon Sep 17 00:00:00 2001
From: xzg <4727863@qq.com>
Date: Tue, 5 Nov 2024 17:29:52 +0800
Subject: [PATCH 2/5] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=87=BA?=
=?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=A1=AB=E5=85=85=EF=BC=8C=E4=BF=AE=E5=A4=8D?=
=?UTF-8?q?=E5=B7=B2=E7=9F=A5bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Tableexportcomponent.vue | 16 -
src/option/aftersales/vueTvemp.js | 537 +++++++++++++-----
.../aftersales/aftersalesWorkOrderAdd.vue | 20 +-
.../aftersales/aftersalesWorkOrderInfo.vue | 9 +-
.../aftersales/aftersalesWorkOrderTemp.vue | 171 +++++-
.../aftersales/aftersalesWorkOrdermodify.vue | 2 +-
6 files changed, 581 insertions(+), 174 deletions(-)
diff --git a/src/components/Tableexportcomponent/Tableexportcomponent.vue b/src/components/Tableexportcomponent/Tableexportcomponent.vue
index 9eaf7fc2..8183f742 100644
--- a/src/components/Tableexportcomponent/Tableexportcomponent.vue
+++ b/src/components/Tableexportcomponent/Tableexportcomponent.vue
@@ -128,22 +128,6 @@ const exportToExcel = () => {
// 填充空白单元格的函数
const fillEmptyCells = (data) => {
- if (data.length === 0 || data[0].length === 0) return data;
-
- const rowCount = data.length;
- const colCount = data[0].length;
-
- for (let col = 0; col < colCount; col++) {
- let lastNonEmptyValue = '';
- for (let row = 0; row < rowCount; row++) {
- if (data[row][col] !== '') {
- lastNonEmptyValue = data[row][col];
- } else {
- data[row][col] = lastNonEmptyValue;
- }
- }
- }
-
return data;
};
diff --git a/src/option/aftersales/vueTvemp.js b/src/option/aftersales/vueTvemp.js
index c6df2e4b..1936aed7 100644
--- a/src/option/aftersales/vueTvemp.js
+++ b/src/option/aftersales/vueTvemp.js
@@ -1,4 +1,4 @@
-import { isShallow } from "vue";
+import { isShallow } from 'vue';
/**
*全部列表
@@ -41,6 +41,17 @@ export const columnList = [
sortable: true,
head: false,
},
+ {
+ prop: 'a',
+ label: '工单创建仓',
+ type: 1,
+ values: '',
+ width: '140',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
{
prop: 'workOrderNumber',
label: '异常工单号',
@@ -52,6 +63,28 @@ export const columnList = [
sortable: true,
head: false,
},
+ {
+ prop: 'waybillNumber',
+ label: '运单号',
+ type: 2,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderCode',
+ label: '订单自编号',
+ type: 2,
+ values: '',
+ width: '180',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
{
prop: 'packageCode',
label: '包条码',
@@ -64,8 +97,8 @@ export const columnList = [
head: false,
},
{
- prop: 'waybillNumber',
- label: '运单号',
+ prop: 'brandName',
+ label: '品牌',
type: 2,
values: '',
width: '150',
@@ -75,11 +108,11 @@ export const columnList = [
head: false,
},
{
- prop: 'orderCode',
- label: '订单自编号',
+ prop: 'waybillMall',
+ label: '运单商场',
type: 2,
values: '',
- width: '180',
+ width: '150',
checkarr: [],
fixed: false,
sortable: true,
@@ -107,10 +140,11 @@ export const columnList = [
sortable: true,
head: false,
},
+
{
- prop: 'waybillMall',
- label: '运单商场',
- type: 2,
+ prop: 'workOrderStatusNameS', //workOrderStatus
+ label: '工单状态',
+ type: 3,
values: '',
width: '150',
checkarr: [],
@@ -119,9 +153,9 @@ export const columnList = [
head: false,
},
{
- prop: 'workOrderStatusNameS', //workOrderStatus
- label: '工单状态',
- type: 3,
+ prop: 'processedBy',
+ label: '工单处理方',
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -130,9 +164,9 @@ export const columnList = [
head: false,
},
{
- prop: 'brandName',
- label: '品牌',
- type: 2,
+ prop: 'a',
+ label: '责任方',
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -141,9 +175,9 @@ export const columnList = [
head: false,
},
{
- prop: 'customerServiceName',
- label: '归属客服名称',
- type: 2,
+ prop: 'createTime',
+ label: '工单创建时间',
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -152,8 +186,108 @@ export const columnList = [
head: false,
},
{
- prop: 'totalAmount',
- label: '赔款金额',
+ prop: 'a',
+ label: '工单最晚处理时间',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'a',
+ label: '工单最新处理时间',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'a',
+ label: '处理结果',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'a',
+ label: '处理结果—理赔金额',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'a',
+ label: '营业部处理客服',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'a',
+ label: '总部处理客服',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+
+ {
+ prop: 'overTime',
+ label: '完结时间', //审核时间
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'a',
+ label: '是否申诉',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'a',
+ label: '申诉状态',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'processNumber',
+ label: '钉钉号',
type: 1,
values: '',
width: '150',
@@ -173,6 +307,40 @@ export const columnList = [
sortable: true,
head: false,
},
+ {
+ prop: 'entryTime',
+ label: '入账月份',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'customerServiceName',
+ label: '归属客服名称',
+ type: 2,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'totalAmount',
+ label: '赔款金额',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+
{
prop: 'operator',
label: '操作人',
@@ -266,8 +434,8 @@ export const columnList = [
},
{
- prop: 'overTime',
- label: '完结时间',
+ prop: 'auditTime',
+ label: '审核时间', //审核时间
type: 1,
values: '',
width: '150',
@@ -298,17 +466,7 @@ export const columnList = [
// sortable: true,
// head: false,
// },
- {
- prop: 'processNumber',
- label: '钉钉流程号',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
+
{
prop: 'reviewedBy',
label: '审核人',
@@ -320,28 +478,7 @@ export const columnList = [
sortable: true,
head: false,
},
- {
- prop: 'auditTime',
- label: '审核时间',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'createTime',
- label: '录入时间',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
+
{
prop: 'ceator',
label: '创建人',
@@ -354,17 +491,17 @@ export const columnList = [
head: false,
},
- {
- prop: 'remarks',
- label: '备注',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
+ // {
+ // prop: 'remarks',
+ // label: '备注',
+ // type: 1,
+ // values: '',
+ // width: '150',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // head: false,
+ // },
{
prop: 'createUserName',
@@ -1641,7 +1778,7 @@ export const columnList4 = [
fixed: false,
sortable: true,
head: false,
- isshowSummary: true,//开启统计
+ isshowSummary: true, //开启统计
},
// {
@@ -1656,7 +1793,6 @@ export const columnList4 = [
// head: false,
// },
-
{
prop: 'createUserName',
label: '操作',
@@ -1709,6 +1845,18 @@ export const columnList2 = [
sortable: true,
head: false,
},
+ {
+ prop: 'a', //discoveryNode
+ label: '工单创建仓',
+ type: 1,
+ values: '',
+ width: '140',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+
{
prop: 'workOrderNumber',
label: '异常工单号',
@@ -1720,17 +1868,7 @@ export const columnList2 = [
sortable: true,
head: false,
},
- // {
- // prop: 'packageCode',
- // label: '包条码',
- // type: 2,
- // values: '',
- // width: '150',
- // checkarr: [],
- // fixed: false,
- // sortable: true,
- // head: false,
- // },
+
{
prop: 'waybillNumber',
label: '运单号',
@@ -1753,9 +1891,9 @@ export const columnList2 = [
sortable: true,
head: false,
},
- {
- prop: 'first',
- label: '一级品',
+ {
+ prop: 'packageCode',
+ label: '包条码',
type: 2,
values: '',
width: '150',
@@ -1765,8 +1903,8 @@ export const columnList2 = [
head: false,
},
{
- prop: 'secondary',
- label: '二级品',
+ prop: 'brandName',
+ label: '品牌',
type: 2,
values: '',
width: '150',
@@ -1786,6 +1924,29 @@ export const columnList2 = [
sortable: true,
head: false,
},
+ {
+ prop: 'first',
+ label: '一级品',
+ type: 2,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'secondary',
+ label: '二级品',
+ type: 2,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+
{
prop: 'workOrderStatusNameS', //workOrderStatus
label: '工单状态',
@@ -1798,9 +1959,142 @@ export const columnList2 = [
head: false,
},
{
- prop: 'brandName',
- label: '品牌',
- type: 2,
+ prop: 'processedBy',
+ label: '工单处理方',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'a',
+ label: '责任方',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'createTime',
+ label: '工单创建时间',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'createTime',
+ label: '工单提交时间',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'resultTypes',
+ label: '处理结果',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+
+ {
+ prop: 'totalAmountNum',
+ label: '处理结果—理赔金额',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'a',
+ label: '营业部处理客服',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'a',
+ label: '总部处理客服',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'a',
+ label: '内部责任方',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'a',
+ label: '责任人',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'a',
+ label: '责任占比',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'a',
+ label: '最新回复内容',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'investigationProcess',
+ label: '调查经过',
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -1841,17 +2135,17 @@ export const columnList2 = [
// sortable: true,
// head: false,
// },
- {
- prop: 'operator',
- label: '操作人',
- type: 2,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
+ // {
+ // prop: 'operator',
+ // label: '操作人',
+ // type: 2,
+ // values: '',
+ // width: '150',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // head: false,
+ // },
{
prop: 'deliverGoodsTime',
label: '送货时间',
@@ -1944,17 +2238,7 @@ export const columnList2 = [
// sortable: true,
// head: false,
// },
- {
- prop: 'investigationProcess',
- label: '调查经过',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
+
// {
// prop: 'personResponsible',
// label: '责任人(库内作业环节)',
@@ -1999,29 +2283,18 @@ export const columnList2 = [
// sortable: true,
// head: false,
// },
- {
- prop: 'createTime',
- label: '录入时间',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'remarks',
- label: '备注',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
+ // {
+ // prop: 'remarks',
+ // label: '备注',
+ // type: 1,
+ // values: '',
+ // width: '150',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // head: false,
+ // },
{
prop: 'createUserName',
@@ -2521,7 +2794,7 @@ export const columnList9 = [
{
prop: 'workOrderStatusNameS', //workOrderStatus
label: '工单状态',
- type: 3,
+ type: 1,
values: '',
width: '150',
checkarr: [],
diff --git a/src/views/aftersales/aftersalesWorkOrderAdd.vue b/src/views/aftersales/aftersalesWorkOrderAdd.vue
index c3ae148f..4a220912 100644
--- a/src/views/aftersales/aftersalesWorkOrderAdd.vue
+++ b/src/views/aftersales/aftersalesWorkOrderAdd.vue
@@ -670,17 +670,17 @@
:headers="headers"
:on-success="ImgSuccess"
:before-upload="beforeAvatarUpload"
+ :on-preview="Imgpreview"
drag
multiple
list-type="picture-card"
>
-
-
-
-
-
+
+
+
+
@@ -1182,10 +1182,12 @@ const beforeAvatarUpload = async rawFile => {
return res;
};
// // 查看图片
-// const Imgpreview = value => {
-// form.value.dialogVisible = true;
-// form.value.url = 'https://www.keaitupian.cn/cjpic/frombd/1/253/4039753288/2920140411.jpg';
-// };
+const Imgpreview = value => {
+ console.log(value, '查看图片');
+
+ form.value.dialogVisible = true;
+ form.value.url = value.response.data.link;
+};
// 图片上传成功回调函数
const ImgSuccess = (response, uploadFile) => {
if (response.success === true) {
diff --git a/src/views/aftersales/aftersalesWorkOrderInfo.vue b/src/views/aftersales/aftersalesWorkOrderInfo.vue
index 597f0f61..9a4da684 100644
--- a/src/views/aftersales/aftersalesWorkOrderInfo.vue
+++ b/src/views/aftersales/aftersalesWorkOrderInfo.vue
@@ -41,6 +41,13 @@
clearable
/>
+
+
+
@@ -2857,7 +2864,7 @@ const ResultDetermination = () => {
display: flex;
flex-direction: row;
align-items: center;
- width: auto;
+ width: 24%;
}
}
diff --git a/src/views/aftersales/aftersalesWorkOrderTemp.vue b/src/views/aftersales/aftersalesWorkOrderTemp.vue
index 2a50a783..bf421165 100644
--- a/src/views/aftersales/aftersalesWorkOrderTemp.vue
+++ b/src/views/aftersales/aftersalesWorkOrderTemp.vue
@@ -53,7 +53,11 @@
默认指派
- 结果批量打回
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -350,6 +401,18 @@ const workOrderStatus = ref(30); //工单状态
const PageLoading = ref(false); //页面loading
const warehouseData = ref([]); //仓库信息
const UserInfo = ref({}); //登陆人信息
+const batchReturnForm = ref(null);
+const BatchReturn = ref({
+ //批量打回弹窗
+ dialogReturn: false,
+ // 批量打回loading,
+ repulseloading: false,
+ BatchFrom: {},
+ rules: {
+ txt: [{ required: true, message: '请输入打回原因', trigger: 'blur' }],
+ businessDepartment: [{ required: true, message: '请选择至少一个营业部', trigger: 'change' }],
+ },
+});
const appeal = ref({
dialogappeal: false, //工单申诉弹窗
AppealeditorState: false, //申诉是否为编辑状态(默认否)
@@ -561,7 +624,7 @@ const ButtonPermissions = computed(() => {
assignment: false, //工单指派
applyArbitration: false, //客服介入
DingTalkNumber: false, //钉钉号填
- batchFinish: UserPermissions.value != Useridentity.Warehouse_customer_service, //批量完结
+ batchFinish: false, //批量完结
Batchdetermination: false, //批量确定
ManagerConfirmed: false, //处理完毕下面的客服经理批量确定
ArbitrationDetermination: false, //批量完结确定
@@ -856,7 +919,8 @@ const timesc = (index, row) => {
};
/** 表格表头下拉框选择 */
-const selectsc = (index, row) => {
+const selectsc = async(index, row) => {
+ console.log(index, row);
let _Obj = MatchCurrentMenu(); //匹配出当前菜单
_Obj.request = true; //更新请求状态
_Obj.query = details.query;
@@ -1007,7 +1071,7 @@ const Roleverification = () => {
};
if (UserPermissions.value) {
updateTabState('8', UserPermissions.value == Useridentity.Warehouse_customer_service);
- updateTabState('9', UserPermissions.value == Useridentity.Headquarters_Manager);
+ updateTabState('9', UserPermissions.value !== Useridentity.Warehouse_customer_service);
} else {
// 匹配不到角色时,默认为关闭状态(总部经理的审核菜单)
updateTabState('9', false);
@@ -1032,7 +1096,17 @@ const GetWarehouse = () => {
});
});
};
-
+// 处理角色下拉选择状态码
+const ProcessingStatusCode = row => {
+ // 全部筛选
+ console.log(row);
+ if (UserPermissions.value == Useridentity.Headquarters_Manager) {
+ // 如果是总部客服经理待审核状态改成500
+ row.checkarr.find(item => item.value == '40').value = '500';
+ } else {
+ row.checkarr.find(item => item.value == '40').value = '40';
+ }
+};
/**
*页面初始化函数,包含字典,等必要请求
*/
@@ -1141,8 +1215,8 @@ const Processingworkorderstatus = value => {
UserPermissions.value === Useridentity.Warehouse_customer_service ? 1000 : null;
break;
case 1: // 处理中
- workOrderStatus.value =
- UserPermissions.value === Useridentity.Warehouse_customer_service ? 20 : 40;
+ workOrderStatus.value = 20;
+ // UserPermissions.value === Useridentity.Warehouse_customer_service ? 20 : 40;
break;
case 2: // 处理完毕
workOrderStatus.value = 30;
@@ -1158,7 +1232,7 @@ const Processingworkorderstatus = value => {
break;
case 9: // 待审核
workOrderStatus.value =
- UserPermissions.value === Useridentity.Headquarters_Manager ? 500 : null;
+ UserPermissions.value === Useridentity.Headquarters_Manager ? 500 : 40;
break;
default:
workOrderStatus.value = null;
@@ -1892,6 +1966,72 @@ const ResultConfirmed = async row => {
} finally {
}
};
+/**
+ * @description: 批量处理结果(打回)
+ * @return {void} 无返回值
+ */
+const BatchReturnResults = () => {
+ if (!details.selectionList.length) {
+ ElMessage({
+ message: '请勾选要处理的数据',
+ type: 'warning',
+ });
+ return;
+ }
+ BatchReturn.value.dialogReturn = true; //展开弹窗
+};
+const ConfirmReturn = async () => {
+ const validateAndProcessReturn = async () => {
+ try {
+ const selectedObjs = warehouseData.value.filter(obj =>
+ BatchReturn.value.BatchFrom.businessDepartment.includes(obj.value)
+ );
+
+ const businessId = selectedObjs.map(item => item.value).join(',');
+ const businessName = selectedObjs.map(item => item.label).join(',');
+ const processorList = selectedObjs.map(item => ({ id: item.value, name: item.label }));
+ const workOrderIds = details.selectionList.map(item => item.id);
+
+ const data = {
+ businessId,
+ businessName,
+ processorList,
+ reasonReturn: BatchReturn.value.BatchFrom.txt,
+ workOrderIds,
+ typesOf: '1',
+ };
+
+ console.log(data, '处理好的值');
+
+ const _res = await $_batchReturn(data);
+ const { code, msg } = _res.data;
+
+ if (code === 200) {
+ ElMessage.success(msg);
+ BatchReturn.value.dialogReturn = false; //关闭弹窗
+ const _Obj = MatchCurrentMenu();
+ _Obj.request = true;
+ PublicDataRequest(TabPermissions.value);
+ }
+ } catch (e) {
+ console.error(e);
+ }
+ };
+
+ batchReturnForm.value.validate(async valid => {
+ if (valid) {
+ ElMessageBox.confirm('是否确认批量打回营业部?', '提示', {
+ confirmButtonText: '确认',
+ cancelButtonText: '取消',
+ type: 'warning',
+ })
+ .then(async () => {
+ await validateAndProcessReturn();
+ })
+ .catch(() => {});
+ }
+ });
+};
diff --git a/src/views/aftersales/aftersalesWorkOrdermodify.vue b/src/views/aftersales/aftersalesWorkOrdermodify.vue
index 7b1584e1..c2cf16c6 100644
--- a/src/views/aftersales/aftersalesWorkOrdermodify.vue
+++ b/src/views/aftersales/aftersalesWorkOrdermodify.vue
@@ -533,7 +533,7 @@
Date: Tue, 5 Nov 2024 19:09:01 +0800
Subject: [PATCH 3/5] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B9=B2=E7=BA=BF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ArteryPrintTemplate.vue | 39 ++--
src/option/distribution/addVehicleStowage.js | 174 ++++--------------
.../distribution/directGoMarketDetails.js | 26 +--
.../distribution/artery/VehicleStowage.vue | 2 +-
.../artery/directGoMarketDetails.vue | 18 +-
src/views/waybill/orderPackageList.vue | 172 +++++++++--------
src/views/waybill/orderPackageListDetails.vue | 40 +++-
7 files changed, 217 insertions(+), 254 deletions(-)
diff --git a/src/components/ArteryPrintTemplate/ArteryPrintTemplate.vue b/src/components/ArteryPrintTemplate/ArteryPrintTemplate.vue
index 25ef3009..178e1af0 100644
--- a/src/components/ArteryPrintTemplate/ArteryPrintTemplate.vue
+++ b/src/components/ArteryPrintTemplate/ArteryPrintTemplate.vue
@@ -129,8 +129,8 @@
小计 |
-
-
+
+
{{ index + 1 }}
|
@@ -298,13 +298,28 @@ const totalUnLoadNum = ref(0);
/** 计划中暑 */
const totalPlanNum = ref(0);
-renderInfo.value = waybillInfo;
+const orderList = reactive([]);
-/** 是否显示金额统计 */
-const isShowTotal = ref(false);
+renderInfo.value = waybillInfo;
renderInfo.value.endWarehouseNames = renderInfo.value.endWarehouseNames.split(',');
+for (let i = 0; i < renderInfo.value.mainList.length; i++) {
+ const val = renderInfo.value.mainList[i];
+ // 是否存在相同的运单号
+ let _flag = false;
+
+ for (let j = orderList.length - 1; j >= 0; j--) {
+ const item = orderList[j];
+
+ if (item.waybillNo !== val.waybillNo) continue;
+ orderList.splice(j, 0, val);
+ _flag = true;
+ }
+
+ !_flag && orderList.push(val);
+}
+
// 合并起始索引
let mergeStartIndex = 0;
// 比对值
@@ -320,8 +335,8 @@ const handleMerge = (startIndex: number, endIndex: number, data: {}) => {
}
};
-for (let index = 0; index < renderInfo.value.mainList.length; index++) {
- const element = renderInfo.value.mainList[index];
+for (let index = 0; index < orderList.length; index++) {
+ const element = orderList[index];
if (index === 0) {
comparisonValue = element.waybillNo;
@@ -334,15 +349,15 @@ for (let index = 0; index < renderInfo.value.mainList.length; index++) {
if (element.waybillNo !== comparisonValue) {
// if (index === 1) mergeStartIndex = 1;
comparisonValue = element.waybillNo;
- handleMerge(mergeStartIndex, index, renderInfo.value.mainList);
+ handleMerge(mergeStartIndex, index, orderList);
mergeStartIndex = index;
- if (index === renderInfo.value.mainList.length - 1) {
- handleMerge(mergeStartIndex, index + 1, renderInfo.value.mainList);
+ if (index === orderList.length - 1) {
+ handleMerge(mergeStartIndex, index + 1, orderList);
}
// 最后一位特殊处理
- } else if (index === renderInfo.value.mainList.length - 1) {
- handleMerge(mergeStartIndex, index + 1, renderInfo.value.mainList);
+ } else if (index === orderList.length - 1) {
+ handleMerge(mergeStartIndex, index + 1, orderList);
}
if (element.goodsList && element.goodsList.length > 0) {
diff --git a/src/option/distribution/addVehicleStowage.js b/src/option/distribution/addVehicleStowage.js
index 51bc76dc..6b6fd704 100644
--- a/src/option/distribution/addVehicleStowage.js
+++ b/src/option/distribution/addVehicleStowage.js
@@ -716,7 +716,7 @@ export const detailsColumnList = [
label: '到站',
type: 2,
values: '',
- width: '130',
+ width: '100',
checkarr: [],
fixed: false,
sortable: true,
@@ -728,7 +728,7 @@ export const detailsColumnList = [
label: '目的站',
type: 2,
values: '',
- width: '130',
+ width: '100',
checkarr: [],
fixed: false,
sortable: true,
@@ -740,7 +740,7 @@ export const detailsColumnList = [
label: '发货单位',
type: 2,
values: '',
- width: '130',
+ width: '120',
checkarr: [],
fixed: false,
sortable: true,
@@ -752,7 +752,7 @@ export const detailsColumnList = [
label: '收货单位',
type: 2,
values: '',
- width: '130',
+ width: '120',
checkarr: [],
fixed: false,
isColumnMerge: true,
@@ -763,7 +763,7 @@ export const detailsColumnList = [
label: '收货人',
type: 2,
values: '',
- width: '130',
+ width: '100',
checkarr: [],
fixed: false,
isColumnMerge: true,
@@ -822,7 +822,7 @@ export const detailsColumnList = [
label: '运单总重量',
type: 2,
values: '',
- width: '130',
+ width: '120',
checkarr: [],
fixed: false,
isColumnMerge: true,
@@ -834,7 +834,7 @@ export const detailsColumnList = [
label: '运单总体积',
type: 2,
values: '',
- width: '130',
+ width: '120',
checkarr: [],
fixed: false,
isColumnMerge: true,
@@ -871,7 +871,7 @@ export const detailsColumnList = [
width: '130',
checkarr: [],
fixed: false,
- isshowSummary: true,
+ isshowSummary: false,
sortable: true,
},
{
@@ -882,7 +882,7 @@ export const detailsColumnList = [
width: '130',
checkarr: [],
fixed: false,
- isshowSummary: true,
+ isshowSummary: false,
sortable: true,
},
{
@@ -890,7 +890,7 @@ export const detailsColumnList = [
label: '件数',
type: 2,
values: '',
- width: '130',
+ width: '80',
checkarr: [],
fixed: false,
isshowSummary: true,
@@ -931,7 +931,7 @@ export const detailsColumnList = [
},
{
prop: 'unloadIncome',
- label: '卸车收入',
+ label: '订单配载收入',
type: 2,
values: '',
width: '130',
@@ -942,67 +942,20 @@ export const detailsColumnList = [
},
{
prop: 'costPiece',
- label: '按件成本',
+ label: '按件干线成本分摊',
type: 2,
values: '',
- width: '130',
+ width: '150',
checkarr: [],
fixed: false,
- // isshowSummary: true,
sortable: true,
},
- // {
- // prop: 'costPiece',
- // label: '开单单价',
- // type: 2,
- // values: '',
- // width: '130',
- // checkarr: [],
- // fixed: false,
- // isColumnMerge: true,
- // // isshowSummary: true,
- // sortable: true,
- // },
- // {
- // prop: 'costPiece',
- // label: '开单名称',
- // type: 2,
- // values: '',
- // width: '130',
- // checkarr: [],
- // fixed: false,
- // isColumnMerge: true,
- // // isshowSummary: true,
- // sortable: true,
- // },
- // {
- // prop: 'costPiece',
- // label: '订单开单名称',
- // type: 2,
- // values: '',
- // width: '130',
- // checkarr: [],
- // fixed: false,
- // // isshowSummary: true,
- // sortable: true,
- // },
- // {
- // prop: 'costPiece',
- // label: '品类名称',
- // type: 2,
- // values: '',
- // width: '130',
- // checkarr: [],
- // fixed: false,
- // // isshowSummary: true,
- // sortable: true,
- // },
{
prop: 'costZhang',
- label: '按比例成本',
+ label: '按比例干线成本分摊',
type: 2,
values: '',
- width: '130',
+ width: '170',
checkarr: [],
fixed: false,
// isshowSummary: true,
@@ -1018,69 +971,12 @@ export const detailsColumnList = [
fixed: false,
sortable: true,
},
- // {
- // prop: 'totalNum',
- // label: '开单单价',
- // type: 2,
- // values: '',
- // width: '130',
- // checkarr: [],
- // fixed: false,
- // isshowSummary: true,
- // isColumnMerge: true,
- // sortable: true,
- // },
- // {
- // prop: 'totalNum',
- // label: '开单名称',
- // type: 2,
- // values: '',
- // width: '130',
- // checkarr: [],
- // fixed: false,
- // isshowSummary: false,
- // isColumnMerge: true,
- // sortable: true,
- // },
- // {
- // prop: 'totalNum',
- // label: '订单开单名称',
- // type: 2,
- // values: '',
- // width: '130',
- // checkarr: [],
- // fixed: false,
- // isshowSummary: false,
- // sortable: true,
- // },
- // {
- // prop: 'productName',
- // label: '品类名称',
- // type: 2,
- // values: '',
- // width: '130',
- // checkarr: [],
- // fixed: false,
- // sortable: true,
- // },
-
- // {
- // prop: 'price',
- // label: '单价',
- // type: 2,
- // values: '',
- // width: '150',
- // checkarr: [],
- // fixed: false,
- // isshowSummary: true,
- // sortable: true,
- // },
{
prop: 'weight',
label: '重量(KG)',
type: 2,
values: '',
- width: '130',
+ width: '120',
checkarr: [],
fixed: false,
isshowSummary: true,
@@ -1091,7 +987,7 @@ export const detailsColumnList = [
label: '体积',
type: 2,
values: '',
- width: '130',
+ width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@@ -1099,7 +995,7 @@ export const detailsColumnList = [
},
{
prop: 'totalFreight',
- label: '运单运费',
+ label: '运单干线费',
type: 2,
values: '',
width: '130',
@@ -1109,23 +1005,23 @@ export const detailsColumnList = [
isColumnMerge: true,
sortable: true,
},
- {
- prop: 'orderFreight',
- label: '订单配载运费',
- type: 2,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- isshowSummary: true,
- sortable: true,
- },
+ // {
+ // prop: 'orderFreight',
+ // label: '订单配载运费',
+ // type: 2,
+ // values: '',
+ // width: '130',
+ // checkarr: [],
+ // fixed: false,
+ // isshowSummary: true,
+ // sortable: true,
+ // },
{
prop: 'deliveryFee',
label: '送货费',
type: 2,
values: '',
- width: '130',
+ width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@@ -1137,7 +1033,7 @@ export const detailsColumnList = [
label: '提货费',
type: 2,
values: '',
- width: '130',
+ width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@@ -1161,7 +1057,7 @@ export const detailsColumnList = [
label: '仓储费',
type: 2,
values: '',
- width: '130',
+ width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@@ -1173,7 +1069,7 @@ export const detailsColumnList = [
label: '装卸费',
type: 2,
values: '',
- width: '130',
+ width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@@ -1197,7 +1093,7 @@ export const detailsColumnList = [
label: '保价费',
type: 2,
values: '',
- width: '130',
+ width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@@ -1206,7 +1102,7 @@ export const detailsColumnList = [
},
{
prop: 'totalFee',
- label: '总费用',
+ label: '运单总费用',
type: 2,
values: '',
width: '130',
diff --git a/src/option/distribution/directGoMarketDetails.js b/src/option/distribution/directGoMarketDetails.js
index 772dd1f1..cec1fb15 100644
--- a/src/option/distribution/directGoMarketDetails.js
+++ b/src/option/distribution/directGoMarketDetails.js
@@ -156,10 +156,20 @@ export const detailsColumnList = [
width: 55,
fixed: true,
},
+ {
+ prop: 'scanCode',
+ label: '包条码/产品名称',
+ type: 2,
+ values: '',
+ width: '200',
+ checkarr: [],
+ fixed: true,
+ sortable: true,
+ },
{
prop: 'carsNo',
label: '车次号',
- type: 1,
+ type: 2,
values: '',
width: '150',
checkarr: [],
@@ -170,7 +180,7 @@ export const detailsColumnList = [
{
prop: 'orderCode',
label: '订单号',
- type: 1,
+ type: 2,
values: '',
width: '300',
checkarr: [],
@@ -181,7 +191,7 @@ export const detailsColumnList = [
{
prop: 'waybillNo',
label: '运单号',
- type: 1,
+ type: 2,
values: '',
width: '150',
checkarr: [],
@@ -189,16 +199,6 @@ export const detailsColumnList = [
sortable: true,
head: false,
},
- {
- prop: 'scanCode',
- label: '包条码/产品名称',
- type: 1,
- values: '',
- width: '200',
- checkarr: [],
- fixed: true,
- sortable: true,
- },
{
prop: 'warehouseName',
label: '仓库',
diff --git a/src/views/distribution/artery/VehicleStowage.vue b/src/views/distribution/artery/VehicleStowage.vue
index 05b6429d..8751b187 100644
--- a/src/views/distribution/artery/VehicleStowage.vue
+++ b/src/views/distribution/artery/VehicleStowage.vue
@@ -517,7 +517,7 @@
title="配载清单"
v-model="details.popUpShow.listOfLoadedWagons"
width="80%"
- :before-close="beforeClose"
+ destroy-on-close
append-to-body
:fullscreen="details.fullscreenObj.listOfLoadedWagonsPopUp"
:show-close="false"
diff --git a/src/views/distribution/artery/directGoMarketDetails.vue b/src/views/distribution/artery/directGoMarketDetails.vue
index 0e33cc0a..86a23f55 100644
--- a/src/views/distribution/artery/directGoMarketDetails.vue
+++ b/src/views/distribution/artery/directGoMarketDetails.vue
@@ -119,9 +119,19 @@
:columnList="details.detailsColumnList"
:tableData="details.detailsInfo.data"
:loading="loadingObj.detailsLoading"
- @inputTxt="() => {}"
+ @inputTxt="
+ (value, row) => {
+ handleInputQuery(value, row, details.detailsInfo.query);
+ onLoadDetails();
+ }
+ "
@timeCheck="() => {}"
- @selectCheck="() => {}"
+ @selectCheck="
+ (value, row) => {
+ handleSelectQuery(value, row, details.detailsInfo.query);
+ onLoadDetails();
+ }
+ "
@selection="detailsSelectionChange"
:isselectfun="
row => {
@@ -481,6 +491,8 @@ import {
setNodeHeight,
handleClearTableQuery,
ChecksWhetherTheWarehouseIsSelected,
+ handleInputQuery,
+ handleSelectQuery,
} from '@/utils/util';
import {
columnList,
@@ -793,7 +805,7 @@ const onLoadDetails = async (params = {} as any) => {
// 请求页面数据
const res = await postFindSignOrderDetailList({
...details.detailsInfo.page,
- ...details.query,
+ ...details.detailsInfo.query,
signOrderId: details.showDetailsSiginOrder.id,
...params,
});
diff --git a/src/views/waybill/orderPackageList.vue b/src/views/waybill/orderPackageList.vue
index 8fe6f52d..cb414e0d 100644
--- a/src/views/waybill/orderPackageList.vue
+++ b/src/views/waybill/orderPackageList.vue
@@ -5,75 +5,33 @@