在加工零件
This commit is contained in:
@@ -26,7 +26,7 @@ export const MESUploadFile = `http://192.168.1.231:8411/submit/MESUploadFile.ash
|
|||||||
export const MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx`
|
export const MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx`
|
||||||
const service = axios.create({
|
const service = axios.create({
|
||||||
|
|
||||||
baseURL: `http://192.168.1.231:8411/submit/MESCommonBase.ashx`,
|
baseURL: `http://192.168.0.110:8002/submit/MESCommonBase.ashx`,
|
||||||
timeout: 1500000 // 请求超时时间
|
timeout: 1500000 // 请求超时时间
|
||||||
})
|
})
|
||||||
export default service
|
export default service
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
<el-card>
|
<el-card>
|
||||||
<span style="margin-left: 30%;font-size: 20px">待加工零件列表</span>
|
<span style="margin-left: 30%;font-size: 20px">待加工零件列表</span>
|
||||||
<el-table :data="tableData3" border size="mini" highlight-current-row style="width: 1160px" stripe height="475px">
|
<el-table :data="tableData3" border size="mini" highlight-current-row style="width: 1160px" stripe height="475px">
|
||||||
<el-table-column label="机床图号" prop="机床图号" align="center" width="100px">
|
<el-table-column label="机床图号" show-overflow-tooltip prop="机床图号" align="center" width="100px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.机床图号 }}
|
{{ scope.row.机床图号 }}
|
||||||
</template>
|
</template>
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
{{ scope.row.机床名称 }}
|
{{ scope.row.机床名称 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="组号" prop="组号" align="center" width="50px">
|
<el-table-column label="组号" prop="组号" show-overflow-tooltip align="center" width="50px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.组号 }}
|
{{ scope.row.组号 }}
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user