diff --git a/fe/PC/public/config.js b/fe/PC/public/config.js index d0e77d00e..ae382113b 100644 --- a/fe/PC/public/config.js +++ b/fe/PC/public/config.js @@ -24,6 +24,9 @@ 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.1.75:33336/video/index.html' + // 接口看板地址 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..08c13ae32 100644 --- a/fe/PC/src/App.vue +++ b/fe/PC/src/App.vue @@ -23,6 +23,7 @@ localStorage.setItem('warehouseCode',window.SITE_CONFIG['warehouseCode']) localStorage.setItem('company',window.SITE_CONFIG['company']) localStorage.setItem('largeScreen',window.SITE_CONFIG['largeScreen']) localStorage.setItem('padKittingPackUpdate',window.SITE_CONFIG['padKittingPackUpdate']) +localStorage.setItem('grabimageURL',window.SITE_CONFIG['grabimageURL']) localStorage.setItem('apifoxToken',window.SITE_CONFIG['apifoxToken']) localStorage.setItem('reportsUrl',window.SITE_CONFIG['reportsUrl']) localStorage.setItem('companyName',window.SITE_CONFIG['companyName']) diff --git a/fe/PC/src/views/ThirdLocationManage/ThirdLocationRequest.vue b/fe/PC/src/views/ThirdLocationManage/ThirdLocationRequest.vue index 1687ebdb5..c682597b1 100644 --- a/fe/PC/src/views/ThirdLocationManage/ThirdLocationRequest.vue +++ b/fe/PC/src/views/ThirdLocationManage/ThirdLocationRequest.vue @@ -104,7 +104,7 @@ export default { { type: 'success', label: '完成', - hide: () => { return this.hideButton([9])},//部分完成todo + hide: () => { return this.hideButton([9])},//部分完成 name: "complete", size: 'mini' }, diff --git a/fe/PC/src/views/inventoryManage/InventoryQuery/InventoryBalanceActive.vue b/fe/PC/src/views/inventoryManage/InventoryQuery/InventoryBalanceActive.vue index b55bebfe2..d597e99fa 100644 --- a/fe/PC/src/views/inventoryManage/InventoryQuery/InventoryBalanceActive.vue +++ b/fe/PC/src/views/inventoryManage/InventoryQuery/InventoryBalanceActive.vue @@ -106,7 +106,7 @@ export default { URL: 'wms/inventory/inventory-balance', //常用按钮数据 currenButtonData: [ - this.defaultImportBtn(),//导入 + // this.defaultImportBtn(),//导入 this.defaultExportBtn(),//导出 { type: "success", diff --git a/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue b/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue index eb3985431..4df1aeafa 100644 --- a/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue +++ b/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue @@ -1,5 +1,7 @@