Sfoglia il codice sorgente

任务单:添加附件(bug fix)

chrislee 1 anno fa
parent
commit
9166ff0bba
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/views/modules/order/order.vue

+ 2 - 1
src/views/modules/order/order.vue

@@ -1,7 +1,7 @@
 <!-- 任务单列表 -->
 <template>
   <div class="order">
-    <template v-if="!addOrUpdateVisible && !detailVisible && !arrivedVisible && !confirmVisible && !noticeChangeAttachVisible && !amountMaskSettingVisible">
+    <template v-if="!attachVisible && !addOrUpdateVisible && !detailVisible && !arrivedVisible && !confirmVisible && !noticeChangeAttachVisible && !amountMaskSettingVisible">
       <el-form :inline="true" :model="dataForm" @keyup.enter.native="queryData()">
         <el-form-item label="客户名称">
           <cus-component v-model="dataForm.customerId" :cus-id="dataForm.customerId"></cus-component>
@@ -276,6 +276,7 @@ export default {
         this.confirmVisible = false
         this.noticeChangeAttachVisible = false
         this.amountMaskSettingVisible = false
+        this.attachVisible = false
       },
       // 查询
       queryData () {