|
@@ -1138,8 +1138,11 @@
|
|
|
-webkit-border-radius: 5px !important;
|
|
-webkit-border-radius: 5px !important;
|
|
|
border-radius: 5px !important;
|
|
border-radius: 5px !important;
|
|
|
}
|
|
}
|
|
|
|
|
+ .wanted_list em.red_color{
|
|
|
|
|
+ color:#f00;
|
|
|
|
|
+ }
|
|
|
</style>
|
|
</style>
|
|
|
-<div class="user_right fr" ng-click="">
|
|
|
|
|
|
|
+<div class="user_right fr" ng-click="clearOtherData()">
|
|
|
<!--货品管理-->
|
|
<!--货品管理-->
|
|
|
<div class="pro_management device">
|
|
<div class="pro_management device">
|
|
|
<div class="com_tab">
|
|
<div class="com_tab">
|
|
@@ -1221,7 +1224,7 @@
|
|
|
ng-click="toggleType(item.id)"></li>
|
|
ng-click="toggleType(item.id)"></li>
|
|
|
</ul>
|
|
</ul>
|
|
|
<div class="search fr check" ng-if="handleItem !== 1">
|
|
<div class="search fr check" ng-if="handleItem !== 1">
|
|
|
- <input type="text" class="form-control" ng-model="keyword" ng-search="onSearch(keyword)" placeholder="{{storage_tab =='outBound' ? '订单号/买家名称' : '发货单/卖家名称'}}"/>
|
|
|
|
|
|
|
+ <input type="text" class="form-control" ng-model="keyword" ng-search="onSearch(keyword)" placeholder="{{storage_tab =='outBound' ? '订单号/买家名称' : ( handleItem === 0 ? '入库订单/卖家名称':'发货单/卖家名称')}}"/>
|
|
|
<button ng-click="onSearch(keyword)" style="float: left;">搜索</button>
|
|
<button ng-click="onSearch(keyword)" style="float: left;">搜索</button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -1234,7 +1237,7 @@
|
|
|
<th width="120" ng-bind="storage_tab === 'inBound' ? '入库单号' : '出库单号'"></th>
|
|
<th width="120" ng-bind="storage_tab === 'inBound' ? '入库单号' : '出库单号'"></th>
|
|
|
<th width="180" ng-bind="storage_tab === 'inBound' ? '发货单' : '订单号'" ng-if="handleItem === 2"></th>
|
|
<th width="180" ng-bind="storage_tab === 'inBound' ? '发货单' : '订单号'" ng-if="handleItem === 2"></th>
|
|
|
<th width="180" ng-bind="storage_tab === 'inBound' ? '卖家名称' : '买家名称'"></th>
|
|
<th width="180" ng-bind="storage_tab === 'inBound' ? '卖家名称' : '买家名称'"></th>
|
|
|
- <th class="filter" width="110" ng-if="handleItem !== 0">类型</th>
|
|
|
|
|
|
|
+ <th class="filter" width="110" ng-if="handleItem == 2">类型</th>
|
|
|
<th class="filter" width="110" ng-if="handleItem === 0">
|
|
<th class="filter" width="110" ng-if="handleItem === 0">
|
|
|
<a ng-bind="selfSupport">全部类型</a> <i class="fa fa-angle-down fa-angle-up"></i>
|
|
<a ng-bind="selfSupport">全部类型</a> <i class="fa fa-angle-down fa-angle-up"></i>
|
|
|
<div class="hover-show" ng-if="storage_tab === 'inBound'">
|
|
<div class="hover-show" ng-if="storage_tab === 'inBound'">
|
|
@@ -1261,7 +1264,7 @@
|
|
|
<td ng-bind="item.affiliatedEnterprise || '-'">深圳有陵县什么 翁一搂的</td>
|
|
<td ng-bind="item.affiliatedEnterprise || '-'">深圳有陵县什么 翁一搂的</td>
|
|
|
<td ng-bind="boundType[item.opertatorType]">腌肉入库</td>
|
|
<td ng-bind="boundType[item.opertatorType]">腌肉入库</td>
|
|
|
<td ng-bind="item.operaterUserName">张三</td>
|
|
<td ng-bind="item.operaterUserName">张三</td>
|
|
|
- <td ng-bind="item.createTime | date : 'yyyy-MM-dd: hh:mm:ss'">2018-12-12 12:!@:</td>
|
|
|
|
|
|
|
+ <td ng-bind="item.createTime | date : 'yyyy-MM-dd: HH:mm:ss'">2018-12-12</td>
|
|
|
<td><span class="btn-toggle" ng-show="item.seleted" ng-click="item.seleted = !item.seleted">收起 <i class="fa fa-angle-up"></i></span><span ng-click="unfoldClick(storageList,item)" class="btn-toggle" ng-show="!item.seleted">展开 <i class="fa fa-angle-down"></i></span></td>
|
|
<td><span class="btn-toggle" ng-show="item.seleted" ng-click="item.seleted = !item.seleted">收起 <i class="fa fa-angle-up"></i></span><span ng-click="unfoldClick(storageList,item)" class="btn-toggle" ng-show="!item.seleted">展开 <i class="fa fa-angle-down"></i></span></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr ng-show="item.seleted">
|
|
<tr ng-show="item.seleted">
|
|
@@ -1307,13 +1310,12 @@
|
|
|
<tr style="background:#f5f5f5;">
|
|
<tr style="background:#f5f5f5;">
|
|
|
<td>系统自动生成</td>
|
|
<td>系统自动生成</td>
|
|
|
<td><input type="text" class="form-control" ng-model="othenParam.enName"></td>
|
|
<td><input type="text" class="form-control" ng-model="othenParam.enName"></td>
|
|
|
- <td ng-bind="storage_tab === 'inBound' ? '其它入库' : '其它出库'">其它入库</td>
|
|
|
|
|
<td ng-bind="userInfo.userName">张三</td>
|
|
<td ng-bind="userInfo.userName">张三</td>
|
|
|
<td ng-bind="newDate">2018-12-12</td>
|
|
<td ng-bind="newDate">2018-12-12</td>
|
|
|
<td><a class="btn-click" ng-click="otherAddClick()">确认</a><a class="btn-click" ng-click="otherAddClick('clear')">取消</a></td>
|
|
<td><a class="btn-click" ng-click="otherAddClick()">确认</a><a class="btn-click" ng-click="otherAddClick('clear')">取消</a></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td colspan="6">
|
|
|
|
|
|
|
+ <td colspan="5">
|
|
|
<table class="wanted-sub-tab table">
|
|
<table class="wanted-sub-tab table">
|
|
|
<caption>
|
|
<caption>
|
|
|
明细列表:
|
|
明细列表:
|
|
@@ -1321,11 +1323,11 @@
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th width="60">序号</th>
|
|
<th width="60">序号</th>
|
|
|
- <th width="110">*型号</th>
|
|
|
|
|
|
|
+ <th width="110"><em class="red_color">*</em>型号</th>
|
|
|
<th width="130">品牌</th>
|
|
<th width="130">品牌</th>
|
|
|
<th>物料名称</th>
|
|
<th>物料名称</th>
|
|
|
<th width="210">规格</th>
|
|
<th width="210">规格</th>
|
|
|
- <th width="130">{{storage_tab === 'inBound' ? '*入库数' : '*出库数'}}(PCS)</th>
|
|
|
|
|
|
|
+ <th width="130"><em class="red_color">*</em>{{storage_tab === 'inBound' ? '入库数' : '出库数'}}(PCS)</th>
|
|
|
<th width="130">单价({{currency === 'RMB' ? '¥' : '$'}})</th>
|
|
<th width="130">单价({{currency === 'RMB' ? '¥' : '$'}})</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
</thead>
|
|
</thead>
|
|
@@ -1335,7 +1337,7 @@
|
|
|
<td>
|
|
<td>
|
|
|
<span ng-if="!item.newId" ng-bind="item.pcmpcode || '-'" title="{{item.pcmpcode}}"></span>
|
|
<span ng-if="!item.newId" ng-bind="item.pcmpcode || '-'" title="{{item.pcmpcode}}"></span>
|
|
|
<div class="down-form" ng-if="item.newId">
|
|
<div class="down-form" ng-if="item.newId">
|
|
|
- <input type="text" class="form-control" ng-model="item.key" ng-change="onChange(item)">
|
|
|
|
|
|
|
+ <input type="text" class="form-control" ng-model="item.key" ng-change="onChange(item, index)">
|
|
|
<div ng-show="item.show" class="down-key" ng-mouseenter="item.show = true">
|
|
<div ng-show="item.show" class="down-key" ng-mouseenter="item.show = true">
|
|
|
<ul class="list-unstyled">
|
|
<ul class="list-unstyled">
|
|
|
<li ng-repeat="list in listData" ng-click="addProductId(list, item)">
|
|
<li ng-repeat="list in listData" ng-click="addProductId(list, item)">
|
|
@@ -1344,9 +1346,6 @@
|
|
|
<span ng-bind="list.kind || '-'" title="{{list.kind}}"></span>
|
|
<span ng-bind="list.kind || '-'" title="{{list.kind}}"></span>
|
|
|
<span ng-bind="list.spec || '-'" title="{{list.spec}}"></span>
|
|
<span ng-bind="list.spec || '-'" title="{{list.spec}}"></span>
|
|
|
</li>
|
|
</li>
|
|
|
- <li ng-if="listData.length <= 0">
|
|
|
|
|
- <div>没的找到与“{{item.key}}”产品信息</div>
|
|
|
|
|
- </li>
|
|
|
|
|
</ul>
|
|
</ul>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -1354,8 +1353,8 @@
|
|
|
<td><span ng-bind="item.pbranden || '-'" title="{{item.pbranden}}"></span></td>
|
|
<td><span ng-bind="item.pbranden || '-'" title="{{item.pbranden}}"></span></td>
|
|
|
<td><span ng-bind="item.kind || '-'" title="{{item.kind}}"></span></td>
|
|
<td><span ng-bind="item.kind || '-'" title="{{item.kind}}"></span></td>
|
|
|
<td><span ng-bind="item.spec || '-'" title="{{item.spec}}"></span></td>
|
|
<td><span ng-bind="item.spec || '-'" title="{{item.spec}}"></span></td>
|
|
|
- <td><input type="text" ng-pattern="/^[1-9]\d*$/" class="form-control" ng-model="item.qty" ng-change="onAmountChange(item, item.qty, 'qty', 9)" ng-blur=""></td>
|
|
|
|
|
- <td><input type="text" ng-pattern="/^((\d)|(\d+\.?\d+))$/" class="form-control" ng-model="item.price" ng-change="onAmountChange(item, item.price, 'price', 4)" ng-blur=""></td>
|
|
|
|
|
|
|
+ <td><input type="text" class="form-control" ng-model="item.qty" ng-change="onAmountChange(item, item.qty, 'qty', 9)"></td>
|
|
|
|
|
+ <td><input type="text" class="form-control" ng-model="item.price" ng-change="onAmountChange(item, item.price, 'price', 4, 6)"></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td colspan="7">
|
|
<td colspan="7">
|
|
@@ -1435,7 +1434,7 @@
|
|
|
<th width="180">规格</th>
|
|
<th width="180">规格</th>
|
|
|
<th width="100" ng-if="storage_tab === 'outBound'">应出库(PCS)</th>
|
|
<th width="100" ng-if="storage_tab === 'outBound'">应出库(PCS)</th>
|
|
|
<th width="100" ng-if="storage_tab === 'outBound'">已出库(PCS)</th>
|
|
<th width="100" ng-if="storage_tab === 'outBound'">已出库(PCS)</th>
|
|
|
- <th width="100">{{storage_tab === 'inBound' ? '*入库数' : '*出库数'}}(PCS)</th>
|
|
|
|
|
|
|
+ <th width="100"><em class="red_color">*</em>{{storage_tab === 'inBound' ? '入库数' : '出库数'}}(PCS)</th>
|
|
|
<th width="80">单价({{currency === 'RMB' ? '¥' : '$'}})</th>
|
|
<th width="80">单价({{currency === 'RMB' ? '¥' : '$'}})</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
</thead>
|
|
</thead>
|