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