速达3000-PRO中,怎么把客户、供应商、货品资料设置成移动应用的啊,软件里面只能一个一个的设置,很麻烦,有没有好方法批量设置呢
没有找到相关结果
将代码中的27改为client表中最后一条记录的clientid值,执行即可,如需取消移动应用,将phoneapply改为'F'
declare @i intset @i=0while @i<=27begin update client set phoneAPPly='T' where clientid=@i exec insertnewtocv @i,'F' set @i=@i +1 end
更多技术请访问visin.cn,购买软件请联系027-84233202
金蝶KIS迷你版、标准版、专业版、旗舰版,金蝶K3 WISE,金蝶K3 Cloud等
速达天耀3000、速达天耀5000、速达天耀V3.Cloud、速达天耀V5.Cloud、速达天耀S3+.Cloud、速达天耀S5+.Cloud、速达天耀S7+.Cloud
让更多人参与回答