From 0911a275a8f0a2ae559c859438483b6b4997bc9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E8=BF=90=E6=A8=A1?= <1724894114@qq.com> Date: Thu, 5 Sep 2024 16:10:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BA=93=E5=AD=98=E5=92=8C?= =?UTF-8?q?=E5=87=BA=E5=BA=93=E7=9A=84=E6=A3=80=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/cost/feeRecords/index.vue | 28 +++++++ src/views/order/inventoryList/index.vue | 94 +++++++++-------------- src/views/shipment/shipmentList/index.vue | 89 ++++++++------------- 3 files changed, 94 insertions(+), 117 deletions(-) create mode 100644 src/views/cost/feeRecords/index.vue diff --git a/src/views/cost/feeRecords/index.vue b/src/views/cost/feeRecords/index.vue new file mode 100644 index 0000000..4fba3f0 --- /dev/null +++ b/src/views/cost/feeRecords/index.vue @@ -0,0 +1,28 @@ + + + + + diff --git a/src/views/order/inventoryList/index.vue b/src/views/order/inventoryList/index.vue index 18b347a..2025a60 100644 --- a/src/views/order/inventoryList/index.vue +++ b/src/views/order/inventoryList/index.vue @@ -1,24 +1,5 @@