货架分配到输送线 没有判断点位物料状态
This commit is contained in:
@@ -386,6 +386,7 @@ IF 输入.flag = "13"
|
|||||||
point.area_type = '07'
|
point.area_type = '07'
|
||||||
AND device_point_type = '01'
|
AND device_point_type = '01'
|
||||||
AND point.MODE <> '0'
|
AND point.MODE <> '0'
|
||||||
|
AND point.point_status='00'
|
||||||
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
|
||||||
ENDSELECT
|
ENDSELECT
|
||||||
@@ -419,6 +420,9 @@ IF 输入.flag = "14"
|
|||||||
OPTION 输入.area_type <> ""
|
OPTION 输入.area_type <> ""
|
||||||
point.area_type = 输入.area_type
|
point.area_type = 输入.area_type
|
||||||
ENDOPTION
|
ENDOPTION
|
||||||
|
OPTION 输入.material_type <> ""
|
||||||
|
material.material_type = 输入.material_type
|
||||||
|
ENDOPTION
|
||||||
order by ruledis.out_seq_no
|
order by ruledis.out_seq_no
|
||||||
ENDSELECT
|
ENDSELECT
|
||||||
ENDQUERY
|
ENDQUERY
|
||||||
|
|||||||
Reference in New Issue
Block a user