|
|
@@ -34,13 +34,26 @@
|
|
|
v-model="filterData.ordertime_start" :class="filterData.ordertime_start?'bg-warning':''">
|
|
|
</td>
|
|
|
<td style="width: 300px">
|
|
|
- <input style="max-width: 200px" type="date" class=" form-control form-control-sm tooltipTarget" name="ordertime_end" title="选择显示指定日期的结束时间"
|
|
|
- v-model="filterData.ordertime_end" :class="filterData.ordertime_end?'bg-warning':''" >
|
|
|
+ <input style="max-width: 200px" name="orderno" v-model="filterData.orderno" class="form-control form-control-sm tooltipTarget" placeholder="编号" :class="filterData.orderno?'bg-warning':''">
|
|
|
</td>
|
|
|
<td style="width: 300px">
|
|
|
<input style="max-width: 200px" name="carriername" v-model="filterData.carriername" class="form-control form-control-sm tooltipTarget" placeholder="承运人" :class="filterData.carriername?'bg-warning':''">
|
|
|
</td>
|
|
|
- <td colspan="6"></td>
|
|
|
+ <td style="width: 300px">
|
|
|
+ <div class="form-inline">
|
|
|
+ <input style="max-width: 200px" name="notes" title="右侧选择查询范围,默认为一天内" v-model="filterData.notes" class="form-control form-control-sm tooltipTarget" placeholder="备注" :class="filterData.notes?'bg-warning':''">
|
|
|
+ <select style="max-width: 100px" title="查询范围,范围越短搜索越快" name="addtime" v-model="filterData.addtime" class="form-control form-control-sm tooltipTarget">
|
|
|
+ <option value="31">近一月</option>
|
|
|
+ <option value="92">近三月</option>
|
|
|
+ <option value="183">近半年</option>
|
|
|
+ <option value="366">近一年</option>
|
|
|
+ <option value="0">不限期</option>
|
|
|
+ </select></div>
|
|
|
+ </td>
|
|
|
+ <td style="width: 300px">
|
|
|
+ <input style="max-width: 200px" name="issuepartyname" v-model="filterData.issuepartyname" class="form-control form-control-sm tooltipTarget" placeholder="店铺名称" :class="filterData.issuepartyname?'bg-warning':''">
|
|
|
+ </td>
|
|
|
+ <td colspan="4"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td >
|
|
|
@@ -54,8 +67,9 @@
|
|
|
</select>
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td>
|
|
|
- <input style="max-width: 200px" name="orderno" v-model="filterData.orderno" class="form-control form-control-sm tooltipTarget" placeholder="编号" :class="filterData.orderno?'bg-warning':''">
|
|
|
+ <td >
|
|
|
+ <input style="max-width: 200px" type="date" class=" form-control form-control-sm tooltipTarget" name="ordertime_end" title="选择显示指定日期的结束时间"
|
|
|
+ v-model="filterData.ordertime_end" :class="filterData.ordertime_end?'bg-warning':''" >
|
|
|
</td>
|
|
|
<td >
|
|
|
<input style="max-width: 200px" name="soreference5" title="可输入多快递单号" v-model="filterData.soreference5" class="form-control form-control-sm tooltipTarget" placeholder="快递单号" :class="filterData.soreference5?'bg-warning':''">
|
|
|
@@ -63,30 +77,13 @@
|
|
|
<td>
|
|
|
<input style="max-width: 200px" name="soreference1" title="可输入多客户订单号" v-model="filterData.soreference1" class="form-control form-control-sm tooltipTarget" placeholder="客户订单号" :class="filterData.soreference1?'bg-warning':''">
|
|
|
</td>
|
|
|
- <td colspan="6"></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <div class="form-inline">
|
|
|
- <input style="max-width: 200px" name="notes" title="右侧选择查询范围,默认为一天内" v-model="filterData.notes" class="form-control form-control-sm tooltipTarget" placeholder="备注" :class="filterData.notes?'bg-warning':''">
|
|
|
- <select style="max-width: 100px" title="查询范围,范围越短搜索越快" name="addtime" v-model="filterData.addtime" class="form-control form-control-sm tooltipTarget">
|
|
|
- <option value="31">近一月</option>
|
|
|
- <option value="92">近三月</option>
|
|
|
- <option value="183">近半年</option>
|
|
|
- <option value="366">近一年</option>
|
|
|
- <option value="0">不限期</option>
|
|
|
- </select></div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <input style="max-width: 200px" name="issuepartyname" v-model="filterData.issuepartyname" class="form-control form-control-sm tooltipTarget" placeholder="店铺名称" :class="filterData.issuepartyname?'bg-warning':''">
|
|
|
- </td>
|
|
|
<td>
|
|
|
<input style="max-width: 200px" name="waveno" v-model="filterData.waveno" title="波次编号,模糊查找需要在左边打上%的符号" class="form-control form-control-sm tooltipTarget" placeholder="波次编号" :class="filterData.waveno?'bg-warning':''">
|
|
|
</td>
|
|
|
<td>
|
|
|
<input style="max-width: 200px" name="alternate_sku1" v-model="filterData.alternate_sku1" title="产品条码,模糊查找需要在左边打上%的符号" class="form-control form-control-sm tooltipTarget" placeholder="产品条码" :class="filterData.alternate_sku1?'bg-warning':''">
|
|
|
</td>
|
|
|
- <td colspan="6"><input hidden type="submit"></td>
|
|
|
+ <td colspan="4"><input hidden type="submit"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td colspan="10">
|
|
|
@@ -148,9 +145,9 @@
|
|
|
<th>仓库</th>
|
|
|
<th>快递获取标记</th>
|
|
|
<th>快递获取时间</th>
|
|
|
- <th style="min-width: 200px">产品代码</th>
|
|
|
- <th style="min-width: 200px">产品条码</th>
|
|
|
- <th style="min-width: 200px">产品名称</th>
|
|
|
+ <th style="min-width: 150px">产品代码</th>
|
|
|
+ <th style="min-width: 150px">产品条码</th>
|
|
|
+ <th style="min-width: 180px">产品名称</th>
|
|
|
<th>订单数量</th>
|
|
|
<th>复核时间</th>
|
|
|
<th style="min-width:260px;">备注</th>
|
|
|
@@ -188,7 +185,7 @@
|
|
|
<tr v-for="oracleDOCOrderDetail in commodities[order.orderno]">
|
|
|
<td><div style="width: 180px;overflow: hidden">@{{ oracleDOCOrderDetail.sku }}</div></td>
|
|
|
<td><div style="width: 180px;overflow: hidden">@{{ oracleDOCOrderDetail.alternate_sku1 }}</div></td>
|
|
|
- <td><div :title="oracleDOCOrderDetail.descr_c" class="tooltipTarget" style="width: 180px;overflow: hidden">@{{ oracleDOCOrderDetail.descr_c }}</div></td>
|
|
|
+ <td><div :title="oracleDOCOrderDetail.descr_c" class="tooltipTarget" style="width: 250px;overflow: hidden">@{{ oracleDOCOrderDetail.descr_c }}</div></td>
|
|
|
<td>@{{ oracleDOCOrderDetail.qtyordered }}</td>
|
|
|
<td><div style="width: 180px;overflow: hidden">@{{ oracleDOCOrderDetail.checktime }}</div></td>
|
|
|
</tr>
|