|
@@ -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" },
|