Browse Source

中心仓报表名称更改

liyuan 2 weeks ago
parent
commit
b8e33e67b9

+ 1 - 1
src/views/storehouse/inStockManage/inStockPlan/detailsPage.vue

@@ -183,7 +183,7 @@
                     </el-tab-pane>
                 </el-tabs>
             </trade-card>
-            <report-dialog :switchDialog="switchDialog" reportName="仓库管理-中心仓入库" :reportId="form.id"
+            <report-dialog :switchDialog="switchDialog" reportName="中心仓-入库" :reportId="form.id"
                 @onClose="onClose()"></report-dialog>
         </div>
         <el-dialog title="导入明细" append-to-body :visible.sync="excelBox" v-if="excelBox" width="555px"

+ 1 - 1
src/views/storehouse/outStockManage/outStockPlan/detailsPage.vue

@@ -221,7 +221,7 @@
                     </el-tab-pane>
                 </el-tabs>
             </trade-card>
-            <report-dialog :switchDialog="switchDialog" reportName="仓库管理-中心仓出库" :reportId="form.id"
+            <report-dialog :switchDialog="switchDialog" reportName="中心仓-出库" :reportId="form.id"
                 @onClose="onClose()"></report-dialog>
         </div>
         <el-dialog title="导入明细" append-to-body :visible.sync="excelBox" v-if="excelBox" width="555px"