From be8dc1e5c21fccf84cf25497d55e5261e93fbb35 Mon Sep 17 00:00:00 2001
From: zhangchunxu <1842059105@qq.com>
Date: 星期三, 02 八月 2023 17:01:29 +0800
Subject: [PATCH] 签收单 验收确认(经销商) 修改

---
 force-app/main/default/lwc/lexESignAcceptanceFranchiser/lexESignAcceptanceFranchiser.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/lwc/lexESignAcceptanceFranchiser/lexESignAcceptanceFranchiser.js b/force-app/main/default/lwc/lexESignAcceptanceFranchiser/lexESignAcceptanceFranchiser.js
index ea944fe..4601103 100644
--- a/force-app/main/default/lwc/lexESignAcceptanceFranchiser/lexESignAcceptanceFranchiser.js
+++ b/force-app/main/default/lwc/lexESignAcceptanceFranchiser/lexESignAcceptanceFranchiser.js
@@ -2,7 +2,7 @@
  * @Author: zhangchunxu
  * @Date: 2023-06-27 16:51:15
  * @LastEditors: zhangchunxu
- * @LastEditTime: 2023-08-01 19:46:48
+ * @LastEditTime: 2023-08-02 16:56:55
  * 
  */
 import { LightningElement,wire,track,api} from 'lwc';
@@ -86,7 +86,7 @@
                 return;
             }else{
                 window.open ('/apex/AgencyConfirmPage?id='+this.recordId, '缁忛攢鍟嗙‘璁�',
-                'height=440, width=1200, top=170, left=70, toolbar=no, menubar=no, scrollbars=no, location=no, status=no');
+                'height=440, width=1260, top=170, left=40, toolbar=no, menubar=no, scrollbars=no, location=no, status=no');
                 this.dispatchEvent(new CloseActionScreenEvent());
             }
         }

--
Gitblit v1.9.1