zss
2023-12-04 53a636b260e4a879d51e526cd8e98a72e8b1b6a5
src/views/quality/finishedProductInspection/finishedProduct-print.vue
@@ -287,6 +287,8 @@
            deviceStr: null,
            product:null,
            childrenData: [],
            typedata:null,
            num:null,
        }
    },
    created(){
@@ -299,6 +301,8 @@
        initData(){
            this.deviceStr = this.tableData.projectName
            this.product = this.tableData.material
            this.typedata = this.tableData.quantity
            this.num = this.tableData.specs
        },
    },
    watch:{