From 33fe2f5eb0950d0fa22f6ce11612605366d2accb Mon Sep 17 00:00:00 2001 From: liuyunfeng Date: Tue, 11 Mar 2025 08:47:31 +0800 Subject: [PATCH] =?UTF-8?q?public/index.html=E6=B7=BB=E5=8A=A0=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E5=8F=98=E9=87=8F=EF=BC=8C=E6=AD=A3=E5=B8=B8=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/public/index.html | 5 + vue/src/App.vue | 5 + .../newJit/baseData/excludePartCfgs/index.vue | 10 +- .../basedate/m100Online/RepetitionMB.vue | 1440 +++---- .../basedate/m100Online/RepetitionZHB.vue | 1517 ++++--- .../pg-fis/basedate/m100Online/ScrapMB.vue | 1614 ++++--- .../pg-fis/basedate/m100Online/ScrapZHB.vue | 1613 ++++--- .../pg-fis/basedate/m100Online/budaMB.vue | 1365 +++--- .../pg-fis/basedate/m100Online/budaZHB.vue | 1434 +++---- .../pg-fis/basedate/m100Online/detail.vue | 649 ++- .../pg-fis/basedate/m100Online/detailMB.vue | 1400 +++--- .../pg-fis/basedate/m100Online/detailZHB.vue | 1380 +++--- .../pg-fis/basedate/m100Online/index.vue | 2 +- .../basedate/m100Online/normalPritIndex.vue | 3812 ++++++++--------- .../pg-fis/basedate/partSwitch/index.vue | 2 +- .../pg-fis/basedate/productLine/index.vue | 2 +- .../pg-fis/basedate/repeatR100/index.vue | 2 +- vue/static/config.js | 36 +- 18 files changed, 7801 insertions(+), 8487 deletions(-) diff --git a/vue/public/index.html b/vue/public/index.html index ccd356df..5bfd0021 100644 --- a/vue/public/index.html +++ b/vue/public/index.html @@ -7,6 +7,11 @@ <%= webpackConfig.name %> + + diff --git a/vue/src/App.vue b/vue/src/App.vue index 6a13cb9d..82ed3257 100644 --- a/vue/src/App.vue +++ b/vue/src/App.vue @@ -42,5 +42,10 @@ }, } + + localStorage.setItem('config_ip',window.SITE_CONFIG['config_ip']) + localStorage.setItem('config_auth_port',window.SITE_CONFIG['config_auth_port']) + localStorage.setItem('config_public_port',window.SITE_CONFIG['config_public_port']) + localStorage.setItem('config_backend_port',window.SITE_CONFIG['config_backend_port']) diff --git a/vue/src/views/newJit/baseData/excludePartCfgs/index.vue b/vue/src/views/newJit/baseData/excludePartCfgs/index.vue index 397d2b4a..92899991 100644 --- a/vue/src/views/newJit/baseData/excludePartCfgs/index.vue +++ b/vue/src/views/newJit/baseData/excludePartCfgs/index.vue @@ -151,7 +151,7 @@ export default { }; }, created() { - debugger + //debugger console.log("进入excludePartCfgs模块"); this.getList(); @@ -193,7 +193,7 @@ export default { //debugger this.isLoading = true; console.log(JSON.stringify(this.inputParam)) - debugger + //debugger this.$axios .gets("/api/newjit/exclude-part-cfg/getlist", this.inputParam) //.posts("/api/newjit/exclude-part-cfg/get-list", this.inputParam) @@ -301,12 +301,12 @@ export default { type: "warning", }) .then(() => { - debugger + //debugger var arrStr = params.join(); this.$axios .deletes("/api/newjit/exclude-part-cfg/delete/" + arrStr) .then((response) => { - debugger + //debugger if (response.status) { this.$notify({ @@ -336,7 +336,7 @@ export default { */ async handleExport() { this.isLoading = true; - debugger + //debugger this.$axios .BolbGets("/api/newjit/exclude-part-cfg/export", this.inputParam) .then((res) => { diff --git a/vue/src/views/pg-fis/basedate/m100Online/RepetitionMB.vue b/vue/src/views/pg-fis/basedate/m100Online/RepetitionMB.vue index 123c628b..92469343 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/RepetitionMB.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/RepetitionMB.vue @@ -1,53 +1,30 @@ + @import "../../../pg-fis/styles/crmtable.scss"; + + .divider1 { + margin: 0; + } + .divider2 { + margin: 10px; + margin-bottom: 20px; + width: 95%; + } + .label1 { + margin-left: 5px; + margin-right: 5px; + } + diff --git a/vue/src/views/pg-fis/basedate/m100Online/RepetitionZHB.vue b/vue/src/views/pg-fis/basedate/m100Online/RepetitionZHB.vue index c704b3be..a5c4d7ba 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/RepetitionZHB.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/RepetitionZHB.vue @@ -1,55 +1,32 @@ + @import "../../../pg-fis/styles/crmtable.scss"; + + .divider1 { + margin: 0; + } + .divider2 { + margin: 10px; + margin-bottom: 20px; + width: 95%; + } + .label1 { + margin-left: 5px; + margin-right: 5px; + } + diff --git a/vue/src/views/pg-fis/basedate/m100Online/ScrapMB.vue b/vue/src/views/pg-fis/basedate/m100Online/ScrapMB.vue index c51e713b..3875bc3b 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/ScrapMB.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/ScrapMB.vue @@ -1,55 +1,32 @@ + @import "../../../pg-fis/styles/crmtable.scss"; + + .divider1 { + margin: 0; + } + + .divider2 { + margin: 10px; + margin-bottom: 20px; + width: 95%; + } + .label1 { + margin-left: 5px; + margin-right: 5px; + } + .dialogDiv { + max-height: 300px; + overflow: auto; + } + diff --git a/vue/src/views/pg-fis/basedate/m100Online/ScrapZHB.vue b/vue/src/views/pg-fis/basedate/m100Online/ScrapZHB.vue index a9ea89f1..30c0d7aa 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/ScrapZHB.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/ScrapZHB.vue @@ -1,55 +1,32 @@ + @import "../../../pg-fis/styles/crmtable.scss"; + + .divider1 { + margin: 0; + } + + .divider2 { + margin: 10px; + margin-bottom: 20px; + width: 95%; + } + .label1 { + margin-left: 5px; + margin-right: 5px; + } + .dialogDiv { + max-height: 300px; + overflow: auto; + } + diff --git a/vue/src/views/pg-fis/basedate/m100Online/budaMB.vue b/vue/src/views/pg-fis/basedate/m100Online/budaMB.vue index f8000a3b..ac419475 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/budaMB.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/budaMB.vue @@ -1,736 +1,693 @@ - - + @import "../../../pg-fis/styles/crmtable.scss"; + + .divider1 { + margin: 0; + } + + .divider2 { + margin: 10px; + margin-bottom: 20px; + width: 95%; + } + + .label1 { + margin-left: 5px; + margin-right: 5px; + } + diff --git a/vue/src/views/pg-fis/basedate/m100Online/budaZHB.vue b/vue/src/views/pg-fis/basedate/m100Online/budaZHB.vue index 24e4f077..823d5b30 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/budaZHB.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/budaZHB.vue @@ -1,765 +1,719 @@ - - + @import "../../../pg-fis/styles/crmtable.scss"; + + .divider1 { + margin: 0; + } + + .divider2 { + margin: 10px; + margin-bottom: 20px; + width: 95%; + } + + .label1 { + margin-left: 5px; + margin-right: 5px; + } + diff --git a/vue/src/views/pg-fis/basedate/m100Online/detail.vue b/vue/src/views/pg-fis/basedate/m100Online/detail.vue index 8ea20fdc..af35068f 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/detail.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/detail.vue @@ -1,31 +1,13 @@ - + @import "../../../pg-fis/styles/crmtable.scss"; + diff --git a/vue/src/views/pg-fis/basedate/m100Online/detailMB.vue b/vue/src/views/pg-fis/basedate/m100Online/detailMB.vue index b6d520e5..c4cb08f9 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/detailMB.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/detailMB.vue @@ -1,765 +1,683 @@ + @import "../../../pg-fis/styles/crmtable.scss"; + .divider1 { + margin: 0; + } + .divider2 { + margin: 10px; + margin-bottom: 20px; + width: 95%; + } + + .label1 { + margin-left: 5px; + margin-right: 5px; + } + diff --git a/vue/src/views/pg-fis/basedate/m100Online/detailZHB.vue b/vue/src/views/pg-fis/basedate/m100Online/detailZHB.vue index 824d06c1..bfba0086 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/detailZHB.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/detailZHB.vue @@ -1,747 +1,681 @@ + @import "../../../pg-fis/styles/crmtable.scss"; + .divider1 { + margin: 0; + } + .divider2 { + margin: 10px; + margin-bottom: 20px; + width: 95%; + } + + .label1 { + margin-left: 5px; + margin-right: 5px; + } + diff --git a/vue/src/views/pg-fis/basedate/m100Online/index.vue b/vue/src/views/pg-fis/basedate/m100Online/index.vue index e359e29c..5691bb48 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/index.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/index.vue @@ -898,7 +898,7 @@ export default { setTimeout(() => { //大数据量加载时 this.listLoading = false; - debugger + //debugger }, 500); }) .catch(() => { diff --git a/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue b/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue index 746b4c28..17900d25 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue @@ -1,2055 +1,1857 @@ + @import "../../../pg-fis/styles/crmtable.scss"; + + // /*表格全选框去除空框*/ + // .el-table >>> .DisabledSelection .cell .el-checkbox__inner { + // display: none; + // position: relative; + // } + // /*表格全选框改为:选择*/ + // .el-table >>> .DisabledSelection .cell:before { + // content: "是否Key件"; + // position: absolute; + // left: 7px; + // } + .divider1 { + margin: 0; + } + .divider2 { + margin: 10px; + margin-bottom: 20px; + width: 95%; + } + .label1 { + margin-left: 5px; + margin-right: 5px; + } + diff --git a/vue/src/views/pg-fis/basedate/partSwitch/index.vue b/vue/src/views/pg-fis/basedate/partSwitch/index.vue index 536241cf..fcd3eb8e 100644 --- a/vue/src/views/pg-fis/basedate/partSwitch/index.vue +++ b/vue/src/views/pg-fis/basedate/partSwitch/index.vue @@ -186,7 +186,7 @@ }); }, created() { - debugger + //debugger this.getList(); }, diff --git a/vue/src/views/pg-fis/basedate/productLine/index.vue b/vue/src/views/pg-fis/basedate/productLine/index.vue index abfce137..3dc47729 100644 --- a/vue/src/views/pg-fis/basedate/productLine/index.vue +++ b/vue/src/views/pg-fis/basedate/productLine/index.vue @@ -936,7 +936,7 @@ export default { "/api/newjit/product-line-authority/do-authority",this.saveQuery ) .then((response) => { - debugger + //debugger console.log(response); this.dialogFormVisible = false; this.getList(); diff --git a/vue/src/views/pg-fis/basedate/repeatR100/index.vue b/vue/src/views/pg-fis/basedate/repeatR100/index.vue index 450d14aa..28998288 100644 --- a/vue/src/views/pg-fis/basedate/repeatR100/index.vue +++ b/vue/src/views/pg-fis/basedate/repeatR100/index.vue @@ -811,7 +811,7 @@ this.$axios }, //产线类型变更 ptypeselectChange() { - debugger + //debugger this.$forceUpdate(); //console.log("222222222222222222222222222222222222222222"+this.listQuery.productType); this.listQuery.productLine = ""; diff --git a/vue/static/config.js b/vue/static/config.js index 9908aa24..64061fef 100644 --- a/vue/static/config.js +++ b/vue/static/config.js @@ -2,11 +2,17 @@ let configJSON if (process.env.NODE_ENV === 'development') { configJSON = { base: { - ip: 'http://127.0.0.1', //?? two - auth_port: '8066', - public_port: '8092', - // backend_port: '8092', - backend_port: '44344', //?? three + // ip: 'http://127.0.0.1', //?? two + // auth_port: '8066', + // public_port: '8092', + // // backend_port: '8092', + // backend_port: '44344', //?? three + + ip: localStorage.getItem('config_ip'), + auth_port: localStorage.getItem('config_auth_port'), + public_port: localStorage.getItem('config_public_port'), + backend_port: localStorage.getItem('config_backend_port'), + }, basic: {}, upload: { @@ -36,17 +42,21 @@ if (process.env.NODE_ENV === 'development') { configJSON = { base: { - ip: 'http://192.168.7.21', - //ip: "http://222.169.228.163", + // ip: 'http://192.168.7.21', + // //ip: "http://222.169.228.163", - auth_port: '8066', - public_port: '8092', - backend_port: '8092', + // auth_port: '8066', + // public_port: '8092', + // backend_port: '8092', - // auth_port: "7696", - // public_port: "7692", - // backend_port: "7692", + // // auth_port: "7696", + // // public_port: "7692", + // // backend_port: "7692", + ip: localStorage.getItem('config_ip'), + auth_port: localStorage.getItem('config_auth_port'), + public_port: localStorage.getItem('config_public_port'), + backend_port: localStorage.getItem('config_backend_port'), }, basic: {}, upload: {