yangan
2025-02-25 5d46360410a48fa6038e46e0d769f88207be9d75
feat:质检员页面外销展示多个提煤单
1个文件已修改
2 ■■■ 已修改文件
pages/sampling-page/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/sampling-page/index.vue
@@ -163,7 +163,7 @@
                    console.log(res,'result');
                    if(res.code == 0){
                        if(res.data.records.length){
                            this.orderPlanData  = [res.data.records[0]]
                            this.orderPlanData  = res.data.records
                        }else{
                            this.orderPlanData = [];
                        }