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"