From a82f0830a132be063a63dcd7dd2ccca2179d5738 Mon Sep 17 00:00:00 2001
From: zhangzhengmei <zhangzhengmei@prec-tech.com>
Date: 星期日, 06 八月 2023 10:46:38 +0800
Subject: [PATCH] QISPDF课题修改同步
---
force-app/main/default/pages/NewAndEditQIS.page | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/pages/NewAndEditQIS.page b/force-app/main/default/pages/NewAndEditQIS.page
index 5cdc25e..d0053b2 100644
--- a/force-app/main/default/pages/NewAndEditQIS.page
+++ b/force-app/main/default/pages/NewAndEditQIS.page
@@ -300,6 +300,18 @@
if(getCKEinstance('Photo_4__c')){
result.Photo_4__c = getCKEinstance('Photo_4__c').getData()
}
+ if(getCKEinstance('Photo_5__c')){
+ result.Photo_5__c = getCKEinstance('Photo_5__c').getData()
+ }
+ if(getCKEinstance('Photo_6__c')){
+ result.Photo_6__c = getCKEinstance('Photo_6__c').getData()
+ }
+ if(getCKEinstance('Photo_7__c')){
+ result.Photo_7__c = getCKEinstance('Photo_7__c').getData()
+ }
+ if(getCKEinstance('Photo_8__c')){
+ result.Photo_8__c = getCKEinstance('Photo_8__c').getData()
+ }
if(getCKEinstance('Photo_OSH_1__c')){
result.Photo_OSH_1__c = getCKEinstance('Photo_OSH_1__c').getData()
--
Gitblit v1.9.1