Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »


【常见问题】

问题描述:序列号调整单过账提示第几行序列号的入库时间不正确,提示的这个序列号是期初序列号
处理方法:
可以把序列号调整单的录单日期放在跟序列号的入库时间同一天看看,序列号调整单的录单日期可以在开账日期之前的,因为序列号调整单主要是调整序列号的信息,所以录单日期没有做控制。
或者备份数据后执行语句处理:
update gp_initPtypeSerial set InKtypeTime = cast(InKtypeTime as date) where InKtypeTime <>cast(InKtypeTime as date)
update gp_cruPtypeSerial set InKtypeTime = cast(InKtypeTime as date) where InKtypeTime <>cast(InKtypeTime as date)


问题描述:再软件里面,序列号可以直接录入汉字,但是通过.txt文档导入的汉字序列号是乱码。
处理方法:把.txt文档另存为,选择ANSI编码保存后再导入即可。

  • No labels