From 847696329faa795077d966845f37b88fbd3a2cdc Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期二, 21 五月 2024 16:33:28 +0800
Subject: [PATCH] 2023-5-21 selOutBatchNo接口 质量的过程检验,新增不触发接口,编辑或者查看才触发 与 追溯select切换只显示第一条数据问题

---
 src/views/quality/finishedProductInspection/finishedProducter-print.vue |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/views/quality/finishedProductInspection/finishedProducter-print.vue b/src/views/quality/finishedProductInspection/finishedProducter-print.vue
index 173dbf1..e4755d6 100644
--- a/src/views/quality/finishedProductInspection/finishedProducter-print.vue
+++ b/src/views/quality/finishedProductInspection/finishedProducter-print.vue
@@ -604,7 +604,6 @@
         initData(){
             let ii = []
             let pp = []
-        console.log("<-------------------->");
             this.deviceStr = this.tableData.projectName
             this.product = this.tableData.material
             this.number = this.tableData.quantity
@@ -612,7 +611,6 @@
             this.material = this.tableData.material
             this.materialCode = this.tableData.materialCode
             this.quantity = this.tableData.quantity
-            console.log(this.tableData,"-----------11111");
             this.tableData.children.forEach(el =>{
                 this.prjdata.push(el)
                 el.children.forEach(kl =>{
@@ -628,7 +626,6 @@
                 this.iname = Array.from(new Set(pp)).join(",")
         },
         initprjdata(list){
-            console.log(list,"uuuuuuuuuuuuuuuuu");
             const data = {
                             eId: '',
                             ename: '',
@@ -701,7 +698,6 @@
         formData(newVal){
             if(newVal){
                 this.prjdata = []
-                console.log("formData鍙樺寲--",newVal)
                 this.tableData = newVal
                 this.initData()
                 this.initprjdata(this.prjdata)

--
Gitblit v1.9.3