@@ -68,11 +68,13 @@
|
|||||||
IF 输入.flag = "1"
|
IF 输入.flag = "1"
|
||||||
PAGEQUERY
|
PAGEQUERY
|
||||||
SELECT
|
SELECT
|
||||||
ios.*
|
ios.*,
|
||||||
|
cu.shd_dtl_num
|
||||||
FROM
|
FROM
|
||||||
ST_IVT_IOStorInv ios
|
ST_IVT_IOStorInv ios
|
||||||
|
LEFT JOIN md_cs_customerbase cu ON ios.cust_code = cu.cust_code
|
||||||
WHERE
|
WHERE
|
||||||
io_type = '1'
|
ios.io_type = '1'
|
||||||
and ios.is_delete='0'
|
and ios.is_delete='0'
|
||||||
|
|
||||||
OPTION 输入.bill_code <> ""
|
OPTION 输入.bill_code <> ""
|
||||||
|
|||||||
Reference in New Issue
Block a user