Create function sendDeviceInfor to mail
This commit is contained in:
parent
41cf39d554
commit
16386ddc03
|
|
@ -53,7 +53,7 @@ export const sendDeviceInfora = async () => {
|
||||||
linesInventory[index],
|
linesInventory[index],
|
||||||
linesInventory[index + 1]
|
linesInventory[index + 1]
|
||||||
);
|
);
|
||||||
let backgroundColor = index%2===0?"rgb(200 200 200 / 39%)":"white"
|
let backgroundColor = "rgb(200 200 200 / 39%)"
|
||||||
const showInventory = [];
|
const showInventory = [];
|
||||||
let check = true;
|
let check = true;
|
||||||
let begin = 0;
|
let begin = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue