12.6 sickdetail

This commit is contained in:
zoujiandong
2023-12-06 13:05:44 +08:00
parent a92f1621b1
commit fcd9d6ccad
26 changed files with 942 additions and 133 deletions
+12
View File
@@ -158,7 +158,19 @@ function formatChufang(arr){
}
return flag
}
function formatwenzhenList(arr,type){
var obj=null;
for (var i = 0; i < arr.length; ++i) {
if(arr[i]==type){
return {NUMBER:i+1,ISHAS:true}
}
};
return {ISHAS:false}
}
module.exports = {
formatwenzhenList:formatwenzhenList,
formatChufang:formatChufang,
formatInquiryType:formatInquiryType,
formatDate: formatDate,