You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1.1 KiB

4 years ago
<div class="pd-window-header" ms-widget="toolbar, $, toolbar_main" style="height: 30px;">toolbar</div>
<div class="pd-window-body" style="height: 450px;">
<div class="easyui-layout" data-options="fit:true">
<div data-options="region:'north'" style="height:60px;">
<div class="el-row">
<div class="el-col-6">
<label for="storeRange" style="text-align: right;padding-right: 5px;">配送周期码:</label>
<select class="easyui-textbox store-type" name="storeType" style="width: 120px;"></select>
</div>
<div class="el-col-7">
<label for="storeRange" style="text-align: right;padding-right: 5px;">DH单日SH双日DSH单双日<br>
W0W6 按周配送,代表周日到周六<br>
D01D31按月配送代表1日至31日</label>
</div>
</div>
</div>
<div data-options="region:'center',split:true">
<div ms-widget="grid, $, grid_main" class="edp-list">加载中……</div>
</div>
</div>
</div>