lilei 3 år sedan
förälder
incheckning
8e8b798a68

+ 3 - 3
src/views/reportData/transferReturnDetailReport/list.vue

@@ -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 ? '收起' : '展开' }}

+ 3 - 3
src/views/reportData/transferReturnReport/list.vue

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