@@ -1018,9 +1018,9 @@ import Tooltip from '@mui/material/Tooltip';
data={zljeData}
/>}
- {!nest && !qingdan && !cuoshi && !qufei && !rcjhz && !gfsj && !bjhz && !tbxx && !qtxm && !zlje && !zygczgj && !jrg && !zcbfwf && fbrgycl && <Fbrgycl
+ {!nest && !qingdan && !cuoshi && !qufei && !rcjhz && !gfsj && !bjhz && !tbxx && !qtxm && !zlje && !zygczgj && !jrg && !zcbfwf && fbrgycl && <Box sx={{ width: '70vw'}}><Fbrgycl
data={fbrgyclData}
- />}
+ /></Box>}
{!nest && !qingdan && !cuoshi && !qufei && !rcjhz && !gfsj && !bjhz && !tbxx && !qtxm && !zlje && !zygczgj && !jrg && zcbfwf && !fbrgycl && <Zcbfwf
data={zcbfwfData}
@@ -47,6 +47,15 @@ export default function Djcs3({name, bh, rgde, jxde, clde, beizhu, beizhuFK, cli
//get row data
//console.log(cell);
if(isQdrcj.current) return false;
+ if (cell._cell.row.getData()['人材机编码'] == '00EXP001') {//回程费
+ return false;
+ }
+ if (cell._cell.row.getData()['人材机编码'] == '99EXP007') {//
+ if (cell._cell.row.getData()['人材机编码'] == '31130104') {//
return true;
}
@@ -1453,7 +1453,7 @@
.tabulator-row:nth-child(even) {
- background-color: #627ce0;
+ background-color: #fff;
.tabulator-row:nth-child(even) .tabulator-cell {
@@ -1461,11 +1461,11 @@
.tabulator-row:nth-child(even) .tabulator-cell:first-child {
- border-left: 10px solid #627ce0;
+ border-left: 10px solid #1976D2;
.tabulator-row:nth-child(even) .tabulator-cell.tabulator-row-header {
@media (hover: hover) and (pointer: fine) {