|
@@ -121,8 +121,10 @@
|
|
|
>打印发货单
|
|
|
</el-button>
|
|
|
</div>
|
|
|
+ <!-- <importButton class="improt" imUrl="k3/receipt/export"/> -->
|
|
|
+
|
|
|
<div class="fr">
|
|
|
- <!-- <ExportButton :exUrl="'k3/receipt/export'" :exParams="exParams" class="exportClass" /> -->
|
|
|
+ <ExportButton :exUrl="'k3/receipt/export'" :exParams="exParams" class="exportClass" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 列表 -->
|
|
@@ -290,6 +292,7 @@ import { getCustomerList } from '@/api/finance/wallet'
|
|
|
import { getK3ReceiptList, getK3ReceiptDetail, getK3ReceiptAbandon } from '@/api/finance/receipt_list'
|
|
|
import ReceiptListDetail from './components/receipt_list-detail'
|
|
|
import ReceiptPrint from '@/views/finance/components/receipt_print.vue'
|
|
|
+import importButton from '@/components/Common/import-button.vue'
|
|
|
import { changeNumberMoneyToChinese, dateFormat } from '@/utils/util'
|
|
|
import { numToFixed } from '@/filters'
|
|
|
|
|
@@ -297,6 +300,7 @@ export default {
|
|
|
components: {
|
|
|
ReceiptPrint,
|
|
|
printPreview,
|
|
|
+ importButton,
|
|
|
ReceiptListDetail
|
|
|
},
|
|
|
data() {
|
|
@@ -594,4 +598,7 @@ export default {
|
|
|
.selectStyle {
|
|
|
width: 100%;
|
|
|
}
|
|
|
+.improt{
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
</style>
|