|
@@ -866,7 +866,7 @@
|
|
|
this.processList = [];
|
|
this.processList = [];
|
|
|
// this.form.taskAss = 1;
|
|
// this.form.taskAss = 1;
|
|
|
// this.procTaskDis = true;
|
|
// this.procTaskDis = true;
|
|
|
- this.$message.warning('当前工单没有工序数据');
|
|
|
|
|
|
|
+ this.$message.warning('当前工单没有布点数据');
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
// this.procTaskDis = false;
|
|
// this.procTaskDis = false;
|
|
@@ -1286,7 +1286,8 @@
|
|
|
const conflictRes = await checkAssignSourceType(data);
|
|
const conflictRes = await checkAssignSourceType(data);
|
|
|
if (conflictRes?.result) {
|
|
if (conflictRes?.result) {
|
|
|
this.$message.warning(
|
|
this.$message.warning(
|
|
|
- conflictRes.message || '当前派单布点存在冲突,请调整后再保存或派单'
|
|
|
|
|
|
|
+ conflictRes.message ||
|
|
|
|
|
+ '当前派单布点存在冲突,请调整后再保存或派单'
|
|
|
);
|
|
);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -1929,8 +1930,7 @@
|
|
|
.form-wrapper {
|
|
.form-wrapper {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
padding: 18px 20px 20px;
|
|
padding: 18px 20px 20px;
|
|
|
- background:
|
|
|
|
|
- linear-gradient(rgba(39, 56, 74, 0.035) 1px, transparent 1px),
|
|
|
|
|
|
|
+ background: linear-gradient(rgba(39, 56, 74, 0.035) 1px, transparent 1px),
|
|
|
linear-gradient(90deg, rgba(39, 56, 74, 0.035) 1px, transparent 1px),
|
|
linear-gradient(90deg, rgba(39, 56, 74, 0.035) 1px, transparent 1px),
|
|
|
linear-gradient(135deg, rgba(31, 111, 235, 0.08), transparent 36%),
|
|
linear-gradient(135deg, rgba(31, 111, 235, 0.08), transparent 36%),
|
|
|
linear-gradient(180deg, #f7faff 0%, #edf3f8 100%);
|
|
linear-gradient(180deg, #f7faff 0%, #edf3f8 100%);
|
|
@@ -1952,8 +1952,11 @@
|
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
|
border: 1px solid #d8e3ee;
|
|
border: 1px solid #d8e3ee;
|
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
|
- background:
|
|
|
|
|
- linear-gradient(90deg, rgba(27, 116, 228, 0.06), transparent 26%),
|
|
|
|
|
|
|
+ background: linear-gradient(
|
|
|
|
|
+ 90deg,
|
|
|
|
|
+ rgba(27, 116, 228, 0.06),
|
|
|
|
|
+ transparent 26%
|
|
|
|
|
+ ),
|
|
|
#ffffff;
|
|
#ffffff;
|
|
|
box-shadow: inset 4px 0 0 #1b74e4, 0 10px 24px rgba(31, 51, 73, 0.08);
|
|
box-shadow: inset 4px 0 0 #1b74e4, 0 10px 24px rgba(31, 51, 73, 0.08);
|
|
|
}
|
|
}
|
|
@@ -1963,8 +1966,11 @@
|
|
|
margin-bottom: 14px;
|
|
margin-bottom: 14px;
|
|
|
border: 1px solid #d8e3ee;
|
|
border: 1px solid #d8e3ee;
|
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
|
- background:
|
|
|
|
|
- linear-gradient(90deg, rgba(32, 209, 194, 0.06), transparent 30%),
|
|
|
|
|
|
|
+ background: linear-gradient(
|
|
|
|
|
+ 90deg,
|
|
|
|
|
+ rgba(32, 209, 194, 0.06),
|
|
|
|
|
+ transparent 30%
|
|
|
|
|
+ ),
|
|
|
#fafdff;
|
|
#fafdff;
|
|
|
box-shadow: inset 4px 0 0 #20d1c2, 0 8px 18px rgba(31, 51, 73, 0.05);
|
|
box-shadow: inset 4px 0 0 #20d1c2, 0 8px 18px rgba(31, 51, 73, 0.05);
|
|
|
}
|
|
}
|
|
@@ -2028,8 +2034,11 @@
|
|
|
border-right: none;
|
|
border-right: none;
|
|
|
border-left: none;
|
|
border-left: none;
|
|
|
border-radius: 0;
|
|
border-radius: 0;
|
|
|
- background:
|
|
|
|
|
- linear-gradient(90deg, rgba(16, 194, 123, 0.14), transparent 38%),
|
|
|
|
|
|
|
+ background: linear-gradient(
|
|
|
|
|
+ 90deg,
|
|
|
|
|
+ rgba(16, 194, 123, 0.14),
|
|
|
|
|
+ transparent 38%
|
|
|
|
|
+ ),
|
|
|
#f7fbff;
|
|
#f7fbff;
|
|
|
color: #13844f !important;
|
|
color: #13844f !important;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
@@ -2055,7 +2064,10 @@
|
|
|
box-shadow: inset 0 3px 0 #20d1c2;
|
|
box-shadow: inset 0 3px 0 #20d1c2;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- ::v-deep .el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-active):hover {
|
|
|
|
|
|
|
+ ::v-deep
|
|
|
|
|
+ .el-tabs--border-card
|
|
|
|
|
+ > .el-tabs__header
|
|
|
|
|
+ .el-tabs__item:not(.is-active):hover {
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
background: rgba(32, 209, 194, 0.1);
|
|
background: rgba(32, 209, 194, 0.1);
|
|
|
}
|
|
}
|
|
@@ -2081,8 +2093,11 @@
|
|
|
gap: 10px 18px;
|
|
gap: 10px 18px;
|
|
|
padding: 12px 14px;
|
|
padding: 12px 14px;
|
|
|
border-bottom: 1px solid #dce7f1;
|
|
border-bottom: 1px solid #dce7f1;
|
|
|
- background:
|
|
|
|
|
- linear-gradient(90deg, rgba(27, 116, 228, 0.08), rgba(32, 209, 194, 0.06)),
|
|
|
|
|
|
|
+ background: linear-gradient(
|
|
|
|
|
+ 90deg,
|
|
|
|
|
+ rgba(27, 116, 228, 0.08),
|
|
|
|
|
+ rgba(32, 209, 194, 0.06)
|
|
|
|
|
+ ),
|
|
|
#ffffff;
|
|
#ffffff;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -2336,8 +2351,11 @@
|
|
|
.release-dialog-industrial .el-dialog__header {
|
|
.release-dialog-industrial .el-dialog__header {
|
|
|
padding: 18px 24px;
|
|
padding: 18px 24px;
|
|
|
border-bottom: 1px solid rgba(32, 209, 194, 0.28);
|
|
border-bottom: 1px solid rgba(32, 209, 194, 0.28);
|
|
|
- background:
|
|
|
|
|
- linear-gradient(90deg, rgba(32, 209, 194, 0.18), transparent 42%),
|
|
|
|
|
|
|
+ background: linear-gradient(
|
|
|
|
|
+ 90deg,
|
|
|
|
|
+ rgba(32, 209, 194, 0.18),
|
|
|
|
|
+ transparent 42%
|
|
|
|
|
+ ),
|
|
|
linear-gradient(135deg, #1b2a3a, #26384a);
|
|
linear-gradient(135deg, #1b2a3a, #26384a);
|
|
|
}
|
|
}
|
|
|
|
|
|