From ce36bf2ba67c971907ddef00362b73729d304067 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com>
Date: Fri, 7 Jun 2024 15:34:28 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90nev-pc=E3=80=91=E8=B4=A8=E6=A3=80?=
=?UTF-8?q?=E6=9A=82=E5=AD=98+form=E5=9B=BE=E7=89=87=E9=A2=84=E8=A7=88?=
=?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=B0=81=E8=A3=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
fe/PC/public/config.js | 2 +
fe/PC/src/App.vue | 1 +
fe/PC/src/api/wms-api.js | 8 +
fe/PC/src/components/currenForm/index.vue | 20 +-
.../InventoryQuery/safetyStockWarning.vue | 2 +-
.../quality/InspectRequest_new.vue | 1642 +++++++++++++++++
6 files changed, 1671 insertions(+), 4 deletions(-)
create mode 100644 fe/PC/src/views/rawMaterialManage/quality/InspectRequest_new.vue
diff --git a/fe/PC/public/config.js b/fe/PC/public/config.js
index d0e77d00e..687c504b0 100644
--- a/fe/PC/public/config.js
+++ b/fe/PC/public/config.js
@@ -24,6 +24,8 @@ window.SITE_CONFIG['versionUrl'] = 'http://dev.ccwin-in.com:60070'
window.SITE_CONFIG['companyName'] = '长春一汽富维东阳汽车塑料零部件(安徽)有限公司'
//pad-kitting组包页面刷新时间(毫秒)
window.SITE_CONFIG['padKittingPackUpdate'] = 180000
+// 高拍仪获取地址
+window.SITE_CONFIG['grabimageURL'] = 'http://192.168.0.150:38088/video=grabimage'
// 接口看板地址
window.SITE_CONFIG['interfaceBoardUrl'] = 'http://dev.ccwin-in.com:60090/'
// 主子表
diff --git a/fe/PC/src/App.vue b/fe/PC/src/App.vue
index e6ba7733b..93c4485ef 100644
--- a/fe/PC/src/App.vue
+++ b/fe/PC/src/App.vue
@@ -31,6 +31,7 @@ localStorage.setItem('MOrDFasterUrl_store',window.SITE_CONFIG['MOrDFasterUrl_sto
localStorage.setItem('MOrDFasterUrl_job',window.SITE_CONFIG['MOrDFasterUrl_job'])
localStorage.setItem('MOrDFasterUrl_inventory',window.SITE_CONFIG['MOrDFasterUrl_inventory'])
localStorage.setItem('pageHasMOrDList',window.SITE_CONFIG['pageHasMOrDList'])
+localStorage.setItem('grabimageURL',window.SITE_CONFIG['grabimageURL'])
+
\ No newline at end of file