From 6322854f330655cb409c1574a3743b55d87e1a99 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 14 十月 2025 11:04:55 +0800
Subject: [PATCH] fix: 绞线材料领用,单丝层太多保存按钮不知道去哪了。
---
src/pages/production/twist/components/StatisticsModal.vue | 8 ++++++++
unpackage/res/icons/80x80.png | 0
unpackage/res/icons/76x76.png | 0
unpackage/res/icons/120x120.png | 0
unpackage/res/icons/192x192.png | 0
unpackage/res/icons/152x152.png | 0
unpackage/res/icons/40x40.png | 0
unpackage/res/icons/96x96.png | 0
unpackage/res/icons/1024x1024.png | 0
.env.development | 4 ++--
unpackage/res/icons/29x29.png | 0
unpackage/res/icons/58x58.png | 0
unpackage/res/icons/60x60.png | 0
unpackage/res/icons/167x167.png | 0
unpackage/res/icons/20x20.png | 0
.env.production | 2 +-
unpackage/res/icons/144x144.png | 0
unpackage/res/icons/87x87.png | 0
src/manifest.json | 36 ++++++++++++++++++++++++++++++++++--
unpackage/res/icons/180x180.png | 0
unpackage/res/icons/72x72.png | 0
21 files changed, 45 insertions(+), 5 deletions(-)
diff --git a/.env.development b/.env.development
index 1ab4403..09e5628 100644
--- a/.env.development
+++ b/.env.development
@@ -10,10 +10,10 @@
#VITE_APP_BASE_API = 'http://114.132.189.42:7002/mes'
# VITE_APP_BASE_API = 'http://114.132.189.42:7002/mes'
# VITE_APP_BASE_API = 'http://192.168.0.206:7002/mes' # 閭硅
-VITE_APP_BASE_API = 'http://192.168.0.244:8893/mes' #
+VITE_APP_BASE_API = 'http://192.168.100.131:7002/mes' #
# API 鏈嶅姟鍣ㄧ殑 URL
#VITE_APP_API_URL = 'http://114.132.189.42:7002/mes'
# VITE_APP_API_URL = 'http://114.132.189.42:7002/mes'
-VITE_APP_API_URL = 'http://192.168.0.244:8893/mes' #
+VITE_APP_API_URL = 'http://192.168.100.131:7002/mes' #
diff --git a/.env.production b/.env.production
index 04ef177..11cf31d 100644
--- a/.env.production
+++ b/.env.production
@@ -6,5 +6,5 @@
# API 鏈嶅姟鍣ㄧ殑 URL
# VITE_APP_API_URL = 'http://114.132.189.42:7002/mes'
# 灞变笢
-VITE_APP_API_URL = 'http://192.168.0.244:8893/mes'
+VITE_APP_API_URL = 'http://192.168.100.131:7002/mes'
diff --git a/src/manifest.json b/src/manifest.json
index 12b6d05..eafd708 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -2,7 +2,7 @@
"name" : "绾跨紗涓婃姤",
"appid" : "__UNI__F64E0A4",
"description" : "",
- "versionName" : "1.0.0",
+ "versionName" : "1.0.8",
"versionCode" : "100",
"transformPx" : false,
/* 5+App鐗规湁鐩稿叧 */
@@ -49,7 +49,39 @@
"dSYMs" : false
},
/* SDK閰嶇疆 */
- "sdkConfigs" : {}
+ "sdkConfigs" : {},
+ "icons" : {
+ "android" : {
+ "hdpi" : "unpackage/res/icons/72x72.png",
+ "xhdpi" : "unpackage/res/icons/96x96.png",
+ "xxhdpi" : "unpackage/res/icons/144x144.png",
+ "xxxhdpi" : "unpackage/res/icons/192x192.png"
+ },
+ "ios" : {
+ "appstore" : "unpackage/res/icons/1024x1024.png",
+ "ipad" : {
+ "app" : "unpackage/res/icons/76x76.png",
+ "app@2x" : "unpackage/res/icons/152x152.png",
+ "notification" : "unpackage/res/icons/20x20.png",
+ "notification@2x" : "unpackage/res/icons/40x40.png",
+ "proapp@2x" : "unpackage/res/icons/167x167.png",
+ "settings" : "unpackage/res/icons/29x29.png",
+ "settings@2x" : "unpackage/res/icons/58x58.png",
+ "spotlight" : "unpackage/res/icons/40x40.png",
+ "spotlight@2x" : "unpackage/res/icons/80x80.png"
+ },
+ "iphone" : {
+ "app@2x" : "unpackage/res/icons/120x120.png",
+ "app@3x" : "unpackage/res/icons/180x180.png",
+ "notification@2x" : "unpackage/res/icons/40x40.png",
+ "notification@3x" : "unpackage/res/icons/60x60.png",
+ "settings@2x" : "unpackage/res/icons/58x58.png",
+ "settings@3x" : "unpackage/res/icons/87x87.png",
+ "spotlight@2x" : "unpackage/res/icons/80x80.png",
+ "spotlight@3x" : "unpackage/res/icons/120x120.png"
+ }
+ }
+ }
}
},
/* 蹇簲鐢ㄧ壒鏈夌浉鍏� */
diff --git a/src/pages/production/twist/components/StatisticsModal.vue b/src/pages/production/twist/components/StatisticsModal.vue
index 4c1f988..49837ad 100644
--- a/src/pages/production/twist/components/StatisticsModal.vue
+++ b/src/pages/production/twist/components/StatisticsModal.vue
@@ -145,9 +145,12 @@
<style lang="scss" scoped>
.statistics-modal {
width: 320px;
+ max-height: 70vh;
background: #fff;
border-radius: 12px;
overflow: hidden;
+ display: flex;
+ flex-direction: column;
}
.modal-header {
@@ -156,6 +159,7 @@
align-items: center;
padding: 16px 20px;
border-bottom: 1px solid #f0f0f0;
+ flex-shrink: 0;
.title {
font-size: 18px;
@@ -166,6 +170,9 @@
.modal-content {
padding: 20px;
+ overflow-y: auto;
+ flex: 1;
+ min-height: 0;
}
.summary-section {
@@ -240,6 +247,7 @@
gap: 12px;
padding: 16px 20px;
border-top: 1px solid #f0f0f0;
+ flex-shrink: 0;
.cancel-btn {
flex: 1;
diff --git a/unpackage/res/icons/1024x1024.png b/unpackage/res/icons/1024x1024.png
new file mode 100644
index 0000000..5d217be
--- /dev/null
+++ b/unpackage/res/icons/1024x1024.png
Binary files differ
diff --git a/unpackage/res/icons/120x120.png b/unpackage/res/icons/120x120.png
new file mode 100644
index 0000000..f8cf87e
--- /dev/null
+++ b/unpackage/res/icons/120x120.png
Binary files differ
diff --git a/unpackage/res/icons/144x144.png b/unpackage/res/icons/144x144.png
new file mode 100644
index 0000000..6de8d80
--- /dev/null
+++ b/unpackage/res/icons/144x144.png
Binary files differ
diff --git a/unpackage/res/icons/152x152.png b/unpackage/res/icons/152x152.png
new file mode 100644
index 0000000..f59b298
--- /dev/null
+++ b/unpackage/res/icons/152x152.png
Binary files differ
diff --git a/unpackage/res/icons/167x167.png b/unpackage/res/icons/167x167.png
new file mode 100644
index 0000000..4312189
--- /dev/null
+++ b/unpackage/res/icons/167x167.png
Binary files differ
diff --git a/unpackage/res/icons/180x180.png b/unpackage/res/icons/180x180.png
new file mode 100644
index 0000000..1f8384a
--- /dev/null
+++ b/unpackage/res/icons/180x180.png
Binary files differ
diff --git a/unpackage/res/icons/192x192.png b/unpackage/res/icons/192x192.png
new file mode 100644
index 0000000..dead970
--- /dev/null
+++ b/unpackage/res/icons/192x192.png
Binary files differ
diff --git a/unpackage/res/icons/20x20.png b/unpackage/res/icons/20x20.png
new file mode 100644
index 0000000..ca343a7
--- /dev/null
+++ b/unpackage/res/icons/20x20.png
Binary files differ
diff --git a/unpackage/res/icons/29x29.png b/unpackage/res/icons/29x29.png
new file mode 100644
index 0000000..01a4fa7
--- /dev/null
+++ b/unpackage/res/icons/29x29.png
Binary files differ
diff --git a/unpackage/res/icons/40x40.png b/unpackage/res/icons/40x40.png
new file mode 100644
index 0000000..c3f9757
--- /dev/null
+++ b/unpackage/res/icons/40x40.png
Binary files differ
diff --git a/unpackage/res/icons/58x58.png b/unpackage/res/icons/58x58.png
new file mode 100644
index 0000000..6b68d1c
--- /dev/null
+++ b/unpackage/res/icons/58x58.png
Binary files differ
diff --git a/unpackage/res/icons/60x60.png b/unpackage/res/icons/60x60.png
new file mode 100644
index 0000000..082d76d
--- /dev/null
+++ b/unpackage/res/icons/60x60.png
Binary files differ
diff --git a/unpackage/res/icons/72x72.png b/unpackage/res/icons/72x72.png
new file mode 100644
index 0000000..018f428
--- /dev/null
+++ b/unpackage/res/icons/72x72.png
Binary files differ
diff --git a/unpackage/res/icons/76x76.png b/unpackage/res/icons/76x76.png
new file mode 100644
index 0000000..64fd5c6
--- /dev/null
+++ b/unpackage/res/icons/76x76.png
Binary files differ
diff --git a/unpackage/res/icons/80x80.png b/unpackage/res/icons/80x80.png
new file mode 100644
index 0000000..66d8379
--- /dev/null
+++ b/unpackage/res/icons/80x80.png
Binary files differ
diff --git a/unpackage/res/icons/87x87.png b/unpackage/res/icons/87x87.png
new file mode 100644
index 0000000..a4df609
--- /dev/null
+++ b/unpackage/res/icons/87x87.png
Binary files differ
diff --git a/unpackage/res/icons/96x96.png b/unpackage/res/icons/96x96.png
new file mode 100644
index 0000000..98d769d
--- /dev/null
+++ b/unpackage/res/icons/96x96.png
Binary files differ
--
Gitblit v1.9.3