|
@@ -379,7 +379,7 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
<div style="display: flex;font-weight: bold;color:purple">
|
|
<div style="display: flex;font-weight: bold;color:purple">
|
|
|
- <div class="groupbox float-div" style="height: 17vh; width: 130vh;font-weight: bold;color:purple;font-size: 2.5vh;">
|
|
|
|
|
|
|
+ <div class="groupbox float-div" style="height: 20vh; width: 130vh;font-weight: bold;color:purple;font-size: 2.5vh;">
|
|
|
<span class="grouptitle">组员及分配比例</span>
|
|
<span class="grouptitle">组员及分配比例</span>
|
|
|
<el-row :gutter="10" style="margin-top: 0px; height: 5vh;">
|
|
<el-row :gutter="10" style="margin-top: 0px; height: 5vh;">
|
|
|
<el-col :span="2">
|
|
<el-col :span="2">
|
|
@@ -3463,6 +3463,8 @@ const tableCols2 = [
|
|
|
|
|
|
|
|
//员工工资查询
|
|
//员工工资查询
|
|
|
const gzSel = () =>{
|
|
const gzSel = () =>{
|
|
|
|
|
+
|
|
|
|
|
+ console.log(formData)
|
|
|
if(formData.value.班组成员.length==0){
|
|
if(formData.value.班组成员.length==0){
|
|
|
ElMessage({ type: 'warning', message: '未获取到员工' });
|
|
ElMessage({ type: 'warning', message: '未获取到员工' });
|
|
|
return
|
|
return
|
|
@@ -5094,7 +5096,10 @@ const blplanUsageCellClass = ({row, column, rowIndex, columnIndex}) =>{
|
|
|
::v-deep .el-tabs__item {
|
|
::v-deep .el-tabs__item {
|
|
|
/*color: #000000 !important;*/
|
|
/*color: #000000 !important;*/
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
-
|
|
|
|
|
|
|
+}
|
|
|
|
|
+::v-deep .el-dialog__headerbtn {
|
|
|
|
|
+ width: 100px;
|
|
|
|
|
+ height: 85px;
|
|
|
}
|
|
}
|
|
|
:deep(.plan-usage-low div) {
|
|
:deep(.plan-usage-low div) {
|
|
|
color: blue !important;
|
|
color: blue !important;
|