@@ -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()