From dde1f33ff881de2f048704c2ffea98daf3f3e581 Mon Sep 17 00:00:00 2001 From: "hongrui.an" <297504645@qq.com> Date: Tue, 5 Aug 2025 17:29:01 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=89=8D=E7=AB=AFpc=E3=80=91=E6=9A=82?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/public/config.js | 2 +- .../pg-fis/basedate/m100BIll/index copy.vue | 1505 +++++++++++++++ .../basedate/m100Online/RepetitionMB.vue | 22 +- .../pg-fis/basedate/m100Online/ScrapMB.vue | 22 +- .../pg-fis/basedate/m100Online/detailMB.vue | 2 +- .../pg-fis/basedate/m100Online/index.vue | 2 +- .../pg-fis/basedate/r100Online/index copy.vue | 829 ++++++++ .../pg-fis/basedate/r100Online/index.vue | 43 +- .../pg-fis/basedate/repeatR100/index copy.vue | 941 +++++++++ .../pg-fis/basedate/repeatR100/index.vue | 75 +- .../views/pg-fis/basedate/select/detailMB.vue | 16 +- .../pg-fis/basedate/select/index copy.vue | 1690 +++++++++++++++++ .../views/pg-fis/basedate/select/index.vue | 997 +--------- .../basedate/weldingAssembly/index copy.vue | 880 +++++++++ .../pg-fis/basedate/weldingAssembly/index.vue | 42 +- .../ux/billManage/SettleDoorPanel/index.vue | 6 +- 16 files changed, 5917 insertions(+), 1157 deletions(-) create mode 100644 vue/src/views/pg-fis/basedate/m100BIll/index copy.vue create mode 100644 vue/src/views/pg-fis/basedate/r100Online/index copy.vue create mode 100644 vue/src/views/pg-fis/basedate/repeatR100/index copy.vue create mode 100644 vue/src/views/pg-fis/basedate/select/index copy.vue create mode 100644 vue/src/views/pg-fis/basedate/weldingAssembly/index copy.vue diff --git a/vue/public/config.js b/vue/public/config.js index cf6cd67..e0b0e5b 100644 --- a/vue/public/config.js +++ b/vue/public/config.js @@ -1,5 +1,5 @@ let sysConfig = { authApi:'http://192.168.1.228:8066', baseApi:'http://192.168.1.228:8092', - m100FleshTime:60000 + m100PrintFreshTime:60000 } \ No newline at end of file diff --git a/vue/src/views/pg-fis/basedate/m100BIll/index copy.vue b/vue/src/views/pg-fis/basedate/m100BIll/index copy.vue new file mode 100644 index 0000000..804e1c6 --- /dev/null +++ b/vue/src/views/pg-fis/basedate/m100BIll/index copy.vue @@ -0,0 +1,1505 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + 导出(Excel) + + + + + + 新增 + + 修改 + + 删除 + + + + + + + + + + + + {{ + scope.row.vin + }} + + + + + {{ scope.column.label }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ERP总成 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ERP结算件 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vue/src/views/pg-fis/basedate/m100Online/RepetitionMB.vue b/vue/src/views/pg-fis/basedate/m100Online/RepetitionMB.vue index 5d720dd..4d8b344 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/RepetitionMB.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/RepetitionMB.vue @@ -1,4 +1,4 @@ - + @@ -164,7 +164,7 @@ > { @@ -598,7 +597,7 @@ export default { // } else if (response.status === true) { // this.fileQuery.dataname = JSON.stringify(response.item); // console.log( - // "门板-调用Handlers/Handler1.ashx?report=menban传的值:" + + // "调用Handlers/Handler1.ashx?report=menban传的值:" + // JSON.stringify(this.fileQuery.dataname) // ); // this.$axios @@ -615,8 +614,8 @@ export default { // .catch(() => {}); debugger //重新打印 - var params = MBVin1; //选中的门板ID列表 - console.log("门板打印-主界面传过来的值:" + JSON.stringify(params)); + var params = MBVin1; //选中的ID列表 + console.log("打印-主界面传过来的值:" + JSON.stringify(params)); this.$axios .posts("/api/newjit/bill-m100/load-menban-report", params) .then((response) => { @@ -631,7 +630,7 @@ export default { } else if (response.status === true) { this.fileQuery.dataname = JSON.stringify(response.item); console.log( - "门板-调用Handlers/Handler1.ashx?report=menban传的值:" + + "调用Handlers/Handler1.ashx?report=menban传的值:" + JSON.stringify(this.fileQuery.dataname) ); this.$axios @@ -650,7 +649,7 @@ export default { }, - //作废操作,支持批量操作-门板 + //作废操作,支持批量操作 handleDelete(row) { //批量删除 var params = []; @@ -748,7 +747,6 @@ export default { roleFilter(type) { return projectTypeKeyValue[type]; }, - //门板 handleFilter() { this.page = 1; this.getList(); diff --git a/vue/src/views/pg-fis/basedate/m100Online/ScrapMB.vue b/vue/src/views/pg-fis/basedate/m100Online/ScrapMB.vue index 40a9327..5e4b6dc 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/ScrapMB.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/ScrapMB.vue @@ -1,4 +1,4 @@ - + @@ -138,7 +138,7 @@ > { @@ -617,7 +616,7 @@ export default { } else if (response.status === true) { this.fileQuery.dataname = JSON.stringify(response.item); console.log( - "门板-调用Handlers/Handler1.ashx?report=menban传的值:" + + "调用Handlers/Handler1.ashx?report=menban传的值:" + JSON.stringify(this.fileQuery.dataname) ); this.$axios @@ -663,7 +662,7 @@ export default { this.fileQuery.dataname = JSON.stringify(response); this.zflist = response; console.log( - "门板-调用Handlers/Handler1.ashx?report=menban传的值:" + + "调用Handlers/Handler1.ashx?report=menban传的值:" + JSON.stringify(this.fileQuery.dataname) ); } @@ -680,7 +679,7 @@ export default { .posts("/api/newjit/MenBanPackingList/scrap", params) .then((response) => { console.log( - "门板-调用Handlers/Handler1.ashx?report=menban传的值:" + + "调用Handlers/Handler1.ashx?report=menban传的值:" + JSON.stringify(response) ); this.$notify({ @@ -695,7 +694,7 @@ export default { }, - //作废操作,支持批量操作-门板 + //作废操作,支持批量操作 // handleDelete(row) { // //批量删除 // var params = []; @@ -731,7 +730,7 @@ export default { // myalertcount.push(itemsss.billNum); // }); // console.log( - // "门板-调用Handlers/Handler1.ashx?report=menban传的值:" + + // "调用Handlers/Handler1.ashx?report=menban传的值:" + // JSON.stringify(this.fileQuery.dataname) // ); // this.$confirm( @@ -822,7 +821,6 @@ export default { roleFilter(type) { return projectTypeKeyValue[type]; }, - //门板 handleFilter() { this.page = 1; this.getList(); diff --git a/vue/src/views/pg-fis/basedate/m100Online/detailMB.vue b/vue/src/views/pg-fis/basedate/m100Online/detailMB.vue index 4f28950..929265a 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/detailMB.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/detailMB.vue @@ -1,4 +1,4 @@ - + diff --git a/vue/src/views/pg-fis/basedate/m100Online/index.vue b/vue/src/views/pg-fis/basedate/m100Online/index.vue index f812c2c..da45289 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/index.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/index.vue @@ -1,4 +1,4 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.name }} + + + + + + 搜索 + 重置 + 导出(Excel) + + 导出Excel(用于SAP导入) + + + + + + + + + + + + {{ + scope.row.knr + }} + + + + + {{ scope.column.label }} + + + + + + + + + + + + + + diff --git a/vue/src/views/pg-fis/basedate/r100Online/index.vue b/vue/src/views/pg-fis/basedate/r100Online/index.vue index dec40f6..9275aba 100644 --- a/vue/src/views/pg-fis/basedate/r100Online/index.vue +++ b/vue/src/views/pg-fis/basedate/r100Online/index.vue @@ -1,4 +1,4 @@ - + @@ -9,25 +9,7 @@ v-show="showSearch" :inline="true" > - - - - - - - + { //console.log(response); this.PLList = response.item; - this.PLChildList = this.PLList.filter( - (u) => u.productType === parseInt(this.listQuery.productType) - ).sort((a, b) => { + this.PLChildList = this.PLList.sort((a, b) => { return a.productLineCode - b.productLineCode; }); this.listQuery.productLine = this.PLChildList[0].productLineCode; @@ -777,18 +752,6 @@ export default { }) .catch(() => {}); }, - //产线类型变更 - ptypeselectChange() { - this.$forceUpdate(); - //console.log(this.listQuery.productType); - this.listQuery.productLine = ""; - this.PLChildList = this.PLList.filter( - (u) => u.productType === parseInt(this.listQuery.productType) - ).sort((a, b) => { - return a.productLineCode - b.productLineCode; - }); - //console.log(this.PLList) - }, /*单据状态变更 */ checkedListChange(index) { if (this.listQuery.state.length <= 1) { diff --git a/vue/src/views/pg-fis/basedate/repeatR100/index copy.vue b/vue/src/views/pg-fis/basedate/repeatR100/index copy.vue new file mode 100644 index 0000000..a5bd6b2 --- /dev/null +++ b/vue/src/views/pg-fis/basedate/repeatR100/index copy.vue @@ -0,0 +1,941 @@ + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + 导出(Excel)查询信息 + + + + + + + + + + + {{ + scope.row.vin + }} + + + + + {{ scope.column.label }} + + + + + + + + + + + + + + + + + + + + diff --git a/vue/src/views/pg-fis/basedate/repeatR100/index.vue b/vue/src/views/pg-fis/basedate/repeatR100/index.vue index 103ab17..104d63a 100644 --- a/vue/src/views/pg-fis/basedate/repeatR100/index.vue +++ b/vue/src/views/pg-fis/basedate/repeatR100/index.vue @@ -1,4 +1,4 @@ - + @@ -9,10 +9,6 @@ v-show="showSearch" :inline="true" > - - - - - - - - + u.productType === parseInt(this.listQuery.productType) - ).sort((a, b) => { - return a.productLineCode - b.productLineCode; - }); - console.log(this.PLList) - }, sortChange(data) { const { prop, order } = data; if (!prop || !order) { @@ -843,9 +802,7 @@ this.$axios //console.log("获取产线数据:"+JSON.stringify(response.item)); this.PLList = response.item; - this.PLChildList = this.PLList.filter( - (u) => u.productType === parseInt(this.listQuery.productType) - ).sort((a, b) => { + this.PLChildList = this.PLList.sort((a, b) => { return a.productLineCode - b.productLineCode; }); console.log("2222222获取产线数据:"+JSON.stringify(this.PLChildList)); @@ -872,24 +829,14 @@ this.$axios this.$forceUpdate(); this.customerInfosMB = []; this.customerInfosZHB = []; - if (this.listQuery.productType === 1) { - //把产线值传到子组件 - this.customerInfosMB = [ - { - PrintType: 1, - ProductLine: val, - }, - ]; - } - if (this.listQuery.productType === 2) { - //把产线值传到子组件 - this.customerInfosZHB = [ - { - PrintType: 1, - ProductLine: val, - }, - ]; - } + //把产线值传到子组件 + this.customerInfosMB = [ + { + PrintType: 1, + ProductLine: val, + }, + ]; + }, handleSelectionChange(val) { diff --git a/vue/src/views/pg-fis/basedate/select/detailMB.vue b/vue/src/views/pg-fis/basedate/select/detailMB.vue index d29c1b5..81faf3d 100644 --- a/vue/src/views/pg-fis/basedate/select/detailMB.vue +++ b/vue/src/views/pg-fis/basedate/select/detailMB.vue @@ -1,4 +1,4 @@ - + @@ -170,7 +170,7 @@ > { @@ -586,7 +585,7 @@ export default { } else if (response.status === true) { this.fileQuery.dataname = JSON.stringify(response.item); console.log( - "门板-调用Handlers/Handler1.ashx?report=menban传的值:" + + "调用Handlers/Handler1.ashx?report=menban传的值:" + JSON.stringify(this.fileQuery.dataname) ); this.$axios @@ -602,7 +601,7 @@ export default { .catch(() => {}); } }, - //作废操作,支持批量操作-门板 + //作废操作,支持批量操作 handleDelete(row) { //批量删除 var params = []; @@ -700,7 +699,6 @@ export default { roleFilter(type) { return projectTypeKeyValue[type]; }, - //门板 handleFilter() { this.page = 1; this.getList(); diff --git a/vue/src/views/pg-fis/basedate/select/index copy.vue b/vue/src/views/pg-fis/basedate/select/index copy.vue new file mode 100644 index 0000000..603f8b2 --- /dev/null +++ b/vue/src/views/pg-fis/basedate/select/index copy.vue @@ -0,0 +1,1690 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.name }} + + + + + + 搜索 + 重置 + 导出(Excel) + + + + + + + + + + + + + + + + + + + + + + {{ + scope.row.vin + }} + + + + + {{ scope.column.label }} + + + + + + + + + + + + - + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + diff --git a/vue/src/views/pg-fis/basedate/select/index.vue b/vue/src/views/pg-fis/basedate/select/index.vue index c32ce3c..20752ad 100644 --- a/vue/src/views/pg-fis/basedate/select/index.vue +++ b/vue/src/views/pg-fis/basedate/select/index.vue @@ -1,4 +1,4 @@ - + @@ -7,33 +7,14 @@ :model="listQuery" ref="queryForm" v-show="showSearch" - :inline="true" - > - - - - - - + :inline="true"> + - - - - - - - - - - - - - 导出(Excel) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -