分配规则提交
This commit is contained in:
@@ -219,11 +219,10 @@ IF 输入.flag = "6"
|
|||||||
AND ( point.vehicle_code = '' OR point.vehicle_code IS NULL )
|
AND ( point.vehicle_code = '' OR point.vehicle_code IS NULL )
|
||||||
AND task.task_code IS NULL
|
AND task.task_code IS NULL
|
||||||
AND point.point_status = '00'
|
AND point.point_status = '00'
|
||||||
and point.material_code<>'0'
|
|
||||||
OPTION 输入.material_type <> ""
|
OPTION 输入.material_type <> ""
|
||||||
point.material_type = 输入.material_type
|
point.material_type = 输入.material_type
|
||||||
ENDOPTION
|
ENDOPTION
|
||||||
OPTION 输入.material_code <> ""
|
OPTION point.material_code <> "0"
|
||||||
point.material_code = 输入.material_code
|
point.material_code = 输入.material_code
|
||||||
ENDOPTION
|
ENDOPTION
|
||||||
ENDSELECT
|
ENDSELECT
|
||||||
|
|||||||
Reference in New Issue
Block a user