|
@@ -111,7 +111,7 @@
|
|
<th width="50">是否付款</th>-->
|
|
<th width="50">是否付款</th>-->
|
|
<th width="50">用户备注</th>
|
|
<th width="50">用户备注</th>
|
|
<th width="50">后台备注</th>
|
|
<th width="50">后台备注</th>
|
|
- <th width="60">创建时间</th>
|
|
|
|
|
|
+ <th width="65">创建时间</th>
|
|
<th width="50">操作</th>
|
|
<th width="50">操作</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
@@ -233,7 +233,10 @@
|
|
<td>${order.salesUserRemark!''}</td>
|
|
<td>${order.salesUserRemark!''}</td>
|
|
<td>${order.salesAdminRemark!''}</td>
|
|
<td>${order.salesAdminRemark!''}</td>
|
|
|
|
|
|
- <td>${(order.salesCreateTime?string("yyyy-MM-dd HH:mm:ss"))!''}</td>
|
|
|
|
|
|
+ <td>
|
|
|
|
+ ${(order.salesCreateTime?string("yyyy-MM-dd"))!''}</br>
|
|
|
|
+ ${(order.salesCreateTime?string("HH:mm:ss"))!''}
|
|
|
|
+ </td>
|
|
<td>
|
|
<td>
|
|
<a style="text-decoration:none" href="javascript:void(0);" title="详情" onclick="sales_order_detail(${order.salesId!''})">
|
|
<a style="text-decoration:none" href="javascript:void(0);" title="详情" onclick="sales_order_detail(${order.salesId!''})">
|
|
<font color=#06c>详情</font>
|
|
<font color=#06c>详情</font>
|
|
@@ -250,8 +253,8 @@
|
|
</a><br/>
|
|
</a><br/>
|
|
</#if>
|
|
</#if>
|
|
|
|
|
|
- <a style="text-decoration:none" href="javascript:void(0);" title="分配发货方式" onclick="distribution_express(${order.salesId!''})">
|
|
|
|
- <font color=#06c>分配发货方式</font>
|
|
|
|
|
|
+ <a style="text-decoration:none" href="javascript:void(0);" title="分配物流" onclick="distribution_express(${order.salesId!''})">
|
|
|
|
+ <font color=#06c>分配物流</font>
|
|
</a><br/>
|
|
</a><br/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
@@ -266,7 +269,7 @@
|
|
<div style="float: left;margin-top: 20px;">
|
|
<div style="float: left;margin-top: 20px;">
|
|
<button type="button" class="btn" style="background: #32a3d8;color: #fff;-webkit-transform:translateY(-5%);height: 35px;" id="" onclick="noticeDistribution()">通知配货</button>
|
|
<button type="button" class="btn" style="background: #32a3d8;color: #fff;-webkit-transform:translateY(-5%);height: 35px;" id="" onclick="noticeDistribution()">通知配货</button>
|
|
<button type="button" class="btn" style="background: #32a3d8;color: #fff;-webkit-transform:translateY(-5%);height: 35px;" id="" onclick="confirmOrder()">确认订单</button>
|
|
<button type="button" class="btn" style="background: #32a3d8;color: #fff;-webkit-transform:translateY(-5%);height: 35px;" id="" onclick="confirmOrder()">确认订单</button>
|
|
- <button type="button" class="btn" style="background: #32a3d8;color: #fff;-webkit-transform:translateY(-5%);height: 35px;" id="" onclick="distribution_express(null)">分配快递公司</button>
|
|
|
|
|
|
+ <button type="button" class="btn" style="background: #32a3d8;color: #fff;-webkit-transform:translateY(-5%);height: 35px;" id="" onclick="distribution_express(null)">分配物流</button>
|
|
</div>
|
|
</div>
|
|
</#if>
|
|
</#if>
|
|
|
|
|