销售发票表 ICSale
销售发票明细表 ICSaleEntry
查询
select * from ICSale where FBillNo='ZSEFP079585'
select * from ICSaleEntry where FInterID=80658 and FSourceBillNo='S1680241230123635352-1'
select * from ICSaleEntry where FInterID in (select FInterID from ICSale where FBillNo='ZSEFP079585' ) and FSourceBillNo='S1680241230123635352-1'
修改
update ICSaleEntry set FPrice=118.805,FAmount=118.805,FTaxAmount=15.44,FAuxPrice=118.805,FStdAmount=118.805,FStdTaxAmount=15.44,FAllHookAmount=118.805,FCurrentHookAmount=118.805,FStdAllHookAmount=118.805,FStdCurrentHookAmount=118.805,FRemainAmount=134.25,FRemainAmountFor=134.25, FTaxPrice=134.25,FAuxTaxPrice=134.25,FAmountincludetax=134.25,FStdAmountincludetax=134.25,FPriceDiscount=134.25,FAuxPriceDiscount=134.25 where FInterID=80658 and FSourceBillNo='S1680241230123635352-1'
update ICSaleEntry set FAmountExceptDisCount=118.805,FStdAmountExceptDisCount=118.805,FAllAmountExceptDisCount=134.25,FStdAllAmountExceptDisCount=134.25 where FInterID=80658 and FSourceBillNo='S1680241230123635352-1'
销售发票表明细修改
原创freebook_z ©著作权
文章标签 ERP 文章分类 SQL Server 数据库
-
python gps点边缘点提取
Canny边缘检测算法是John F. Canny于 1986 年开发出来的一个多级边缘检测算法。截止2014年8月, Canny发表的该篇论文,已被引用19000余次。Canny 创立了边缘检测计算理论(Computational theory of edge detection)解释这项技术如何工作。通常情况下边缘检测的目的是在保留原有图像属性的情况下,显著减少图像的数据规模。有多种算法可以进
python gps点边缘点提取 c#用canny算子做边缘提取 canny算子 canny边缘检测 canny边缘检测不连续