From 834b9ded87b5da5f5462ea4ea53a8245b37639e7 Mon Sep 17 00:00:00 2001
From: xbx <1827135378@qq.com>
Date: Sat, 18 Nov 2023 15:50:30 +0800
Subject: [PATCH 01/10] =?UTF-8?q?=E8=B5=84=E6=BA=90=E7=AE=A1=E7=90=861.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../purchase/approve/PurchaseRequestList.vue | 299 +++++++++++
.../approve/modules/PurchaseRequestForm.vue | 103 ++++
.../PurchaseRequestModal.Style#Drawer.vue | 84 +++
.../approve/modules/PurchaseRequestModal.vue | 60 +++
.../purchase/processing/orderProcessing.vue | 480 ++++++++++++++++++
.../purchase/progress/procurementProgress.vue | 184 +++++++
.../PurchaseOrderConfirmationList.vue | 137 +++++
.../purchase/request/PurchaseRequestList.vue | 290 +++++++++++
.../request/modules/PurchaseRequestForm.vue | 202 ++++++++
.../PurchaseRequestModal.Style#Drawer.vue | 84 +++
.../request/modules/PurchaseRequestModal.vue | 60 +++
.../rms/FurnitureList/RmsFurnitureList.vue | 288 +++++++++++
.../modules/RmsFurnitureForm.vue | 189 +++++++
.../RmsFurnitureModal.Style#Drawer.vue | 84 +++
.../modules/RmsFurnitureModal.vue | 60 +++
.../rms/InstrumentList/RmsInstrumentList.vue | 285 +++++++++++
.../modules/RmsInstrumentForm.vue | 184 +++++++
.../RmsInstrumentModal.Style#Drawer.vue | 84 +++
.../modules/RmsInstrumentModal.vue | 60 +++
.../rms/LocationList/RmsLocationList.vue | 177 +++++++
.../LocationList/modules/RmsLocationForm.vue | 109 ++++
.../modules/RmsLocationModal.Style#Drawer.vue | 84 +++
.../LocationList/modules/RmsLocationModal.vue | 60 +++
src/views/system/RmsInstrumentList.vue | 236 +++++++++
.../system/modules/RmsInstrumentForm.vue | 247 +++++++++
.../system/modules/RmsInstrumentModal.vue | 64 +++
26 files changed, 4194 insertions(+)
create mode 100644 src/views/purchase/approve/PurchaseRequestList.vue
create mode 100644 src/views/purchase/approve/modules/PurchaseRequestForm.vue
create mode 100644 src/views/purchase/approve/modules/PurchaseRequestModal.Style#Drawer.vue
create mode 100644 src/views/purchase/approve/modules/PurchaseRequestModal.vue
create mode 100644 src/views/purchase/processing/orderProcessing.vue
create mode 100644 src/views/purchase/progress/procurementProgress.vue
create mode 100644 src/views/purchase/receiving/PurchaseOrderConfirmationList.vue
create mode 100644 src/views/purchase/request/PurchaseRequestList.vue
create mode 100644 src/views/purchase/request/modules/PurchaseRequestForm.vue
create mode 100644 src/views/purchase/request/modules/PurchaseRequestModal.Style#Drawer.vue
create mode 100644 src/views/purchase/request/modules/PurchaseRequestModal.vue
create mode 100644 src/views/rms/FurnitureList/RmsFurnitureList.vue
create mode 100644 src/views/rms/FurnitureList/modules/RmsFurnitureForm.vue
create mode 100644 src/views/rms/FurnitureList/modules/RmsFurnitureModal.Style#Drawer.vue
create mode 100644 src/views/rms/FurnitureList/modules/RmsFurnitureModal.vue
create mode 100644 src/views/rms/InstrumentList/RmsInstrumentList.vue
create mode 100644 src/views/rms/InstrumentList/modules/RmsInstrumentForm.vue
create mode 100644 src/views/rms/InstrumentList/modules/RmsInstrumentModal.Style#Drawer.vue
create mode 100644 src/views/rms/InstrumentList/modules/RmsInstrumentModal.vue
create mode 100644 src/views/rms/LocationList/RmsLocationList.vue
create mode 100644 src/views/rms/LocationList/modules/RmsLocationForm.vue
create mode 100644 src/views/rms/LocationList/modules/RmsLocationModal.Style#Drawer.vue
create mode 100644 src/views/rms/LocationList/modules/RmsLocationModal.vue
create mode 100644 src/views/system/RmsInstrumentList.vue
create mode 100644 src/views/system/modules/RmsInstrumentForm.vue
create mode 100644 src/views/system/modules/RmsInstrumentModal.vue
diff --git a/src/views/purchase/approve/PurchaseRequestList.vue b/src/views/purchase/approve/PurchaseRequestList.vue
new file mode 100644
index 0000000..7e98bd5
--- /dev/null
+++ b/src/views/purchase/approve/PurchaseRequestList.vue
@@ -0,0 +1,299 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+ 详情
+
+
+ 无图片
+
+
+
+ 无文件
+
+ 下载
+
+
+
+
+ 通过
+ 不通过
+
+
+
+ 已被接单,不可修改
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/purchase/approve/modules/PurchaseRequestForm.vue b/src/views/purchase/approve/modules/PurchaseRequestForm.vue
new file mode 100644
index 0000000..ff679ac
--- /dev/null
+++ b/src/views/purchase/approve/modules/PurchaseRequestForm.vue
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/purchase/approve/modules/PurchaseRequestModal.Style#Drawer.vue b/src/views/purchase/approve/modules/PurchaseRequestModal.Style#Drawer.vue
new file mode 100644
index 0000000..d675580
--- /dev/null
+++ b/src/views/purchase/approve/modules/PurchaseRequestModal.Style#Drawer.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/purchase/approve/modules/PurchaseRequestModal.vue b/src/views/purchase/approve/modules/PurchaseRequestModal.vue
new file mode 100644
index 0000000..3382eca
--- /dev/null
+++ b/src/views/purchase/approve/modules/PurchaseRequestModal.vue
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/purchase/processing/orderProcessing.vue b/src/views/purchase/processing/orderProcessing.vue
new file mode 100644
index 0000000..b03ccbd
--- /dev/null
+++ b/src/views/purchase/processing/orderProcessing.vue
@@ -0,0 +1,480 @@
+
+
+
+ 刷新
+
+
+
+
+
+ 采购订单号:HL-{{ item.requirementNumber }} 部门:{{ item.sysOrgCode }}
+ 采购方向:{{ item.procurementDirection }}
+
+
开始采购
+
生成二维码
+
生成订单
+
取消接单
+
+
+
+
+ {{ item.createBy_dictText }}
+ {{ item.createTime }}
+ {{ item.sysOrgCode }}
+ {{ item.procurementCategory_dictText }}
+ {{ item.procurementBudget }}
+ {{ item.approvedBy_dictText }}
+
+
+ 无文件
+
+ 下载
+
+
+
+
+
+
+ {{ item2.name }}
+ {{ item2.number }}{{ item2.unit }}
+
+
+ 物品和供应商整理
+
+
+
+
+
+ {{ item2.supplier }}
+
+
+
+
+ 物品和供应商整理
+
+
+
+
+
+
+
+
+
+ 订单为空
+
+
+
+
+
+
+ 暂无数据
+
+
+
+
+
+ {{ item.supplier }}
+ 删除公司
+
+
+
+
+ {{ food.name }}
+
+
+
+
导入
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ supplier.name }}
+
+
+
添加供应商
+
+
+
+ 生成失败
+
+
+
+
+
+
+
+
diff --git a/src/views/purchase/progress/procurementProgress.vue b/src/views/purchase/progress/procurementProgress.vue
new file mode 100644
index 0000000..10c1c3f
--- /dev/null
+++ b/src/views/purchase/progress/procurementProgress.vue
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+
+
+
+ 采购订单号:HL-{{ item.reqirementNumber }}
+
+
+
+
+ 物品整理完毕,开始采购
+ 查看详情
+
+
+ {{ item2 }}
+
+
+
+ 采购结束
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item2.supplier }}
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/purchase/receiving/PurchaseOrderConfirmationList.vue b/src/views/purchase/receiving/PurchaseOrderConfirmationList.vue
new file mode 100644
index 0000000..3c471ce
--- /dev/null
+++ b/src/views/purchase/receiving/PurchaseOrderConfirmationList.vue
@@ -0,0 +1,137 @@
+
+
+
+ 刷新
+
+
+
+
+
+ 采购订单号:HL-{{ item.requirementNumber }} 部门:{{ item.sysOrgCode }}
+ 采购方向:{{ item.procurementDirection }}
+
接收
+
+
+
+
+ {{ item.createBy_dictText }}
+ {{ item.createTime }}
+ {{ item.sysOrgCode }}
+ {{ item.procurementCategory_dictText }}
+ {{ item.procurementBudget }}
+ {{ item.approvedBy_dictText }}
+
+
+
+ {{ item2.name }}
+ {{ item2.number }}{{ item2.unit }}
+
+
+
+
+
+
+
+
+
+
+
+ 订单为空
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/purchase/request/PurchaseRequestList.vue b/src/views/purchase/request/PurchaseRequestList.vue
new file mode 100644
index 0000000..fc646c3
--- /dev/null
+++ b/src/views/purchase/request/PurchaseRequestList.vue
@@ -0,0 +1,290 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
新增
+
+
+
+
+ 删除
+
+ 批量操作
+
+
+
+
+
+
+
+
+
+ 详情
+
+
+ 无图片
+
+
+
+ 无文件
+
+ 下载
+
+
+
+ 编辑
+
+ handleDelete(record.id)">
+ 删除
+
+
+ 重新提交
+
+
+ 已通过申请不可修改
+
+
+ 审核中不可修改
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/purchase/request/modules/PurchaseRequestForm.vue b/src/views/purchase/request/modules/PurchaseRequestForm.vue
new file mode 100644
index 0000000..382d2c0
--- /dev/null
+++ b/src/views/purchase/request/modules/PurchaseRequestForm.vue
@@ -0,0 +1,202 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/purchase/request/modules/PurchaseRequestModal.Style#Drawer.vue b/src/views/purchase/request/modules/PurchaseRequestModal.Style#Drawer.vue
new file mode 100644
index 0000000..d675580
--- /dev/null
+++ b/src/views/purchase/request/modules/PurchaseRequestModal.Style#Drawer.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/purchase/request/modules/PurchaseRequestModal.vue b/src/views/purchase/request/modules/PurchaseRequestModal.vue
new file mode 100644
index 0000000..3382eca
--- /dev/null
+++ b/src/views/purchase/request/modules/PurchaseRequestModal.vue
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/rms/FurnitureList/RmsFurnitureList.vue b/src/views/rms/FurnitureList/RmsFurnitureList.vue
new file mode 100644
index 0000000..5f20d6b
--- /dev/null
+++ b/src/views/rms/FurnitureList/RmsFurnitureList.vue
@@ -0,0 +1,288 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
新增
+
导出
+
+ 导入
+
+
+
+
+
+ 删除
+
+ 批量操作
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 无图片
+
+
+
+ 无文件
+
+ 下载
+
+
+
+
+ 编辑
+
+
+
+ 更多
+
+
+ 详情
+
+
+ handleDelete(record.id)">
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/rms/FurnitureList/modules/RmsFurnitureForm.vue b/src/views/rms/FurnitureList/modules/RmsFurnitureForm.vue
new file mode 100644
index 0000000..2f38862
--- /dev/null
+++ b/src/views/rms/FurnitureList/modules/RmsFurnitureForm.vue
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/rms/FurnitureList/modules/RmsFurnitureModal.Style#Drawer.vue b/src/views/rms/FurnitureList/modules/RmsFurnitureModal.Style#Drawer.vue
new file mode 100644
index 0000000..3d115d9
--- /dev/null
+++ b/src/views/rms/FurnitureList/modules/RmsFurnitureModal.Style#Drawer.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/rms/FurnitureList/modules/RmsFurnitureModal.vue b/src/views/rms/FurnitureList/modules/RmsFurnitureModal.vue
new file mode 100644
index 0000000..e09567a
--- /dev/null
+++ b/src/views/rms/FurnitureList/modules/RmsFurnitureModal.vue
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/rms/InstrumentList/RmsInstrumentList.vue b/src/views/rms/InstrumentList/RmsInstrumentList.vue
new file mode 100644
index 0000000..accfacc
--- /dev/null
+++ b/src/views/rms/InstrumentList/RmsInstrumentList.vue
@@ -0,0 +1,285 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
新增
+
导出
+
+ 导入
+
+
+
+
+
+ 删除
+
+ 批量操作
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 无图片
+
+
+
+ 无文件
+
+ 下载
+
+
+
+
+ 编辑
+
+
+
+ 更多
+
+
+ 详情
+
+
+ handleDelete(record.id)">
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/rms/InstrumentList/modules/RmsInstrumentForm.vue b/src/views/rms/InstrumentList/modules/RmsInstrumentForm.vue
new file mode 100644
index 0000000..831855c
--- /dev/null
+++ b/src/views/rms/InstrumentList/modules/RmsInstrumentForm.vue
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/rms/InstrumentList/modules/RmsInstrumentModal.Style#Drawer.vue b/src/views/rms/InstrumentList/modules/RmsInstrumentModal.Style#Drawer.vue
new file mode 100644
index 0000000..0c4f142
--- /dev/null
+++ b/src/views/rms/InstrumentList/modules/RmsInstrumentModal.Style#Drawer.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/rms/InstrumentList/modules/RmsInstrumentModal.vue b/src/views/rms/InstrumentList/modules/RmsInstrumentModal.vue
new file mode 100644
index 0000000..249fa0d
--- /dev/null
+++ b/src/views/rms/InstrumentList/modules/RmsInstrumentModal.vue
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/rms/LocationList/RmsLocationList.vue b/src/views/rms/LocationList/RmsLocationList.vue
new file mode 100644
index 0000000..7bb7ce3
--- /dev/null
+++ b/src/views/rms/LocationList/RmsLocationList.vue
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+
+
+
新增
+
导出
+
+ 导入
+
+
+
+
+
+ 删除
+
+ 批量操作
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 无图片
+
+
+
+ 无文件
+
+ 下载
+
+
+
+
+ 编辑
+
+
+
+ 更多
+
+
+ 详情
+
+
+ handleDelete(record.id)">
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/rms/LocationList/modules/RmsLocationForm.vue b/src/views/rms/LocationList/modules/RmsLocationForm.vue
new file mode 100644
index 0000000..1be9d14
--- /dev/null
+++ b/src/views/rms/LocationList/modules/RmsLocationForm.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/rms/LocationList/modules/RmsLocationModal.Style#Drawer.vue b/src/views/rms/LocationList/modules/RmsLocationModal.Style#Drawer.vue
new file mode 100644
index 0000000..4c75d90
--- /dev/null
+++ b/src/views/rms/LocationList/modules/RmsLocationModal.Style#Drawer.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/rms/LocationList/modules/RmsLocationModal.vue b/src/views/rms/LocationList/modules/RmsLocationModal.vue
new file mode 100644
index 0000000..f29ef5d
--- /dev/null
+++ b/src/views/rms/LocationList/modules/RmsLocationModal.vue
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/RmsInstrumentList.vue b/src/views/system/RmsInstrumentList.vue
new file mode 100644
index 0000000..9fe20a6
--- /dev/null
+++ b/src/views/system/RmsInstrumentList.vue
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
+
新增
+
导出
+
+ 导入
+
+
+
+
+
+ 删除
+
+ 批量操作
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 无图片
+
+
+
+ 无文件
+
+ 下载
+
+
+
+
+ 编辑
+
+
+
+ 更多
+
+
+ 详情
+
+
+ handleDelete(record.id)">
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/modules/RmsInstrumentForm.vue b/src/views/system/modules/RmsInstrumentForm.vue
new file mode 100644
index 0000000..1b15b78
--- /dev/null
+++ b/src/views/system/modules/RmsInstrumentForm.vue
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/modules/RmsInstrumentModal.vue b/src/views/system/modules/RmsInstrumentModal.vue
new file mode 100644
index 0000000..e7c7732
--- /dev/null
+++ b/src/views/system/modules/RmsInstrumentModal.vue
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
From f766f98670ba6534248401d2386b2be85da5dd8b Mon Sep 17 00:00:00 2001
From: xbx <1827135378@qq.com>
Date: Sat, 18 Nov 2023 18:40:23 +0800
Subject: [PATCH 02/10] =?UTF-8?q?=E8=B5=84=E6=BA=90=E7=AE=A1=E7=90=861.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.development | 2 +-
public/index.html | 4 +-
src/components/layouts/TabLayout.vue | 2 +-
src/components/layouts/UserLayout.vue | 2 +-
src/components/page/GlobalHeader.vue | 2 +-
src/components/tools/Logo.vue | 5 +-
src/views/dashboard/Analysis.vue | 14 +-
src/views/dashboard/IndexBdc.vue | 171 +-----------
src/views/dashboard/IndexChart.vue | 133 +---------
src/views/dashboard/IndexTask.vue | 134 ----------
.../rms/FurnitureList/RmsFurnitureList.vue | 77 +++---
.../modules/RmsFurnitureForm.vue | 36 +--
.../rms/InstrumentList/RmsInstrumentList.vue | 80 +++---
.../modules/RmsInstrumentForm.vue | 34 +--
.../rms/LocationList/RmsLocationList.vue | 6 +
.../LocationList/modules/RmsLocationForm.vue | 5 +
src/views/system/RmsInstrumentList.vue | 236 -----------------
.../system/modules/RmsInstrumentForm.vue | 247 ------------------
.../system/modules/RmsInstrumentModal.vue | 64 -----
src/views/user/oauth2/OAuth2Login.vue | 2 +-
20 files changed, 157 insertions(+), 1099 deletions(-)
delete mode 100644 src/views/system/RmsInstrumentList.vue
delete mode 100644 src/views/system/modules/RmsInstrumentForm.vue
delete mode 100644 src/views/system/modules/RmsInstrumentModal.vue
diff --git a/.env.development b/.env.development
index 4f94849..6635393 100644
--- a/.env.development
+++ b/.env.development
@@ -1,5 +1,5 @@
NODE_ENV=development
-VUE_APP_API_BASE_URL=http://localhost:8888/jeecg-boot
+VUE_APP_API_BASE_URL=http://localhost:8088/jeecg-boot
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
diff --git a/public/index.html b/public/index.html
index 0dc3db7..7802177 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,7 +5,7 @@
-
计科院ERP系统
+ 计算机学院资源管理系统
\ No newline at end of file
diff --git a/src/views/system/modules/RmsInstrumentForm.vue b/src/views/system/modules/RmsInstrumentForm.vue
deleted file mode 100644
index 1b15b78..0000000
--- a/src/views/system/modules/RmsInstrumentForm.vue
+++ /dev/null
@@ -1,247 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/system/modules/RmsInstrumentModal.vue b/src/views/system/modules/RmsInstrumentModal.vue
deleted file mode 100644
index e7c7732..0000000
--- a/src/views/system/modules/RmsInstrumentModal.vue
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/user/oauth2/OAuth2Login.vue b/src/views/user/oauth2/OAuth2Login.vue
index 08b01bd..d8243e9 100644
--- a/src/views/user/oauth2/OAuth2Login.vue
+++ b/src/views/user/oauth2/OAuth2Login.vue
@@ -4,7 +4,7 @@
- 正在登录 计科院ERP系统,请耐心等待
+ 正在登录 计算机学院资源管理系统,请耐心等待
From e7e4c43630d679fb2686db5f72531dbc00f7de9e Mon Sep 17 00:00:00 2001
From: xbx <1827135378@qq.com>
Date: Sat, 18 Nov 2023 18:42:42 +0800
Subject: [PATCH 03/10] =?UTF-8?q?=E8=B5=84=E6=BA=90=E7=AE=A1=E7=90=861.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../purchase/approve/PurchaseRequestList.vue | 299 -----------
.../approve/modules/PurchaseRequestForm.vue | 103 ----
.../PurchaseRequestModal.Style#Drawer.vue | 84 ---
.../approve/modules/PurchaseRequestModal.vue | 60 ---
.../purchase/processing/orderProcessing.vue | 480 ------------------
.../purchase/progress/procurementProgress.vue | 184 -------
.../PurchaseOrderConfirmationList.vue | 137 -----
.../purchase/request/PurchaseRequestList.vue | 290 -----------
.../request/modules/PurchaseRequestForm.vue | 202 --------
.../PurchaseRequestModal.Style#Drawer.vue | 84 ---
.../request/modules/PurchaseRequestModal.vue | 60 ---
11 files changed, 1983 deletions(-)
delete mode 100644 src/views/purchase/approve/PurchaseRequestList.vue
delete mode 100644 src/views/purchase/approve/modules/PurchaseRequestForm.vue
delete mode 100644 src/views/purchase/approve/modules/PurchaseRequestModal.Style#Drawer.vue
delete mode 100644 src/views/purchase/approve/modules/PurchaseRequestModal.vue
delete mode 100644 src/views/purchase/processing/orderProcessing.vue
delete mode 100644 src/views/purchase/progress/procurementProgress.vue
delete mode 100644 src/views/purchase/receiving/PurchaseOrderConfirmationList.vue
delete mode 100644 src/views/purchase/request/PurchaseRequestList.vue
delete mode 100644 src/views/purchase/request/modules/PurchaseRequestForm.vue
delete mode 100644 src/views/purchase/request/modules/PurchaseRequestModal.Style#Drawer.vue
delete mode 100644 src/views/purchase/request/modules/PurchaseRequestModal.vue
diff --git a/src/views/purchase/approve/PurchaseRequestList.vue b/src/views/purchase/approve/PurchaseRequestList.vue
deleted file mode 100644
index 7e98bd5..0000000
--- a/src/views/purchase/approve/PurchaseRequestList.vue
+++ /dev/null
@@ -1,299 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
- 重置
-
-
-
-
-
-
-
-
-
-
- 详情
-
-
- 无图片
-
-
-
- 无文件
-
- 下载
-
-
-
-
- 通过
- 不通过
-
-
-
- 已被接单,不可修改
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/purchase/approve/modules/PurchaseRequestForm.vue b/src/views/purchase/approve/modules/PurchaseRequestForm.vue
deleted file mode 100644
index ff679ac..0000000
--- a/src/views/purchase/approve/modules/PurchaseRequestForm.vue
+++ /dev/null
@@ -1,103 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/purchase/approve/modules/PurchaseRequestModal.Style#Drawer.vue b/src/views/purchase/approve/modules/PurchaseRequestModal.Style#Drawer.vue
deleted file mode 100644
index d675580..0000000
--- a/src/views/purchase/approve/modules/PurchaseRequestModal.Style#Drawer.vue
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/purchase/approve/modules/PurchaseRequestModal.vue b/src/views/purchase/approve/modules/PurchaseRequestModal.vue
deleted file mode 100644
index 3382eca..0000000
--- a/src/views/purchase/approve/modules/PurchaseRequestModal.vue
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/purchase/processing/orderProcessing.vue b/src/views/purchase/processing/orderProcessing.vue
deleted file mode 100644
index b03ccbd..0000000
--- a/src/views/purchase/processing/orderProcessing.vue
+++ /dev/null
@@ -1,480 +0,0 @@
-
-
-
- 刷新
-
-
-
-
-
- 采购订单号:HL-{{ item.requirementNumber }} 部门:{{ item.sysOrgCode }}
- 采购方向:{{ item.procurementDirection }}
-
-
开始采购
-
生成二维码
-
生成订单
-
取消接单
-
-
-
-
- {{ item.createBy_dictText }}
- {{ item.createTime }}
- {{ item.sysOrgCode }}
- {{ item.procurementCategory_dictText }}
- {{ item.procurementBudget }}
- {{ item.approvedBy_dictText }}
-
-
- 无文件
-
- 下载
-
-
-
-
-
-
- {{ item2.name }}
- {{ item2.number }}{{ item2.unit }}
-
-
- 物品和供应商整理
-
-
-
-
-
- {{ item2.supplier }}
-
-
-
-
- 物品和供应商整理
-
-
-
-
-
-
-
-
-
- 订单为空
-
-
-
-
-
-
- 暂无数据
-
-
-
-
-
- {{ item.supplier }}
- 删除公司
-
-
-
-
- {{ food.name }}
-
-
-
-
导入
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ supplier.name }}
-
-
-
添加供应商
-
-
-
- 生成失败
-
-
-
-
-
-
-
-
diff --git a/src/views/purchase/progress/procurementProgress.vue b/src/views/purchase/progress/procurementProgress.vue
deleted file mode 100644
index 10c1c3f..0000000
--- a/src/views/purchase/progress/procurementProgress.vue
+++ /dev/null
@@ -1,184 +0,0 @@
-
-
-
-
-
-
-
-
-
- 采购订单号:HL-{{ item.reqirementNumber }}
-
-
-
-
- 物品整理完毕,开始采购
- 查看详情
-
-
- {{ item2 }}
-
-
-
- 采购结束
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item2.supplier }}
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/purchase/receiving/PurchaseOrderConfirmationList.vue b/src/views/purchase/receiving/PurchaseOrderConfirmationList.vue
deleted file mode 100644
index 3c471ce..0000000
--- a/src/views/purchase/receiving/PurchaseOrderConfirmationList.vue
+++ /dev/null
@@ -1,137 +0,0 @@
-
-
-
- 刷新
-
-
-
-
-
- 采购订单号:HL-{{ item.requirementNumber }} 部门:{{ item.sysOrgCode }}
- 采购方向:{{ item.procurementDirection }}
-
接收
-
-
-
-
- {{ item.createBy_dictText }}
- {{ item.createTime }}
- {{ item.sysOrgCode }}
- {{ item.procurementCategory_dictText }}
- {{ item.procurementBudget }}
- {{ item.approvedBy_dictText }}
-
-
-
- {{ item2.name }}
- {{ item2.number }}{{ item2.unit }}
-
-
-
-
-
-
-
-
-
-
-
- 订单为空
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/purchase/request/PurchaseRequestList.vue b/src/views/purchase/request/PurchaseRequestList.vue
deleted file mode 100644
index fc646c3..0000000
--- a/src/views/purchase/request/PurchaseRequestList.vue
+++ /dev/null
@@ -1,290 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
- 重置
-
-
-
-
-
-
-
-
-
-
新增
-
-
-
-
- 删除
-
- 批量操作
-
-
-
-
-
-
-
-
-
- 详情
-
-
- 无图片
-
-
-
- 无文件
-
- 下载
-
-
-
- 编辑
-
- handleDelete(record.id)">
- 删除
-
-
- 重新提交
-
-
- 已通过申请不可修改
-
-
- 审核中不可修改
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/purchase/request/modules/PurchaseRequestForm.vue b/src/views/purchase/request/modules/PurchaseRequestForm.vue
deleted file mode 100644
index 382d2c0..0000000
--- a/src/views/purchase/request/modules/PurchaseRequestForm.vue
+++ /dev/null
@@ -1,202 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/purchase/request/modules/PurchaseRequestModal.Style#Drawer.vue b/src/views/purchase/request/modules/PurchaseRequestModal.Style#Drawer.vue
deleted file mode 100644
index d675580..0000000
--- a/src/views/purchase/request/modules/PurchaseRequestModal.Style#Drawer.vue
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/purchase/request/modules/PurchaseRequestModal.vue b/src/views/purchase/request/modules/PurchaseRequestModal.vue
deleted file mode 100644
index 3382eca..0000000
--- a/src/views/purchase/request/modules/PurchaseRequestModal.vue
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
From 34f34f529242a7934cd758c74dbd7a32d45316be Mon Sep 17 00:00:00 2001
From: xbx <1827135378@qq.com>
Date: Sun, 19 Nov 2023 01:19:45 +0800
Subject: [PATCH 04/10] =?UTF-8?q?=E8=B5=84=E6=BA=90=E7=AE=A1=E7=90=861.0(?=
=?UTF-8?q?=E6=A0=91=E7=BB=93=E6=9E=84=EF=BC=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 41 +--
src/main.js | 3 +
src/views/dashboard/Analysis.vue | 14 +-
src/views/dashboard/IndexBdc.vue | 171 ++++++++++-
src/views/dashboard/IndexChart.vue | 283 ++++++++++--------
src/views/dashboard/IndexTask.vue | 134 +++++++++
.../rms/LocationList/RmsLocationList.vue | 277 +++++++----------
.../LocationList/modules/RmsLocationForm.vue | 190 ++++++------
yarn.lock | 20 ++
9 files changed, 739 insertions(+), 394 deletions(-)
diff --git a/package.json b/package.json
index 8f214c7..c6f0f27 100644
--- a/package.json
+++ b/package.json
@@ -10,42 +10,43 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
- "@jeecg/antd-online-mini": "3.4.3-beta2",
- "ant-design-vue": "^1.7.2",
"@antv/data-set": "^0.11.4",
- "viser-vue": "^2.4.8",
+ "@jeecg/antd-online-mini": "3.4.3-beta2",
+ "@tinymce/tinymce-vue": "2.1.0",
+ "@toast-ui/editor": "^2.1.2",
+ "ant-design-vue": "^1.7.2",
"axios": "^0.18.0",
+ "china-area-data": "^5.0.1",
+ "clipboard": "^2.0.4",
+ "codemirror": "^5.46.0",
+ "cron-parser": "^2.10.0",
"dayjs": "^1.8.0",
+ "dom-align": "1.12.0",
+ "echarts": "^5.4.3",
"enquire.js": "^2.1.6",
"js-cookie": "^2.2.0",
"lodash.get": "^4.4.2",
"lodash.pick": "^4.4.0",
"md5": "^2.2.1",
"nprogress": "^0.2.0",
+ "qiankun": "^2.5.1",
+ "tinymce": "5.4.1",
+ "viser-vue": "^2.4.8",
"vue": "^2.6.10",
+ "vue-area-linkage": "^5.1.0",
"vue-cropper": "^0.5.4",
"vue-i18n": "^8.7.0",
"vue-loader": "^15.7.0",
"vue-ls": "^3.2.0",
- "vue-router": "^3.0.1",
- "vuex": "^3.1.0",
- "vue-print-nb-jeecg": "^1.0.12",
- "clipboard": "^2.0.4",
"vue-photo-preview": "^1.1.3",
+ "vue-print-nb-jeecg": "^1.0.12",
+ "vue-router": "^3.0.1",
"vue-splitpane": "^1.0.4",
"vuedraggable": "^2.20.0",
- "codemirror": "^5.46.0",
- "@tinymce/tinymce-vue": "2.1.0",
- "tinymce": "5.4.1",
- "@toast-ui/editor": "^2.1.2",
- "vue-area-linkage": "^5.1.0",
- "china-area-data": "^5.0.1",
- "dom-align": "1.12.0",
- "xe-utils": "2.4.8",
+ "vuex": "^3.1.0",
"vxe-table": "2.9.13",
"vxe-table-plugin-antd": "1.8.10",
- "cron-parser": "^2.10.0",
- "qiankun": "^2.5.1",
+ "xe-utils": "2.4.8",
"xss": "^1.0.13"
},
"devDependencies": {
@@ -55,13 +56,13 @@
"@vue/cli-service": "^3.3.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "7.2.3",
+ "compression-webpack-plugin": "^3.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.1.0",
+ "html-webpack-plugin": "^4.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
- "vue-template-compiler": "^2.6.10",
- "html-webpack-plugin": "^4.2.0",
- "compression-webpack-plugin": "^3.1.0"
+ "vue-template-compiler": "^2.6.10"
},
"eslintConfig": {
"root": true,
diff --git a/src/main.js b/src/main.js
index 0809df2..b6ac2f8 100644
--- a/src/main.js
+++ b/src/main.js
@@ -8,6 +8,9 @@ import router from './router'
import store from './store/'
import { VueAxios } from "@/utils/request"
+import * as echarts from 'echarts'
+Vue.prototype.$echarts = echarts
+
require('@jeecg/antd-online-mini')
require('@jeecg/antd-online-mini/dist/OnlineForm.css')
diff --git a/src/views/dashboard/Analysis.vue b/src/views/dashboard/Analysis.vue
index 67a7213..2e16b22 100644
--- a/src/views/dashboard/Analysis.vue
+++ b/src/views/dashboard/Analysis.vue
@@ -1,10 +1,20 @@
-
+
+
+
+
+ 请选择首页样式:
+
+ 统计图表
+ 统计图表2
+ 任务表格
+
+
-
\ No newline at end of file
diff --git a/src/views/dashboard/IndexTask.vue b/src/views/dashboard/IndexTask.vue
index 5677038..8e9d84b 100644
--- a/src/views/dashboard/IndexTask.vue
+++ b/src/views/dashboard/IndexTask.vue
@@ -1,5 +1,139 @@
+
+
+
+
+
+
+ 我的待办【{{ dataSource1.length }}】
+
+
+
+
+
+
+
+
+
+
+
+
+ 办理
+
+
+
+
+
+
+
+
+
+
+ 我的在办【{{ dataSource2.length }}】
+
+
+
+
+
+
+
+
+
+
+
+
+ 办理
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 我的挂账【{{ dataSource4.length }}】
+
+
+
+
+
+
+
+
+
+
+
+ 办理
+
+
+
+
+
+
+
+
+
+
+ 我的督办【{{ dataSource3.length }}】
+
+
+
+
+
+
+
+
+
+
+
+ 办理
+
+
+
+
+
+
+
+
diff --git a/src/views/rms/LocationList/RmsLocationList.vue b/src/views/rms/LocationList/RmsLocationList.vue
index 20c64e4..f96d1c6 100644
--- a/src/views/rms/LocationList/RmsLocationList.vue
+++ b/src/views/rms/LocationList/RmsLocationList.vue
@@ -1,92 +1,36 @@
-
-
-
+
+
+
+
+
+
+
-
-
-
新增
-
导出
-
- 导入
-
-
-
-
-
- 删除
-
- 批量操作
-
-
-
-
-
-
-
-
-
-
-
-
-
- 无图片
-
-
-
- 无文件
-
- 下载
-
-
-
-
- 编辑
-
-
-
- 更多
-
-
- 详情
-
-
+
+
+
+
+
+ 编辑
+
handleDelete(record.id)">
删除
-
-
-
-
-
-
+
+
+
+
+
@@ -95,89 +39,100 @@
\ No newline at end of file
diff --git a/src/views/rms/LocationList/modules/RmsLocationForm.vue b/src/views/rms/LocationList/modules/RmsLocationForm.vue
index 9f7d2e9..05af09b 100644
--- a/src/views/rms/LocationList/modules/RmsLocationForm.vue
+++ b/src/views/rms/LocationList/modules/RmsLocationForm.vue
@@ -4,18 +4,19 @@
-
-
+
+
-
-
+
+
-
-
+
+
@@ -26,89 +27,102 @@
\ No newline at end of file
diff --git a/yarn.lock b/yarn.lock
index 8d8259f..c985a11 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4573,6 +4573,14 @@ ecc-jsbn@~0.1.1:
jsbn "~0.1.0"
safer-buffer "^2.1.0"
+echarts@^5.4.3:
+ version "5.4.3"
+ resolved "https://registry.npmmirror.com/echarts/-/echarts-5.4.3.tgz#f5522ef24419164903eedcfd2b506c6fc91fb20c"
+ integrity sha512-mYKxLxhzy6zyTi/FaEbJMOZU1ULGEQHaeIeuMR5L+JnJTpz+YR03mnnpBhbR4+UYJAgiXgpyTVLffPAjOTLkZA==
+ dependencies:
+ tslib "2.3.0"
+ zrender "5.4.4"
+
ee-first@1.1.1:
version "1.1.1"
resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
@@ -11019,6 +11027,11 @@ tsconfig-paths@^3.9.0:
minimist "^1.2.0"
strip-bom "^3.0.0"
+tslib@2.3.0:
+ version "2.3.0"
+ resolved "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
+ integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
+
tslib@^1.10.0, tslib@^1.9.0:
version "1.13.0"
resolved "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
@@ -12081,3 +12094,10 @@ yorkie@^2.0.0:
is-ci "^1.0.10"
normalize-path "^1.0.0"
strip-indent "^2.0.0"
+
+zrender@5.4.4:
+ version "5.4.4"
+ resolved "https://registry.npmmirror.com/zrender/-/zrender-5.4.4.tgz#8854f1d95ecc82cf8912f5a11f86657cb8c9e261"
+ integrity sha512-0VxCNJ7AGOMCWeHVyTrGzUgrK4asT4ml9PEkeGirAkKNYXYzoPJCLvmyfdoOXcjTHPs10OZVMfD1Rwg16AZyYw==
+ dependencies:
+ tslib "2.3.0"
From 00dc394dfc0df6aba3ec7eb381b3528dc9fd4972 Mon Sep 17 00:00:00 2001
From: xbx <1827135378@qq.com>
Date: Sun, 19 Nov 2023 01:20:13 +0800
Subject: [PATCH 05/10] =?UTF-8?q?=E8=B5=84=E6=BA=90=E7=AE=A1=E7=90=861.0(?=
=?UTF-8?q?=E6=A0=91=E7=BB=93=E6=9E=84=EF=BC=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/rms/components/locationaTree.vue | 134 +++++++++++++++++++++
1 file changed, 134 insertions(+)
create mode 100644 src/views/rms/components/locationaTree.vue
diff --git a/src/views/rms/components/locationaTree.vue b/src/views/rms/components/locationaTree.vue
new file mode 100644
index 0000000..b4d52f2
--- /dev/null
+++ b/src/views/rms/components/locationaTree.vue
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
+
+ {{ title }}
+
+
+
+
+
+
+
+
\ No newline at end of file
From 8291e41fd3606d7b09ce264a9935ba556fa79a3c Mon Sep 17 00:00:00 2001
From: xbx <1827135378@qq.com>
Date: Sun, 19 Nov 2023 20:32:19 +0800
Subject: [PATCH 06/10] =?UTF-8?q?=E8=B5=84=E6=BA=90=E7=AE=A1=E7=90=861.1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../rms/FurnitureList/RmsFurnitureList.vue | 402 +++++++++---------
.../modules/RmsFurnitureForm.vue | 215 +++++-----
.../rms/InstrumentList/RmsInstrumentList.vue | 393 ++++++++---------
.../modules/RmsInstrumentForm.vue | 216 +++++-----
.../rms/LocationList/RmsLocationList.vue | 7 +-
.../LocationList/modules/RmsLocationForm.vue | 2 +-
src/views/rms/components/locationaTree.vue | 10 +-
7 files changed, 608 insertions(+), 637 deletions(-)
diff --git a/src/views/rms/FurnitureList/RmsFurnitureList.vue b/src/views/rms/FurnitureList/RmsFurnitureList.vue
index c318b1c..88f15e4 100644
--- a/src/views/rms/FurnitureList/RmsFurnitureList.vue
+++ b/src/views/rms/FurnitureList/RmsFurnitureList.vue
@@ -6,7 +6,7 @@
-
+
@@ -24,14 +24,16 @@
新增
导出
-
+
导入
-
+
- 删除
+ 删除
批量操作
@@ -40,22 +42,14 @@
-
@@ -63,17 +57,12 @@
无图片
-
+
无文件
-
+
下载
@@ -106,200 +95,189 @@
\ No newline at end of file
diff --git a/src/views/rms/FurnitureList/modules/RmsFurnitureForm.vue b/src/views/rms/FurnitureList/modules/RmsFurnitureForm.vue
index d7724cf..fcaec97 100644
--- a/src/views/rms/FurnitureList/modules/RmsFurnitureForm.vue
+++ b/src/views/rms/FurnitureList/modules/RmsFurnitureForm.vue
@@ -5,57 +5,57 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -65,32 +65,34 @@
-
+
-
-
+
+
-
+
-
+
-
+
-
+
@@ -101,89 +103,102 @@
\ No newline at end of file
diff --git a/src/views/rms/InstrumentList/RmsInstrumentList.vue b/src/views/rms/InstrumentList/RmsInstrumentList.vue
index 0285d30..bf6fbed 100644
--- a/src/views/rms/InstrumentList/RmsInstrumentList.vue
+++ b/src/views/rms/InstrumentList/RmsInstrumentList.vue
@@ -6,7 +6,7 @@
-
+
@@ -24,14 +24,16 @@
新增
导出
-
+
导入
-
+
- 删除
+ 删除
批量操作
@@ -40,22 +42,14 @@
-
@@ -63,17 +57,12 @@
无图片
-
+
无文件
-
+
下载
@@ -106,198 +95,182 @@
\ No newline at end of file
diff --git a/src/views/rms/InstrumentList/modules/RmsInstrumentForm.vue b/src/views/rms/InstrumentList/modules/RmsInstrumentForm.vue
index 4180d9f..57b56a3 100644
--- a/src/views/rms/InstrumentList/modules/RmsInstrumentForm.vue
+++ b/src/views/rms/InstrumentList/modules/RmsInstrumentForm.vue
@@ -5,47 +5,47 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -55,37 +55,34 @@
-
+
-
+
-
-
+
+
-
+
-
+
-
-
-
-
-
-
+
@@ -96,89 +93,102 @@
\ No newline at end of file
diff --git a/src/views/rms/LocationList/RmsLocationList.vue b/src/views/rms/LocationList/RmsLocationList.vue
index f96d1c6..2c9af5c 100644
--- a/src/views/rms/LocationList/RmsLocationList.vue
+++ b/src/views/rms/LocationList/RmsLocationList.vue
@@ -72,11 +72,6 @@ export default {
align: "center",
dataIndex: 'sortNumber'
},
- {
- title: '父级存放地址',
- align: "center",
- dataIndex: 'parentLocationId'
- },
{
title: '操作',
dataIndex: 'action',
@@ -109,7 +104,7 @@ export default {
selectedRowKeys = selectedRowKeys.join(',')
console.log(selectedRowKeys)
this.queryParam.id = selectedRowKeys
- this.loadData()
+ this.loadData(1)
},
modalFormOk() {
this.$refs.locationaTree.getTreeData()
diff --git a/src/views/rms/LocationList/modules/RmsLocationForm.vue b/src/views/rms/LocationList/modules/RmsLocationForm.vue
index 05af09b..6169d70 100644
--- a/src/views/rms/LocationList/modules/RmsLocationForm.vue
+++ b/src/views/rms/LocationList/modules/RmsLocationForm.vue
@@ -63,7 +63,7 @@ export default {
queryById: "/rms/rmsLocation/queryById"
},
treeData: [],
- getTreeUrl: '/rms/rmsLocation/getCascader'
+ getTreeUrl: '/rms/rmsLocation/getCascader?type=0'
}
},
computed: {
diff --git a/src/views/rms/components/locationaTree.vue b/src/views/rms/components/locationaTree.vue
index b4d52f2..ea644da 100644
--- a/src/views/rms/components/locationaTree.vue
+++ b/src/views/rms/components/locationaTree.vue
@@ -69,16 +69,16 @@ export default {
//回调到父组件
this.$emit('onSelect', childKeys);
},
+ //只收集本层和下层的key
collectChildKeys(node, keys = []) {
if (!node) {
return keys;
}
- // 如果节点有children,递归遍历它们
- if (node.children && node.children.length > 0) {
- node.children.forEach(child => {
+ // 如果节点有children,获取其子节点的key
+ if (node.children) {
+ for (let child of node.children) {
keys.push(child.key);
- this.collectChildKeys(child, keys);
- });
+ }
}
return keys;
},
From 93a25ec4246e9d02cc9c000223620f7d04e08e04 Mon Sep 17 00:00:00 2001
From: xbx <1827135378@qq.com>
Date: Tue, 21 Nov 2023 18:52:06 +0800
Subject: [PATCH 07/10] =?UTF-8?q?=E8=B5=84=E6=BA=90=E7=AE=A1=E7=90=861.2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.development | 2 +-
.../jeecgbiz/modal/JSelectUserByDepModal.vue | 629 +++++++++---------
src/views/dashboard/Analysis.vue | 4 +-
src/views/dashboard/IndexChart.vue | 107 ++-
.../rms/FurnitureList/RmsFurnitureList.vue | 202 +++---
.../modules/RmsFurnitureForm.vue | 53 +-
.../modules/RmsFurnitureModal.vue | 2 +-
.../rms/InstrumentList/RmsInstrumentList.vue | 187 +++---
.../modules/RmsInstrumentForm.vue | 47 +-
.../modules/RmsInstrumentModal.vue | 2 +-
.../rms/LocationList/RmsLocationList.vue | 12 +-
src/views/rms/components/locationaTree.vue | 9 +-
12 files changed, 705 insertions(+), 551 deletions(-)
diff --git a/.env.development b/.env.development
index 6635393..4f94849 100644
--- a/.env.development
+++ b/.env.development
@@ -1,5 +1,5 @@
NODE_ENV=development
-VUE_APP_API_BASE_URL=http://localhost:8088/jeecg-boot
+VUE_APP_API_BASE_URL=http://localhost:8888/jeecg-boot
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
diff --git a/src/components/jeecgbiz/modal/JSelectUserByDepModal.vue b/src/components/jeecgbiz/modal/JSelectUserByDepModal.vue
index dab1a60..0fee0ac 100644
--- a/src/components/jeecgbiz/modal/JSelectUserByDepModal.vue
+++ b/src/components/jeecgbiz/modal/JSelectUserByDepModal.vue
@@ -1,62 +1,34 @@
-
+
-
+
-
-
-
-
-
-
-
- 重置
-
-
-
-
+ 用户姓名:
+
+
+
+ 用户账号:
+
+
+
+ 重置
+
-
+
@@ -65,302 +37,303 @@
diff --git a/src/views/dashboard/Analysis.vue b/src/views/dashboard/Analysis.vue
index 2e16b22..0ad8c20 100644
--- a/src/views/dashboard/Analysis.vue
+++ b/src/views/dashboard/Analysis.vue
@@ -1,7 +1,7 @@
-
+
diff --git a/src/views/dashboard/IndexChart.vue b/src/views/dashboard/IndexChart.vue
index e11b718..504759e 100644
--- a/src/views/dashboard/IndexChart.vue
+++ b/src/views/dashboard/IndexChart.vue
@@ -12,39 +12,40 @@
-->
-
+
-
- 今日访问量:{{ todaySll }}
+
+ 资产总数:{{ this.ChartDataSum }}
-
- 今日办结量:{{ todayBjl }}
+
+ 总资产价值量:{{ this.InstrumentAmount+this.FurnitureAmount }}
-
- 用户今日受理量:{{ todayISll }}
+
+ 资产总数:{{ this.ChartDataSum }}
-
- 用户今日办结量:{{ todayIBjl }}
+
+ 总资产价值量:{{ this.InstrumentAmount+this.FurnitureAmount }}
+
+
+
diff --git a/src/views/rms/InstrumentList/RmsInstrumentList.vue b/src/views/rms/InstrumentList/RmsInstrumentList.vue
index b13b6f3..7420186 100644
--- a/src/views/rms/InstrumentList/RmsInstrumentList.vue
+++ b/src/views/rms/InstrumentList/RmsInstrumentList.vue
@@ -2,17 +2,16 @@
-
+
-
-
-
-
+
+
@@ -23,8 +22,6 @@
-
-
新增
@@ -33,9 +30,6 @@
@change="handleImportExcel">
导入
-
-
删除
@@ -43,7 +37,6 @@
批量操作
-
@@ -57,21 +50,6 @@
:rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" class="j-table-force-nowrap"
@change="handleTableChange">
-
-
-
-
- 无图片
-
-
-
- 无文件
-
- 下载
-
-
-
编辑
@@ -85,7 +63,6 @@
-
@@ -93,12 +70,11 @@
diff --git a/src/views/rms/IntangibleList/RmsIntangibleList.vue b/src/views/rms/IntangibleList/RmsIntangibleList.vue
new file mode 100644
index 0000000..b2939ea
--- /dev/null
+++ b/src/views/rms/IntangibleList/RmsIntangibleList.vue
@@ -0,0 +1,327 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
新增
+
+
+
导出
+
+ 导入
+
+
+
+
+
+ 删除
+
+ 批量操作
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 无图片
+
+
+
+ 无文件
+
+ 下载
+
+
+
+
+ 编辑
+
+
+
+ 更多
+
+
+ 详情
+
+
+ handleDelete(record.id)">
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/rms/IntangibleList/modules/RmsIntangibleForm.vue b/src/views/rms/IntangibleList/modules/RmsIntangibleForm.vue
new file mode 100644
index 0000000..c2cfe7f
--- /dev/null
+++ b/src/views/rms/IntangibleList/modules/RmsIntangibleForm.vue
@@ -0,0 +1,268 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/rms/IntangibleList/modules/RmsIntangibleModal.Style#Drawer.vue b/src/views/rms/IntangibleList/modules/RmsIntangibleModal.Style#Drawer.vue
new file mode 100644
index 0000000..e098971
--- /dev/null
+++ b/src/views/rms/IntangibleList/modules/RmsIntangibleModal.Style#Drawer.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/rms/IntangibleList/modules/RmsIntangibleModal.vue b/src/views/rms/IntangibleList/modules/RmsIntangibleModal.vue
new file mode 100644
index 0000000..60f8ee5
--- /dev/null
+++ b/src/views/rms/IntangibleList/modules/RmsIntangibleModal.vue
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
\ No newline at end of file
From 5de4da51ffbd763c97263b5eab98d2879a2a12da Mon Sep 17 00:00:00 2001
From: xbx <1827135378@qq.com>
Date: Sun, 26 Nov 2023 16:37:29 +0800
Subject: [PATCH 09/10] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/dashboard/IndexChart.vue | 71 +++++++++++--------
.../rms/IntangibleList/RmsIntangibleList.vue | 22 ++----
2 files changed, 50 insertions(+), 43 deletions(-)
diff --git a/src/views/dashboard/IndexChart.vue b/src/views/dashboard/IndexChart.vue
index 80dca1f..75618eb 100644
--- a/src/views/dashboard/IndexChart.vue
+++ b/src/views/dashboard/IndexChart.vue
@@ -1,36 +1,25 @@
-
- 资产总数:{{ this.InstrumentCount+ this.FurnitureCount}}
-
-
-
-
- 总资产价值量:{{ this.InstrumentAmount+this.FurnitureAmount }}
+ 仪器总价:{{ this.InstrumentAmount }}
- 资产总数:{{ this.InstrumentCount+ this.FurnitureCount }}
+ 家具总价{{ this.FurnitureAmount }}
-
- 总资产价值量:{{ this.InstrumentAmount+this.FurnitureAmount }}
+
+ 无形资产总价:{{ this.IntangibleAmount }}
+
+
+
+
+ 总资产价值量:{{ this.InstrumentAmount + this.FurnitureAmount
+ + this.IntangibleAmount }}
@@ -57,11 +46,14 @@ export default {
loading: true,
PieChartData: [],
ChartData: [],
+ LocationName: [],
ChartDataSum: 0,
InstrumentCount: 0,
FurnitureCount: 0,
+ IntangibleCount: 0,
InstrumentAmount: 0,
FurnitureAmount: 0,
+ IntangibleAmount: 0,
}
},
methods: {
@@ -77,14 +69,29 @@ export default {
this.drawPie();
})
},
+ getLocationName() {
+ getAction("/rms/rmsDepart/getLocationName").then(res => {
+ this.LocationName = res;
+ console.log("位置:" + this.LocationName)
+ })
+ },
getInstrumentCount() {
getAction('/rms/rmsDepart/getInstrumentCount').then(res => {
this.InstrumentCount = res;
+ console.log("仪器总数" + this.InstrumentCount)
})
},
getFurnitureCount() {
getAction('/rms/rmsDepart/getFurnitureCount').then(res => {
this.FurnitureCount = res;
+ console.log("家具总数:" + this.FurnitureCount)
+
+ })
+ },
+ getIntangibleCount(){
+ getAction('/rms/rmsDepart/getIntangibleCount').then(res => {
+ this.IntangibleCount = res;
+ console.log("无形资产总数:" + this.IntangibleCount)
})
},
getInstrumentAmount() {
@@ -97,8 +104,13 @@ export default {
this.FurnitureAmount = res;
})
},
-
-
+ getIntangibleAmount(){
+ getAction('/rms/rmsDepart/getIntangibleAmount').then(res => {
+ this.IntangibleAmount = res;
+ })
+ },
+
+
drawChart() {
// 基于准备好的dom,初始化echarts实例 这个和上面的main对应
let myChart = this.$echarts.init(document.getElementById("main"));
@@ -112,7 +124,11 @@ export default {
data: ["资产数量"],
},
xAxis: {
- data: ["理工一号楼", "行知楼", "体育楼", "崇师楼", "新实验楼", "社科楼"],
+ data: this.LocationName,
+ axisLabel: {
+ interval: 0,
+ rotate: 30
+ }
},
yAxis: {},
series: [
@@ -184,11 +200,13 @@ export default {
created() {
this.getPieChart();
this.getChart();
+ this.getLocationName();
this.getInstrumentCount();
this.getFurnitureCount();
+ this.getIntangibleCount();
this.getInstrumentAmount();
this.getFurnitureAmount();
- // this.getSum();
+ this.getIntangibleAmount();
},
}
@@ -196,10 +214,7 @@ export default {
\ No newline at end of file
diff --git a/src/views/rms/InstrumentList/RmsInstrumentList.vue b/src/views/rms/InstrumentList/RmsInstrumentList.vue
index 7420186..a73b074 100644
--- a/src/views/rms/InstrumentList/RmsInstrumentList.vue
+++ b/src/views/rms/InstrumentList/RmsInstrumentList.vue
@@ -10,7 +10,7 @@
-
@@ -25,11 +25,30 @@
新增
+
导出
导入
+
历史数据
+
+
+
+
+
删除
@@ -211,8 +230,11 @@ export default {
exportXlsUrl: "/rms/rmsInstrument/exportXls",
importExcelUrl: "rms/rmsInstrument/importExcel",
userUrl: "/sys/user/queryUserComponentData?column=createTime&order=desc&field=id,,username,realname,sex,phone,orgCodeTxt&pageNo=1&pageSize=100",
+ timestampUrl: "/rms/rmsInstrument/getTimestamp",
},
UserList: {},
+ historyModalVisible: false, // 控制历史数据模态框的显示与隐藏
+ historyData: [] // 历史数据数组,用于存储所有历史数据
}
},
created() {
@@ -224,6 +246,53 @@ export default {
},
},
methods: {
+ // ExportInstrumentData(fileName, TimestampData) {
+ // console.log(TimestampData)
+ // if (!fileName || typeof fileName != "string") {
+ // fileName = "导出文件"
+ // }
+ // let param = this.getQueryParams();
+ // if (this.selectedRowKeys && this.selectedRowKeys.length > 0) {
+ // param['selections'] = this.selectedRowKeys.join(",")
+ // }
+ // param['timestamp'] = TimestampData.timestamp
+ // console.log("导出参数", param)
+ // downFile(this.url.exportXlsUrl, param).then((data) => {
+ // if (!data) {
+ // this.$message.warning("文件下载失败")
+ // return
+ // }
+ // if (typeof window.navigator.msSaveBlob !== 'undefined') {
+ // window.navigator.msSaveBlob(new Blob([data], { type: 'application/vnd.ms-excel' }), fileName + '.xls')
+ // } else {
+ // let url = window.URL.createObjectURL(new Blob([data], { type: 'application/vnd.ms-excel' }))
+ // let link = document.createElement('a')
+ // link.style.display = 'none'
+ // link.href = url
+ // link.setAttribute('download', fileName + '.xls')
+ // document.body.appendChild(link)
+ // link.click()
+ // document.body.removeChild(link); //下载完成移除元素
+ // window.URL.revokeObjectURL(url); //释放掉blob对象
+ // }
+ // })
+ // },
+ showHistoryModal() {
+ getAction(this.url.timestampUrl).then(res => {
+ console.log(res)
+ this.historyData = res;
+ })
+
+ this.historyModalVisible = true; // 显示历史数据模态框
+ },
+ closeHistoryModal() {
+ this.historyModalVisible = false; // 关闭历史数据模态框
+ },
+ // AddDataInstrument() {
+ // getAction("/rms/rmsIntangible/addDataInstrument").then(res => {
+ // console.log(res)
+ // })
+ // },
//获取用户信息
getUserInfo() {
getAction(this.url.userUrl).then(res => {
@@ -250,4 +319,20 @@ export default {
\ No newline at end of file
diff --git a/src/views/rms/IntangibleList/RmsIntangibleList.vue b/src/views/rms/IntangibleList/RmsIntangibleList.vue
index 7c16370..ddda297 100644
--- a/src/views/rms/IntangibleList/RmsIntangibleList.vue
+++ b/src/views/rms/IntangibleList/RmsIntangibleList.vue
@@ -10,7 +10,7 @@
-
@@ -34,9 +34,23 @@
@change="handleImportExcel">
导入
+ 历史数据
+
+
+
-
+
删除
@@ -267,9 +281,12 @@ export default {
exportXlsUrl: "/rms/rmsIntangible/exportXls",
importExcelUrl: "rms/rmsIntangible/importExcel",
userUrl: "/sys/user/queryUserComponentData?column=createTime&order=desc&field=id,,username,realname,sex,phone,orgCodeTxt&pageNo=1&pageSize=100",
+ timestampUrl: "/rms/rmsIntangible/getTimestamp",
},
UserList: {},
+ historyModalVisible: false, // 控制历史数据模态框的显示与隐藏
+ historyData: [] // 历史数据数组,用于存储所有历史数据
}
},
created() {
@@ -286,6 +303,16 @@ export default {
// console.log(res)
// });
// },
+ showHistoryModal() {
+ getAction(this.url.timestampUrl).then(res => {
+ console.log(res)
+ this.historyData = res;
+ })
+ this.historyModalVisible = true; // 显示历史数据模态框
+ },
+ closeHistoryModal() {
+ this.historyModalVisible = false; // 关闭历史数据模态框
+ },
//获取用户信息
getUserInfo() {
getAction(this.url.userUrl).then(res => {
@@ -316,4 +343,23 @@ export default {
\ No newline at end of file
+
+.modal-content {
+ max-height: 400px;
+ /* 设置最大高度,根据需要进行调整 */
+ overflow-y: auto;
+ /* 添加垂直滚动条 */
+}
+
+.container {
+ display: flex;
+ align-items: center;
+}
+
+.left {
+ flex: 1;
+}
+
+.right {
+ margin-left: 10px;
+}
\ No newline at end of file
diff --git a/src/views/rms/LocationList/RmsLocationList.vue b/src/views/rms/LocationList/RmsLocationList.vue
index d366167..e64152b 100644
--- a/src/views/rms/LocationList/RmsLocationList.vue
+++ b/src/views/rms/LocationList/RmsLocationList.vue
@@ -4,7 +4,7 @@
-
+
@@ -70,7 +70,8 @@ export default {
{
title: '排序号',
align: "center",
- dataIndex: 'sortNumber'
+ dataIndex: 'sortNumber',
+ sorter: true
},
{
title: '操作',
@@ -81,6 +82,10 @@ export default {
scopedSlots: { customRender: 'action' }
}
],
+ isorter: {
+ column: 'sortNumber',
+ order: 'asc'
+ },
url: {
list: "/rms/rmsLocation/list",
delete: "/rms/rmsLocation/delete",
@@ -99,6 +104,24 @@ export default {
},
},
methods: {
+ // 重写底层JeecgListMixin.js的方法
+ // 如果有自定义默认排序必须重写此方法,才能解决重置排序的问题
+ handleTableChange(pagination, filters, sorter) {
+ //分页、排序、筛选变化时触发
+ console.log(pagination)
+ if (Object.keys(sorter).length > 0) {
+ this.isorter.column = sorter.field;
+ this.isorter.order = "ascend" == sorter.order ? "asc" : "desc"
+ // update-begin--Author:ciei Date:20230504 for:重置排序
+ if (sorter.order === undefined) {
+ this.isorter.column = 'sortNumber';
+ this.isorter.order = 'asc';
+ }
+ // update-end--Author:ciei Date:20230504 for:重置排序
+ }
+ this.ipagination = pagination;
+ this.loadData();
+ },
onSelect(selectedRowKeys) {
//将其切分为字符串
selectedRowKeys = selectedRowKeys.join(',')