lilei 2 年 前
コミット
72796ab3a8

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1664350582736
+  "version": 1664351490578
 }

+ 1 - 0
src/views/outboundOrderManagement/outboundOrder/list.vue

@@ -254,6 +254,7 @@ export default {
     handleDetail (row) {
       this.outBizType = row.outBizType
       this.detailTitle = row.outBizTypeDictValue + '详情'
+      console.log(row.outBizType)
       //  根据出库类型跳转对应页面
       if (row.outBizType == 'PURCHASE_RETURN') { // 采购退货
         this.orderSn = row.outBizSn

+ 6 - 0
src/views/salesManagement/salesQuery/detail.vue

@@ -286,6 +286,12 @@ export default {
       localStorage.setItem('printAllName-' + this.$store.state.user.info.orgId, newValue)
     }
   },
+  mounted () {
+    if (!this.$store.state.app.isNewTab || this.outBizSn) { // 页签刷新时调用
+      this.showPage = true
+      this.pageInit()
+    }
+  },
   activated () {
     this.showPage = true
     this.pageInit()