From 86d627eecb14597a338ee402eab5a0c05ce1bdeb Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期四, 27 十一月 2025 08:26:10 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/views/component/printList/index.vue |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/src/views/component/printList/index.vue b/src/views/component/printList/index.vue
index 6ec004b..185cdf5 100644
--- a/src/views/component/printList/index.vue
+++ b/src/views/component/printList/index.vue
@@ -69,27 +69,9 @@
         printClick() {
             const routeUrl = this.$router.resolve({ path: '/hBarPlanPrint',query:{linterid:this.linterid.toString(),Type:this.Type.toString(),OpenTmp: encodeURIComponent(this.rowForm.妯℃澘鍚嶇О)} });
             window.open(routeUrl.href, '_blank');
-            // window.open("/hBarPlanPrint", '_blank');
-
         },
         getDisplay() {
-            //  var vars = [], hash;
-            //     var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
-            //     for (var i = 0; i < hashes.length; i++) {
-            //         hash = hashes[i].split('=');
-            //         vars.push(hash[0]);
-            //         vars[hash[0]] = hash[1];
-            //     }
-            //     var params = vars;
-            //     console.log(params)
-            // var linterid = params[params[0]];
-            // var MyMsg = params[params[1]];
-            // var Type = params[params[2]];
-            //     console.log(Type)
-            //     return vars;
-
             this.loading = true
-            // this.HModName = "Kf_SellOutBillList"
             axios.get(this.baseURL + '/Open_PrintTem/GetOpenTmpList_Json', {
                 params: { "HNumber": this.Type },
             }).then(response => {

--
Gitblit v1.9.1