From 28b472c380216386cf68c11e7f942e647fad6560 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Wed, 27 Dec 2023 16:36:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=85=E4=BB=B6=E6=98=8E=E7=BB=86=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../parcelList/distributionParcelList.vue | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/views/warehouse/parcelList/distributionParcelList.vue b/src/views/warehouse/parcelList/distributionParcelList.vue index 2271b809..9acc9e89 100644 --- a/src/views/warehouse/parcelList/distributionParcelList.vue +++ b/src/views/warehouse/parcelList/distributionParcelList.vue @@ -440,6 +440,16 @@ export default { fixed: false, sortable: true, }, + { + prop: 'noteNumber', + label: '配送单号', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'dvehicleName', label: '配送车次号', @@ -450,6 +460,16 @@ export default { fixed: false, sortable: true, }, + { + prop: 'vehicleName', + label: '配送车牌', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'firsts', label: '一级品',