|
@@ -205,7 +205,7 @@
|
|
|
</div> -->
|
|
|
</div>
|
|
|
<el-scrollbar
|
|
|
- style="height: calc(100vh - 600px); padding-bottom: 20px"
|
|
|
+ style="height: calc(100vh - 660px); padding-bottom: 20px"
|
|
|
>
|
|
|
<Steps
|
|
|
v-if="opsArray.length > 0"
|
|
@@ -220,7 +220,7 @@
|
|
|
font-size: 500;
|
|
|
font-size: 24px;
|
|
|
display: flex;
|
|
|
- height: calc(100vh - 630px);
|
|
|
+ height: calc(100vh - 690px);
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
background-color: #d5dade;
|
|
@@ -235,10 +235,11 @@
|
|
|
<div
|
|
|
style="
|
|
|
width: 100%;
|
|
|
- height: 200px;
|
|
|
+ height: 260px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: space-evenly;
|
|
|
+ padding-bottom: 60px;
|
|
|
"
|
|
|
>
|
|
|
<div>
|
|
@@ -1221,17 +1222,17 @@ const tableData = ref([
|
|
|
error: 0,
|
|
|
},
|
|
|
{
|
|
|
- user: "周杰伦",
|
|
|
+ user: "admin",
|
|
|
num: 18,
|
|
|
error: 0,
|
|
|
},
|
|
|
{
|
|
|
- user: "周杰伦",
|
|
|
+ user: "admin",
|
|
|
num: 12,
|
|
|
error: 0,
|
|
|
},
|
|
|
{
|
|
|
- user: "周杰伦",
|
|
|
+ user: "admin",
|
|
|
num: 18,
|
|
|
error: 1,
|
|
|
},
|
|
@@ -1278,14 +1279,9 @@ const tableData3 = ref([
|
|
|
boxCode: "LX-000123",
|
|
|
num: 12,
|
|
|
workOrderCode: "2025.12.125",
|
|
|
- opName: "装配",
|
|
|
- },
|
|
|
- {
|
|
|
- boxCode: "LX-000123",
|
|
|
- num: 12,
|
|
|
- workOrderCode: "2025.12.125",
|
|
|
- opName: "装配",
|
|
|
+ opName: "调试",
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
boxCode: "LX-000123",
|
|
|
num: 12,
|
|
@@ -1348,11 +1344,11 @@ const options = [
|
|
|
},
|
|
|
{
|
|
|
value: "2",
|
|
|
- label: "维修",
|
|
|
+ label: "调试",
|
|
|
},
|
|
|
{
|
|
|
value: "3",
|
|
|
- label: "工装",
|
|
|
+ label: "测试",
|
|
|
},
|
|
|
];
|
|
|
const copyTextUsingTextarea = (text) => {
|
|
@@ -1591,6 +1587,11 @@ const getNameClass = (index) => {
|
|
|
};
|
|
|
//获取当前tags列表
|
|
|
const getOpCompentArray = async () => {
|
|
|
+ ElMessage.success(
|
|
|
+ `${Number(
|
|
|
+ taskArray.value[taskIndex.value].ops[selectStepIndex.value].operationId
|
|
|
+ )}/${store.scanInfo.id}`
|
|
|
+ );
|
|
|
const { data } = await getOpCompent(
|
|
|
"/" +
|
|
|
`${Number(
|