| <template> | 
|    | 
|   <div> | 
|     <div class="exampleHolder" if:true={IsLoading}> | 
|       <lightning-spinner alternative-text="Loading" size="large"></lightning-spinner> | 
|     </div> | 
|           <!-- 成功 --> | 
|       <div class="demo-only demo-only_viewport" style="height:4.5rem" if:true = {Tongzhishow}> | 
|         <div class="slds-notification-container"> | 
|           <div aria-live="assertive" aria-atomic="true" class="slds-assistive-text">提示</div> | 
|           <section class="slds-notification" role="dialog" aria-labelledby="noti77" aria-describedby="dialog-body-id-43"> | 
|             <div class="slds-notification__body" id="dialog-body-id-43"> | 
|               <a class="slds-notification__target slds-media" href="#"> | 
|                 <span class="slds-icon_container slds-icon-standard-task slds-media__figure" title="task"> | 
|                   <svg class="slds-icon slds-icon_small" aria-hidden="true"> | 
|                     <use xlink:href="/assets/icons/standard-sprite/svg/symbols.svg#task"></use> | 
|                   </svg> | 
|                 </span> | 
|                 <div class="slds-media__body"> | 
|                   <h2 class="slds-text-heading_small slds-m-bottom_xx-small" id="noti77"> | 
|                     <span class="slds-assistive-text">task notification:</span>提示</h2> | 
|                   <p>{SaveShowText}</p> | 
|                 </div> | 
|               </a> | 
|             </div> | 
|           </section> | 
|         </div> | 
|       </div> | 
|   | 
|     <article class="slds-card bodyFont" style="width:1370px" if:true={IsLoadingEnd}> | 
|       <div class="slds-card__header slds-grid" > | 
|         <header class="slds-media slds-media_center slds-has-flexi-truncate"> | 
|           <div class="slds-media__figure"> | 
|             <!-- <span class="slds-icon_container slds-icon-standard-account" title="account"> | 
|               <svg class="slds-icon slds-icon_small" aria-hidden="true"> | 
|                 <use xlink:href="/assets/icons/standard-sprite/svg/symbols.svg#account"></use> | 
|               </svg> | 
|               <span class="slds-assistive-text">account</span> | 
|             </span> --> | 
|           </div> | 
|           <div class="slds-media__body"> | 
|             <h2 class="slds-card__header-title" style="background:#5ac8fa;height:33px"> | 
|   | 
|               <a href="#" class="slds-card__header-link slds-truncate" title="Accounts"  style="margin-left: 560px"> | 
|                 <span style="color:#fff;width:100px">活动进度管理</span> | 
|               </a> | 
|               <!-- <span  onclick={OnSaveClick}  style="color:#fff;float:right">保存</span> --> | 
|               <button class="slds-button slds-button_success"  onclick={OnSaveClick} style="margin-left: 560px;" >保存</button> | 
|             </h2> | 
|           </div> | 
|         </header> | 
|       </div> | 
|       <div class="slds-card__body slds-card__body_inner"  > | 
|         <ul class="slds-accordion"  style="width:1000px" > | 
|           <li class="slds-accordion__list-item"> | 
|             <section class="slds-accordion__section slds-is-open"> | 
|               <div class="slds-accordion__summary"> | 
|                 <h2 class="slds-accordion__summary-heading"> | 
|                   <button onclick={NotCompleteShowFn} class="slds-button slds-button_reset slds-accordion__summary-action" aria-controls="referenceId-45" aria-expanded="true" title="Accordion summary"> | 
|                     <svg class="slds-accordion__summary-action-icon slds-button__icon slds-button__icon_left" aria-hidden="true"> | 
|                       <use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#switch"></use> | 
|                     </svg> | 
|                     <span class="slds-accordion__summary-content">进行中</span> | 
|                   </button> | 
|                 </h2> | 
|               </div> | 
|               <div if:true={NotCompleteShow} class="slds-accordion__content" id="referenceId-45"> | 
|                 <table class="slds-table slds-table_cell-buffer slds-table_bordered"> | 
|                   <thead> | 
|                   <tr class="slds-line-height_reset"> | 
|                   <th class="" scope="col" style="background:#facca5;"> | 
|                   <div class="" title="医院名" style="width:100px">医院名</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#facca5;"> | 
|                   <div class="" title="目标ET" style="width:100px" >目标ET</div> | 
|                   </th> | 
|                    | 
|                   <th class="" scope="col" style="background:#facca5;"> | 
|                     <div class="" title="目标购入数量(件)" style="width:110px">目标购入数量(件)</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#facca5;"> | 
|                     <div class="" title="目标设定日" style="width:100px">目标设定日</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#149feb"> | 
|                     <div class="" title="实施-内容"  style="width:100px" >实施-内容</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#149feb"> | 
|                     <div class="slds-truncate" title="实施-日期"  style="width:80px">实施-日期</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#149feb"> | 
|                     <div class="slds-truncate" title="检查-购入意向"  style="width:100px">检查-购入意向</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#149feb"> | 
|                     <div class="slds-truncate" title="检查-日期"  style="width:80px">检查-日期</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#149feb"> | 
|                     <div class="slds-truncate" title="处理-内容"  style="width:100px">处理-内容</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#149feb"> | 
|                     <div class="slds-truncate" title="处理-日期"  style="width:80px">处理-日期</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#149feb"> | 
|                     <div class="slds-truncate" title="结果"  style="width:60px">结果</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#facca5"> | 
|                     <div class="slds-truncate" title="结束"  style="width:80px">结束</div> | 
|                   </th> | 
|                      | 
|                   </tr> | 
|                   </thead> | 
|                   <tbody> | 
|                     <template for:each={jzDataNotCompleteShow} for:item="item"> | 
|                     <tr class="slds-hint-parent" key={item.Id}> | 
|                       <td data-label="demo1"> | 
|                       <div class="" title={item.Hospital_Name__c} style="width:100px;white-space:normal">{item.Hospital_Name__c}</div> | 
|                       </td> | 
|                       <td data-label="demo2"> | 
|                       <div class=""  title={item.Category4__c} style="width:100px;white-space:normal" > | 
|                         {item.Category4__c} | 
|                       </div> | 
|                       </td> | 
|                       <td data-label="demo2"> | 
|                       <div class="slds-truncate" title={item.Qty__c}>{item.Qty__c}</div> | 
|                       </td> | 
|                       <td data-label="demo2"> | 
|                       <div class="slds-truncate" title={item.Plan_Date__c}>{item.Plan_Date__c}</div> | 
|                       </td> | 
|                       <td data-label="demo2"  style="background:#e89b29">  | 
|                         <div class="slds-select_container"> | 
|                           <select  class="slds-select"  onchange={changeSSNR} name={item.Id}> | 
|                             <option>{item.Do_Content__c}</option> | 
|                             <option>不选</option> | 
|                             <template for:each={DoContentList} for:item="DoItem"> | 
|                               <option key={DoItem.value} >{DoItem.value}</option> | 
|                             </template> | 
|                           </select> | 
|                         </div> | 
|                       </td> | 
|                       <td data-label="demo2" > | 
|                       <div class="slds-truncate" title={item.Do_Date__c} >{item.Do_Date__c}</div> | 
|                       </td> | 
|                       <td data-label="demo2"   style="background:#e89b29"> | 
|                         <div class="slds-select_container" if:true={item.Do_ContentFlag}>  | 
|                           <select  class="slds-select"   onchange={changeJCGRYX} name={item.Id} > | 
|                             <option>{item.Check_Purchase__c}</option> | 
|                             <option>不选</option> | 
|                             <template for:each={CheckPurchaseList} for:item="CPItem"> | 
|                               <option key={CPItem.value} >{CPItem.value}</option> | 
|                             </template> | 
|                           </select> | 
|                         </div> | 
|                       </td> | 
|                       <td data-label="demo2"> | 
|                       <div class="slds-truncate" title={item.Check_Date__c} >{item.Check_Date__c}</div> | 
|                       </td> | 
|                       <td data-label="demo2"  style="background:#e89b29"> | 
|                         <div class="slds-select_container" if:true={item.Check_PurchaseFlag}> | 
|                           <select  class="slds-select"  onchange={changeCLNR} name={item.Id} > | 
|                             <option>{item.Action_Content__c}</option> | 
|                             <option>不选</option> | 
|                             <template for:each={ActionContent} for:item="ACItem"> | 
|                               <option key={ACItem.value} >{ACItem.value}</option> | 
|                             </template> | 
|                           </select> | 
|                         </div> | 
|                       </td> | 
|                       <td data-label="demo2"> | 
|                       <div class="slds-truncate" title={item.Action_Date__c} >{item.Action_Date__c}</div> | 
|                       </td> | 
|                       <td data-label="demo2"  style="background:#e89b29"> | 
|                         <div >    | 
|                         <!-- 去掉选择框 --> | 
|                         <!--  if:true={item.ResultShow} --> | 
|                         <!-- <div class="slds-select_container"  if:true={item.IsResultChack}> | 
|                           <select  class="slds-select"   onchange={changeResult} name={item.Id} > | 
|                             <option>{item.Result__c}</option> | 
|                             <option>不选</option> | 
|                             <template for:each={ResultCheckList} for:item="RSItem"  > | 
|                               <option key={RSItem.value} >{RSItem.value}</option> | 
|                             </template> | 
|                           </select> | 
|                         </div> --> | 
|                         <!-- <p if:false={item.IsResultChack} >{item.Result__c}</p> --> | 
|                         <p>{item.Result__c}</p> | 
|                         </div> | 
|                       </td> | 
|                       <td data-label="demo2"  > | 
|                       <div class="slds-truncate" title={item.ResultS} style="display: inline;"> | 
|                         <p >{item.ResultS}</p> | 
|                         <!-- <div style="float: left;">结束    </div> --> | 
|                          | 
|                         <!-- <div style="color:blue" onclick={RevokeChangeFn} name={item.Id} if:true={item.IsBetWeen}> 撤销</div> --> | 
|                       </div> | 
|                     | 
|                       </td> | 
|                     </tr> | 
|                   </template> | 
|                   </tbody> | 
|                   </table> | 
|               </div> | 
|             </section> | 
|           </li> | 
|   | 
|           <li class="slds-accordion__list-item"  style="width:1000px"> | 
|             <section class="slds-accordion__section slds-is-open"> | 
|               <div class="slds-accordion__summary"> | 
|                 <h2 class="slds-accordion__summary-heading"> | 
|                   <button onclick={CompleteShowFn} class="slds-button slds-button_reset slds-accordion__summary-action" aria-controls="referenceId-45" aria-expanded="true" title="Accordion summary"> | 
|                     <svg class="slds-accordion__summary-action-icon slds-button__icon slds-button__icon_left" aria-hidden="true"> | 
|                       <use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#switch"></use> | 
|                     </svg> | 
|                     <span class="slds-accordion__summary-content">已完成</span> | 
|                   </button> | 
|                 </h2> | 
|               </div> | 
|               <div if:true={CompleteShow} class="slds-accordion__content" id="referenceId-46"> | 
|                 <table class="slds-table slds-table_cell-buffer slds-table_bordered" > | 
|                   <thead> | 
|                   <tr class="slds-line-height_reset"> | 
|                   <th class="" scope="col" style="background:#facca5" > | 
|                   <div class="slds-truncate" title="医院名" style="width:100px">医院名</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#facca5;"> | 
|                   <div class="slds-truncate" title="目标ET" style="width:100px">目标ET</div> | 
|                   </th> | 
|                    | 
|                   <th class="" scope="col" style="background:#facca5;"> | 
|                     <div class="slds-truncate" title="目标购入数量(件)" style="width:110px">目标购入数量(件)</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#facca5;"> | 
|                     <div class="slds-truncate" title="目标设定日"  style="width:100px">目标设定日</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#149feb"> | 
|                     <div class="slds-truncate" title="实施-内容"  style="width:100px" >实施-内容</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#149feb"> | 
|                     <div class="slds-truncate" title="实施-日期"  style="width:80px">实施-日期</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#149feb"> | 
|                     <div class="slds-truncate" title="检查-购入意向"  style="width:100px">检查-购入意向</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#149feb"> | 
|                     <div class="slds-truncate" title="检查-日期"  style="width:80px">检查-日期</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#149feb"> | 
|                     <div class="slds-truncate" title="处理-内容"  style="width:100px">处理-内容</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#149feb"> | 
|                     <div class="slds-truncate" title="处理-日期"  style="width:80px">处理-日期</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#149feb"> | 
|                     <div class="slds-truncate" title="结果"  style="width:60px">结果</div> | 
|                   </th> | 
|                   <th class="" scope="col" style="background:#facca5"> | 
|                     <div class="slds-truncate" title="结束"  style="width:80px">结束</div> | 
|                   </th> | 
|                      | 
|                   </tr> | 
|                   </thead> | 
|                   <tbody> | 
|                     <template for:each={jzDataCompleteShow} for:item="item"> | 
|                     <tr class="slds-hint-parent" key={item.Id} > | 
|                       <td data-label="demo1" > | 
|                       <div class="" title={item.Hospital_Name__c}  style="width:100px;white-space:normal" >{item.Hospital_Name__c}</div> | 
|                       </td> | 
|                       <td data-label="demo2"> | 
|                       <div class="" title={item.Category4__c} style="width:100px;white-space:normal" >{item.Category4__c}</div> | 
|                       </td> | 
|                       <td data-label="demo2"> | 
|                       <div class="" title={item.Qty__c}  >{item.Qty__c}</div> | 
|                       </td> | 
|                       <td data-label="demo2"> | 
|                       <div class="" title={item.Plan_Date__c}>{item.Plan_Date__c}</div> | 
|                       </td> | 
|                       <td data-label="demo2" style="background:#e89b29">  | 
|                         <div class="" title={item.Do_Content__c}>{item.Do_Content__c}</div> | 
|                       </td> | 
|                       <td data-label="demo2"> | 
|                       <div class="" title={item.Do_Date__c}>{item.Do_Date__c}</div> | 
|                       </td> | 
|                       <td data-label="demo2" style="background:#e89b29"> | 
|                         <div class="" title={item.Check_Purchase__c}>{item.Check_Purchase__c}</div> | 
|                       </td> | 
|                       <td data-label="demo2"> | 
|                       <div class="" title={item.Check_Date__c}>{item.Check_Date__c}</div> | 
|                       </td> | 
|                       <td data-label="demo2" style="background:#e89b29"> | 
|                         <div class="" title={item.Action_Content__c}>{item.Action_Content__c}</div> | 
|                       </td> | 
|                       <td data-label="demo2"> | 
|                       <div class="" title={item.Action_Date__c} >{item.Action_Date__c}</div> | 
|                       </td> | 
|                       <td data-label="demo2" style="background:#e89b29"> | 
|                       <div class="" title={item.Result__c} >{item.Result__c}</div> | 
|                       </td> | 
|                       <td data-label="demo2"  > | 
|                       <div class="" title="demo2" style="display: inline;"> | 
|                         <div style="float: left;">结束    </div> | 
|                          | 
|                         <div style="color:blue" onclick={RevokeChangeFn} title={item.Id} if:true={item.IsBetWeen}> 撤销</div> | 
|                       </div> | 
|                     | 
|                       </td> | 
|                     </tr> | 
|                   </template> | 
|                   </tbody> | 
|                   </table> | 
|               </div> | 
|             </section> | 
|           </li> | 
|   | 
|          | 
|         </ul> | 
|   | 
|       </div> | 
|       | 
|     </article> | 
|     | 
|   </div> | 
|   | 
| </template> |