From 68ec9682be0289965f7e1494a7f7082a64576048 Mon Sep 17 00:00:00 2001
From: zhangzhengmei <zhangzhengmei@prec-tech.com>
Date: 星期日, 06 八月 2023 18:17:25 +0800
Subject: [PATCH] 合同点检报告书页面调整及课题同步
---
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