Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
44bc9b4d
Commit
44bc9b4d
authored
Jan 29, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改事项管理
parent
fc9db377
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
13 deletions
+26
-13
base-manager-ui/admin/src/pages/basicset/addmatter/components/AddSynopsis.vue
...n/src/pages/basicset/addmatter/components/AddSynopsis.vue
+5
-5
base-manager-ui/admin/src/pages/basicset/addmatter/components/baseMessage.vue
...n/src/pages/basicset/addmatter/components/baseMessage.vue
+20
-7
base-manager-ui/admin/src/pages/basicset/business/components/businessTabs2.vue
.../src/pages/basicset/business/components/businessTabs2.vue
+1
-1
No files found.
base-manager-ui/admin/src/pages/basicset/addmatter/components/AddSynopsis.vue
View file @
44bc9b4d
...
@@ -314,7 +314,7 @@ import local from "@/utils/local";
...
@@ -314,7 +314,7 @@ import local from "@/utils/local";
import
{
getDeptList
}
from
"
@/services/dept
"
;
import
{
getDeptList
}
from
"
@/services/dept
"
;
import
{
import
{
saveAddMatter
,
saveAddMatter
,
addMatterToSite
,
//
addMatterToSite,
getMatterInfo
,
getMatterInfo
,
}
from
"
@/services/matter
"
;
}
from
"
@/services/matter
"
;
export
default
{
export
default
{
...
@@ -427,10 +427,10 @@ export default {
...
@@ -427,10 +427,10 @@ export default {
this
.
loading
=
false
;
this
.
loading
=
false
;
if
(
code
===
1
)
{
if
(
code
===
1
)
{
this
.
$message
.
success
(
msg
);
this
.
$message
.
success
(
msg
);
await
addMatterToSite
({
//
await addMatterToSite({
siteId
:
this
.
siteId
,
//
siteId: this.siteId,
matterIds
:
data
.
entity
.
id
+
""
,
//
matterIds: data.entity.id + "",
});
//
});
this
.
baseform
=
data
.
entity
;
this
.
baseform
=
data
.
entity
;
}
}
}
else
{
}
else
{
...
...
base-manager-ui/admin/src/pages/basicset/addmatter/components/baseMessage.vue
View file @
44bc9b4d
...
@@ -244,6 +244,7 @@
...
@@ -244,6 +244,7 @@
v-model=
"baseform.legalEndExplain"
v-model=
"baseform.legalEndExplain"
:auto-size=
"
{ minRows: 5, maxRows: 5 }"
:auto-size=
"
{ minRows: 5, maxRows: 5 }"
allow-clear
allow-clear
placeholder="请输入法定时限办结说明"
/>
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
...
@@ -256,6 +257,7 @@
...
@@ -256,6 +257,7 @@
v-model=
"baseform.promiseEndExplain"
v-model=
"baseform.promiseEndExplain"
:auto-size=
"
{ minRows: 5, maxRows: 5 }"
:auto-size=
"
{ minRows: 5, maxRows: 5 }"
allow-clear
allow-clear
placeholder="请输入承诺时限办结说明"
/>
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
...
@@ -265,6 +267,7 @@
...
@@ -265,6 +267,7 @@
v-model=
"baseform.specialProcedure"
v-model=
"baseform.specialProcedure"
:auto-size=
"
{ minRows: 5, maxRows: 5 }"
:auto-size=
"
{ minRows: 5, maxRows: 5 }"
allow-clear
allow-clear
placeholder="请输入特别程序"
/>
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
...
@@ -273,10 +276,11 @@
...
@@ -273,10 +276,11 @@
<div
class=
"color_title mt"
>
窗口办理
</div>
<div
class=
"color_title mt"
>
窗口办理
</div>
<a-row>
<a-row>
<a-col
:span=
"8"
>
<a-col
:span=
"8"
>
<a-form-model-item
label=
"到现场次数
:
"
prop=
"windowToTheSceneNum"
>
<a-form-model-item
label=
"到现场次数"
prop=
"windowToTheSceneNum"
>
<a-input
<a-input
v-model.number=
"baseform.windowToTheSceneNum"
v-model.number=
"baseform.windowToTheSceneNum"
suffix=
"次"
suffix=
"次"
placeholder=
"请输入到现场次数"
/>
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
...
@@ -340,7 +344,7 @@
...
@@ -340,7 +344,7 @@
<a-row>
<a-row>
<a-col
:span=
"16"
>
<a-col
:span=
"16"
>
<a-form-model-item
<a-form-model-item
label=
"必须到现场原因
:
"
label=
"必须到现场原因"
:label-col=
"
{ span: 3 }"
:label-col=
"
{ span: 3 }"
:wrapper-col="{ span: 21 }"
:wrapper-col="{ span: 21 }"
prop="mustSceneExplain"
prop="mustSceneExplain"
...
@@ -349,6 +353,7 @@
...
@@ -349,6 +353,7 @@
v-model=
"baseform.mustSceneExplain"
v-model=
"baseform.mustSceneExplain"
:auto-size=
"
{ minRows: 5, maxRows: 5 }"
:auto-size=
"
{ minRows: 5, maxRows: 5 }"
allow-clear
allow-clear
placeholder="请输入必须到现场原因"
/>
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
...
@@ -376,6 +381,7 @@
...
@@ -376,6 +381,7 @@
<a-input
<a-input
v-model.number=
"baseform.onlineToTheSceneNum"
v-model.number=
"baseform.onlineToTheSceneNum"
suffix=
"次"
suffix=
"次"
placeholder=
"请输入到现场次数"
/>
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
...
@@ -438,6 +444,7 @@
...
@@ -438,6 +444,7 @@
v-model=
"baseform.reaonlineMustSceneExplainson"
v-model=
"baseform.reaonlineMustSceneExplainson"
:auto-size=
"
{ minRows: 5, maxRows: 5 }"
:auto-size=
"
{ minRows: 5, maxRows: 5 }"
allow-clear
allow-clear
placeholder="请输入必须到现场原因"
/>
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
...
@@ -760,6 +767,7 @@
...
@@ -760,6 +767,7 @@
v-model=
"baseform.operateSite"
v-model=
"baseform.operateSite"
:auto-size=
"
{ minRows: 5, maxRows: 5 }"
:auto-size=
"
{ minRows: 5, maxRows: 5 }"
allow-clear
allow-clear
placeholder="请输入办理地点"
/>
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
...
@@ -769,6 +777,7 @@
...
@@ -769,6 +777,7 @@
v-model=
"baseform.cousultingShow"
v-model=
"baseform.cousultingShow"
:auto-size=
"
{ minRows: 5, maxRows: 5 }"
:auto-size=
"
{ minRows: 5, maxRows: 5 }"
allow-clear
allow-clear
placeholder="请输入咨询方式"
/>
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
...
@@ -778,6 +787,7 @@
...
@@ -778,6 +787,7 @@
v-model=
"baseform.superviseShow"
v-model=
"baseform.superviseShow"
:auto-size=
"
{ minRows: 5, maxRows: 5 }"
:auto-size=
"
{ minRows: 5, maxRows: 5 }"
allow-clear
allow-clear
placeholder="请输入监督投诉方式"
/>
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
...
@@ -795,7 +805,10 @@
...
@@ -795,7 +805,10 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
{
saveAddMatter
,
addMatterToSite
}
from
"
@/services/matter
"
;
import
{
saveAddMatter
,
// addMatterToSite
}
from
"
@/services/matter
"
;
import
{
getDeptList
}
from
"
@/services/dept
"
;
import
{
getDeptList
}
from
"
@/services/dept
"
;
import
local
from
"
@/utils/local
"
;
import
local
from
"
@/utils/local
"
;
import
{
mapGetters
}
from
"
vuex
"
;
import
{
mapGetters
}
from
"
vuex
"
;
...
@@ -955,10 +968,10 @@ export default {
...
@@ -955,10 +968,10 @@ export default {
let
{
code
,
msg
,
data
}
=
res
.
data
;
let
{
code
,
msg
,
data
}
=
res
.
data
;
this
.
loading
=
false
;
this
.
loading
=
false
;
if
(
code
===
1
)
{
if
(
code
===
1
)
{
await
addMatterToSite
({
//
await addMatterToSite({
siteId
:
this
.
siteId
,
//
siteId: this.siteId,
matterIds
:
data
.
entity
.
id
+
""
,
//
matterIds: data.entity.id + "",
});
//
});
const
obj
=
{
const
obj
=
{
id
:
data
.
entity
.
id
,
id
:
data
.
entity
.
id
,
matterName
:
data
.
entity
.
matterName
,
matterName
:
data
.
entity
.
matterName
,
...
...
base-manager-ui/admin/src/pages/basicset/business/components/businessTabs2.vue
View file @
44bc9b4d
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
<div
class=
"header-bottom"
>
<div
class=
"header-bottom"
>
<div
class=
"left-btn"
>
<div
class=
"left-btn"
>
<a-button
type=
"danger"
@
click=
"handleDelAll"
>
批量移除
</a-button>
<a-button
type=
"danger"
@
click=
"handleDelAll"
>
批量移除
</a-button>
<a-button
class=
"add-btn"
@
click=
"addMatter"
>
新增事项
</a-button>
</div>
</div>
<div
class=
"search-box"
>
<div
class=
"search-box"
>
<!--
<a-select
<!--
<a-select
...
@@ -116,6 +115,7 @@
...
@@ -116,6 +115,7 @@
<div
class=
"control"
>
<div
class=
"control"
>
<div>
<div>
<a-button
type=
"primary"
@
click=
"handleAddAll"
>
批量加入
</a-button>
<a-button
type=
"primary"
@
click=
"handleAddAll"
>
批量加入
</a-button>
<a-button
class=
"add-btn"
@
click=
"addMatter"
>
新增事项
</a-button>
</div>
</div>
<div>
<div>
<a-input-search
<a-input-search
...
...
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