liche update for goods list show modify

This commit is contained in:
xxb
2021-08-25 17:08:01 +08:00
parent 7d95566716
commit ebafbcf5cf
+10 -18
View File
@@ -46,12 +46,6 @@
</select>
</div>
</div>
<div class="am-form-group fl">
<label class="am-para-label w100">车架号:</label>
<div class="am-para-inline w120">
<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 w120">
@@ -86,6 +80,12 @@
</select>
</div>
</div>
<div class="am-form-group fl">
<label class="am-para-label w100">车架号:</label>
<div class="am-para-inline w120">
<input type="text" name="vin" placeholder="车架号关键字" v-model="params.vin" />
</div>
</div>
<div class="am-form-group fl ml100">
<div class="am-form-group fl ml10">
<button type="submit" class="am-btn am-btn-success am-btn-sm w100">搜索</button>
@@ -108,14 +108,10 @@
<thead>
<tr>
<th width="5%"><span>ID</span></th>
<th width="10%"><span>品牌</span></th>
<th width="10%"><span>车</span></th>
<th width="10%"><span>车型</span></th>
<th width="6%"><span>车身颜色</span></th>
<th width="6%"><span>内饰颜色</span></th>
<th width="10%"><span>车架号</span></th>
<th width="30%"><span>车辆</span></th>
<th width="15%"><span>车架号</span></th>
<th width="15%"><span>存放地</span></th>
<th width="10%"><span>分配日期</span></th>
<th width="15%"><span>分配日期</span></th>
<th width="6%"><span>存放天数</span></th>
<th width=""><span>操作</span></th>
</tr>
@@ -125,11 +121,7 @@
foreach ($lists as $v) { ?>
<tr>
<td><?= $v['id'] ?></td>
<td><?= $v['brand_name'] ?></td>
<td><?= $v['s_name'] ?></td>
<td><?= $v['v_name'] ?></td>
<td><?= $v['cor_name'] ?></td>
<td><?= $v['incor_name'] ?></td>
<td><?= $v['brand_name'] ?>-<?= $v['s_name'] ?>-<?= $v['v_name'] ?>-<?= $v['cor_name'] ?>-内饰<?= $v['incor_name'] ?></td>
<td><?= $v['vin'] ?></td>
<td><?= $v['address'] ?></td>
<td><?= $v['p_time'] ?></td>