|
@@ -5,8 +5,7 @@
|
|
财务列表
|
|
财务列表
|
|
</h2>
|
|
</h2>
|
|
<div class="m-core">
|
|
<div class="m-core">
|
|
- <div
|
|
|
|
- class="newBand"
|
|
|
|
|
|
+ <el-button
|
|
v-permission="{ child: 'routeOrder/add', parent: '/financeManager' }"
|
|
v-permission="{ child: 'routeOrder/add', parent: '/financeManager' }"
|
|
@click="
|
|
@click="
|
|
() => {
|
|
() => {
|
|
@@ -14,37 +13,42 @@
|
|
(isAdd = true), (form.applyType = null);
|
|
(isAdd = true), (form.applyType = null);
|
|
}
|
|
}
|
|
"
|
|
"
|
|
|
|
+ type="primary"
|
|
|
|
+ style="margin-bottom:20px"
|
|
>
|
|
>
|
|
添加订单
|
|
添加订单
|
|
- </div>
|
|
|
|
- <div
|
|
|
|
- class="newBand"
|
|
|
|
|
|
+ </el-button>
|
|
|
|
+ <el-button
|
|
@click="onOrderExport"
|
|
@click="onOrderExport"
|
|
v-permission="{
|
|
v-permission="{
|
|
child: 'export/routeOrderList',
|
|
child: 'export/routeOrderList',
|
|
parent: '/financeManager',
|
|
parent: '/financeManager',
|
|
}"
|
|
}"
|
|
|
|
+ type="primary"
|
|
|
|
+ style="margin-bottom:20px"
|
|
>
|
|
>
|
|
报表导出
|
|
报表导出
|
|
- </div>
|
|
|
|
-
|
|
|
|
- <div
|
|
|
|
- class="newBand"
|
|
|
|
|
|
+ </el-button>
|
|
|
|
+ <el-button
|
|
v-permission="{ child: 'adapay/exportBill', parent: '/financeManager' }"
|
|
v-permission="{ child: 'adapay/exportBill', parent: '/financeManager' }"
|
|
@click="onAdaPayExport"
|
|
@click="onAdaPayExport"
|
|
|
|
+ type="primary"
|
|
|
|
+ style="margin-bottom:20px"
|
|
>
|
|
>
|
|
汇付订单导出
|
|
汇付订单导出
|
|
- </div>
|
|
|
|
- <div
|
|
|
|
- class="newBand"
|
|
|
|
|
|
+ </el-button>
|
|
|
|
+ <el-button
|
|
@click="onDownload"
|
|
@click="onDownload"
|
|
v-permission="'import/downloadTemplate?financeManager'"
|
|
v-permission="'import/downloadTemplate?financeManager'"
|
|
|
|
+ type="primary"
|
|
|
|
+ style="margin-bottom:20px"
|
|
>
|
|
>
|
|
下载模板
|
|
下载模板
|
|
- </div>
|
|
|
|
|
|
+ </el-button>
|
|
|
|
+
|
|
<el-upload
|
|
<el-upload
|
|
v-permission="'import/routeOrder'"
|
|
v-permission="'import/routeOrder'"
|
|
- style="display: inline-block"
|
|
|
|
|
|
+ style="display: inline-block;margin-left:10px;"
|
|
action="/api-web/import/routeOrder"
|
|
action="/api-web/import/routeOrder"
|
|
:show-file-list="false"
|
|
:show-file-list="false"
|
|
:before-upload="beforeUpload"
|
|
:before-upload="beforeUpload"
|
|
@@ -53,7 +57,12 @@
|
|
:on-error="handleError"
|
|
:on-error="handleError"
|
|
:on-success="handleSuccess"
|
|
:on-success="handleSuccess"
|
|
>
|
|
>
|
|
- <div class="newBand">导入</div>
|
|
|
|
|
|
+ <el-button
|
|
|
|
+ type="primary"
|
|
|
|
+ style="margin-bottom:20px"
|
|
|
|
+ >
|
|
|
|
+ 导入
|
|
|
|
+ </el-button>
|
|
</el-upload>
|
|
</el-upload>
|
|
<!-- 搜索类型 -->
|
|
<!-- 搜索类型 -->
|
|
<save-form
|
|
<save-form
|