|
@@ -44,7 +44,9 @@
|
|
|
<div class="table-operator">
|
|
|
<div>
|
|
|
<a-button type="primary" @click="handleSave">创建补货单</a-button>
|
|
|
- <span style="margin-left:20px;">已选{{ totalCategory }}款产品,共{{ totalQty }}件</span>
|
|
|
+ <span style="margin-left:10px;" v-if="totalCategory||totalQty">
|
|
|
+ 已选 {{ totalCategory }} 款产品,共 {{ totalQty }} 件
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div style="margin-left:20px;">
|
|
|
<a-checkbox @change="changeShowChecked">
|