询价单去供应商名称

This commit is contained in:
chenjianan
2019-05-27 10:21:48 +08:00
parent 5fca117bc0
commit efc39cf7ee
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ export const uploadInvoiceScan = `http://192.168.1.231:8411/submit/uploadInvoice
export const uploadInvoiceScan1 = `http://192.168.1.231:8411/submit/uploadInvoiceScan1.ashx` // invoice(workshop) export const uploadInvoiceScan1 = `http://192.168.1.231:8411/submit/uploadInvoiceScan1.ashx` // invoice(workshop)
export const download = `http://192.168.1.231:8411/submit/downloadFile.ashx` // ContractInformationManagement export const download = `http://192.168.1.231:8411/submit/downloadFile.ashx` // ContractInformationManagement
const service = axios.create({ const service = axios.create({
baseURL: `http://192.168.1.231:8411/submit/MESCommonBase.ashx`, baseURL: `http://192.168.0.105:8411/submit/MESCommonBase.ashx`,
timeout: 1500000 // 请求超时时间 timeout: 1500000 // 请求超时时间
}) })

View File

@@ -1358,7 +1358,7 @@ export default {
document.getElementsByClassName('tableData')[j].children[6].innerHTML = this.tableData3[j].备注 document.getElementsByClassName('tableData')[j].children[6].innerHTML = this.tableData3[j].备注
} }
document.getElementById('inquirySheetNum').innerHTML = this.orderExport document.getElementById('inquirySheetNum').innerHTML = this.orderExport
document.getElementById('supplier').innerHTML = this.supplierExport document.getElementById('supplier').innerHTML = ''
} }
}).then(() => { }).then(() => {
const htmlNode = $('#inquirySheet').html() const htmlNode = $('#inquirySheet').html()
@@ -1413,7 +1413,7 @@ export default {
document.getElementsByClassName('tableData')[j].children[6].innerHTML = this.tableData3[j].备注 document.getElementsByClassName('tableData')[j].children[6].innerHTML = this.tableData3[j].备注
} }
document.getElementById('inquirySheetNum').innerHTML = this.orderExport document.getElementById('inquirySheetNum').innerHTML = this.orderExport
document.getElementById('supplier').innerHTML = this.supplierExport document.getElementById('supplier').innerHTML = ''
exportExcelMethod('inquirySheet', '采购询价单', '采购询价单sheet') exportExcelMethod('inquirySheet', '采购询价单', '采购询价单sheet')
} }
}).catch(res => { }).catch(res => {