19626
2023-09-13 196df4d4bf1941546d349cadbf343655578ec280
force-app/main/default/aura/taskManage/taskManage.cmp
@@ -94,6 +94,7 @@
    <aura:attribute name="isSelectOtherCancel" type="boolean" default="false"/>
    <aura:attribute name="isSelectOtherDelay" type="boolean" default="false"/>
    <!--2021-11-11  mzy  任务管理改善   end-->
    <aura:attribute name="estimatedFinishDate" type="Date" />
    <aura:handler name="init" value="{! this }" action="{! c.init }"/>
    <div>
@@ -369,6 +370,12 @@
                                                    class="buttonColor slds-m-right_small" />
                                    <h2 class="slds-text-heading_small ">{!v.errorMessage}</h2>
                                </div>
                                <div class="slds-notify__close">
                                    <button class="slds-button slds-button_icon slds-button_icon-inverse" title="Close" onclick="{! c.closeMessage }">
                                        <lightning:icon alternativeText="close" iconName="utility:close" size="small" />
                                      <span class="slds-assistive-text">Close</span>
                                    </button>
                                  </div>
                            </div>
                        </div>
                    </div>
@@ -410,6 +417,15 @@
                            </aura:if>
                        </div>
                    </aura:if>
                    <!-- 【FY24大及巨大课题】北京新法规项目对应 DB202307428742 20230804 by lc Start -->
                    <aura:if isTrue="{!(v.tempdata.taskType == '盘点检查计划' || v.tempdata.taskType == '温湿度检查计划')}">
                        <div class="slds-modal__content slds-p-around_medium" id="modal-content-id-1" style ="min-Height: 100px;max-width: 600px;">
                            <lightning:input type="date" label="预计完成时间" name="estimatedFinishDate" value="{! v.estimatedFinishDate }" required="true" placeholder="请选择" variant="label-inline" />
                        </div>
                    </aura:if>
                    <!-- 【FY24大及巨大课题】北京新法规项目对应 DB202307428742 20230804 by lc End -->
                    <!--###### MODAL BOX FOOTER Part Start ######-->
                    <footer class="slds-modal__footer" style= "max-width: 600px;">
@@ -540,7 +556,7 @@
                        </p>
                    </div> -->
                    <div class="slds-modal__content slds-p-around_medium" id="modal-content-id-1" style ="min-Height: 250px;max-width: 600px;">
                        <p class="slds-p-horizontal_small">
                        <p class="slds-p-horizontal_small">
                                <aura:if isTrue="{!v.tempisFSE == false}">
                                    <lightning:recordEditForm objectApiName="task__c" recordTypeId = "{!v.tempTask.RecordTypeId}">
                                        <lightning:inputField fieldName="delayReasonSelect__c" required="true"  onchange="{!c.handleChangeDelay}"/>
@@ -555,6 +571,11 @@
                                    <div style="padding-top: 5px;padding-left: 12px;color:#6B6D70;">延期理由(其他)</div>
                                    <lightning:input name="delayReason" value="{! v.delayReasonOther }" placeholder="请输入延期理由(其他)"/>
                                </aura:if>
                                <!-- 【FY24大及巨大课题】北京新法规项目对应 DB202307428742 20230804 by lc Start -->
                                <aura:if isTrue="{!(v.tempdata.taskType == '盘点检查计划' || v.tempdata.taskType == '温湿度检查计划')}">
                                    <lightning:input type="date" label="延期至时间" name="estimatedFinishDate" value="{! v.estimatedFinishDate }" required="true" placeholder="请选择" variant="label-inline" />
                                </aura:if>
                                <!-- 【FY24大及巨大课题】北京新法规项目对应 DB202307428742 20230804 by lc End -->
                        </p>
                    </div>
                    <footer class="slds-modal__footer" style ="max-width: 600px;">