MaiXinRong 3 lat temu
rodzic
commit
f83209022c
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      builder_report_index_define.js

+ 2 - 0
builder_report_index_define.js

@@ -410,6 +410,8 @@ const change_apply = {
         { name: '原设计情况描述', field: 'org_content', type: dataType.str },
         { name: '现场实际情况描述', field: 'site_content', type: dataType.str },
         { name: '内容摘要', field: 'content', type: dataType.str },
+        { name: '金额', field: 'total_price', type: dataType.currency },
+        { name: '小数位数设置JSON', field: 'decimal', type: dataType.currency },
     ],
 };
 const change_apply_audit = {