From 86d627eecb14597a338ee402eab5a0c05ce1bdeb Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期四, 27 十一月 2025 08:26:10 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/views/sell/sellOut/sellOutBillEdit.vue |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/views/sell/sellOut/sellOutBillEdit.vue b/src/views/sell/sellOut/sellOutBillEdit.vue
index 34f703f..dd6017e 100644
--- a/src/views/sell/sellOut/sellOutBillEdit.vue
+++ b/src/views/sell/sellOut/sellOutBillEdit.vue
@@ -480,10 +480,8 @@
       });
     },
     getdata() {
-      console.log(this.copyType, this.OperationType)
       this.formShow = false
       this.formLoading = true
-
       if (this.OperationType == 4) {
         this.zzSelDis = true
         this.handleAdd()
@@ -642,7 +640,6 @@
     //閮ㄩ棬寮圭獥璧嬪��
     dbEmitData(deptRow, num) {
       // num=1閮ㄩ棬 num=2鍑哄簱浠撳簱
-      console.log(deptRow)
       if (deptRow.HItemID) {
         if (num == 1) {
           this.form.HDeptName = deptRow.閮ㄩ棬鍚嶇О
@@ -770,10 +767,7 @@
     //閫�鍑�
     close() {
       this.reset()
-      console.log(1111)
-      console.log(this.$route.path)
       if (!this.OperationType && !this.copyType) {
-        console.log(this.$route.path)
         const obj = { fullPath: this.$route.path, path: this.$route.path, name: this.$route.name, };
         this.$tab.closePage(obj).then(res => {
           const latestView = res.visitedViews.slice(-1)[0]
@@ -870,7 +864,6 @@
     handleUpdate() {
       this.reset()
       let rowHmainid = this.linterid
-      console.log(this.linterid)
       axios.get(this.baseURL + "/Kf_SellOutBill/cx", {
         params: { 'HInterID': rowHmainid }
       }).then(response => {

--
Gitblit v1.9.1