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 @@