From 5a114f556777ca11ee7fd1203096b50b69e33a78 Mon Sep 17 00:00:00 2001
From: xiaokangsix <2539509415@qq.com>
Date: Fri, 26 Apr 2024 18:32:13 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
main.js | 2 +-
pages.json | 1 -
pages/projectEnd/qualityManage/taskList.vue | 4 +-
pages/projectEnd/ukashManage/lookDetails.vue | 50 ++++
pages/projectEnd/ukashManage/materials.vue | 241 ++++++++++---------
pages/projectEnd/ukashManage/ukashManage.vue | 239 +++++++++---------
6 files changed, 296 insertions(+), 241 deletions(-)
create mode 100644 pages/projectEnd/ukashManage/lookDetails.vue
diff --git a/main.js b/main.js
index c100f7d1..ccb8eb7f 100644
--- a/main.js
+++ b/main.js
@@ -39,7 +39,7 @@ if (process.env.NODE_ENV === 'development') {
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' //雄哥内网穿透地址
// Vue.prototype.url_config = 'http://jxj.zhgdyun.com:61212/' //杰哥内网穿透地址
// Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地
- Vue.prototype.url_config = 'http://192.168.34.155:19111/' //郭圣雄本地
+ Vue.prototype.url_config = 'http://192.168.34.155:19111/' //
// Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址
Vue.prototype.work_url = 'http://192.168.34.138:5173' // 工作流地址
// Vue.prototype.url_config = 'http://8.142.139.165:7080/' // 湖里
diff --git a/pages.json b/pages.json
index 5dd81822..dd4d1926 100644
--- a/pages.json
+++ b/pages.json
@@ -1395,7 +1395,6 @@
"path": "pages/projectEnd/ukashManage/ukashManage",
"style": {
"navigationBarTitleText": "",
- "enablePullDownRefresh": false,
"enablePullDownRefresh": true,
"onReachBottomDistance": 100
}
diff --git a/pages/projectEnd/qualityManage/taskList.vue b/pages/projectEnd/qualityManage/taskList.vue
index 3e861117..b175e53e 100644
--- a/pages/projectEnd/qualityManage/taskList.vue
+++ b/pages/projectEnd/qualityManage/taskList.vue
@@ -11,11 +11,11 @@
待整改
- {{ statisticsData.checkNum }}
+ {{ statisticsData.reviewNum }}
待复查
- {{ statisticsData.reviewNum }}
+ {{ statisticsData.checkNum }}
待核验
diff --git a/pages/projectEnd/ukashManage/lookDetails.vue b/pages/projectEnd/ukashManage/lookDetails.vue
new file mode 100644
index 00000000..842e32ba
--- /dev/null
+++ b/pages/projectEnd/ukashManage/lookDetails.vue
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/projectEnd/ukashManage/materials.vue b/pages/projectEnd/ukashManage/materials.vue
index 7c859af0..bcbe06be 100644
--- a/pages/projectEnd/ukashManage/materials.vue
+++ b/pages/projectEnd/ukashManage/materials.vue
@@ -1,130 +1,133 @@
-
-
-
-
-
- 0000
- 查看明细
-
- 型号: 2222s
- 规格: 2222s
- 单位: 2222s
- 数量: 2222s
-
-
-
+
+
+
+
+
+ 0000
+ 查看明细
+
+ 型号: 2222s
+ 规格: 2222s
+ 单位: 2222s
+ 数量: 2222s
+
+
+
\ No newline at end of file
diff --git a/pages/projectEnd/ukashManage/ukashManage.vue b/pages/projectEnd/ukashManage/ukashManage.vue
index 5b2c82df..0ed48d76 100644
--- a/pages/projectEnd/ukashManage/ukashManage.vue
+++ b/pages/projectEnd/ukashManage/ukashManage.vue
@@ -1,129 +1,132 @@
-
-
-
-
-
-
- {{item.name}}
- 查看明细
-
- 入场时间: {{item.entryTime}}
-
-
-
+
+
+
+
+
+
+ {{item.name}}
+ 查看明细
+
+ 入场时间: {{item.entryTime}}
+
+
+
\ No newline at end of file