导出格式相关V2
This commit is contained in:
@@ -27,7 +27,7 @@ export const downloadFileMachine = `http://123.56.95.229:8010/submit/downloadFil
|
|||||||
export const MESUploadFile = `http://123.56.95.229:8010/submit/MESUploadFile.ashx`
|
export const MESUploadFile = `http://123.56.95.229:8010/submit/MESUploadFile.ashx`
|
||||||
export const MESDownloadFile = `http://123.56.95.229:8010/submit/MESDownloadFile.ashx`
|
export const MESDownloadFile = `http://123.56.95.229:8010/submit/MESDownloadFile.ashx`
|
||||||
const service = axios.create({
|
const service = axios.create({
|
||||||
baseURL: `http://123.56.95.229:8010/submit/MESCommonBase.ashx`,
|
baseURL: `http://123.56.95.229:58010/submit/MESCommonBase.ashx`,
|
||||||
timeout: 1500000 // 请求超时时间
|
timeout: 1500000 // 请求超时时间
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -338,7 +338,7 @@
|
|||||||
<el-table-column align="center" label="采购数量" width="100px">
|
<el-table-column align="center" label="采购数量" width="100px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.采购数量 }}
|
{{ scope.row.采购数量 }}
|
||||||
{{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.数量 || '—' }}
|
<!--{{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.数量 || '—' }}-->
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="到货数量" width="100px">
|
<el-table-column align="center" label="到货数量" width="100px">
|
||||||
|
|||||||
@@ -326,7 +326,7 @@ export default {
|
|||||||
param[6] = ['机床号物料名称_check', check4]
|
param[6] = ['机床号物料名称_check', check4]
|
||||||
param[7] = ['机床号物料名称', this.machinenum]
|
param[7] = ['机床号物料名称', this.machinenum]
|
||||||
param[8] = ['合计', this.totalPrice]
|
param[8] = ['合计', this.totalPrice]
|
||||||
param[9] = ['表名', '采购核算']
|
param[9] = ['表名', '领用核算']
|
||||||
var Data = this.CreateData('2001', '采购管理_领用核算_查询数据_导出', param)
|
var Data = this.CreateData('2001', '采购管理_领用核算_查询数据_导出', param)
|
||||||
this.exportExcel_NPOI(Data)
|
this.exportExcel_NPOI(Data)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user