diff --git a/src/views/atomViews/ListViewWithHead.vue b/src/views/atomViews/ListViewWithHead.vue
index 3395aa1..cceaa87 100644
--- a/src/views/atomViews/ListViewWithHead.vue
+++ b/src/views/atomViews/ListViewWithHead.vue
@@ -201,7 +201,7 @@ export default {
switch (type) {
case "delete": {
// 确认是否删除
- return this.$confirm(`确定要删除 "${data.name}" 吗?`, "提示", {
+ return this.$confirm(`确定要删除记录 "${data.name ?? data.id}" 吗?`, "提示", {
confirmButtonText: "确认",
cancelButtonText: "我再想想",
type: "warning",
diff --git a/src/views/modules/pms/materialStorageQty/components/storageBox.vue b/src/views/modules/pms/materialStorageQty/components/storageBox.vue
new file mode 100644
index 0000000..0f26340
--- /dev/null
+++ b/src/views/modules/pms/materialStorageQty/components/storageBox.vue
@@ -0,0 +1,103 @@
+
+
+
+
+ {{ storage }}
+
+
+
+
+
+
+
+
{{ material }}
+
+ {{ qty }} 存量
+
+
+
+ 编辑
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/pms/materialStorageQty/index.vue b/src/views/modules/pms/materialStorageQty/index.vue
new file mode 100644
index 0000000..c5e7051
--- /dev/null
+++ b/src/views/modules/pms/materialStorageQty/index.vue
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+