|
U8知识库
问题号: |
14999 |
解决状态: |
最终解决方案 |
软件版本: |
其他 |
软件模块: |
其他 |
行业: |
其他 |
关键字: |
做调拔单保存时提示,该半成品没有保质期管理,不需输入失效日期 |
适用产品: |
通用 |
问题名称: |
做调拔单保存时提示,该半成品没有保质期管理,不需输入失效日期 |
问题现象: |
做调拔单保存时提示,该半成品没有保质期管理,不需输入失效日期。
该存货从来没设置保质期管理,但4月份入库时提示必须输入失效日期,且已入库,现5月份做调拨单就弹出上述提示 |
问题原因: |
数据库表记录有问题 |
解决方案: |
use ufdata_001_2007
go
Select (case cmassunit when 0 then '''' when 1 then ''年'' when 2 then ''月'' when 3 then ''日'' else null end) as 保质期单位,cBatch as 批号 ,ltrim(Str((iQuantity-IsNull(fTransOutQuantity,0)-IsNull(fStopQuantity,0)),20,2)) as 结存数量,ltrim(Str((iNum-IsNull(fTransOutNum,0)-IsNull(fStopNum,0)),20,2)) as 结存件数,iQuantity as 出库数量, iNum as 出库件数 ,dMDate as 生产日期,iMassDate AS 保质期,dVdate AS 失效日期 From CurrentStock Where cWhcode=''201'' And cInvCode =''090100601'' And IsNull(cBatch,'''')<>'''' And isnull( bstopflag,0)=0 and dVdate is not null
select distinct(cBatch) from currentstock where cWhcode=''201'' And cInvCode =''090100601'' And IsNull(cBatch,'''')<>'''' And isnull( bstopflag,0)=0 and dVdate is not null and cbatch like ''%0704%''
修改 失效日期 13条记录 为空 |
补丁编号: |
|
录入日期: |
2007-6-19 |
最后更新时间: |
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册账号
×
做调拔单保存时提示,该半成品没有保质期管理,不需输入失效日期。
该存货从来没设置保质期管理,但4月份入库时提示必须输入失效日期,且已入库,现5月份做调拨单就弹出上述提示 |
|