|
@@ -107,8 +107,8 @@
|
|
|
<div slot="message">总款数 <strong>{{ (productTotal&&productTotal.productTotalCategory) || 0 }}</strong> ,总数量 <strong>{{ (productTotal&&productTotal.productTotalQty) || 0 }}</strong> ,总成本¥<strong>{{ (productTotal&&productTotal.productTotalCost) || 0 }}</strong></div>
|
|
|
</a-alert>
|
|
|
<!-- 筛选条件 -->
|
|
|
- <a-row :gutter="15" justify="space-between">
|
|
|
- <a-col :span="21">
|
|
|
+ <a-row :gutter="15">
|
|
|
+ <a-col :span="20">
|
|
|
<div class="table-page-search-wrapper">
|
|
|
<a-form layout="inline" @keyup.enter.native="getChooseProductList(1)">
|
|
|
<a-row :gutter="15">
|
|
@@ -130,8 +130,8 @@
|
|
|
</a-form>
|
|
|
</div>
|
|
|
</a-col>
|
|
|
- <a-col :span="3">
|
|
|
- <a-button size="small" style="margin-left: 8px" id="storeTransferOutEdit-import-btn">导入明细</a-button>
|
|
|
+ <a-col :span="4" style="text-align: right;">
|
|
|
+ <a-button size="small" id="storeTransferOutEdit-import-btn">导入明细</a-button>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
<!-- 列表 -->
|