|
@@ -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" :file-list="fileList" :multiple="true" :action="importExcelUrl" :data="{code:this.planNO}" >
|
|
|
+ <a-upload name="file" :file-list="fileList" :multiple="true" :action="importExcelUrl" :data="{code:this.planNO}" >
|
|
|
<a-button type="primary" >附件上传</a-button>
|
|
|
</a-upload>
|
|
|
<!-- <j-upload v-model="fabricLoss.attachs" ></j-upload> -->
|
|
@@ -804,12 +804,6 @@ export default {
|
|
|
noteTwo: '' // 备注 2
|
|
|
}
|
|
|
},
|
|
|
- computed: {
|
|
|
- // 附件上传
|
|
|
- importExcelUrl: function() {
|
|
|
- return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`
|
|
|
- },
|
|
|
- },
|
|
|
|
|
|
methods: {
|
|
|
daYin(){
|
|
@@ -1348,6 +1342,9 @@ export default {
|
|
|
// },
|
|
|
// 构建合计数据 --合计
|
|
|
computed: {
|
|
|
+ importExcelUrl: function() {
|
|
|
+ return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`
|
|
|
+ },
|
|
|
// costFooterDataSource(){
|
|
|
// //成本发票 合计
|
|
|
// var item = {
|