<template>
|
<div>
|
<div style="width:1200px;">
|
<table style="margin-left: 80px;">
|
<tbody>
|
<tr style="margin:20px 0 20px 0">
|
<td style="margin:20px 0 20px 0">
|
<!-- <label style="margin-right: 30px;">备品存放地</label>
|
<select onchange={changeBPCFD}>
|
<option value ="all">--全部--</option>
|
<option value ="beijing">北京 备品中心</option>
|
<option value="shanghai">上海 备品中心</option>
|
<option value="guangzhou">广州备品中心</option>
|
</select> -->
|
<lightning-input type="text" label="备品类别" name="input2" style="width:250px" onchange={changeBPLB}></lightning-input>
|
</td>
|
<td style="margin:5px 0 5px 0">
|
<!-- <label style="margin-right: 30px;">备品类别</label>
|
<select onchange={changeBPLB}>
|
<option value ="all">--无--</option>
|
<option value ="beijing">固定资产</option>
|
<option value="shanghai">低值易耗品</option>
|
<option value="guangzhou">附属品</option>
|
<option value="guangzhou">耗材</option>
|
</select> -->
|
<lightning-input type="text" label="联系人" name="input3" style="width:250px" onchange={changeLXR}></lightning-input>
|
</td>
|
<td style="margin:5px 0 5px 0">
|
<lightning-input type="date" name="input1" label="发货日" style="width:250px" onchange={onChangeFHR}></lightning-input>
|
</td>
|
<!-- <td style="margin:5px 0 5px 0">
|
<label style="margin-right: 25px;">收货清单状态</label>
|
<select onchange={changeSHQD}>
|
<option value ="all" >--全部--</option>
|
<option value ="beijing">待数据确认</option>
|
<option value="shanghai">已数据确认</option>
|
<option value="guangzhou">已收货确认</option>
|
<option value="guangzhou">已清点</option>
|
<option value="guangzhou">已验收</option>
|
<option value="guangzhou">待入库指示</option>
|
<option value="guangzhou">已入库指示</option>
|
<option value="guangzhou">已入库</option>
|
</select>
|
</td> -->
|
</tr>
|
|
<tr>
|
<td style="margin:5px 0 5px 0">
|
<lightning-input type="text" label="合同编码" name="input4" style="width:250px" onchange={changeHTBM}></lightning-input>
|
</td>
|
<td style="margin:5px 0 5px 0">
|
<lightning-input type="text" label="订单编码" name="input5" style="width:250px" onchange={changeDDBM}></lightning-input>
|
</td>
|
<td style="margin:5px 0 5px 0">
|
<lightning-input type="text" label="采购申请裁决号" name="input6" style="width:250px" onchange={changeCGSQCJH}></lightning-input>
|
</td>
|
<!-- <td style="margin:5px 0 5px 0">
|
<lightning-input type="text" label="联系人" style="width:250px" onchange={changeLXR}></lightning-input>
|
</td> -->
|
</tr>
|
</tbody>
|
|
</table>
|
<div style="height: 30px; width: 1100px; margin-top:10px; margin-left: 60px; ">取得了{count}条数据</div>
|
<div style="height: 50px; width: 1200px">
|
<button style="margin-left:500px;margin-top:10px" class="slds-button slds-button_brand" onclick={clickSearch}>检索</button>
|
<button style="margin-left:20px;margin-top:10px" class="slds-button slds-button_brand" onclick={clickSure}>确认</button>
|
</div>
|
<!-- <div>
|
<label>备品存放地</label>
|
</div> -->
|
|
<template if:true={show}>
|
<section role="dialog" tabindex="-1" aria-labelledby="modal-heading-01" aria-modal="false" aria-describedby="modal-content-id-1" class="slds-modal slds-fade-in-open">
|
<div class="slds-modal__container;width:300px" style="margin-top:100px;">
|
<header class="slds-modal__header">
|
|
<h2 id="modal-heading-01" class="slds-modal__title slds-hyphenate">数据确认</h2>
|
</header>
|
<div class="slds-modal__content slds-p-around_medium" id="modal-content-id-1">
|
<div style="height: 300px;">
|
<c-jz-table data-parent-id="table2" optionsdata={optionsdata2} selecttitle={selecttitle2} notselecttitle={notselecttitle2} selectdata={selectdata2} isselectedtable={isselectedtable2} notselectdata={notselectdata2} onselectedchange={selectedchange2} onurlclick={urlClickFn2} ondatachange={datachange}></c-jz-table>
|
|
</div>
|
</div>
|
|
|
<footer class="slds-modal__footer">
|
<button class="slds-button slds-button_neutral" onclick={clickCloseModal}>关闭</button>
|
<button class="slds-button slds-button_brand" onclick={saveFN}>保存</button>
|
</footer>
|
</div>
|
</section>
|
</template>
|
</div>
|
<c-jz-table data-parent-id="table1" optionsdata={optionsdata} selecttitle={selecttitle} notselecttitle={notselecttitle} selectdata={selectdata} isselectedtable={isselectedtable} notselectdata={notselectdata} onselectedchange={selectedchange} onurlclick={urlClickFn}></c-jz-table>
|
</div>
|
|
</template>
|