Merge branch 'master' of http://192.168.0.112:10010/r/高精2.0
This commit is contained in:
@@ -631,6 +631,7 @@
|
||||
<script>
|
||||
import request from '@/utils/request'
|
||||
import elInput from 'element-ui/packages/input'
|
||||
import { readImg } from '@/utils/request'
|
||||
import { initProject, selectProvince, SelectMarketingManager, searchTable1, selectMachine, searchTableDataInvoiceRecord, searchTableContractCapitalManagement, searchTableSafetyMargin, searchTableBidBond, typeOfPerformanceBond, searchTableDataPerformanceBond, searchTableDataDeliveryManagement } from '@/api/MarketingCenter/ComprehensiveInquiryMS'
|
||||
export default {
|
||||
components: {
|
||||
@@ -878,7 +879,7 @@ export default {
|
||||
name: `select * from 合同信息管理_履约保证金_履约保函 where 是否启用 = 1 and 项目流水号 = ${this.projectNum}`
|
||||
}
|
||||
})
|
||||
this.url = 'http://localhost:8411/webpage/img/' + data[0].文件标识
|
||||
this.url = readImg + data[0].文件标识
|
||||
},
|
||||
async handleRemove(file, fileList) {
|
||||
const { data } = await request({
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
:before-upload="beforeUpload"
|
||||
:on-success="onSuccess"
|
||||
:limit="5"
|
||||
:action="'http://localhost:8411/submit/upload2.ashx?InvoiceNum='+ invoiceNum"
|
||||
:action="upload2 + '?InvoiceNum=' + invoiceNum"
|
||||
list-type="picture-card">
|
||||
<i class="el-icon-plus"/>
|
||||
</el-upload>
|
||||
@@ -609,12 +609,15 @@ import elInput from 'element-ui/packages/input'
|
||||
import $ from 'jquery'
|
||||
import { selectDelivery, submitRremove, searchCargoBoxDetailed, submitMoveInto, delCargoBox, addCargoBox, searchCargoBox, editInvoice, delInvoice, addInvoice, editAdress, addAdress, deleteAdress, citySearch, provinceSearch, addressSearch, searchParts, searchHost, searchSparePart, searchProjectName, searchPackingList, searchFile, searchInvoice } from '@/api//MarketingCenter/DeliveryManagement'
|
||||
import QRCode from 'qrcode'
|
||||
import { upload2, readImg } from '@/utils/request'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
elInput
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
upload2: upload2,
|
||||
btnAdd: false,
|
||||
btnDel: false,
|
||||
btnLoading: false,
|
||||
@@ -1224,7 +1227,7 @@ export default {
|
||||
return {
|
||||
_id: item.附件号,
|
||||
name: item.文件标识,
|
||||
url: 'http://localhost:8411/webpage/img/' + item.文件标识
|
||||
url: readImg + item.文件标识
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
@@ -209,7 +209,7 @@
|
||||
:file-list="fileList"
|
||||
:before-upload="beforeUpload"
|
||||
:on-success="onSuccess"
|
||||
:action="'http://localhost:8411/submit/upload3.ashx?ProjectId='+ projectId"
|
||||
:action="upload3 + '?ProjectId=' + projectId"
|
||||
list-type="picture-card">
|
||||
<i class="el-icon-plus"/>
|
||||
</el-upload>
|
||||
@@ -291,6 +291,7 @@
|
||||
<script>
|
||||
import request from '@/utils/request'
|
||||
import elInput from 'element-ui/packages/input'
|
||||
import { upload3, readImg } from '@/utils/request'
|
||||
import { initProject, searchTableData1, typeOfPerformanceBond, searchTableData2, takeBack, executionProgressID, initType, addPerformanceBond, editPerformanceBond, delPerformanceBond, addPerformanceGuarantee, delPerformanceGuarantee } from '@/api/MarketingCenter/PerformanceBond'
|
||||
export default {
|
||||
components: {
|
||||
@@ -305,6 +306,7 @@ export default {
|
||||
}
|
||||
}
|
||||
return {
|
||||
upload3: upload3,
|
||||
title1: '', // 履约保证金新增或编辑对话框
|
||||
entryNameValue: '', // 查询条件_项目名称
|
||||
entryName: [], // 查询条件_项目名称数组
|
||||
@@ -722,7 +724,7 @@ export default {
|
||||
return {
|
||||
_id: item.履约保函流水号,
|
||||
name: item.文件标识,
|
||||
url: 'http://localhost:8411/webpage/img/' + item.文件标识
|
||||
url: readImg + item.文件标识
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user