lxf 1 년 전
부모
커밋
b45941d72d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/subsidiary/order/management/add.vue

+ 2 - 2
src/views/subsidiary/order/management/add.vue

@@ -157,7 +157,7 @@
                                 v-if="row.blueprint"
                                 :src="row.blueprint"
                                 @click="openFile(row.blueprint)" />
-                              <div style="display: flex">
+                              <div style="display: flex" v-if="!(route.query && route.query.detailId)">
                                 <el-button type="primary" @click="clickDrawingFile(index)" text>选择图稿</el-button>
                                 <el-upload
                                   :show-file-list="false"
@@ -185,7 +185,7 @@
                                 v-if="row.productionDocument">
                                 {{ row.productionDocument }}
                               </a>
-                              <div style="display: flex">
+                              <div style="display: flex" v-if="!(route.query && route.query.detailId)">
                                 <el-button type="primary" @click="clickDrawingFile(index)" text>选择图稿</el-button>
                                 <el-upload
                                   :show-file-list="false"