|
|
@@ -1149,10 +1149,10 @@
|
|
|
<!--<li ng-class="{'active': tab == 'onSale'}"><a ui-sref="vendor_onSale">在售产品</a></li>-->
|
|
|
<!--<li ng-class="{'active': tab == 'storage'}"><a ui-sref="vendor_storage">出入库</a></li>-->
|
|
|
<!--<li ng-class="{'active': tab == 'undercarriage'}"><a ui-sref="vendor_undercarriage">上下架历史</a></li>-->
|
|
|
- <!--<li ng-if="isPcbStore"><a ui-sref="vendor_upload">产品导入</a></li>-->
|
|
|
<li ng-class="{'active': tab == 'material'}"><a ui-sref="vendor_material">产品库</a></li>
|
|
|
<li ng-class="{'active': tab == 'storage'}"><a ui-sref="vendor_storage">出入库</a></li>
|
|
|
<li ng-class="{'active': tab == 'undercarriage'}"><a ui-sref="vendor_undercarriage">上下架记录</a></li>
|
|
|
+ <li ng-if="isPcbStore"><a ui-sref="vendor_upload">产品导入</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="com_tab com_tab2" style="margin-bottom: 10px">
|
|
|
@@ -1185,7 +1185,7 @@
|
|
|
自定义
|
|
|
</label>
|
|
|
<div class="search fr check">
|
|
|
- <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' ? '订单号/买家名称' : '发货单/卖家名称'}}"/>
|
|
|
<button ng-click="onSearch(keyword)" style="float: left;">搜索</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -1196,7 +1196,7 @@
|
|
|
ng-bind="item.name"
|
|
|
ng-class="{'active': handleItem === item.id}"
|
|
|
ng-if="item.tab === storage_tab"
|
|
|
- ng-click="toggleType(item)"></li>
|
|
|
+ ng-click="toggleType(item.id)"></li>
|
|
|
</ul>
|
|
|
<div class="radio-date" ng-show="dateArea === 'autoMonth'">
|
|
|
<div class="data-input">
|
|
|
@@ -1232,7 +1232,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<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 class="filter" width="110" ng-if="handleItem !== 0">类型</th>
|
|
|
<th class="filter" width="110" ng-if="handleItem === 0">
|
|
|
@@ -1254,7 +1254,7 @@
|
|
|
</tr>
|
|
|
</thead>
|
|
|
|
|
|
- <!--查看出入库-->
|
|
|
+ <!--查看出入库记录-->
|
|
|
<tbody ng-if="handleItem === 0" ng-repeat="item in storageList" ng-class="{'toggle-mode': item.seleted}">
|
|
|
<tr>
|
|
|
<td ng-bind="item.inOutId">系统自动生成</td>
|
|
|
@@ -1279,8 +1279,8 @@
|
|
|
<th width="130">品牌</th>
|
|
|
<th>物料名称</th>
|
|
|
<th width="210">规格</th>
|
|
|
- <th width="130">数量(PCS)</th>
|
|
|
- <th width="130">单价</th>
|
|
|
+ <th width="130">{{storage_tab === 'inBound' ? '入库数' : '出库数'}}(PCS)</th>
|
|
|
+ <th width="130">单价(¥)</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
</table>
|
|
|
@@ -1304,7 +1304,7 @@
|
|
|
|
|
|
<!--其它出入库-->
|
|
|
<tbody ng-if="handleItem === 1">
|
|
|
- <tr>
|
|
|
+ <tr style="background:#f5f5f5;">
|
|
|
<td>系统自动生成</td>
|
|
|
<td><input type="text" class="form-control" ng-model="othenParam.enName"></td>
|
|
|
<td ng-bind="storage_tab === 'inBound' ? '其它入库' : '其它出库'">其它入库</td>
|
|
|
@@ -1321,12 +1321,12 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th width="60">序号</th>
|
|
|
- <th width="110">型号</th>
|
|
|
+ <th width="110">*型号</th>
|
|
|
<th width="130">品牌</th>
|
|
|
<th>物料名称</th>
|
|
|
<th width="210">规格</th>
|
|
|
- <th width="130">数量(PCS)</th>
|
|
|
- <th width="130">单价</th>
|
|
|
+ <th width="130">{{storage_tab === 'inBound' ? '*入库数' : '*出库数'}}(PCS)</th>
|
|
|
+ <th width="130">单价(¥)</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
@@ -1431,10 +1431,10 @@
|
|
|
<th width="110">品牌</th>
|
|
|
<th>物料名称</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">数量(PCS)</th>
|
|
|
- <th width="80">单价</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="80">单价(¥)</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
</table>
|