From 5f8c97f8716088019ad9a0302c5dea461bc668b1 Mon Sep 17 00:00:00 2001
From: zhangzhengmei <zhangzhengmei@prec-tech.com>
Date: 星期一, 07 八月 2023 15:35:56 +0800
Subject: [PATCH] CIC相关按钮

---
 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