From 2f11389ca05089b47e8e342c854bc3165edc0980 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期四, 24 十月 2024 16:12:09 +0800 Subject: [PATCH] 上传附件添加试验室字段 --- src/components/do/b1-inspect-order-plan/Inspection.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue index e276763..1c8dcce 100644 --- a/src/components/do/b1-inspect-order-plan/Inspection.vue +++ b/src/components/do/b1-inspect-order-plan/Inspection.vue @@ -739,7 +739,8 @@ </div> <el-upload :action="action" :data="{ - orderId:id + orderId:id, + sonLaboratory:sonLaboratory }" v-if="state==1&&fileAdd" :on-success="handleSuccessUp" :show-file-list="false" @@ -908,7 +909,7 @@ <el-dialog title="鏂囦欢棰勮" :visible.sync="lookFileVisible" - width="60%" fullscreen> + width="60%" fullscreen :modal="false"> <filePreview v-if="lookFileVisible" :fileUrl="currentFile.url" :currentFile="currentFile" style="max-height: 87vh;overflow-y: auto;"/> </el-dialog> @@ -988,7 +989,8 @@ }, componentData0: { entity: { - insOrderId:'' + insOrderId:'', + sonLaboratory:this.sonLaboratory }, isIndex: true, showSelect: false, -- Gitblit v1.9.3