Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zhmes-agecal
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
zhmes-agecal
Commits
949911b8
Commit
949911b8
authored
Nov 03, 2025
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 实时数据 功能界面实现。
parent
944b78d2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
714 additions
and
13 deletions
+714
-13
PalletDeviceBindingMapper.xml
...ain/resources/mapper/system/PalletDeviceBindingMapper.xml
+2
-2
RealTimeData.vue
...s-agecal-web/src/views/screen/components/RealTimeData.vue
+712
-11
No files found.
zhmes-agecal-system/src/main/resources/mapper/system/PalletDeviceBindingMapper.xml
View file @
949911b8
...
...
@@ -30,7 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<sql
id=
"selectPalletDeviceBindingVo"
>
select palDeviceBinding.f_pallet_device_binding_id,
palDeviceBinding.f_tray_id,
trayInfo.f_tray_code,
trayInfo.f_tray_code
as fTrayCode
,
palDeviceBinding.f_device_code,
palDeviceBinding.f_row,
palDeviceBinding.f_col,
...
...
@@ -68,7 +68,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"bindingTime != null "
>
and palDeviceBinding.f_binding_time = #{bindingTime}
</if>
<if
test=
"unbindingTime != null "
>
and palDeviceBinding.f_unbinding_time = #{unbindingTime}
</if>
<if
test=
"createTime != null "
>
and palDeviceBinding.f_create_time = #{createTime}
</if>
<if
test=
"status != null "
>
and palDeviceBinding.f_status = #{status}
</if>
<if
test=
"status != null
and status != ''
"
>
and palDeviceBinding.f_status = #{status}
</if>
</where>
</select>
...
...
zhmes-agecal-web/src/views/screen/components/RealTimeData.vue
View file @
949911b8
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment