diff --git a/src/option/waybill/TemporaryStorageList.js b/src/option/waybill/TemporaryStorageList.js index 35d0d365..b7f4525e 100644 --- a/src/option/waybill/TemporaryStorageList.js +++ b/src/option/waybill/TemporaryStorageList.js @@ -670,9 +670,9 @@ export const packageColumnList = [ head: false, }, { - prop: 'volume', + prop: 'confirmVolume', label: '方数', - type: 2, + type: 13, values: '', width: '150', checkarr: [], @@ -681,9 +681,9 @@ export const packageColumnList = [ head: false, }, { - prop: 'weight', + prop: 'confirmWeight', label: '重量', - type: 2, + type: 13, values: '', width: '150', checkarr: [], diff --git a/src/views/distribution/inventory/CreateOrder.vue b/src/views/distribution/inventory/CreateOrder.vue index 19a587a7..622733ce 100644 --- a/src/views/distribution/inventory/CreateOrder.vue +++ b/src/views/distribution/inventory/CreateOrder.vue @@ -1165,7 +1165,25 @@ :isShowRefresh="false" >