Compare commits
No commits in common. "5dd551c79506515b2eb485b662d48692ce0f4249" and "478baaabd4bd29c2271096e3271488dcf9e8ad04" have entirely different histories.
5dd551c795
...
478baaabd4
6
.env.dev
6
.env.dev
@ -1,8 +1,8 @@
|
|||||||
###
|
###
|
||||||
# @Author: Do not edit
|
# @Author: Do not edit
|
||||||
# @Date: 2023-08-29 09:40:39
|
# @Date: 2023-08-29 09:40:39
|
||||||
# @LastEditTime: 2024-02-23 16:03:51
|
# @LastEditTime: 2024-02-21 18:47:20
|
||||||
# @LastEditors: zhp
|
# @LastEditors: DY
|
||||||
# @Description:
|
# @Description:
|
||||||
###
|
###
|
||||||
# 开发环境配置
|
# 开发环境配置
|
||||||
@ -28,7 +28,7 @@ VUE_APP_BASE_API = 'http://192.168.0.33:48082'
|
|||||||
# VUE_APP_BASE_API = 'http://192.168.1.78:48082'
|
# VUE_APP_BASE_API = 'http://192.168.1.78:48082'
|
||||||
# VUE_APP_BASE_API = 'http://192.168.1.78:48082'
|
# VUE_APP_BASE_API = 'http://192.168.1.78:48082'
|
||||||
# socket地址
|
# socket地址
|
||||||
VUE_APP_Socket_API = 'ws://192.168.0.30:8888'
|
VUE_APP_Socket_API = 'ws://10.70.2.2:8080'
|
||||||
VUE_APP_Socket_Dcs_API = 'ws://10.70.180.10:8081'
|
VUE_APP_Socket_Dcs_API = 'ws://10.70.180.10:8081'
|
||||||
|
|
||||||
# 积木报表指向地址
|
# 积木报表指向地址
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* @Author: gtz
|
* @Author: gtz
|
||||||
* @Date: 2022-01-19 15:58:17
|
* @Date: 2022-01-19 15:58:17
|
||||||
* @LastEditors: zhp
|
* @LastEditors: zhp
|
||||||
* @LastEditTime: 2024-02-22 10:26:59
|
* @LastEditTime: 2024-02-20 15:25:02
|
||||||
* @Description: file content
|
* @Description: file content
|
||||||
* @FilePath: \mt-bus-fe\src\views\OperationalOverview\components\baseContainer\index.vue
|
* @FilePath: \mt-bus-fe\src\views\OperationalOverview\components\baseContainer\index.vue
|
||||||
-->
|
-->
|
||||||
@ -157,12 +157,12 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
||||||
|
|
||||||
.base-container {
|
.base-container {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
// background-color: rgba($color: #061027, $alpha: 0.15);
|
// background-color: rgba($color: #061027, $alpha: 0.15);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
// filter: blur(.5px);
|
||||||
opacity: calc(.8);
|
opacity: calc(.8);
|
||||||
// border: 2px solid;
|
// border: 2px solid;
|
||||||
// background: url('../../../../assets/img/energy.png') no-repeat;
|
// background: url('../../../../assets/img/energy.png') no-repeat;
|
||||||
@ -170,45 +170,24 @@ export default {
|
|||||||
&__small {
|
&__small {
|
||||||
background: url(../../../../assets/img/short.png) no-repeat;
|
background: url(../../../../assets/img/short.png) no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
backdrop-filter: blur(5px);
|
// background-position: 0 0;
|
||||||
}
|
}
|
||||||
// &__small::after {
|
|
||||||
// content: "";
|
|
||||||
// position: absolute;
|
|
||||||
// top: 0;
|
|
||||||
// left: 0;
|
|
||||||
// filter: blur(20px);
|
|
||||||
// z-index: -1;
|
|
||||||
// }
|
|
||||||
&__middle {
|
&__middle {
|
||||||
background: url(../../../../assets/img/middle.png) no-repeat;
|
background: url(../../../../assets/img/middle.png) no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
backdrop-filter: blur(5px);
|
// background-position: 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__large {
|
&__large {
|
||||||
background: url(../../../../assets/img/high.png) no-repeat;
|
background: url(../../../../assets/img/high.png) no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
backdrop-filter: blur(5px);
|
// background-position: 0 0;
|
||||||
}
|
}
|
||||||
&__eqStatus {
|
&__eqStatus {
|
||||||
background: url(../../../../assets/img/high.png) no-repeat;
|
background: url(../../../../assets/img/short.png) no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
backdrop-filter: blur(5px);
|
|
||||||
}
|
}
|
||||||
// &::after {
|
|
||||||
// content: " ";
|
|
||||||
// // display: block;
|
|
||||||
// position: absolute;
|
|
||||||
// left: 0;
|
|
||||||
// top: 0;
|
|
||||||
// right: 0;
|
|
||||||
// bottom: 0;
|
|
||||||
// // background: inherit;
|
|
||||||
// /* 设置模糊,不用 filter */
|
|
||||||
// backdrop-filter: blur(5px);
|
|
||||||
// z-index: -1;
|
|
||||||
// }
|
|
||||||
// border-radius: 40px 0px 40px 0px;
|
// border-radius: 40px 0px 40px 0px;
|
||||||
// border-image: linear-gradient(360deg, rgba(157, 246, 254, 0.05), rgba(100, 233, 252, 0.9)) 2 2;
|
// border-image: linear-gradient(360deg, rgba(157, 246, 254, 0.05), rgba(100, 233, 252, 0.9)) 2 2;
|
||||||
// .line {
|
// .line {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!--
|
<!--
|
||||||
* @Author: zhp
|
* @Author: zhp
|
||||||
* @Date: 2024-01-30 10:53:32
|
* @Date: 2024-01-30 10:53:32
|
||||||
* @LastEditTime: 2024-02-23 15:16:35
|
* @LastEditTime: 2024-02-01 14:47:03
|
||||||
* @LastEditors: zhp
|
* @LastEditors: zhp
|
||||||
* @Description:
|
* @Description:
|
||||||
-->
|
-->
|
||||||
@ -203,11 +203,8 @@ export default {
|
|||||||
// 如果没找到这个
|
// 如果没找到这个
|
||||||
this.selectedEquipments.push(equipmentId);
|
this.selectedEquipments.push(equipmentId);
|
||||||
console.log(this.selected.indexOf(equipmentId))
|
console.log(this.selected.indexOf(equipmentId))
|
||||||
console.log(equipmentId);
|
this.selected.forEach((ele,index) => {
|
||||||
this.selected.forEach((ele, index) => {
|
if (ele.equipmentId === equipmentId ) {
|
||||||
console.log(ele);
|
|
||||||
if (ele.equipmentId === equipmentId) {
|
|
||||||
console.log(22222);
|
|
||||||
this.selected[index].children.push({ id: bomId })
|
this.selected[index].children.push({ id: bomId })
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@ -217,12 +214,11 @@ export default {
|
|||||||
// equMaterialBomId: bomId,
|
// equMaterialBomId: bomId,
|
||||||
// });
|
// });
|
||||||
// 强制更新'设备'一栏
|
// 强制更新'设备'一栏
|
||||||
this.refreshKey = Math.random();
|
this.refreshKey = Math.random();
|
||||||
console.log(this.selected)
|
|
||||||
// this.$emit('update', this.selected);
|
// this.$emit('update', this.selected);
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
console.log(selected)
|
console.log(selected);
|
||||||
this.selected.forEach((ele, index) => {
|
this.selected.forEach((ele, index) => {
|
||||||
ele.children.forEach((e, i) => {
|
ele.children.forEach((e, i) => {
|
||||||
console.log(e)
|
console.log(e)
|
||||||
@ -232,10 +228,10 @@ export default {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
console.log(this.selected)
|
|
||||||
// this.$emit('getData', this.dataForm)
|
// this.$emit('getData', this.dataForm)
|
||||||
// selectedItem && (selectedItem.equMaterialBomId = selected ? bomId : null);
|
// selectedItem && (selectedItem.equMaterialBomId = selected ? bomId : null);
|
||||||
// this.currentSelectedMaterialBomId = selected ? bomId : null;
|
// this.currentSelectedMaterialBomId = selected ? bomId : null;
|
||||||
|
console.log(this.selected)
|
||||||
},
|
},
|
||||||
|
|
||||||
// handleValueBomChange(equipmentId, bomId, selected) {
|
// handleValueBomChange(equipmentId, bomId, selected) {
|
||||||
|
@ -154,7 +154,7 @@ export default {
|
|||||||
this.urlOptions.getDataListURL(this.listQuery).then(res => {
|
this.urlOptions.getDataListURL(this.listQuery).then(res => {
|
||||||
this.tableData = res.data.list.map((item) => {
|
this.tableData = res.data.list.map((item) => {
|
||||||
return {
|
return {
|
||||||
datas: item.strList ? item.strList.toString() : null,
|
datas: item.strList.toString(),
|
||||||
nickName: item.nickName,
|
nickName: item.nickName,
|
||||||
userName: item.userName,
|
userName: item.userName,
|
||||||
userId: item.userId
|
userId: item.userId
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* @Author: zwq
|
* @Author: zwq
|
||||||
* @Date: 2023-08-01 14:55:51
|
* @Date: 2023-08-01 14:55:51
|
||||||
* @LastEditors: zhp
|
* @LastEditors: zhp
|
||||||
* @LastEditTime: 2024-02-23 09:16:24
|
* @LastEditTime: 2024-02-20 08:46:05
|
||||||
* @Description:
|
* @Description:
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
@ -31,11 +31,6 @@ import {
|
|||||||
} from '@/api/quality/rawMaterialTraceability';
|
} from '@/api/quality/rawMaterialTraceability';
|
||||||
|
|
||||||
const tableProps = [
|
const tableProps = [
|
||||||
|
|
||||||
{
|
|
||||||
prop: 'orderName',
|
|
||||||
label: '订单名称',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
prop: 'workOrderName',
|
prop: 'workOrderName',
|
||||||
label: '工单名称',
|
label: '工单名称',
|
||||||
@ -53,7 +48,7 @@ const tableProps = [
|
|||||||
label: '包装条码',
|
label: '包装条码',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'originalGlassLineName',
|
prop: '',
|
||||||
label: '原片产线',
|
label: '原片产线',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -62,7 +57,7 @@ const tableProps = [
|
|||||||
filter: parseTime
|
filter: parseTime
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'deepProcessingLineName',
|
prop: 'batch',
|
||||||
label: '深加工产线',
|
label: '深加工产线',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -75,11 +70,11 @@ const tableProps = [
|
|||||||
label: '深加工下片时间',
|
label: '深加工下片时间',
|
||||||
filter: parseTime
|
filter: parseTime
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// prop: 'scrapDetail',
|
prop: 'scrapDetail',
|
||||||
// label: '详情',
|
label: '详情',
|
||||||
// filter: parseTime
|
filter: parseTime
|
||||||
// }
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
Loading…
Reference in New Issue
Block a user