add 工单搜索条件

This commit is contained in:
张江玮
2023-07-03 10:30:50 +08:00
parent 50922a29bf
commit 53aa2123e1

View File

@@ -27,7 +27,7 @@
输入.workprocedure_ids TYPEAS f_string
输入.unFinish TYPEAS s_string
输入.region_code TYPEAS s_string
输入.device TYPEAS s_string
[临时表]
--这边列出来的临时表就会在运行期动态创建
@@ -89,6 +89,9 @@
ENDOPTION
OPTION 输入.region_code <> ""
device.region_code = 输入.region_code
ENDOPTION
OPTION 输入.device <> ""
device.device_name = 输入.device
ENDOPTION
ENDSELECT
ENDPAGEQUERY
@@ -241,6 +244,9 @@
OPTION 输入.region_code <> ""
device.region_code = 输入.region_code
ENDOPTION
OPTION 输入.device <> ""
device.device_name = 输入.device
ENDOPTION
ORDER BY
ShiftOrder.order_status ASC, ShiftOrder.create_time DESC
ENDSELECT