heyang vor 11 Monaten
Ursprung
Commit
3f190e6670

+ 3 - 3
src/views/chemicalManage/inventoryManagement/inventoryStatistics/collectList.vue

@@ -106,7 +106,7 @@
                 <p class="table-button-null"></p>
                 <p class="table-button-p"
                    @click="tableButton(2,scope.row)"
-                   v-hasPermiRouter="['demo:demo:detail']"
+                   v-hasPermiRouter="['chemical:stock:detail']"
                 >详情</p>
                 <p class="table-button-null"></p>
               </div>
@@ -147,11 +147,11 @@
         titleType:1,
         //导出配置
         exportConfig:{
-          api:'system/user/student/export',             //导出接口地址
+          api:'chemical/stock/stockCollectListExport',             //导出接口地址
           ids:'',                                       //勾选导出,勾选的IDS
           fileName:'汇总统计',                         //导出文件的命名
         },
-        tableButtonType:this.hasPermiDom(['demo:demo:detail','demo:demo:edit','demo:demo:del',]),
+        tableButtonType:this.hasPermiDom(['chemical:stock:detail',]),
         //页面状态
         pageType:1,
         //页面遮罩

+ 3 - 3
src/views/chemicalManage/inventoryManagement/inventoryStatistics/inventoryList.vue

@@ -125,7 +125,7 @@
                 <p class="table-button-null"></p>
                 <p class="table-button-p"
                    @click="tableButton(2,scope.row)"
-                   v-hasPermiRouter="['demo:demo:detail']"
+                   v-hasPermiRouter="['chemical:stock:detail']"
                 >详情</p>
                 <p class="table-button-null"></p>
               </div>
@@ -176,11 +176,11 @@
         titleType:1,
         //导出配置
         exportConfig:{
-          api:'system/user/student/export',             //导出接口地址
+          api:'chemical/stock/stockDetailsListExport',             //导出接口地址
           ids:'',                                       //勾选导出,勾选的IDS
           fileName:'库存明细',                         //导出文件的命名
         },
-        tableButtonType:this.hasPermiDom(['demo:demo:detail','demo:demo:edit','demo:demo:del',]),
+        tableButtonType:this.hasPermiDom(['chemical:stock:detail']),
         //页面状态
         pageType:1,
         //页面遮罩

+ 1 - 1
src/views/chemicalManage/inventoryManagement/inventoryStatistics/listPage.vue

@@ -94,7 +94,7 @@
                   <p class="table-button-null"></p>
                   <p class="table-button-p"
                      @click="tableButton(2,scope.row)"
-                     v-hasPermiRouter="['demo:demo:detail']"
+                     v-hasPermiRouter="['chemical:stock:detail']"
                   >详情</p>
                   <p class="table-button-null"></p>
                 </div>