Qukatie 1 anno fa
parent
commit
fe0f69ae7f

+ 1 - 1
src/views/tirePartsMall/purchaseService/outStorage/detailsPage.vue

@@ -70,7 +70,7 @@
         deleteUrl="/api/trade-purchase/woodHarvestingCloud/removeByFileId" :data="filesList" display
         :enumerationValue="35.1"></c-upload>
 
-      <report-dialog :switchDialog="switchDialog" :reportId="form.id" @onClose="onClose()"></report-dialog>
+      <report-dialog :switchDialog="switchDialog" reportName="轮胎商城-退货出库" :reportId="form.id" @onClose="onClose()"></report-dialog>
     </div>
   </div>
 </template>

+ 1 - 1
src/views/tirePartsMall/purchaseService/returns/detailsPage.vue

@@ -179,7 +179,7 @@ export default {
 
     data() {
         return {
-            reportName: '', // 打印传的名字
+            reportName: '轮胎商城-采购退货', // 打印传的名字
             SelectSearch: {}, // 添加商品检索
             // 编辑还是保存
             mingxibaocun: true,

+ 3 - 3
src/views/tirePartsMall/salesService/inStorage/detailsPage.vue

@@ -60,8 +60,8 @@
                                   :disabled="isrowAdd">添加商品</el-button>
                               <el-button type="success" size="small" :disabled="isrowAdd" icon="el-icon-bottom" @click="excelBox = true">导入
                               </el-button> -->
-                                <!-- <el-button type="primary" icon="el-icon-printer" size="small"
-                                  @click="handlePrint">打印</el-button> -->
+                                <el-button type="primary" icon="el-icon-printer" size="small"
+                                  @click="handlePrint">打印</el-button>
                                 <el-button type="danger" plain size="small"
                                     :disabled="disabled || form.statusName == '已入库' || isEdit || isEdits"
                                     @click="batchDelete">一键删除</el-button>
@@ -83,7 +83,7 @@
                     </el-tab-pane>
                 </el-tabs>
             </trade-card>
-            <report-dialog :switchDialog="switchDialog" :reportId="form.id" reportName="入库工单"
+            <report-dialog :switchDialog="switchDialog" :reportId="form.id" reportName="轮胎商城-退货入库"
                 @onClose="onClose()"></report-dialog>
 
             <containerTitle title="上传附件"></containerTitle>

+ 3 - 3
src/views/tirePartsMall/salesService/returns/detailsPage.vue

@@ -78,8 +78,8 @@
                             @resetColumn="resetColumnTwo('formContacts', 'optionContacts', 'optionContactsBack', 343)"
                             @saveColumn="saveColumnTwo('formContacts', 'optionContacts', 'optionContactsBack', 343)">
                             <template slot-scope="{scope,row}" slot="menuLeft">
-                                <!-- <el-button type="primary" icon="el-icon-printer" size="small"
-                                    @click="handlePrint">打印</el-button> -->
+                                <el-button type="primary" icon="el-icon-printer" size="small"
+                                    @click="handlePrint">打印</el-button>
                                 <el-button type="danger" plain size="small" @click="batchDelete"
                                     :disabled="form.checkStatus != '录入' || editButton">一键删除</el-button>
                             </template>
@@ -179,7 +179,7 @@ export default {
 
     data() {
         return {
-            reportName: '', // 打印传的名字
+            reportName: '轮胎商城-销售退货', // 打印传的名字
             SelectSearch: {}, // 添加商品检索
             // 编辑还是保存
             mingxibaocun: true,