From 6b61c19fd8f32ee060fec698905b4727807e0ff7 Mon Sep 17 00:00:00 2001
From: 游畅 <youchang@prec-tech.com>
Date: 星期日, 24 四月 2022 17:05:33 +0800
Subject: [PATCH] 再来的新数据:新建的时候待入职的就不新建,只有在职的新建。 现在已经新建了的待入职,什么时候状态变在职,什么时候再更新一次,之后也是除非状态再变离职,否则不更新。

---
 force-app/main/default/pages/InventoryReport.page |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/force-app/main/default/pages/InventoryReport.page b/force-app/main/default/pages/InventoryReport.page
index 327adb1..03fb0d3 100644
--- a/force-app/main/default/pages/InventoryReport.page
+++ b/force-app/main/default/pages/InventoryReport.page
@@ -116,12 +116,16 @@
             padding: 5px;
         }
         .tdStyle-left {
-            width: 16%;
+            /*20220419 ljh HWAG-CAV5WX update */
+            /*width: 16%;*/
+            width: 11%;
             padding: 5px;
             text-align: left;
         }
         .tdStyle-right {
-            width: 16%;
+            /*20220419 ljh HWAG-CAV5WX update */
+            /*width: 16%;*/
+            width: 22%;
             padding: 5px;
             text-align: right;
         }
@@ -392,15 +396,15 @@
                 </table>
                 <table class="inventoryReportTable" width="100%">
                     <tr>
-                        <td class="tdStyle-right">缁忕悊锛堝鎵癸級锛�</td>
+                        <td class="tdStyle-right">CL6 缁忕悊绾э紙瀹℃壒锛夛細</td>
                         <td class="tdStyle-left">
                             <apex:outputText id="ivconfirmJingli" value="{!ihObj.Jingli_Equipment__r.Name}" />
                         </td>
-                        <td class="tdStyle-right">閮ㄩ暱锛堝鎵癸級锛�</td>
+                        <td class="tdStyle-right">CL5 鎬荤洃绾э紙瀹℃壒锛夛細</td>
                         <td class="tdStyle-left">
                             <apex:outputText id="ivconfirmBuzhang" value="{!ihObj.Buzhang_Equipment__r.Name}" />
                         </td>
-                        <td class="tdStyle-right">鎬荤洃锛堝鎵癸級锛�</td>
+                        <td class="tdStyle-right">CL4 楂樼骇鎬荤洃锛堝鎵癸級锛�</td>
                         <td class="tdStyle-left">
                             <apex:outputText id="ivconfirmZongjian" value="{!ihObj.Zongjian_Equipment__r.Name}" />
                         </td>

--
Gitblit v1.9.1