From df1cf1bc832a4e970483282b18f8bb581bb1eab3 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Wed, 21 Feb 2024 17:07:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B2=E7=BA=BF=E6=8F=90=E8=B4=A7=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../arteryDistrilbutionBillLadingList.js | 32 +++- .../addArteryDistrilbutionBillLadingList.vue | 140 ++++++++++++++++-- ...teryDistrilbutionBillLadingListDetails.vue | 99 +++++++++---- src/views/supervise/management.vue | 30 ++-- 4 files changed, 232 insertions(+), 69 deletions(-) diff --git a/src/option/distribution/arteryDistrilbutionBillLadingList.js b/src/option/distribution/arteryDistrilbutionBillLadingList.js index 2e8842a7..5b340a92 100644 --- a/src/option/distribution/arteryDistrilbutionBillLadingList.js +++ b/src/option/distribution/arteryDistrilbutionBillLadingList.js @@ -452,7 +452,7 @@ export const columnNewList = [ { prop: 'waybillNo', label: '运单号', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -473,7 +473,7 @@ export const columnNewList = [ { prop: 'shipperName', label: '发货人', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -483,7 +483,7 @@ export const columnNewList = [ { prop: 'customerTrain', label: '客户车次号', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -493,7 +493,27 @@ export const columnNewList = [ { prop: 'shipper', label: '发货单位', - type: 1, + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'destinationWarehouseName', + label: '目的仓', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'consignee', + label: '收货单位', + type: 2, values: '', width: '130', checkarr: [], @@ -503,7 +523,7 @@ export const columnNewList = [ { prop: 'goodsName', label: '货物名称', - type: 1, + type: 2, values: '', width: '180', checkarr: [], @@ -557,7 +577,7 @@ export const columnNewList = [ { prop: 'remark', label: '运单备注', - type: 1, + type: 2, values: '', width: '150', checkarr: [], diff --git a/src/views/distribution/inventory/addArteryDistrilbutionBillLadingList.vue b/src/views/distribution/inventory/addArteryDistrilbutionBillLadingList.vue index bb7ebc32..eaad509d 100644 --- a/src/views/distribution/inventory/addArteryDistrilbutionBillLadingList.vue +++ b/src/views/distribution/inventory/addArteryDistrilbutionBillLadingList.vue @@ -215,7 +215,7 @@ - + 运单池 +
+ + + + + + + + + 搜 索 + 清 空 + + +
+
@@ -312,10 +348,10 @@