diff --git a/src/api/serial/checkLog.js b/src/api/serial/checkLog.js
new file mode 100644
index 0000000..42e3eb2
--- /dev/null
+++ b/src/api/serial/checkLog.js
@@ -0,0 +1,8 @@
+import { createAPI } from "@/utils/httpRequest.js";
+
+// 获取工厂列表
+export const getCheckLogList = data => createAPI(`/serial/getCheckLogList`,'post',data)
+
+export const saveSerialCSV= data => createAPI(`/serial/saveSerialCSV`,'post',data)
+
+export const getCodePackageList= data => createAPI(`/serial/getCodePackageList`,'post',data)
diff --git a/src/assets/scss/global.scss b/src/assets/scss/global.scss
index 015e8ba..787261d 100644
--- a/src/assets/scss/global.scss
+++ b/src/assets/scss/global.scss
@@ -491,12 +491,12 @@ a:hover{
height: 20px;
}
-.checkBackground {
- background-image: url(~@/assets/img/snIcons/background.png);
- background-size: cover;
- width: 100%;
- height: 100%; /* 设置一个高度 */
-}
+//.checkBackground {
+// background-image: url(~@/assets/img/snIcons/background.png);
+// background-size: cover;
+// width: 100%;
+// height: 100%; /* 设置一个高度 */
+//}
/* 根据需要添加样式 */
.qr-container {
width: 100%;
diff --git a/src/views/modules/base/checkSerialNo.vue b/src/views/modules/base/checkSerialNo.vue
index 07290dc..4660e2a 100644
--- a/src/views/modules/base/checkSerialNo.vue
+++ b/src/views/modules/base/checkSerialNo.vue
@@ -77,6 +77,7 @@
import pE from '@/assets/img/snIcons/E.png'
import pF from '@/assets/img/snIcons/F.png'
import pFail from '@/assets/img/snIcons/fail.png'
+ import background from '@/assets/img/snIcons/background.png'
export default {
name: 'checkSerialNo',
data () {
@@ -198,5 +199,10 @@
diff --git a/src/views/modules/serial/checkLog.vue b/src/views/modules/serial/checkLog.vue
new file mode 100644
index 0000000..8d78218
--- /dev/null
+++ b/src/views/modules/serial/checkLog.vue
@@ -0,0 +1,277 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+ {{ "导出" }}
+
+
+
+
+
+
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/serial/upLoadSN.vue b/src/views/modules/serial/upLoadSN.vue
new file mode 100644
index 0000000..7f13c8e
--- /dev/null
+++ b/src/views/modules/serial/upLoadSN.vue
@@ -0,0 +1,331 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 上传
+
+ {{ "导出" }}
+
+
+
+
+
+
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 将文件拖到此处,或点击上传
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/sys/menu.vue b/src/views/modules/sys/menu.vue
index af2e1b1..70bffe1 100644
--- a/src/views/modules/sys/menu.vue
+++ b/src/views/modules/sys/menu.vue
@@ -76,7 +76,7 @@
修改
删除
- 语言
+
帮助文档
diff --git a/src/views/modules/sys/user-add-or-update.vue b/src/views/modules/sys/user-add-or-update.vue
index bfeaf6b..72c0f7f 100644
--- a/src/views/modules/sys/user-add-or-update.vue
+++ b/src/views/modules/sys/user-add-or-update.vue
@@ -38,12 +38,12 @@
工厂
-
-
-
-
-
+
+
+
+
+
+
diff --git a/static/config/index-prod.js b/static/config/index-prod.js
index 96c2fb5..e254f06 100644
--- a/static/config/index-prod.js
+++ b/static/config/index-prod.js
@@ -5,8 +5,8 @@
window.SITE_CONFIG = {};
// api接口请求地址
- window.SITE_CONFIG['baseUrl'] = 'http://192.168.47.252:9090';
-
+ // window.SITE_CONFIG['baseUrl'] = 'http://192.168.1.83:8887';
+ window.SITE_CONFIG['baseUrl'] = '/api';
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名
window.SITE_CONFIG['version'] = ''; // 版本号(年月日时分)