代码更新
This commit is contained in:
@@ -415,20 +415,22 @@ IF 输入.flag = "8"
|
||||
ENDIF
|
||||
|
||||
IF 输入.flag = "13"
|
||||
SELECT
|
||||
mst.material_uuid,
|
||||
mst.material_code,
|
||||
mst.material_name,
|
||||
mst.formula,
|
||||
mst.pcsn,
|
||||
mst.color,
|
||||
dtl.weight
|
||||
FROM
|
||||
md_base_materialLabelDtl dtl
|
||||
LEFT JOIN md_base_materialLabelMst mst ON dtl.label_uuid = mst.label_uuid
|
||||
OPTION 输入.labeldtl_uuid <> ""
|
||||
dtl.labeldtl_uuid = 输入.labeldtl_uuid
|
||||
ENDOPTION
|
||||
ENDQUERY
|
||||
QUERY
|
||||
SELECT
|
||||
mst.material_uuid,
|
||||
mst.material_code,
|
||||
mst.material_name,
|
||||
mst.formula,
|
||||
mst.pcsn,
|
||||
mst.color,
|
||||
dtl.weight
|
||||
FROM
|
||||
md_base_materialLabelDtl dtl
|
||||
LEFT JOIN md_base_materialLabelMst mst ON dtl.label_uuid = mst.label_uuid
|
||||
OPTION 输入.labeldtl_uuid <> ""
|
||||
dtl.labeldtl_uuid = 输入.labeldtl_uuid
|
||||
ENDOPTION
|
||||
ENDSELECT
|
||||
ENDQUERY
|
||||
ENDIF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user