From a8217cc64bfa77788fff9386d9e75c7d6754625f Mon Sep 17 00:00:00 2001 From: Rui_Li <877258667@qq.com> Date: Tue, 29 Jul 2025 09:58:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B3=A8=E9=87=8A=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/material/com_poReceiving_add_or_update.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/modules/material/com_poReceiving_add_or_update.vue b/src/views/modules/material/com_poReceiving_add_or_update.vue index 61b1d44..e3f9778 100644 --- a/src/views/modules/material/com_poReceiving_add_or_update.vue +++ b/src/views/modules/material/com_poReceiving_add_or_update.vue @@ -616,7 +616,6 @@ }) }, createNewRoll(){ - debugger if(this.dataForm.partNo===''){ this.$alert('请输入物料!', '错误', { confirmButtonText: '确定' @@ -679,7 +678,6 @@ rollNumber:this.rollData.rollNumber, } - console.log(inData) createNewCachRoll(inData).then(({data})=>{ //区分请求成功和失败的状况 if (data && data.code == 0) { @@ -764,7 +762,6 @@ this.$nextTick(() => { this.$refs.scan.focus();}) }, scanSaveCach(){ - debugger; let str=this.scanSerial; let arr = str.split(",") if(arr.length<7){