Explorar el Código

池州接口序号

chenshilong hace 5 años
padre
commit
4349d2b2a2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      web/building_saas/standard_interface/export/anhui_chizhou.js

+ 2 - 2
web/building_saas/standard_interface/export/anhui_chizhou.js

@@ -282,8 +282,8 @@ INTERFACE_EXPORT = (() => {
                 serialNo++;
                 let zmh = (AItem.parent == vTree.roots[0]) ? getNum(AItem.data.name) : AItem.data.code;
                 const attrs = [
-                    {name: "序号", value: AItem.row()}, //AItem.data.ID
-                    {name: "清单章节号", value: zmh},
+                    {name: "序号", value: serialNo},
+                    {name: "清单章节号", value: AItem.data.sectionCode ? AItem.data.sectionCode : zmh},
                     {name: "子目号", value: zmh},
                     {name: "子目名称", value: AItem.data.name},
                     {name: "单位", value: AItem.data.unit},