diff --git a/src/components/MyPrintZero/MyPrintZero.vue b/src/components/MyPrintZero/MyPrintZero.vue
index 8e2a3c5c..475c792b 100644
--- a/src/components/MyPrintZero/MyPrintZero.vue
+++ b/src/components/MyPrintZero/MyPrintZero.vue
@@ -395,10 +395,10 @@ const handleShowPrint = () => {
for (let index = value.start; index <= value.end; index++) {
let template = details.waybillInfo.template;
- template = template.replace('发站仓信息', details.waybillInfo.destinationWarehouseName);
- template = template.replace('目的仓信息', details.waybillInfo.departureWarehouseName);
- template = template.replace('发站信息', details.waybillInfo.destination);
- template = template.replace('到站信息', details.waybillInfo.departure);
+ template = template.replace('发站仓信息', details.waybillInfo.departureWarehouseName);
+ template = template.replace('目的仓信息', details.waybillInfo.destinationWarehouseName);
+ template = template.replace('发站信息', details.waybillInfo.departure);
+ template = template.replace('到站信息', details.waybillInfo.destination);
template = template.replace('运单号', details.waybillNo);
template = template.replace('订单号', details.waybillInfo.orderNo);
template = template.replace('运单地址', details.waybillInfo.waybillNoCode);
diff --git a/src/views/distribution/artery/VehicleStowageDetails.vue b/src/views/distribution/artery/VehicleStowageDetails.vue
index 4ad9fb33..dcaf588a 100644
--- a/src/views/distribution/artery/VehicleStowageDetails.vue
+++ b/src/views/distribution/artery/VehicleStowageDetails.vue
@@ -1142,12 +1142,12 @@ const handleBatchDelete = () => {
/** 导出 */
const handleExport = () => {
- console.log('exportColumnListNode.value.$el :>> ', exportColumnListNode.value.$el);
- console.log('detailsRenderData.value :>> ', detailsRenderData.value);
+ // console.log('exportColumnListNode.value.$el :>> ', exportColumnListNode.value.$el);
+ // console.log('detailsRenderData.value :>> ', detailsRenderData.value);
exportExcel(
details.detailsColumnList,
detailsRenderData.value,
- `${details.form.carsNo} - ${dateNow()}.xlsx`
+ `${details.form.carsNo} - ${dateNow()}`
);
};
diff --git a/src/views/distribution/inventory/BookingNote.vue b/src/views/distribution/inventory/BookingNote.vue
index 46b89b76..3df9b965 100644
--- a/src/views/distribution/inventory/BookingNote.vue
+++ b/src/views/distribution/inventory/BookingNote.vue
@@ -78,43 +78,6 @@
-
打 印
-
+
打印标签