【调度系统】广东民航医疗快线调度系统源代码
hzj
2 天以前 1503b9d7ed1d71b98bd5715c23d236ef3c019ead
inc/function.gds
@@ -3367,6 +3367,9 @@
'金额去掉小数点
function MoneyCheck(v,t)
   If IsNull(v) Or v="" Then
      v = 0
   End If
   If InStr(CStr(v),".")>0 Then
      If t=1 then
         MoneyCheck=FormatCurrency(v,2,-1)