From bea4b9e9da44517844bff2e8952b85206ce839ca Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期一, 04 十二月 2023 17:15:40 +0800
Subject: [PATCH] 	modified:   package.json 	modified:   src/views/plan/manufacturingorder/index.vue 	modified:   src/views/quality/Packaging_ledger/index.vue 	new file:   src/views/quality/rawMaterial/QrcodeReader.vue 	modified:   src/views/quality/rawMaterial/rawMaterial-form.vue 	modified:   vue.config.js

---
 src/views/quality/Packaging_ledger/index.vue |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/src/views/quality/Packaging_ledger/index.vue b/src/views/quality/Packaging_ledger/index.vue
index ce34a87..0e98986 100644
--- a/src/views/quality/Packaging_ledger/index.vue
+++ b/src/views/quality/Packaging_ledger/index.vue
@@ -289,7 +289,6 @@
         })
       },
       handleCurrentChange(row){
-        console.log(row,"涓�琛�");
         this.dataway = row
         this.packageBoxId = {
           packageBoxId:row.id
@@ -299,7 +298,6 @@
       },
       rightquery(){
         list({packageBoxId:this.goid}).then((res) =>{
-          console.log(res,"nihaoa");
           this.testStandardParams = res.data.data
         })
       },
@@ -308,7 +306,7 @@
         if (this.dataway.state == "鏈姤妫�") {
             this.increase = true
         }else{
-          this.$message.error('璇峰厛閫夋嫨鍖呰椤圭洰')
+          this.$message.error('鏀归」鐩凡瀹屾垚妫�楠�')
         }
       },
       preserve(datalist){
@@ -317,19 +315,16 @@
       },
       //鍙宠竟淇濆瓨
       addpreserve(){
-        console.log(this.testStandardParams,"淇濆瓨鏁版嵁");
          this.testStandardParams.forEach(el => {
               el.packageBoxId =this.goid
          });
         saveList(this.testStandardParams).then((res) =>{
-          console.log(res,"淇濆瓨鎴愬姛");
           this.$message.success('淇濆瓨鎴愬姛')
           this.rightquery()
         })
       },
       //鍒犻櫎
       deleteadd(row){
-          console.log(row,"");
           deledata({id:row.id}).then((res)=>{
           this.$message.success('鍒犻櫎鎴愬姛')
           this.rightquery()
@@ -337,7 +332,6 @@
       },
       //瀹℃牳
       check(row){
-        console.log(row,"瀹℃牳");
         let packageBox = {
                 id:row.id,
                 packageNo:row.packageNo,

--
Gitblit v1.9.3