Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
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
海康威视
web-project
Commits
10394bf0
Commit
10394bf0
authored
Jan 09, 2025
by
方建宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
远程控制-二网群控和循环泵-静态数据
parent
c75d24bb
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
481 additions
and
469 deletions
+481
-469
SecTempControl.vue
src/components/Remote/SecTempControl.vue
+197
-196
TransferRegControl.vue
src/components/Remote/TransferRegControl.vue
+11
-11
CtrlSecondTemp.js
src/dataJson/Remote/CtrlSecondTemp.js
+5
-0
CtrlSecondTemp.vue
src/views/RemotePage/CtrlSecondTemp.vue
+268
-262
No files found.
src/components/Remote/SecTempControl.vue
View file @
10394bf0
This diff is collapsed.
Click to expand it.
src/components/Remote/TransferRegControl.vue
View file @
10394bf0
...
...
@@ -285,17 +285,17 @@
myIndeterminate
.
value
=
!
myIndeterminate
.
value
;
progress
.
value
=
100
;
}
async
function
WriteStatus
(
row
){
row
.
transferStatus
=
0
;
myIndeterminate
.
value
=
!
myIndeterminate
.
value
;
progress
.
value
=
50
;
isLoading
.
value
=
true
;
await
WriteStation
(
row
);
isLoading
.
value
=
false
;
myIndeterminate
.
value
=
!
myIndeterminate
.
value
;
progress
.
value
=
100
;
}
//动态写入全部
// async function WriteStatus(row){
// row.transferStatus = 0;
// myIndeterminate.value = !myIndeterminate.value;
// progress.value=50;
// isLoading.value = true;
// await WriteStation(row);
// isLoading.value = false;
// myIndeterminate.value = !myIndeterminate.value;
// progress.value=100;
// }
// async function WriteAllStatus(){
// if(selectedRows.value.length === 0){
// ElMessage.warning("请勾选需要远程控制的换热站!");
...
...
@@ -329,7 +329,7 @@
// myIndeterminate.value = !myIndeterminate.value;
// progress.value=100;
// }
//动态读取
//
动态读取
// async function ReadStation(row){
// var result = await http.post('/api/remote/ReadTransferReg', row.transferId);
// if(result.success){
...
...
src/dataJson/Remote/CtrlSecondTemp.js
0 → 100644
View file @
10394bf0
This diff is collapsed.
Click to expand it.
src/views/RemotePage/CtrlSecondTemp.vue
View file @
10394bf0
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