chenrui il y a 2 ans
Parent
commit
970df431fc
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/views/allocationManagement/storeTransferOut/detail.vue

+ 4 - 0
src/views/allocationManagement/storeTransferOut/detail.vue

@@ -278,6 +278,10 @@ export default {
       this.$router.push({ path: `/allocationManagement/storeTransferOut/edit/${this.basicInfoData.id}/${this.basicInfoData.storeCallOutSn}` })
     }
   },
+  mounted () {
+    this.printCostChecked = true
+    this.getDetail()
+  },
   activated () {
     this.printCostChecked = true
     this.getDetail()