Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
computedRoomPad
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
邓文彬
computedRoomPad
Commits
42800b79
提交
42800b79
authored
9月 30, 2024
作者:
邓文彬
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix(pad): bug修改
上级
c6f979a4
显示空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
21 行增加
和
14 行删除
+21
-14
index.vue
components/searchCom/index.vue
+4
-4
inspFirst.vue
pages/inspection/inspFirst.vue
+2
-2
inspectionContent.vue
pages/inspectionContent/inspectionContent.vue
+4
-0
batteryRoom.vue
pages/inspectionContent/model/batteryRoom.vue
+1
-1
computerRoomDuty.vue
pages/inspectionContent/model/computerRoomDuty.vue
+1
-1
dutyHandover.vue
pages/inspectionContent/model/dutyHandover.vue
+1
-1
gatherDataCenter.vue
pages/inspectionContent/model/gatherDataCenter.vue
+1
-1
shieldedComputerRoom.vue
pages/inspectionContent/model/shieldedComputerRoom.vue
+1
-1
index.vue
pages/inspectionManagement/index.vue
+1
-2
tabContentItem.vue
pages/shaftInspection/model/tabContentItem.vue
+1
-1
shaftInspection.vue
pages/shaftInspection/shaftInspection.vue
+4
-0
没有找到文件。
components/searchCom/index.vue
浏览文件 @
42800b79
...
@@ -68,8 +68,8 @@ export default {
...
@@ -68,8 +68,8 @@ export default {
inspectArr
:
[
inspectArr
:
[
{
value
:
""
,
text
:
"全部"
},
{
value
:
""
,
text
:
"全部"
},
{
value
:
1
,
text
:
"机房巡检"
},
{
value
:
"1"
,
text
:
"机房巡检"
},
{
value
:
2
,
text
:
"井道巡检"
},
{
value
:
"2"
,
text
:
"井道巡检"
},
],
],
synchronization
:
[
synchronization
:
[
{
value
:
""
,
text
:
"全部"
},
{
value
:
""
,
text
:
"全部"
},
...
@@ -78,8 +78,8 @@ export default {
...
@@ -78,8 +78,8 @@ export default {
],
],
exceptionArr
:
[
exceptionArr
:
[
{
value
:
""
,
text
:
"全部"
},
{
value
:
""
,
text
:
"全部"
},
{
value
:
1
,
text
:
"有异常"
},
{
value
:
"1"
,
text
:
"有异常"
},
{
value
:
0
,
text
:
"无异常"
},
{
value
:
"0"
,
text
:
"无异常"
},
],
],
};
};
},
},
...
...
pages/inspection/inspFirst.vue
浏览文件 @
42800b79
...
@@ -103,7 +103,7 @@ export default {
...
@@ -103,7 +103,7 @@ export default {
init
()
{
init
()
{
this
.
formData
=
{
this
.
formData
=
{
inspectionType
:
"1"
,
inspectionType
:
"1"
,
inspectionCode
:
`JFXJ
${
moment
().
format
(
"yyyyMMDD
hh
mmss"
)}${(
Math
.
floor
(
Math
.
random
()
*
900
)
+
100
)}
`
,
inspectionCode
:
`JFXJ
${
moment
().
format
(
"yyyyMMDD
HH
mmss"
)}${(
Math
.
floor
(
Math
.
random
()
*
900
)
+
100
)}
`
,
recordName
:
`
${
moment
().
format
(
"yyyyMMDD"
)}
-机房巡检记录`
,
recordName
:
`
${
moment
().
format
(
"yyyyMMDD"
)}
-机房巡检记录`
,
inspectionTime
:
moment
().
format
(
"yyyy-MM-DD HH:mm"
),
inspectionTime
:
moment
().
format
(
"yyyy-MM-DD HH:mm"
),
inspectionBy
:
this
.
$store
.
state
.
now_user
.
user
,
inspectionBy
:
this
.
$store
.
state
.
now_user
.
user
,
...
@@ -135,7 +135,7 @@ export default {
...
@@ -135,7 +135,7 @@ export default {
const
inspectionCode
=
`
${
const
inspectionCode
=
`
${
val
.
detail
.
value
==
1
?
"JFXJ"
:
"JDXJ"
val
.
detail
.
value
==
1
?
"JFXJ"
:
"JDXJ"
}${
moment
().
format
(
"yyyyMMDD
hh
mmss"
)}
`
;
}${
moment
().
format
(
"yyyyMMDD
HH
mmss"
)}
`
;
this
.
formData
.
inspectionCode
=
inspectionCode
+
(
Math
.
floor
(
Math
.
random
()
*
900
)
+
100
);
this
.
formData
.
inspectionCode
=
inspectionCode
+
(
Math
.
floor
(
Math
.
random
()
*
900
)
+
100
);
},
},
...
...
pages/inspectionContent/inspectionContent.vue
浏览文件 @
42800b79
...
@@ -43,6 +43,10 @@
...
@@ -43,6 +43,10 @@
><text
class=
"name"
>
巡检时间
</text
><text
class=
"name"
>
巡检时间
</text
><text
class=
"text"
>
{{
baseInfo
.
inspectionTime
}}
</text>
><text
class=
"text"
>
{{
baseInfo
.
inspectionTime
}}
</text>
</view>
</view>
<view
class=
"base-row-item"
><text
class=
"name"
>
巡检人
</text
><text
class=
"text"
>
{{
baseInfo
.
inspectionBy
}}
</text>
</view>
</view>
</view>
<image
<image
...
...
pages/inspectionContent/model/batteryRoom.vue
浏览文件 @
42800b79
...
@@ -312,7 +312,7 @@ export default {
...
@@ -312,7 +312,7 @@ export default {
.note-item {
.note-item {
textarea{
textarea{
width: 100%;
width: 100%;
height: 96px;
min-
height: 96px;
background: #f7f7f7;
background: #f7f7f7;
border-radius: 1px;
border-radius: 1px;
font-size: 14px;
font-size: 14px;
...
...
pages/inspectionContent/model/computerRoomDuty.vue
浏览文件 @
42800b79
...
@@ -142,7 +142,7 @@ export default {
...
@@ -142,7 +142,7 @@ export default {
}
}
.textarea {
.textarea {
width: 100%;
width: 100%;
height: 96px;
min-
height: 96px;
background: #f7f7f7;
background: #f7f7f7;
border-radius: 12px;
border-radius: 12px;
font-size: 14px;
font-size: 14px;
...
...
pages/inspectionContent/model/dutyHandover.vue
浏览文件 @
42800b79
...
@@ -176,7 +176,7 @@ export default {
...
@@ -176,7 +176,7 @@ export default {
}
}
.textarea {
.textarea {
width: 100%;
width: 100%;
height: 96px;
min-
height: 96px;
background: #f7f7f7;
background: #f7f7f7;
border-radius: 12px;
border-radius: 12px;
font-size: 14px;
font-size: 14px;
...
...
pages/inspectionContent/model/gatherDataCenter.vue
浏览文件 @
42800b79
...
@@ -315,7 +315,7 @@ export default {
...
@@ -315,7 +315,7 @@ export default {
.note-item {
.note-item {
textarea{
textarea{
width: 100%;
width: 100%;
height: 96px;
min-
height: 96px;
background: #f7f7f7;
background: #f7f7f7;
border-radius: 1px;
border-radius: 1px;
font-size: 14px;
font-size: 14px;
...
...
pages/inspectionContent/model/shieldedComputerRoom.vue
浏览文件 @
42800b79
...
@@ -312,7 +312,7 @@ export default {
...
@@ -312,7 +312,7 @@ export default {
.note-item {
.note-item {
textarea{
textarea{
width: 100%;
width: 100%;
height: 96px;
min-
height: 96px;
background: #f7f7f7;
background: #f7f7f7;
border-radius: 1px;
border-radius: 1px;
font-size: 14px;
font-size: 14px;
...
...
pages/inspectionManagement/index.vue
浏览文件 @
42800b79
...
@@ -18,8 +18,7 @@
...
@@ -18,8 +18,7 @@
:key=
"index"
:key=
"index"
>
>
<view
v-if=
"(item.list || []).length"
class=
"seconed-title"
>
<view
v-if=
"(item.list || []).length"
class=
"seconed-title"
>
{{
item
.
submitTime
||
item
.
time
{{
item
.
submitTime
||
item
.
time
}}
}}
</view>
</view>
<view
class=
"inspect-list"
>
<view
class=
"inspect-list"
>
...
...
pages/shaftInspection/model/tabContentItem.vue
浏览文件 @
42800b79
...
@@ -373,7 +373,7 @@ export default {
...
@@ -373,7 +373,7 @@ export default {
.textarea {
.textarea {
width: 100%;
width: 100%;
height: 96px;
min-
height: 96px;
background: #f7f7f7;
background: #f7f7f7;
border-radius: 12px;
border-radius: 12px;
font-size: 14px;
font-size: 14px;
...
...
pages/shaftInspection/shaftInspection.vue
浏览文件 @
42800b79
...
@@ -43,6 +43,10 @@
...
@@ -43,6 +43,10 @@
><text
class=
"name"
>
巡检时间
</text
><text
class=
"name"
>
巡检时间
</text
><text
class=
"text"
>
{{
baseInfo
.
inspectionTime
}}
</text>
><text
class=
"text"
>
{{
baseInfo
.
inspectionTime
}}
</text>
</view>
</view>
<view
class=
"base-row-item"
><text
class=
"name"
>
巡检人
</text
><text
class=
"text"
>
{{
baseInfo
.
inspectionBy
}}
</text>
</view>
</view>
</view>
<image
<image
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论