瀏覽代碼

fix: 报表条件预处理新增是否为标准清单

lishihao 1 月之前
父節點
當前提交
4235833028
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      web/maintain/report/js/rpt_tpl_pre_handle.js

+ 10 - 0
web/maintain/report/js/rpt_tpl_pre_handle.js

@@ -255,6 +255,16 @@ const exposed_bills_properties = [
     Order: "ascend",
     individualType: fixed_bills_special_provisional_types,
   },
+  {
+    Name: "清单_是否标准清单",
+    Title: "",
+    Key: "isStdBill",
+    Order: "ascend",
+    individualType: [
+      { Name: "是(1)", Title: "", Value: "1" },
+      { Name: "否(0)", Title: "", Value: "0" },
+    ],
+  },
 ];
 const exposed_ration_properties = [
   { Name: "定额_工程内部ID", Title: "", Key: "ID", Order: "ascend" },