diff --git a/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue b/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue index 8a3fc0fe..16f2cd43 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue @@ -1228,7 +1228,6 @@ export default { }, valueselectChange(val) { - debugger this.$forceUpdate(); this.customerInfosMB = []; this.customerInfosZHB = []; @@ -1254,7 +1253,6 @@ export default { } }, fwStation_selectChange(val) { - debugger this.$forceUpdate(); if (this.listQuery.productType === 1) { //把产线值传到子组件 @@ -1321,7 +1319,6 @@ export default { closeDialog() {}, /**打印 */ print() { - debugger (this.hostPrintQuery = { printType: undefined, //0:打印;1:重打;2:补打; productLine: undefined, @@ -1540,7 +1537,6 @@ export default { }, save() { this.$refs.form.validate((valid) => { - debugger if (valid) { //this.listLoaddingPrint = true; if (this.isShowHostSN === true) { @@ -1719,7 +1715,6 @@ export default { */ private_printMenBan() { - debugger this.$axios .posts( "/api/newjit/bill-m100/save-menban-report", @@ -1790,7 +1785,6 @@ export default { */ private_printZhuHuBan(isSelAll = true) { - debugger //门板 //传递大众顺序号起止 this.$axios @@ -1812,6 +1806,7 @@ export default { let loadInput = {}; loadInput.dataResultType = (isSelAll == true) ? "1" : "2"; loadInput.reportIdList = response.item; + loadInput.productLine = this.hostPrintQuery.productLine //-------------------------------------- //门板 //传递大众顺序号起止 @@ -1885,7 +1880,6 @@ export default { .then((response) => { //console.log(response); this.PLList = response.item; - debugger this.PLChildList = this.PLList.filter( (u) => u.productType === parseInt(this.listQuery.productType) ).sort((a, b) => { diff --git a/vue/static/config.js b/vue/static/config.js index f46b6f51..ac242e3a 100644 --- a/vue/static/config.js +++ b/vue/static/config.js @@ -2,12 +2,13 @@ let configJSON if (process.env.NODE_ENV === 'development') { configJSON = { base: { - //ip: 'http://192.168.0.140', - ip: 'http://127.0.0.1', //?? two + ip: 'http://192.168.7.21', + // ip: 'http://192.168.0.140', + // ip: 'http://127.0.0.1', //?? two auth_port: '8066', public_port: '8092', - //backend_port: '8092', - backend_port: '44344', //?? three + backend_port: '8092', + // backend_port: '44344', //?? three }, basic: {}, upload: {