Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
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
ReactWeb5
CivManage
Commits
306bad43
Commit
306bad43
authored
Jul 24, 2023
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '选件反馈怎加异常事件反馈配置'
parent
e9233875
Pipeline
#76519
passed with stages
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
AddModal.jsx
...ages/bsmanager/patrolMaintenance/maintenance/AddModal.jsx
+7
-2
AddModal.jsx
...s/bsmanager/patrolMaintenance/patrolFeedback/AddModal.jsx
+0
-0
api.js
src/services/PatrolFeedback/api.js
+4
-0
No files found.
src/pages/bsmanager/patrolMaintenance/maintenance/AddModal.jsx
View file @
306bad43
...
@@ -154,7 +154,11 @@ const AddModal = props => {
...
@@ -154,7 +154,11 @@ const AddModal = props => {
setType2
(
''
);
setType2
(
''
);
setFiled1
({});
setFiled1
({});
}
else
if
(
type
===
'edit'
)
{
}
else
if
(
type
===
'edit'
)
{
onChangeFeed
(
formObj
.
feedbackName
,
''
,
JSON
.
parse
(
formObj
.
mappingFields
));
onChangeFeed
(
formObj
.
feedbackName
,
''
,
formObj
.
mappingFields
&&
JSON
.
parse
(
formObj
.
mappingFields
),
);
CM_XWBPlan_DataList
({
id
:
formObj
.
id
}).
then
(
res
=>
{
CM_XWBPlan_DataList
({
id
:
formObj
.
id
}).
then
(
res
=>
{
let
data
=
res
.
data
[
0
];
let
data
=
res
.
data
[
0
];
if
(
data
.
isSubmit
===
'是'
)
{
if
(
data
.
isSubmit
===
'是'
)
{
...
@@ -790,7 +794,8 @@ const AddModal = props => {
...
@@ -790,7 +794,8 @@ const AddModal = props => {
<
Select
placeholder=
"选择业务类型"
onSearch=
{
inputType
}
showSearch
>
<
Select
placeholder=
"选择业务类型"
onSearch=
{
inputType
}
showSearch
>
<
Option
value=
"巡检"
>
巡检
</
Option
>
<
Option
value=
"巡检"
>
巡检
</
Option
>
<
Option
value=
"保养"
>
保养
</
Option
>
<
Option
value=
"保养"
>
保养
</
Option
>
<
Option
value=
"水厂"
>
水厂
</
Option
>
<
Option
value=
"水箱清洗"
>
水箱清洗
</
Option
>
<
Option
value=
"扫码巡检"
>
扫码巡检
</
Option
>
</
Select
>
</
Select
>
</
Item
>
</
Item
>
</
Col
>
</
Col
>
...
...
src/pages/bsmanager/patrolMaintenance/patrolFeedback/AddModal.jsx
View file @
306bad43
This diff is collapsed.
Click to expand it.
src/services/PatrolFeedback/api.js
View file @
306bad43
...
@@ -49,3 +49,7 @@ export const GetTaskSyncField = query =>
...
@@ -49,3 +49,7 @@ export const GetTaskSyncField = query =>
get
(
`
${
PANDA_GIS
}
/PatrolInspection/GetTaskSyncField`
,
query
);
get
(
`
${
PANDA_GIS
}
/PatrolInspection/GetTaskSyncField`
,
query
);
export
const
GetGisPatrolObject
=
query
=>
get
(
`
${
PANDA_GIS
}
/MapLayer/GetGisPatrolObject`
,
query
);
export
const
GetGisPatrolObject
=
query
=>
get
(
`
${
PANDA_GIS
}
/MapLayer/GetGisPatrolObject`
,
query
);
// 获取GIS反馈表字段
export
const
GetGisFeedbackTableFields
=
query
=>
get
(
`
${
PUBLISH_SERVICE
}
/WorkOrderCenter/GetGisFeedbackTableFields`
,
query
);
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