档案内不可打折销售的商品,在小票打印出来的时候打上(特价)。档案里可以打折的,就什么也不打。求打印计算列 。
另打印折扣时可以打成90%吗,我就是算不出来,0.90是没问题的了
求打印计算列
- 提问者: cniis
- 等级:普通会员
- 时间:2013-01-22 11:03
- 悬赏:0
- 解决时间:2013-02-01 11:03
回答 共 9 条
没研究出来,等工程师给下语句。
- 回答者:josense
- 等级:皇冠会员
- 时间:2013-01-22 12:50
找区域经理
- 回答者:hnaywz
- 等级:钻石会员
- 时间:2013-01-22 13:13
特价:if(db_data2('select allow_discount from t_item_info where item_no=?',item_no)='0','特价',string(round(real_price/org_price*100,0.00))+'%')
折扣:string(round(real_price/org_price*100,0.00))+'%' 如:90%
折扣:string(round(real_price/org_price*100,0.00))+'%' 如:90%
- 回答者:ytkf007
- 等级:问不倒翁
- 时间:2013-01-22 14:11
楼上正解
- 回答者:yxcc266
- 等级:银牌会员
- 时间:2013-01-23 03:04
学习了
- 回答者:kh359
- 等级:问不倒翁
- 时间:2013-01-23 10:03
嗯。知道了
- 回答者:wangze2005
- 等级:问不倒翁
- 时间:2013-01-23 10:16
明白了
- 回答者:JCLH
- 等级:问不倒翁
- 时间:2013-01-24 19:43
学习了!不错!!
- 回答者:bonchen
- 等级:问不倒翁
- 时间:2013-01-30 19:54
学习了!不错!!
- 回答者:bonchen
- 等级:问不倒翁
- 时间:2013-01-30 19:54
快到期问题