| | |
| | | <div class="slds-form-element__help" id="error-message-unique-id" if:true={qtLyFlag}>不应标理由不能为空</div> |
| | | </div> |
| | | |
| | | <div if:true={SJCPIsShow}> |
| | | <label class="slds-form-element__label" for="select-02">涉及产品:</label> |
| | | <div class={bxgLy1} if:true={GetproInvolvedManualShow}> |
| | | <lightning-combobox |
| | | name="progress" |
| | | label="涉及产品" |
| | | value={InspectData.proInvolvedManual__c} |
| | | placeholder="请选择涉及产品" |
| | | options={GetproInvolvedManuals} |
| | | onchange={handleIrresponsibleReasonsFn1} |
| | | if:false={IsSJCP} |
| | | ></lightning-combobox> |
| | | |
| | | <lightning-combobox |
| | | name="progress" |
| | | label="涉及产品" |
| | | value={InspectData.proInvolvedManual__c} |
| | | placeholder="请选择涉及产品" |
| | | options={GetproInvolvedManuals} |
| | | onchange={handleIrresponsibleReasonsFn1} |
| | | disabled |
| | | if:true={IsSJCP} |
| | | ></lightning-combobox> |
| | | </div> |
| | | |
| | | <div class={qtLy1} if:true={SJCPIsShow}> |
| | | <label class="slds-form-element__label" for="select-02">涉及产品(手动):</label> |
| | | <div class="slds-form-element__control"> |
| | | <input type="text" id="text-input-id-7" placeholder="请输入涉及产品" required="" onchange={handleSJCPFN} value={InspectData.proInvolved__c} aria-describedby="error-message-unique-id" class="slds-input" aria-invalid="true" if:false={IsSJCP} /> |
| | | <input type="text" id="text-input-id-8" placeholder="请输入涉及产品" required="" onchange={handleSJCPFN} value={InspectData.proInvolved__c} aria-describedby="error-message-unique-id" class="slds-input" aria-invalid="true" disabled if:true={IsSJCP} /> |
| | | |
| | | </div> |
| | | <div class="slds-form-element__help" id="error-message-unique-id1" if:true={qtLyFlag1}>涉及产品不能为空</div> |
| | | </div> |
| | | |
| | | |
| | | <div if:true={BCIsShow}> |
| | | <label class="slds-form-element__label" for="select-02">补充说明:</label> |