Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
huaxin-rq
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
耿迪迪
huaxin-rq
Commits
d1dbd543
Commit
d1dbd543
authored
Jun 11, 2026
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商业安检单及工业问题修改
parent
bfd55630
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
TIndustryMapper.xml
...stem/src/main/resources/mapper/system/TIndustryMapper.xml
+1
-1
business.png
huaxin-web/src/assets/ajImg/business.png
+0
-0
cyRecordDetail.vue
...src/views/checktask/inspect/jumInspect/cyRecordDetail.vue
+7
-2
ItemJc.vue
huaxin-web/src/views/checktask/task/components/ItemJc.vue
+1
-1
No files found.
huaxin-system/src/main/resources/mapper/system/TIndustryMapper.xml
View file @
d1dbd543
...
...
@@ -189,6 +189,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"inspector != null and inspector != ''"
>
and us.nick_name like concat('%',#{inspector},'%')
</if>
<if
test=
"taskType != null and taskType != ''"
>
and industry.task_type = #{taskType}
</if>
</where>
order by taskInspect.
status
order by taskInspect.
create_time desc
</select>
</mapper>
\ No newline at end of file
huaxin-web/src/assets/ajImg/business.png
0 → 100644
View file @
d1dbd543
815 Bytes
huaxin-web/src/views/checktask/inspect/jumInspect/cyRecordDetail.vue
View file @
d1dbd543
...
...
@@ -7,7 +7,7 @@
</div>
<div
id=
"inspect"
v-if=
"checkType == 2 && jsondata.obj"
>
<div
style=
"text-align: center;font-size: 26px;margin-bottom: 18px;"
>
餐饮
用户检查表
</div>
<div
style=
"text-align: center;font-size: 26px;margin-bottom: 18px;"
>
商业
用户检查表
</div>
<el-row>
<el-col
:span=
"8"
>
用户姓名:
{{
detailInfo
.
username
}}
...
...
@@ -104,7 +104,7 @@
<tr>
<td
rowspan=
"
9
"
>
其他
</td>
<td
rowspan=
"
10
"
>
其他
</td>
<td
colspan=
"2"
>
是否存在以营利为目的使用天然气且未商用登记的
</td>
<td>
<input
v-model=
"jsondata.obj.qita.valueArr2[0]"
type=
"checkbox"
class=
"input-disabled"
/>
...
...
@@ -167,6 +167,11 @@
</td>
</tr>
<tr>
<td
colspan=
"2"
>
其他问题
{{
': '
+
jsondata
.
obj
.
qitawenti
.
textarea
}}
</td>
<td><input
type=
"checkbox"
:checked=
"jsondata.obj.qitawenti.valueArr2[0]"
class=
"input-disabled"
/></td>
</tr>
<tr>
<td>
检查人签字
</td>
<td>
{{
map
.
username
}}
</td>
...
...
huaxin-web/src/views/checktask/task/components/ItemJc.vue
View file @
d1dbd543
...
...
@@ -127,7 +127,7 @@
import
loading
from
"@/assets/ajImg/loading.png"
;
import
right
from
"@/assets/ajImg/right.png"
;
import
jm
from
"@/assets/ajImg/jm.png"
;
import
cy
from
"@/assets/ajImg/
cy
.png"
;
import
cy
from
"@/assets/ajImg/
business
.png"
;
import
gy
from
"@/assets/ajImg/gy.png"
;
export
default
{
name
:
""
,
...
...
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