bug
This commit is contained in:
@@ -15,7 +15,6 @@ export const upload3 = `192.168.1.231:8411/submit/upload3.ashx` // performancebo
|
||||
export const uploadInvoiceScan = `192.168.1.231:8411/submit/uploadInvoiceScan.ashx` // invoice
|
||||
export const download = `192.168.1.231:8411/submit/downloadFile.ashx` // ContractInformationManagement
|
||||
const service = axios.create({
|
||||
|
||||
// baseURL: `http://192.168.1.149:8411/submit/MESCommonBase.ashx`,
|
||||
// baseURL: `http://192.168.1.149:8411/submit/MESCommonBase.ashx`,
|
||||
// baseURL: `http://localhost:8411/submit/MESCommonBase.ashx`,
|
||||
|
||||
@@ -928,7 +928,7 @@ export default {
|
||||
this.form.remark = row.合同信息备注
|
||||
this.CustomerCode = row.客户流水号
|
||||
this.form.付款方式 = parseInt(row.付款方式代码)
|
||||
this.biddingNumber = parseInt(row.招标保证金流水号)
|
||||
this.biddingNumber = row.招标保证金流水号
|
||||
this.form.bidding = row.招标企业
|
||||
this.disabled = true
|
||||
this.temp = 2
|
||||
|
||||
Reference in New Issue
Block a user