diff --git a/src/views/modules/automatedWarehouse/callOut.vue b/src/views/modules/automatedWarehouse/callOut.vue index 93211a9..6489548 100644 --- a/src/views/modules/automatedWarehouse/callOut.vue +++ b/src/views/modules/automatedWarehouse/callOut.vue @@ -99,9 +99,9 @@ | WDR: {{ pallet.wdr }} - - | 失效日期: {{ pallet.expiredDate }} - + + | 接收日期: {{ pallet.receiveDate }} +
diff --git a/src/views/modules/automatedWarehouse/callOutToStation.vue b/src/views/modules/automatedWarehouse/callOutToStation.vue index 2bde563..3cae934 100644 --- a/src/views/modules/automatedWarehouse/callOutToStation.vue +++ b/src/views/modules/automatedWarehouse/callOutToStation.vue @@ -95,8 +95,8 @@ | WDR: {{ pallet.wdr }} - - | 失效日期: {{ pallet.expiredDate }} + + | 接收日期: {{ pallet.receiveDate }}