b15de00ffba31695514c1a404dbbbf65dc1e87c1..5fbb3a044caaf458d949005acff62b5df0ca3ac0
2023-11-09 王震
Merge remote-tracking branch 'origin/master'
5fbb3a 对比 | 目录
2023-11-09 王震
s
1eedd8 对比 | 目录
已修改1个文件
4 ■■■■ 文件已修改
src/views/quality/finishedProductInspection/finishedProduct-print.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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:{