From 4d3d177960575781e3d622d628fead93f5896dbc Mon Sep 17 00:00:00 2001
From: unknown <sunxia@prec-tech.com>
Date: 星期四, 06 七月 2023 11:09:58 +0800
Subject: [PATCH] 插队申请

---
 force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.css         |   13 ++++
 force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.js-meta.xml |    7 ++
 force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.html        |   14 +++-
 force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.js          |  101 ++++++++++++++++++---------------
 4 files changed, 84 insertions(+), 51 deletions(-)

diff --git a/force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.css b/force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.css
index af18c76..95c1c55 100644
--- a/force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.css
+++ b/force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.css
@@ -1,4 +1,4 @@
-.Holder{
+.holder{
 	position: relative;
 	display: inline-block;
 	width: 80px;
@@ -8,4 +8,15 @@
 
 .container .uiContainerManager{
 	display : none !important;
+}
+.toast{
+	border: 1px solid #c9c9c9;
+	border-radius: 10px; 
+	width: 50%;
+	margin: 0 auto;
+	font-size: 18px;
+	font-weight: bold;
+	padding: 10px 20px;
+	background: #feb75d;
+	display: flex;
 }
\ No newline at end of file
diff --git a/force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.html b/force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.html
index 960b41d..7063605 100644
--- a/force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.html
+++ b/force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.html
@@ -1,5 +1,13 @@
 <template>
-      <div class="Holder" if:true={IsLoading}>
-              <lightning-spinner alternative-text="Loading" size="medium"></lightning-spinner>
-      </div>
+  <div class="holder" if:true={IsLoading}>
+      <lightning-spinner alternative-text="Loading" size="medium"></lightning-spinner>
+  </div>
+  <div if:false={IsLoading} class="toast">
+    <span style="padding: 10px;">{msg}</span>
+    <button class="slds-button slds-button_icon slds-modal__close slds-button_icon-inverse" onclick={closeAction} title="Close" style="background-color: #e5e4e2;margin-top: 15px;">
+                <lightning-icon class="greyIcon" icon-name="utility:close" alternative-text="Connected" variant="inverse" size="small"
+                    title="Close"  style="color: black;"></lightning-icon>
+              <span class="slds-assistive-text">Close</span>
+        </button>
+  </div>
 </template>
\ No newline at end of file
diff --git a/force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.js b/force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.js
index 70a5d7d..38786e0 100644
--- a/force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.js
+++ b/force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.js
@@ -11,12 +11,14 @@
 
 	@api recordId;
     id;
+    @api rentalApplyIds;
     RentalApplyId;
-    Status;
+    //鎻愮ず淇℃伅
+    msg;
     IsLoading=true;
+
     @wire(CurrentPageReference)
 	getStateParameters(currentPageReference){
-		alert("杩涘叆椤甸潰")
 		console.log("杩涘叆椤甸潰");
 		console.log(currentPageReference);
 		if(currentPageReference){
@@ -35,11 +37,9 @@
 	connectedCallback(){
 		console.log(this.recordId);
 		init({recordId:this.recordId}).then(result=>{
-			console.log(result);
 			if(result!=null){
 				this.id=result.id;
 			    this.RentalApplyId=result.RentalApplyId;
-			    this.Status=result.Status;
 				this.cancelSubmit().then(res=>{
 					this.IsLoading=false;
 					this.dispatchEvent(new CloseActionScreenEvent());
@@ -57,56 +57,63 @@
  
     async cancelSubmit(){
 		// 鍙垎閰嶄唬鏇垮搧鍓嶆彁1 -- 澶囧搧鍊熷嚭鐢宠鐨勭姸鎬侊細鈥滃凡鎵瑰噯鈥濆埌鈥滃凡鍑哄簱鎸囩ず鈥�
-		var userIdArr = ['00510000001O6HoAAK','00510000001O6I2AAK','00510000000gW9pAAE','00510000000gW9BAAU','00510000008pVbWAAU','00510000001OOMjAAO','00510000005sEEMAA2','00510000004pNOtAAM','00510000005QJ2eAAG','00510000007iCmcAAE','00510000006kIg8AAE','00510000004rbkzAAA','00510000003LMHuAAO','00510000000gW92AAE'];
+		var userIdArr = ['00510000001O6HoAAK','00510000001O6I2AAK','00510000000gW9pAAE','00510000000gW9BAAU','00510000008pVbWAAU','00510000001OOMjAAO',
+			'00510000005sEEMAA2','00510000004pNOtAAM','00510000005QJ2eAAG','00510000007iCmcAAE','00510000006kIg8AAE','00510000004rbkzAAA','00510000003LMHuAAO',
+			'00510000000gW92AAE'];
 		//褰撳墠鐢ㄦ埛鐧诲綍id
 		var userId;
 		await getUserId().then(res=>{
 			userId=res;
-		});
-		console.log(userId);
+		})
+		.catch(err=>{
+			console.log("getUserIderr==="+err);
+		})
+		//TODO====
+		userId = '00510000001O6HoAAK';
+		console.log("userId==="+userId);
 		if(userIdArr.indexOf(userId)== -1){
-			// alert('瀵逛笉璧蜂綘娌℃湁姝ゆ搷浣滅殑鏉冮檺锛�');
-			const event = new ShowToastEvent({
-	            title: '鎻愮ず淇℃伅',
-	            message:'瀵逛笉璧蜂綘娌℃湁姝ゆ搷浣滅殑鏉冮檺锛�'
-            });
-	        this.dispatchEvent(event);
+			this.msg = '瀵逛笉璧蜂綘娌℃湁姝ゆ搷浣滅殑鏉冮檺锛�';
+			this.IsLoading = false;
+			return;
 		} else {
-			console.log(userId);
-			let raid = this.RentalApplyId;
-			console.log("hh1");
-			await selectRentalApplyEquipmentSetByRACID({recordId:this.RentalApplyId}).then(res=>{
-				console.log(res);
-				if (res==null||res.length==0) {
-					// alert("鏌ヨ缁撴灉涓虹┖");
-					const event = new ShowToastEvent({
-			            title: '鎻愮ず淇℃伅',
-			            message:"鏌ヨ缁撴灉涓虹┖"
-		            });
-			        this.dispatchEvent(event);
-					return;
-				}
-				var allRecords = res;
-				var validSize= allRecords.length;
-				var canJump = false;
-				for(i=0;i<validSize;i++){
-					if(allRecords[i].Allow_Adjust_Queue_Flag__c == true){
-						canJump = true;
-						break;
+			console.log('this.rentalApplyIds=='+this.rentalApplyIds);
+			if(this.rentalApplyIds == undefined || this.rentalApplyIds.length<1){
+				this.msg = '璇烽�夋嫨鍊熷嚭澶囧搧涓�瑙堣褰�';
+				this.IsLoading = false;
+				return;
+			}else{
+				let raid = this.RentalApplyId;
+				await selectRentalApplyEquipmentSetByRACID({recordId:this.recordId}).then(res=>{
+					console.log('selectRentalApplyEquipmentSetByRACID=='+JSON.stringify(res));
+					
+					var allRecords = res;
+					var validSize= allRecords.length;
+					var canJump = false;
+					for(var i=0;i<validSize;i++){
+						if(allRecords[i].Allow_Adjust_Queue_Flag__c == true){
+							canJump = true;
+							break;
+						}
 					}
-				}
-				if(canJump == true){
-					// alert("閫夋嫨鍊熷嚭澶囧搧涓�瑙堣褰曟湁宸茬粡鍏佽鎻掗槦鐨勶紝璇烽�夋嫨鏈厑璁哥殑涓�瑙�");
-					const event = new ShowToastEvent({
-			            title: '鎻愮ず淇℃伅',
-			            message:"閫夋嫨鍊熷嚭澶囧搧涓�瑙堣褰曟湁宸茬粡鍏佽鎻掗槦鐨勶紝璇烽�夋嫨鏈厑璁哥殑涓�瑙�"
-		            });
-			        this.dispatchEvent(event);
-				}else{
-					let records=[this.recordId];
-					window.open("/apex/RentalApplyJump?objId="+this.RentalApplyId+"&raesIds="+records, 'RentalApplyJump', 'width=700,height=300');
-				}
-			});
+					if(canJump == true){
+						this.msg = '閫夋嫨鍊熷嚭澶囧搧涓�瑙堣褰曟湁宸茬粡鍏佽鎻掗槦鐨勶紝璇烽�夋嫨鏈厑璁哥殑涓�瑙�';
+						this.IsLoading = false;
+						return;
+					}else{
+						let records=[this.recordId];
+						window.open("/apex/RentalApplyJump?objId="+this.recordId+"&raesIds="+ this.rentalApplyIds, 'RentalApplyJump', 'width=700,height=300');
+						this.closeAction();
+					}
+				})
+				.catch(error=>{
+					console.log('selectRentalApplyEquipmentSetByRACIDerr==='+error);
+				})
+			}
 		}
 	}
+
+	closeAction() {
+        //杩斿洖褰撳墠鐨勫鍝佺敵璇�
+		window.open("/"+this.recordId,'_self');
+    }
 }
\ No newline at end of file
diff --git a/force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.js-meta.xml b/force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.js-meta.xml
index d96b725..9b51894 100644
--- a/force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.js-meta.xml
+++ b/force-app/main/default/lwc/lexRentalApplyJump/lexRentalApplyJump.js-meta.xml
@@ -7,5 +7,12 @@
         <target>lightning__RecordPage</target>
         <target>lightning__HomePage</target>
         <target>lightning__RecordAction</target>
+        <target>lightning__FlowScreen</target>
     </targets>
+    <targetConfigs>
+        <targetConfig targets="lightning__FlowScreen">
+            <property name="recordId" type="String" label="recordId"/>
+            <property name="rentalApplyIds" type="String[]" label="rentalApplyIds"/>
+        </targetConfig>
+    </targetConfigs>
 </LightningComponentBundle>
\ No newline at end of file

--
Gitblit v1.9.1