diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..d138b35 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "FIS1.5", + "lockfileVersion": 2, + "requires": true, + "packages": {} +} diff --git a/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue b/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue index 2f628a9..d28abde 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue @@ -372,7 +372,7 @@ @change="beginHostSNChange" :disabled="true" /> - + @@ -529,7 +529,7 @@ export default { drawerZHBPrint: false, drawerZHBDelete: false, activeNames: ["1"], - printNum: "12", + printNum: "10", printNumZHB: "24", rules: { erpAssemblyName: [ @@ -1335,7 +1335,7 @@ export default { }); return; } - (this.printNum = "12"), + (this.printNum = "10"), (this.printNumZHB = "24"), (this.hostSNQuery.productLine = this.listQuery.productLine); this.hostPrintQuery.productLine = this.listQuery.productLine; @@ -1699,8 +1699,11 @@ export default { /** * 保存、加载、打印门板 */ - private_printMenBan() - { + private_printMenBan(){ + // 2024-01-10 新增字段PrintCount + if(this.listQuery.productType == 1){ + this.hostPrintQuery.printCount = this.printNum + } this.$axios .posts( //"/api/newjit/bill-m100/save-menban-report", diff --git a/vue/static/config.js b/vue/static/config.js index ebf7976..380ece6 100644 --- a/vue/static/config.js +++ b/vue/static/config.js @@ -2,11 +2,14 @@ let configJSON; if (process.env.NODE_ENV === "development") { configJSON = { base: { - ip: "http://localhost", auth_port: "44344", public_port: "44344", backend_port: "44344", + // ip: "http://222.169.228.163", + // auth_port: "7696", + // public_port: "7692", + // backend_port: "7692", }, basic: {}, upload: {