From bc661286efe4cc9ca1c8a1dd982614fed2d8011e Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 02 九月 2024 16:33:34 +0800
Subject: [PATCH] 其它应收单:点击 打开 费用项目弹窗后,再双击其它列的单元格业务弹出弹窗 问题修复

---
 WebTM/views/销售管理/其他应收单/YS_ReceiveOtherBillMain.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\345\205\266\344\273\226\345\272\224\346\224\266\345\215\225/YS_ReceiveOtherBillMain.html" "b/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\345\205\266\344\273\226\345\272\224\346\224\266\345\215\225/YS_ReceiveOtherBillMain.html"
index 27b5fa8..e2f816f 100644
--- "a/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\345\205\266\344\273\226\345\272\224\346\224\266\345\215\225/YS_ReceiveOtherBillMain.html"
+++ "b/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\345\205\266\344\273\226\345\272\224\346\224\266\345\215\225/YS_ReceiveOtherBillMain.html"
@@ -982,7 +982,7 @@
                                 }
                             });
                         }
-                        //obj.event = "";
+                        obj.event = "";
                         //return false;
                     }
                 })
@@ -1024,7 +1024,7 @@
                             }
                         });
                     }
-                        //obj.event = "";
+                    obj.event = "";
                         //return false;
                 })
             }

--
Gitblit v1.9.1