From 4900ab6dd8144c02376e55224d738d1ce0afe6cc Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Thu, 5 Sep 2024 17:16:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81=E7=BB=93?= =?UTF-8?q?=E6=9E=84=EF=BC=8C=E4=BF=AE=E5=A4=8D=E8=AD=A6=E5=91=8A=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 101 +++++------ src/components/edittablehead/index.vue | 2 +- .../popupnotification/popupnotification.vue | 45 +++-- src/components/tablecmt/tablecmt.vue | 4 +- src/page/login/aiqa.vue | 2 +- .../Categorypricingunit.vue | 1 - .../Financialreview.vue | 1 - .../OrderTotalCostDetail.vue | 1 - .../ServiceProviderPrice.vue | 1 - .../Traincostbreakdown.vue | 1 - .../WarehouseDeliveryCost.vue | 1 - .../WarehousePricingTemplate.vue | 1 - .../WarehouseTemplate.vue | 1 - .../storagecost/Monthlyorderwarehousing.vue | 1 - .../storagecost/OrderTotalTransferDetails.vue | 1 - .../cost/storagecost/OrderTotalWarehouse.vue | 1 - .../storagecost/Transferwarehouseorders.vue | 1 - .../Transferwarehousestatistics.vue | 1 - .../cost/storagecost/WarehouseMonthly.vue | 1 - .../storagecost/Warehouserentalmanagement.vue | 1 - .../checkInventoryTask/createTask.vue | 2 +- .../checkInventoryTask/createTaskTemp.vue | 164 ++++++++++++++++-- .../delivery/SeparateTheListInfo.vue | 1 - src/views/distribution/signfor/asurcharge.vue | 1 - .../signfor/distributionSignfortreat.vue | 6 +- src/views/factory/mt/Mengtiandatapushback.vue | 6 +- .../warehouseRetentionRecord.vue | 1 - 27 files changed, 249 insertions(+), 101 deletions(-) diff --git a/index.html b/index.html index b71c8756..3efaed5c 100644 --- a/index.html +++ b/index.html @@ -1,46 +1,27 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - -
- -
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
- - - +
+ + + + + + + + + + + \ No newline at end of file diff --git a/src/components/edittablehead/index.vue b/src/components/edittablehead/index.vue index 2852f605..62b828b5 100644 --- a/src/components/edittablehead/index.vue +++ b/src/components/edittablehead/index.vue @@ -119,7 +119,7 @@ let props = defineProps({ /** 从本地获取的list名称 */ columnListName: { type: String as PropType, - required: true, + required: false, default: 'columnList', }, }); diff --git a/src/components/popupnotification/popupnotification.vue b/src/components/popupnotification/popupnotification.vue index d7d4c808..be978f59 100644 --- a/src/components/popupnotification/popupnotification.vue +++ b/src/components/popupnotification/popupnotification.vue @@ -1,21 +1,22 @@