lxf 1 year ago
parent
commit
b45941d72d
1 changed files with 2 additions and 2 deletions
  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"