批发单打印时加上客户的手机号(v6系列、Z7系列、V9商业、V10系列)
打开报表设计:添加个计算列---------表达试为:
getdata("select sup_mobile from bi_t_supcust_info where supcust_no=? and supcust_flag=?",getdata("select cust_no from sm_t_salesheet where sheet_no =? ",sheet_no,1,1,1,1),'C',1,1,1)
效果:
请注意:单据没保存显示不出来。