Explorar el Código

订单明细增加k3外码

hu hace 2 años
padre
commit
79d51e30b5

+ 1 - 0
src/custom/restcontroller/webmanage/sale/order/SQL/订单商品明细_列表.sql

@@ -50,6 +50,7 @@ SELECT t1.sa_orderitemsid,
        t4.device,
        t4.specalnote,
        t3.standards,
+       t3.k3outcode,
        (SELECT (case
                     when t2.cansaleqty >= t3.stockstatus1 then '充足'
                     when t2.cansaleqty <= t3.stockstatus2 then '缺货'