From e14d6d0619330cad423f06493e3aa2371faa2a8f Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期六, 09 九月 2023 14:02:23 +0800
Subject: [PATCH] Sit期间修改
---
force-app/main/default/lwc/lexLoseReport/lexLoseReport.js | 37 ++++++++++++++++++++++++-------------
1 files changed, 24 insertions(+), 13 deletions(-)
diff --git a/force-app/main/default/lwc/lexLoseReport/lexLoseReport.js b/force-app/main/default/lwc/lexLoseReport/lexLoseReport.js
index 7b167ea..432e6d8 100644
--- a/force-app/main/default/lwc/lexLoseReport/lexLoseReport.js
+++ b/force-app/main/default/lwc/lexLoseReport/lexLoseReport.js
@@ -2,6 +2,14 @@
* @Description:
* @version:
* @Author: chen jing wu
+ * @Date: 2023-04-20 14:08:55
+ * @LastEditors: chen jing wu
+ * @LastEditTime: 2023-08-25 16:44:13
+ */
+/*
+ * @Description:
+ * @version:
+ * @Author: chen jing wu
* @Date: 2023-04-14 10:16:19
* @LastEditors: chen jing wu
* @LastEditTime: 2023-04-14 10:41:46
@@ -74,25 +82,28 @@
//alert("鍏宠仈鎷涙姇鏍囬」鐩殑璇环锛屽彧鑳藉湪鏈夌粨鏋滃悗鍋氬け鍗曟姤鍛婏紒");
//}
else {
- location.href = '/a1U/e?retURL=%2F' + this.recordId +
- '&RecordType=01210000000R4hM' +
- '&CF00N10000004lbGT=' + this.name +
- '&CF00N10000004lbGT_lkid=' + this.recordId +
- '&CF00N10000006QShg=' + this.salesAssistantName +
- '&CF00N10000006QShg_lkid=' + this.salesAssistantID +
- '&CF00N10000006QShq=' + this.managerName +
- '&CF00N10000006QShq_lkid=' + this.salesManagerDepartmentID +
- '&CF00N10000006QShb=' + this.salesOwnerBuchang +
- '&CF00N10000006QShb_lkid=' + this.salesOwnerBuchangID +
- '';
+ var url = '/apex/PCLLostReportPageLwc?pageStatus=Create&oppId=' + this.recordId + '&lostType=澶卞崟';
+ location.href = url;
+ // location.href = '/a1U/e?retURL=%2F' + this.recordId +
+ // '&RecordType=01210000000R4hM' +
+ // '&CF00N10000004lbGT=' + this.name +
+ // '&CF00N10000004lbGT_lkid=' + this.recordId +
+ // '&CF00N10000006QShg=' + this.salesAssistantName +
+ // '&CF00N10000006QShg_lkid=' + this.salesAssistantID +
+ // '&CF00N10000006QShq=' + this.managerName +
+ // '&CF00N10000006QShq_lkid=' + this.salesManagerDepartmentID +
+ // '&CF00N10000006QShb=' + this.salesOwnerBuchang +
+ // '&CF00N10000006QShb_lkid=' + this.salesOwnerBuchangID +
+ // '';
}
this.dispatchEvent(new CloseActionScreenEvent());
}
showToast(msg,type) {
const event = new ShowToastEvent({
- title: '',
+ title: ' ',
message: msg,
- variant: type
+ variant: type,
+ mode: 'sticky'
});
this.dispatchEvent(event);
}
--
Gitblit v1.9.1