From a6519ae290807a5055460912626e004719c4eee5 Mon Sep 17 00:00:00 2001
From: yangchunlong <292345300@qq.com>
Date: Fri, 4 Jul 2025 17:18:03 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=9A=80=20=E7=94=9F=E4=BA=A7?=
=?UTF-8?q?=E5=85=A5=E5=BA=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../outboundTaskList/constant/list/table.ts | 2 +-
src/views/login/index2.vue | 132 ++++++
src/views/login/index3.vue | 411 ++++++++++++++++++
.../warehouseReceiptList/index.vue | 7 +-
4 files changed, 546 insertions(+), 6 deletions(-)
create mode 100644 src/views/login/index2.vue
create mode 100644 src/views/login/index3.vue
diff --git a/src/views/deliveryAndOutbound/outboundTaskList/constant/list/table.ts b/src/views/deliveryAndOutbound/outboundTaskList/constant/list/table.ts
index 9417024..4f6f0e6 100644
--- a/src/views/deliveryAndOutbound/outboundTaskList/constant/list/table.ts
+++ b/src/views/deliveryAndOutbound/outboundTaskList/constant/list/table.ts
@@ -85,7 +85,7 @@ export const COLUMNS = [
},
{
align: "left",
- label: "已出库数据",
+ label: "已出库数量",
prop: "realityQty",
width: "120"
},
diff --git a/src/views/login/index2.vue b/src/views/login/index2.vue
new file mode 100644
index 0000000..4a0e903
--- /dev/null
+++ b/src/views/login/index2.vue
@@ -0,0 +1,132 @@
+
+
+
+
+
diff --git a/src/views/login/index3.vue b/src/views/login/index3.vue
new file mode 100644
index 0000000..3a15397
--- /dev/null
+++ b/src/views/login/index3.vue
@@ -0,0 +1,411 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/views/receiptAndWarehousing/warehouseReceiptList/index.vue b/src/views/receiptAndWarehousing/warehouseReceiptList/index.vue
index 5329d81..b64beb2 100644
--- a/src/views/receiptAndWarehousing/warehouseReceiptList/index.vue
+++ b/src/views/receiptAndWarehousing/warehouseReceiptList/index.vue
@@ -27,11 +27,8 @@
-
- {{ scope.row.type == "采购入库" ? scope.row.successSync : "--" }}
+
+ {{ scope.row.successSync }}