From fb616f2a4d91dd9fb16320fb0b3d5fc3cd9e112c Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期五, 05 一月 2024 13:30:02 +0800 Subject: [PATCH] 销售订单-下载按钮修改2 --- 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