node-sped-nfe 1.2.42 → 1.2.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/utils/make.js +6 -2
- package/package.json +1 -1
package/dist/utils/make.js
CHANGED
|
@@ -21,6 +21,9 @@ class Make {
|
|
|
21
21
|
vBC: 0,
|
|
22
22
|
vICMS: 0,
|
|
23
23
|
vICMSDeson: 0,
|
|
24
|
+
vFCPUFDest: 0,
|
|
25
|
+
vICMSUFDest: 0,
|
|
26
|
+
vICMSUFRemet: 0,
|
|
24
27
|
vFCP: 0,
|
|
25
28
|
vBCST: 0,
|
|
26
29
|
vST: 0,
|
|
@@ -36,7 +39,8 @@ class Make {
|
|
|
36
39
|
vPIS: 0,
|
|
37
40
|
vCOFINS: 0,
|
|
38
41
|
vOutro: 0,
|
|
39
|
-
vNF: 0
|
|
42
|
+
vNF: 0,
|
|
43
|
+
vTotTrib: 0
|
|
40
44
|
});
|
|
41
45
|
}
|
|
42
46
|
formatData(dataUsr = new Date()) {
|
|
@@ -674,7 +678,7 @@ class Make {
|
|
|
674
678
|
//Como ja temos cUF, vamos usar o extras.cUF2UF
|
|
675
679
|
let tempUF = urlEventos(cUF2UF[__classPrivateFieldGet(this, _Make_NFe, "f").infNFe.ide.cUF], __classPrivateFieldGet(this, _Make_NFe, "f").infNFe['@versao']);
|
|
676
680
|
__classPrivateFieldGet(this, _Make_NFe, "f").infNFeSupl = {
|
|
677
|
-
qrCode: tempUF.mod65[__classPrivateFieldGet(this, _Make_NFe, "f").infNFe.ide.tpAmb == 1 ? 'producao' : 'homologacao'].
|
|
681
|
+
qrCode: tempUF.mod65[__classPrivateFieldGet(this, _Make_NFe, "f").infNFe.ide.tpAmb == 1 ? 'producao' : 'homologacao'].NFeConsultaQR, //Este não e o valor final, vamos utilizar apenas para carregar os dados que vão ser utlizados no make
|
|
678
682
|
urlChave: tempUF.mod65[__classPrivateFieldGet(this, _Make_NFe, "f").infNFe.ide.tpAmb == 1 ? 'producao' : 'homologacao'].urlChave
|
|
679
683
|
};
|
|
680
684
|
}
|