Explorar o código

面损表-上传附件显示

jbb %!s(int64=2) %!d(string=hai) anos
pai
achega
4f2855aa31
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/reportForms/fabric-loss-table.vue

+ 1 - 1
src/views/reportForms/fabric-loss-table.vue

@@ -103,7 +103,7 @@
               <a-button type="primary" @click="openEnclosure">附件</a-button>
             </a-col>
             <a-col :md="6" :sm="8" class="noprint">
-              <a-upload  name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader"  :action="importExcelUrl"  @change="handleImportExcel" :data="{code:this.planNO}" >
+              <a-upload  name="file" :showUploadList="true" :multiple="false" :headers="tokenHeader"  :action="importExcelUrl"  @change="handleImportExcel" :data="{code:this.planNO}" >
                 <a-button type="primary" >附件上传</a-button>
               </a-upload>
               <!-- <j-upload   v-model="fabricLoss.attachs"  ></j-upload> -->