zoukankan      html  css  js  c++  java
  • 0509

    select * from ICStockbill where fbillno='JIN002104'
    exec [xp_ICStockbill_29] 1862,3483,2000,250,'16421','JIN002104'
    select * from icstockbill where FBILLNO='jout003889'
    select * from icstockbill where FTranType=28
    select FSourceBillNo,* from icstockbillentry where finterid=19555
    select * from ppbom where FICMOInterID=1862
    SELECT * FROM PPBOMENTRY WHERE FINTERID=2161
    select sum(FQty) from ICInventory where FItemID=''
    SELEct FSupplyID,* from ICSubContract where FBillNo='LGSC20170114'
    SELECT FQtyScrap , fitemid ,FAuxQty,FAuxStockQty
    FROM PPBOMEntry where finterid=2161 and FAuxQtyMust!=0
    select * from t_Item where FNumber='1.02.05.WKCX14312A0'
    select FQty,* from ICInventory where FItemID=5574 and FStockID=3483
    select * from ICTransType
    select * from ICTemplate
    select * from t_Supplier where fitemid=3450
    SElecT fitemid,* FROM t_stock WHERE f_102=3450
    select * from t_Organization where FItemID=3268
    select * from ppbom where ficmointerid=1355

    EXEC [xp_ICStockbill_28] 1821,3471,2600,250,'16422','123'
    SELECT * FROM t_User where fname='刘雪萍'
    SELECT * FROM ICStockBill WHERE FTranType=28
    SELECT FAUXQTY,* FROM ICStockBillEntry WHERE FINTERID=15456

  • 相关阅读:
    Wx-小程序-使用canvas截图保存
    Wx-小程序-图片预览、保存
    CSS-文本溢出省略号表示
    Wx-小程序-长按复制文本
    Vue-组件通信
    JS-禁用浏览器前进后退
    JS-内置对象和方法
    JS-冒泡排序
    JS-常用方法合集
    Wx-小程序-组件式开发之Vant
  • 原文地址:https://www.cnblogs.com/xujiating/p/6831074.html
Copyright © 2011-2022 走看看