码迷,mamicode.com
首页 > 其他好文 > 详细

退货原因的修改

时间:2015-10-11 19:44:55      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:时空

销售退货原因直接在字典中维护


select dictlist as thyy,:mx.dj as dj  from gldict where fdname=‘thyy‘


采购退货原因采购资料检索方案


select ‘包装问题‘ as thyy,:mx.dj as dj

union all

select ‘药品信息不符‘ as thyy,:mx.dj as dj

union all

select ‘付款方式不符‘ as thyy,:mx.dj as dj

union all

select ‘电子监管问题‘ as thyy,:mx.dj as dj

union all

select ‘药品召回‘ as thyy,:mx.dj as dj

union all

select ‘抽检‘ as thyy,:mx.dj as dj

union all

select ‘质量问题‘ as thyy,:mx.dj as dj

union all

select ‘价格不适‘ as thyy,:mx.dj as dj

union all

select ‘入错单位‘ as thyy,:mx.dj as dj

union all

select ‘近效期‘ as thyy,:mx.dj as dj

union all

select ‘资质问题‘ as thyy,:mx.dj as dj

union all

select ‘票据问题‘ as thyy,:mx.dj as dj

union all

select ‘订单问题‘ as thyy,:mx.dj as dj

union all

select ‘多入‘ as thyy,:mx.dj as dj


物流中要将退货原因维护才能正常


select * from openquery(lmis,‘select * from jc_zdwh_mx‘) where english_name=‘tuih_reason‘


退货原因的修改

标签:时空

原文地址:http://bks2015.blog.51cto.com/9847303/1701854

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!