12.6 sickdetail
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user