|
@@ -4,11 +4,10 @@
|
|
<template slot="subTitle">
|
|
<template slot="subTitle">
|
|
<a href="javascript:;" @click="handleBack"><a-icon type="left"></a-icon> 返回列表</a>
|
|
<a href="javascript:;" @click="handleBack"><a-icon type="left"></a-icon> 返回列表</a>
|
|
</template>
|
|
</template>
|
|
- <template slot="extra">
|
|
|
|
|
|
+ <template slot="extra" v-if="$hasPermissions('B_salesPrint')">
|
|
<a-button
|
|
<a-button
|
|
key="4"
|
|
key="4"
|
|
type="primary"
|
|
type="primary"
|
|
- v-if="$hasPermissions('B_salesPrint')"
|
|
|
|
class="button-error"
|
|
class="button-error"
|
|
id="salesDetail-xs-print-btn"
|
|
id="salesDetail-xs-print-btn"
|
|
:disabled="localDataSource.length==0"
|
|
:disabled="localDataSource.length==0"
|
|
@@ -16,7 +15,6 @@
|
|
<a-button
|
|
<a-button
|
|
key="3"
|
|
key="3"
|
|
type="primary"
|
|
type="primary"
|
|
- v-if="$hasPermissions('B_salesPrint')"
|
|
|
|
class="button-info"
|
|
class="button-info"
|
|
id="salesDetail-xsfl-print-btn"
|
|
id="salesDetail-xsfl-print-btn"
|
|
:disabled="localDataSource.length==0"
|
|
:disabled="localDataSource.length==0"
|
|
@@ -24,7 +22,6 @@
|
|
<a-button
|
|
<a-button
|
|
key="2"
|
|
key="2"
|
|
type="primary"
|
|
type="primary"
|
|
- v-if="$hasPermissions('B_salesPrint')"
|
|
|
|
class="button-warning"
|
|
class="button-warning"
|
|
id="salesDetail-export-btn"
|
|
id="salesDetail-export-btn"
|
|
:disabled="localDataSource.length==0"
|
|
:disabled="localDataSource.length==0"
|