|
@@ -1224,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' ? '订单号/买家名称' : ( handleItem === 0 ? '入库订单/卖家名称':'发货单/卖家名称')}}"/>
|
|
|
|
|
|
|
+ <input type="text" class="form-control" ng-model="keyword" ng-search="onSearch(keyword)" placeholder="{{storage_tab =='outBound' ? ( handleItem === 0 ? '出库单号/买家名称':'订单号/买家名称') : ( handleItem === 0 ? '入库单号/卖家名称':'发货单/卖家名称')}}"/>
|
|
|
<button ng-click="onSearch(keyword)" style="float: left;">搜索</button>
|
|
<button ng-click="onSearch(keyword)" style="float: left;">搜索</button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -1288,7 +1288,7 @@
|
|
|
<th>物料名称</th>
|
|
<th>物料名称</th>
|
|
|
<th width="210">规格</th>
|
|
<th width="210">规格</th>
|
|
|
<th width="130">{{storage_tab === 'inBound' ? '入库数' : '出库数'}}(PCS)</th>
|
|
<th width="130">{{storage_tab === 'inBound' ? '入库数' : '出库数'}}(PCS)</th>
|
|
|
- <th width="130">单价({{currency === 'RMB' ? '¥' : '$'}})</th>
|
|
|
|
|
|
|
+ <th width="130">{{storage_tab === 'inBound' ? '采购单价' : '销售单价'}}({{currency === 'RMB' ? '¥' : '$'}})</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
</thead>
|
|
</thead>
|
|
|
</table>
|
|
</table>
|
|
@@ -1334,7 +1334,7 @@
|
|
|
<th width="180">规格</th>
|
|
<th width="180">规格</th>
|
|
|
<th width="130">库存数(PCS)</th>
|
|
<th width="130">库存数(PCS)</th>
|
|
|
<th width="130"><em class="red_color">*</em>{{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">{{storage_tab === 'inBound' ? '采购单价' : '销售单价'}}({{currency === 'RMB' ? '¥' : '$'}})</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
</thead>
|
|
</thead>
|
|
|
<tbody>
|
|
<tbody>
|
|
@@ -1441,7 +1441,7 @@
|
|
|
<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"><em class="red_color">*</em>{{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">{{storage_tab === 'inBound' ? '采购单价' : '销售单价'}}({{currency === 'RMB' ? '¥' : '$'}})</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
</thead>
|
|
</thead>
|
|
|
</table>
|
|
</table>
|