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