From f1f191f81885e09abfc94f277b6fdd12ebff2404 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 13 十二月 2023 16:12:48 +0800
Subject: [PATCH] modified: src/views/plan/manufacturingorder/customerorder.vue
---
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