|
@@ -35,13 +35,15 @@
|
|
|
<div class="loading" ng-class="{'in': loading}">
|
|
<div class="loading" ng-class="{'in': loading}">
|
|
|
<i></i>
|
|
<i></i>
|
|
|
</div>
|
|
</div>
|
|
|
-<div class="pane base-info">
|
|
|
|
|
- <div class="pane-header f16">
|
|
|
|
|
- 发货单
|
|
|
|
|
|
|
+<div class="pane base-info" id="order-detail-list">
|
|
|
|
|
+ <div class="pub-com_head">
|
|
|
|
|
+ <span>发货单</span>
|
|
|
|
|
+ <div class="p-right">
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="pane-body">
|
|
<div class="pane-body">
|
|
|
- <div class="headerline">
|
|
|
|
|
- <span class="index">1</span> <span class="content">单据资料</span>
|
|
|
|
|
|
|
+ <div class="title-div" style="border-bottom: 1px dashed #327ebe;">
|
|
|
|
|
+ <span class="f14">单据资料</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="row row-sm item">
|
|
<div class="row row-sm item">
|
|
|
<div class="col-xs-3">
|
|
<div class="col-xs-3">
|
|
@@ -63,8 +65,8 @@
|
|
|
<div class="content" ng-bind="::order.sendItems[0].orderItem.order.enterprise.enName"></div>
|
|
<div class="content" ng-bind="::order.sendItems[0].orderItem.order.enterprise.enName"></div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="headerline">
|
|
|
|
|
- <span class="index">2</span> <span class="content">交易信息</span>
|
|
|
|
|
|
|
+ <div class="title-div" style="border-bottom: 1px dashed #327ebe;">
|
|
|
|
|
+ <span class="f14">交易信息</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="row row-sm item">
|
|
<div class="row row-sm item">
|
|
|
<div class="col-xs-3">
|
|
<div class="col-xs-3">
|
|
@@ -87,7 +89,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="col-xs-9">
|
|
<div class="col-xs-9">
|
|
|
<span class="title">交货地址</span>
|
|
<span class="title">交货地址</span>
|
|
|
- <div class="content" ng-bind="::order.sendItems[0].orderItem.order.shipAddress"></div>
|
|
|
|
|
|
|
+ <div class="content-hide content" ng-bind="::order.sendItems[0].orderItem.order.shipAddress"></div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="row row-sm item" ng-if="order.remark">
|
|
<div class="row row-sm item" ng-if="order.remark">
|
|
@@ -96,27 +98,29 @@
|
|
|
<div class="content" ng-bind="::order.remark"></div>
|
|
<div class="content" ng-bind="::order.remark"></div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="headerline">
|
|
|
|
|
- <span class="index">3</span> <span class="content">商品清单</span>
|
|
|
|
|
|
|
+ <div class="title-div" style="border-bottom: 1px dashed #327ebe;">
|
|
|
|
|
+ <span class="f14">商品清单</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="block">
|
|
<div class="block">
|
|
|
- <table class="block table table-default table-striped table-hover">
|
|
|
|
|
|
|
+ <table class="block table table-default table-striped table-hover" style="margin-bottom: 0;">
|
|
|
<thead>
|
|
<thead>
|
|
|
- <tr class="header">
|
|
|
|
|
- <th width="50" class="br-r">行号</th>
|
|
|
|
|
- <th>商品</th>
|
|
|
|
|
- <th width="80">单价</th>
|
|
|
|
|
- <th width="140">发货数量</th>
|
|
|
|
|
- <th width="150">收料信息</th>
|
|
|
|
|
- <th width="180">订单信息</th>
|
|
|
|
|
- </tr>
|
|
|
|
|
|
|
+ <tr class="header">
|
|
|
|
|
+ <th width="50">行号</th>
|
|
|
|
|
+ <th width="300">商品</th>
|
|
|
|
|
+ <th width="80">单价</th>
|
|
|
|
|
+ <th width="140">发货数量</th>
|
|
|
|
|
+ <th width="150">收料信息</th>
|
|
|
|
|
+ <th width="180">订单信息</th>
|
|
|
|
|
+ </tr>
|
|
|
</thead>
|
|
</thead>
|
|
|
|
|
+ </table>
|
|
|
|
|
+ <table class="block table table-default table-striped table-hover" ng-class="{'scoroll':order.orderItems.length>10}">
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<tr ng-repeat="item in order.sendItems track by item.id">
|
|
<tr ng-repeat="item in order.sendItems track by item.id">
|
|
|
- <td class="text-center text-num text-bold f-16 text-success br-r">
|
|
|
|
|
|
|
+ <td class="text-center text-num text-bold f-16 text-success" width="50">
|
|
|
<span ng-bind="::item.number"></span>
|
|
<span ng-bind="::item.number"></span>
|
|
|
</td>
|
|
</td>
|
|
|
- <td>
|
|
|
|
|
|
|
+ <td width="300">
|
|
|
<div class="text-num text-bold">
|
|
<div class="text-num text-bold">
|
|
|
<span ng-bind="::item.orderItem.product.code"></span>
|
|
<span ng-bind="::item.orderItem.product.code"></span>
|
|
|
</div>
|
|
</div>
|
|
@@ -126,16 +130,16 @@
|
|
|
<div class="text-muted" ng-bind="::item.orderItem.product.spec"></div>
|
|
<div class="text-muted" ng-bind="::item.orderItem.product.spec"></div>
|
|
|
<div class="text-bold text-inverse" ng-if="item.orderItem.factory">送货工厂:<span ng-bind="::item.orderItem.factory"></span></div>
|
|
<div class="text-bold text-inverse" ng-if="item.orderItem.factory">送货工厂:<span ng-bind="::item.orderItem.factory"></span></div>
|
|
|
</td>
|
|
</td>
|
|
|
- <td class="text-center">
|
|
|
|
|
|
|
+ <td class="text-center" width="80">
|
|
|
<div class="text-num f14" ng-bind="::item.orderItem.price | number:6"></div>
|
|
<div class="text-num f14" ng-bind="::item.orderItem.price | number:6"></div>
|
|
|
<div class="text-muted">税率:{{::item.orderItem.taxrate || 0}}%</div>
|
|
<div class="text-muted">税率:{{::item.orderItem.taxrate || 0}}%</div>
|
|
|
</td>
|
|
</td>
|
|
|
- <td class="text-center">
|
|
|
|
|
|
|
+ <td class="text-center" width="140">
|
|
|
<div class="text-num f14" ng-bind="::item.qty"></div>
|
|
<div class="text-num f14" ng-bind="::item.qty"></div>
|
|
|
<div class="text-muted" ng-bind="::item.orderItem.product.unit"></div>
|
|
<div class="text-muted" ng-bind="::item.orderItem.product.unit"></div>
|
|
|
<div><code ng-if="item.replyRemark"><i class="fa fa-fw fa-warning"></i><span ng-bind="::item.replyRemark"></span></code></div>
|
|
<div><code ng-if="item.replyRemark"><i class="fa fa-fw fa-warning"></i><span ng-bind="::item.replyRemark"></span></code></div>
|
|
|
</td>
|
|
</td>
|
|
|
- <td class="text-center">
|
|
|
|
|
|
|
+ <td class="text-center" width="150">
|
|
|
<div ng-if="!item.verifyQty" class="text-muted">客户还未收料</div>
|
|
<div ng-if="!item.verifyQty" class="text-muted">客户还未收料</div>
|
|
|
<div ng-if="item.verifyQty" class="dropdown text-center">
|
|
<div ng-if="item.verifyQty" class="dropdown text-center">
|
|
|
<a href="javascript:void(0);" class="dropdown-toggle text-default">客户已收料{{::item.verifyQty}}{{::item.orderItem.product.unit}}<i class="fa fa-fw fa-angle-down"></i></a>
|
|
<a href="javascript:void(0);" class="dropdown-toggle text-default">客户已收料{{::item.verifyQty}}{{::item.orderItem.product.unit}}<i class="fa fa-fw fa-angle-down"></i></a>
|
|
@@ -161,7 +165,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
- <td class="text-muted">
|
|
|
|
|
|
|
+ <td class="text-muted" width="180">
|
|
|
<div>单据编号:<a href="#/sale/order/{{::item.orderItem.order.id}}" ng-bind="::item.orderItem.order.code"></a></div>
|
|
<div>单据编号:<a href="#/sale/order/{{::item.orderItem.order.id}}" ng-bind="::item.orderItem.order.code"></a></div>
|
|
|
<div>
|
|
<div>
|
|
|
第 <span ng-bind="::item.orderItem.number"></span> 行
|
|
第 <span ng-bind="::item.orderItem.number"></span> 行
|
|
@@ -173,11 +177,11 @@
|
|
|
</table>
|
|
</table>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="headerline">
|
|
<div class="headerline">
|
|
|
- <span class="index">4</span> <span class="content"><a ng-click="barCode()">条码维护 </a>
|
|
|
|
|
|
|
+ <span class="content"><a ng-click="barCode()">条码维护 </a>
|
|
|
<a title="点击{{vm.editBar? '(收拢)':'(展开)'}}" class="icon-right f16 fa" ng-class="{ 'fa-angle-double-down':!vm.editBar,'fa-angle-double-up':vm.editBar }" ng-click="barCode()"></a></span>
|
|
<a title="点击{{vm.editBar? '(收拢)':'(展开)'}}" class="icon-right f16 fa" ng-class="{ 'fa-angle-double-down':!vm.editBar,'fa-angle-double-up':vm.editBar }" ng-click="barCode()"></a></span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="block" ng-show="vm.editBar">
|
|
<div class="block" ng-show="vm.editBar">
|
|
|
- <div class="printBox">
|
|
|
|
|
|
|
+ <div class="printBox" style="margin-bottom: 20px;">
|
|
|
<div class="notContent"></div>
|
|
<div class="notContent"></div>
|
|
|
<button type="button" class="btn btn-default" ng-click="generateBarCode()">生成条码 <a class="fa fa-print"></a></button>
|
|
<button type="button" class="btn btn-default" ng-click="generateBarCode()">生成条码 <a class="fa fa-print"></a></button>
|
|
|
<button type="button" class="btn btn-default" ng-click="printCode('Bar')">打印条码 <a class="fa fa-print"></a></button>
|
|
<button type="button" class="btn btn-default" ng-click="printCode('Bar')">打印条码 <a class="fa fa-print"></a></button>
|
|
@@ -187,15 +191,15 @@
|
|
|
<table class="block table table-default table-striped table-hover">
|
|
<table class="block table table-default table-striped table-hover">
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr class="header">
|
|
<tr class="header">
|
|
|
- <th width="45px" class="br-r">
|
|
|
|
|
|
|
+ <th width="50px" class="br-r">
|
|
|
<input type="checkBox" ng-model="checkbars.checked" ng-click="checkBarAll()" /> 全选</th>
|
|
<input type="checkBox" ng-model="checkbars.checked" ng-click="checkBarAll()" /> 全选</th>
|
|
|
- <th width="35px" class="br-r">序号</th>
|
|
|
|
|
- <th width="120px">物料信息</th>
|
|
|
|
|
- <th width="40px">发货数</th>
|
|
|
|
|
|
|
+ <th width="40px" class="br-r">序号</th>
|
|
|
|
|
+ <th width="110px">物料信息</th>
|
|
|
|
|
+ <th width="50px">发货数</th>
|
|
|
<th width="50px">最小包数</th>
|
|
<th width="50px">最小包数</th>
|
|
|
- <th width="55px">外箱号<input type="checkBox" ng-model="checkboxes.checked" ng-click="checkBoxAll()" style="margin:0 0 0 4.5px;"/></th>
|
|
|
|
|
|
|
+ <th width="65px">外箱号<input type="checkBox" ng-model="checkboxes.checked" ng-click="checkBoxAll()" style="margin:0 0 0 4.5px;"/></th>
|
|
|
<th width="50px">外箱容量</th>
|
|
<th width="50px">外箱容量</th>
|
|
|
- <th width="50px">打印状态</th>
|
|
|
|
|
|
|
+ <th width="60px">打印状态</th>
|
|
|
<th width="50px">操作</th>
|
|
<th width="50px">操作</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
</thead>
|
|
</thead>
|