diff --git a/src/utils/request.js b/src/utils/request.js
index 8eaacaf2..8ff60856 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -23,7 +23,7 @@ export const downloadFileMachine = `http://192.168.1.231:8411/submit/downloadFil
export const MESUploadFile = `http://192.168.1.231:8411/submit/MESUploadFile.ashx`
export const MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx`
const service = axios.create({
- baseURL: `http://192.168.1.231:8411/submit/MESCommonBase.ashx`,
+ baseURL: `http://192.168.0.101:8411/submit/MESCommonBase.ashx`,
timeout: 1500000 // 请求超时时间
})
diff --git a/src/views/Assembly/AssemblyExecution/index.vue b/src/views/Assembly/AssemblyExecution/index.vue
index 79f3c16c..e39c5c70 100644
--- a/src/views/Assembly/AssemblyExecution/index.vue
+++ b/src/views/Assembly/AssemblyExecution/index.vue
@@ -49,7 +49,7 @@
- {{ scope.row.机床装配开始时间 }}
+ {{ scope.row.机床装配实际开始时间 }}
@@ -131,7 +131,7 @@
-
+
编辑
确定
diff --git a/src/views/ManufacturingCenter/ParseQuery/index.vue b/src/views/ManufacturingCenter/ParseQuery/index.vue
index e2eff73f..e7d46347 100644
--- a/src/views/ManufacturingCenter/ParseQuery/index.vue
+++ b/src/views/ManufacturingCenter/ParseQuery/index.vue
@@ -652,7 +652,7 @@
- {{ scope.row.结束时间 ? parseInt(scope.row.实际工时) + parseInt(scope.row.修补工时) : '--' }}
+ {{ scope.row.实际工时 ? parseInt(scope.row.实际工时) + parseInt(scope.row.修补工时) : '--' }}
@@ -1835,12 +1835,6 @@
align="center"
type="index"
width="50"/>
-
-
- 合格
- 不合格
-
-
{{ scope.row.机床图号 ? scope.row.机床图号 : '--' }}
@@ -1851,29 +1845,24 @@
{{ scope.row.机床名称 ? scope.row.机床名称 : '--' }}
-
+
- {{ scope.row.组号 ? scope.row.组号 : '--' }}
+ {{ scope.row.机床装配实际开始时间 ? scope.row.机床装配实际开始时间 : '--' }}
-
+
- {{ scope.row.组件名称 ? scope.row.组件名称 : '--' }}
+ {{ scope.row.机床装配实际完成时间 ? scope.row.机床装配实际完成时间 : '--' }}
-
+
- {{ scope.row.检测项 ? scope.row.检测项 : '--' }}
+ {{ scope.row.调试开始时间 ? scope.row.调试开始时间 : '--' }}
-
+
- {{ scope.row.检测项明细 ? scope.row.检测项明细 : '--' }}
-
-
-
-
- {{ scope.row.备注 ? scope.row.备注 : '--' }}
+ {{ scope.row.调试结束时间 ? scope.row.调试结束时间 : '--' }}
@@ -4024,8 +4013,7 @@ export default {
method: 'post',
data: {
type: '3',
- name: `SELECT *
- FROM [质检管理_装配质检_查询视图] where 机床流水号 = ${this.machineValue1} and 组件流水号 is null`
+ name: `select 机床图号,机床名称,机床装配实际开始时间,机床装配实际完成时间,调试开始时间,调试结束时间 from PDM_机床名称 where 机床流水号 = ${this.machineValue1}`
}
}).then(res => {
this.tableDataDiv22 = res.data
@@ -4470,7 +4458,7 @@ export default {
width: 1858px;
height: 400px;
/*border: 1px solid red;*/
- background: url('../../../assets/img/img13.png') repeat;
+ background: url('../../../assets/img/img11.png') repeat;
background-repeat:no-repeat;
background-size:100% 100%;-moz-background-size:100% 100%;
}