|
@@ -95,6 +95,19 @@
|
|
{{fabricLoss.dateTime}}
|
|
{{fabricLoss.dateTime}}
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
</a-col>
|
|
</a-col>
|
|
|
|
+ <a-col :md="6" :sm="8" class="noprint">
|
|
|
|
+ <a-button type="primary" @click="openEnclosure" disabled>附件</a-button>
|
|
|
|
+ </a-col>
|
|
|
|
+ <a-col :md="6" :sm="8" class="noprint">
|
|
|
|
+ <a-upload productName="file" :showUploadList="true" :file-list="fileList" :headers="tokenHeader" :multiple="false" :action="importExcelUrl" @change="handleImportExcel" :data="{code:this.planNO,name:this.fileName}" :beforeUpload="uploadFlie" :remove="removeFile">
|
|
|
|
+ <a-button type="primary" disabled>附件上传</a-button>
|
|
|
|
+ </a-upload>
|
|
|
|
+ <!-- <j-upload v-model="fabricLoss.attachs" ></j-upload> -->
|
|
|
|
+ <!-- <a-upload name="file" action="https://www.mocky.io/v2/5cc8019d300000980a055e76" :multiple="true" :default-file-list="fileList">
|
|
|
|
+ <a-button type="primary" >附件上传</a-button>
|
|
|
|
+ </a-upload> -->
|
|
|
|
+ <!-- <a-button type="primary" @click="openEnclosure">附件</a-button> -->
|
|
|
|
+ </a-col>
|
|
|
|
|
|
<!-- <a-col :md="6" :sm="8" class="noprint">
|
|
<!-- <a-col :md="6" :sm="8" class="noprint">
|
|
<a-button type="primary" @click="openEnclosure">附件</a-button>
|
|
<a-button type="primary" @click="openEnclosure">附件</a-button>
|