| | |
| | | <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> |
| | |
| | | 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> |
| | |
| | | </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;"> |
| | | |
| | |
| | | <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;"> |