|
@@ -91,12 +91,12 @@
|
|
|
</a-col>
|
|
|
</template>
|
|
|
<a-col :md="8" :sm="24" style="margin-bottom: 10px;">
|
|
|
- <a-button
|
|
|
+ <!-- <a-button
|
|
|
type="primary"
|
|
|
class="button-info"
|
|
|
size="small"
|
|
|
@click="handleStock"
|
|
|
- id="allocateReturnDetailReport-stockDate">盘点区间日期</a-button>
|
|
|
+ id="allocateReturnDetailReport-stockDate">盘点区间日期</a-button> -->
|
|
|
<a-button style="margin-left: 5px" type="primary" @click="handleSearch" :disabled="disabled" id="allocateReturnDetailReport-refresh">查询</a-button>
|
|
|
<a-button style="margin-left: 8px" @click="resetSearchForm" :disabled="disabled" id="allocateReturnDetailReport-reset">重置</a-button>
|
|
|
<a-button
|
|
@@ -106,7 +106,7 @@
|
|
|
@click="handleExport"
|
|
|
:disabled="disabled"
|
|
|
:loading="exportLoading"
|
|
|
- v-if="$hasPermissions('B_salerReturnDetailTable_export')"
|
|
|
+ v-if="$hasPermissions('M_transferReturnDetailReportExport')"
|
|
|
id="allocateReturnDetailReport-export">导出</a-button>
|
|
|
<a @click="advanced=!advanced" style="margin-left: 5px">
|
|
|
{{ advanced ? '收起' : '展开' }}
|