点击文件名下载附件
第一张图片是想写的脚本,后面是我自己修改的,但不知道typeof该怎么改,希望大佬们赐教
if (!col['库存周期' && typeof(col['库存周期')!='undefined' && col['库存周期']!=0) then '在途'
elseif(col['库存周期']<=30) then '30天内'
elseif (col['库存周期']<=60) then '2个月'
elseif (col['库存周期']<=90) then '3个月'
elseif (col['库存周期']<=180) then '4-6个月'
elseif (col['库存周期']<=365) then '7-12个月'
elseif (col['库存周期']>365) then '一年以上'
end
(, 下载次数: 118)