| | |
| | | <lightning-combobox |
| | | label="具体原因" |
| | | value={TempData.Specific_Reasons__c} |
| | | placeholder="请选择失单原因(次)" |
| | | placeholder="请选择失单原因" |
| | | options={JTYYList} |
| | | onchange={Specific_Reasons__cFn} |
| | | data-parent-id="model1" |
| | |
| | | <div if:true={Other_Reasons__cShow}> |
| | | <lightning-input type="text" label="其他原因(手写)" placeholder="请选择失单型号" |
| | | value={TempData.Other_Reasons__c} onchange={Other_Reasons__cFn} data-parent-id="model2" > |
| | | </lightning-input> |
| | | |
| | | </lightning-input> |
| | | </div> |
| | | |
| | | <div> |
| | | |
| | | <div if:true={Price_Code}> |
| | | <c-jzlookupv3 data-parent-id="lookup1" label="关联报价编码" placeholder="请输入报价名称或者合同号.." onsearchchange={onsearchchange} searchdata={searchdata} option={option} onselected={selectedFn}> </c-jzlookupv3> |
| | | </div> |
| | | |
| | | <div if:true={GoWhere}> |
| | | <lightning-combobox |
| | | label="去向" |
| | | value={TempData.To_Where__c} |
| | |
| | | options={QXList} |
| | | onchange={To_Where__cFn} |
| | | data-parent-id="model3" |
| | | |
| | | ></lightning-combobox> |
| | | </div> |
| | | |
| | |
| | | |
| | | |
| | | <div if:true={Other__cShow}> |
| | | <lightning-input type="text" label="其他(手写)" placeholder="请选择其他(手写)" |
| | | <lightning-input type="text" label="其他(手写)" placeholder="请填写其他原因(手写)" |
| | | value={TempData.Other__c} onchange={Other__cFn} data-parent-id="model6"> |
| | | </lightning-input> |
| | | |
| | |
| | | <div style="height:100px;width:200px"></div> |
| | | </div> |
| | | <footer class="slds-modal__footer"> |
| | | <button class="slds-button slds-button_brand" onclick={SaveClickFn} data-parent-id="model7">保存</button> |
| | | <!-- <button class="slds-button slds-button_brand" onclick={SaveClickFn} data-parent-id="model7">保存</button> --> |
| | | <button class="slds-button slds-button_brand" onclick={SubmitClickFn} data-parent-id="model8" >提交审核</button> |
| | | <button class="slds-button slds-button_neutral" onclick={ModelCancelFn}>取消</button> |
| | | |