transfer_1230_2

transfer_1230_3
This commit is contained in:
dengbw
2021-12-30 10:39:05 +08:00
committed by lccsw
parent 0e60e77953
commit dc5caa1fc1
2 changed files with 26 additions and 25 deletions
+23 -22
View File
@@ -49,7 +49,7 @@
</select>
</div>
</div>
<div class="am-form-group">
<div class="am-form-group fl">
<div class="am-para-inline w120">
<select name="cor_id" v-model="params.cor_id">
<option value="">车身颜色</option>
@@ -57,6 +57,23 @@
</select>
</div>
</div>
<div class="am-form-group fl">
<label class="am-para-label w100">入库日期:</label>
<div class="am-para-inline w200">
<input id="order-lists-time" type="text" name="in_time" value="<?= $params['in_time'] ?>"
autocomplete="off"
placeholder="入库日期范围"/>
</div>
</div>
<div class="am-form-group mb10" style="padding-top: 5px">
<div class="am-para-inline w250">
<a class="mr10 order-lists-time-btn" href="javascript:void (0);" data-date="today">今天</a>
<a class="mr10 order-lists-time-btn" href="javascript:void (0);"
data-date="yesterday">昨日</a>
<a class="mr10 order-lists-time-btn" href="javascript:void (0);" data-date="7day">最近7天</a>
<a class="mr10 order-lists-time-btn" href="javascript:void (0);" data-date="30day">最近30天</a>
</div>
</div>
<div class="am-form-group fl">
<label class="am-para-label w100">存放地:</label>
<div class="am-para-inline w120">
@@ -105,23 +122,6 @@
<input type="text" name="vin" placeholder="车架号关键字" v-model="params.vin"/>
</div>
</div>
<div class="am-form-group fl">
<label class="am-para-label w100">入库日期:</label>
<div class="am-para-inline w300">
<input id="order-lists-time" type="text" name="in_time" value="<?= $params['in_time'] ?>"
autocomplete="off"
placeholder="入库日期范围"/>
</div>
</div>
<div class="am-form-group fl mb10" style="padding-top: 5px">
<div class="am-para-inline w250">
<a class="mr10 order-lists-time-btn" href="javascript:void (0);" data-date="today">今天</a>
<a class="mr10 order-lists-time-btn" href="javascript:void (0);"
data-date="yesterday">昨日</a>
<a class="mr10 order-lists-time-btn" href="javascript:void (0);" data-date="7day">最近7天</a>
<a class="mr10 order-lists-time-btn" href="javascript:void (0);" data-date="30day">最近30天</a>
</div>
</div>
<div class="am-form-group fl" style="display:none;">
<label class="am-para-label w60">精品:</label>
<div class="am-para-inline">
@@ -138,14 +138,15 @@
<button type="button" class="am-btn am-btn-default am-btn-sm" @click="fine_modal">+</button>
</div>
</div>
<div class="am-form-group fl ml100">
<div class="am-form-group" style="margin-bottom: 0px;"></div>
<div class="am-form-group fl ml50">
<div class="am-form-group fl ml10">
<button type="submit" class="am-btn am-btn-success am-btn-sm w100">搜索</button>
</div>
<div class="am-form-group fl ml10">
<button type="button" class="am-btn am-btn-success am-btn-sm w100" @click="reset">重置</button>
</div>
<div class="am-form-group fl ml20">
<div class="am-form-group fl ml10">
<button type="button" data-open="/items/goods/goods/get"
class="am-btn am-btn-success am-btn-sm w100">新增
</button>
@@ -171,7 +172,7 @@
</a>
</span>
</th>
<th width="15%">
<th width="14%">
<span :class="'order'+('vin'==params.order?' order-on':' order-none')">
<a href="javascript:void(0)" @click="set_order('vin')">
<span>车架号</span>
@@ -180,7 +181,7 @@
</a>
</span>
</th>
<th width="16%">
<th width="17%">
<span :class="'order'+('addr_id'==params.order?' order-on':' order-none')">
<a href="javascript:void(0)" @click="set_order('addr_id')">
<span>存放地</span>
+3 -3
View File
@@ -240,12 +240,12 @@
<table class="am-table am-table-bordered">
<thead>
<tr>
<th width="22%"><span>车辆</span></th>
<th width="18%"><span>车辆</span></th>
<th width="15%"><span>车架号</span></th>
<th width="7%"><span>运输人员</span></th>
<th width="12%"><span>调拨时间</span></th>
<th width="17%"><span>提车人</span></th>
<th width="17%"><span>接车人</span></th>
<th width="19%"><span>提车人</span></th>
<th width="19%"><span>接车人</span></th>
<th width="5%"><span>异常</span></th>
<th width="7%"><span>状态</span></th>
<th width="5%"><span>操作</span></th>