修改测试问题
This commit is contained in:
Binary file not shown.
@@ -360,7 +360,11 @@
|
||||
label: '凭证下载',
|
||||
type: 'primary',
|
||||
handle: () => {
|
||||
fetch(energyConsumption.voucherDownloadList, { bizType: 3 }).then((res) => {
|
||||
fetch(energyConsumption.voucherDownloadList, {
|
||||
bizType: 3,
|
||||
orgId: orgId.value,
|
||||
year: tableConfig.value.params.year,
|
||||
}).then((res) => {
|
||||
downLoadData.value = res.data;
|
||||
});
|
||||
downLoadVisible.value = true;
|
||||
@@ -406,7 +410,7 @@
|
||||
break;
|
||||
case 0:
|
||||
text = value.record.jan ? value.record.jan : '';
|
||||
color = 'rgba(57, 215, 287, 1)';
|
||||
color = 'rgba(57, 215, 187, 1)';
|
||||
break;
|
||||
}
|
||||
// 使用内联样式设置颜色
|
||||
@@ -427,7 +431,7 @@
|
||||
break;
|
||||
case 0:
|
||||
text = value.record.feb ? value.record.feb : '';
|
||||
color = 'rgba(57, 215, 287, 1)';
|
||||
color = 'rgba(57, 215, 187, 1)';
|
||||
break;
|
||||
}
|
||||
// 使用内联样式设置颜色
|
||||
@@ -448,7 +452,7 @@
|
||||
break;
|
||||
case 0:
|
||||
text = value.record.mar ? value.record.mar : '';
|
||||
color = 'rgba(57, 215, 287, 1)';
|
||||
color = 'rgba(57, 215, 187, 1)';
|
||||
break;
|
||||
}
|
||||
// 使用内联样式设置颜色
|
||||
@@ -469,7 +473,7 @@
|
||||
break;
|
||||
case 0:
|
||||
text = value.record.apr ? value.record.apr : '';
|
||||
color = 'rgba(57, 215, 287, 1)';
|
||||
color = 'rgba(57, 215, 187, 1)';
|
||||
break;
|
||||
}
|
||||
// 使用内联样式设置颜色
|
||||
@@ -490,7 +494,7 @@
|
||||
break;
|
||||
case 0:
|
||||
text = value.record.may ? value.record.may : '';
|
||||
color = 'rgba(57, 215, 287, 1)';
|
||||
color = 'rgba(57, 215, 187, 1)';
|
||||
break;
|
||||
}
|
||||
// 使用内联样式设置颜色
|
||||
@@ -511,7 +515,7 @@
|
||||
break;
|
||||
case 0:
|
||||
text = value.record.jun ? value.record.jun : '';
|
||||
color = 'rgba(57, 215, 287, 1)';
|
||||
color = 'rgba(57, 215, 187, 1)';
|
||||
break;
|
||||
}
|
||||
// 使用内联样式设置颜色
|
||||
@@ -532,7 +536,7 @@
|
||||
break;
|
||||
case 0:
|
||||
text = value.record.jul ? value.record.jul : '';
|
||||
color = 'rgba(57, 215, 287, 1)';
|
||||
color = 'rgba(57, 215, 187, 1)';
|
||||
break;
|
||||
}
|
||||
// 使用内联样式设置颜色
|
||||
@@ -553,7 +557,7 @@
|
||||
break;
|
||||
case 0:
|
||||
text = value.record.aug ? value.record.aug : '';
|
||||
color = 'rgba(57, 215, 287, 1)';
|
||||
color = 'rgba(57, 215, 187, 1)';
|
||||
break;
|
||||
}
|
||||
// 使用内联样式设置颜色
|
||||
@@ -574,7 +578,7 @@
|
||||
break;
|
||||
case 0:
|
||||
text = value.record.sep ? value.record.sep : '';
|
||||
color = 'rgba(57, 215, 287, 1)';
|
||||
color = 'rgba(57, 215, 187, 1)';
|
||||
break;
|
||||
}
|
||||
// 使用内联样式设置颜色
|
||||
@@ -595,7 +599,7 @@
|
||||
break;
|
||||
case 0:
|
||||
text = value.record.oct ? value.record.oct : '';
|
||||
color = 'rgba(57, 215, 287, 1)';
|
||||
color = 'rgba(57, 215, 187, 1)';
|
||||
break;
|
||||
}
|
||||
// 使用内联样式设置颜色
|
||||
@@ -616,7 +620,7 @@
|
||||
break;
|
||||
case 0:
|
||||
text = value.record.nov ? value.record.nov : '';
|
||||
color = 'rgba(57, 215, 287, 1)';
|
||||
color = 'rgba(57, 215, 187, 1)';
|
||||
break;
|
||||
}
|
||||
// 使用内联样式设置颜色
|
||||
@@ -637,7 +641,7 @@
|
||||
break;
|
||||
case 0:
|
||||
text = value.record.dece ? value.record.dece : '';
|
||||
color = 'rgba(57, 215, 287, 1)';
|
||||
color = 'rgba(57, 215, 187, 1)';
|
||||
break;
|
||||
}
|
||||
// 使用内联样式设置颜色
|
||||
@@ -774,7 +778,6 @@
|
||||
mainRef.value?.nsTableRef.reload();
|
||||
};
|
||||
const changeEnergyType = (value) => {
|
||||
debugger;
|
||||
formState.value.collectionNode = '';
|
||||
// 获取自动采集节点的数据
|
||||
fetch(group.queryDeviceGroupTree, { energyType: value, orgId: orgId.value }).then((res) => {
|
||||
|
Reference in New Issue
Block a user