价签上打印2个价格大单位价格和小单位加工
db_data2('select item_sale_price from where item_no=? and unit_type=1',item_no)
这个添加计算后怎么不显示呢?这样对吗?
应该怎样写
问题补充:db_data2('select item_sale_price from t_item_info where item_no=? and unit_type=1',item_no)
这个是在计算里面添加吗?我添加完了之后怎么什么都不显示呢
价签标签上如何打印大单位和小单位价格?
- 提问者: 李峰
- 等级:普通会员
- 时间:2014-10-05 07:02
- 悬赏:0
- 解决时间:2014-10-15 07:02
回答 共 5 条
db_data2('select item_sale_price from t_item_info where item_no=? and unit_type=1',item_no)
- 回答者:徐睿
- 等级:普通会员
- 时间:2014-10-05 16:02
学习了
- 回答者:daoptt
- 等级:钻石会员
- 时间:2014-10-05 21:24
学习
- 回答者:kh359
- 等级:问不倒翁
- 时间:2014-10-07 08:56
单位价格在单位表中!t_item_unit 而不是商品档案表 t_item_info 中!
请用此计算列:db_data2('select item_sale_price from t_item_unit where item_no=? and unit_type=1',item_no)
请用此计算列:db_data2('select item_sale_price from t_item_unit where item_no=? and unit_type=1',item_no)
- 回答者:ytkf007
- 等级:问不倒翁
- 时间:2014-10-08 11:51
学习了
- 回答者:JCLH
- 等级:问不倒翁
- 时间:2014-10-11 13:40
快到期问题