Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
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
王浩
zh-baseversion-project
Commits
0fce269e
Commit
0fce269e
authored
Jul 02, 2024
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
气量监管-日用气量问题修改
parent
e044f81a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
index.vue
zh-baseversion-web/src/views/supplybalance/day/index.vue
+3
-1
index.vue
zh-baseversion-web/src/views/supplybalance/gas/index.vue
+2
-0
No files found.
zh-baseversion-web/src/views/supplybalance/day/index.vue
View file @
0fce269e
<
template
>
<div
class=
"app-container"
>
<div>
<div
v-if=
"-2 == $store.state.user.enterpriseId"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
:inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"企业名称"
prop=
"enterpriseName"
>
<el-input
...
...
@@ -672,6 +672,7 @@ export default {
if
(
this
.
reportForm
.
fRepUsgDayId
!=
null
)
{
updateDay
(
this
.
reportForm
).
then
(
response
=>
{
this
.
msgSuccess
(
"上报成功"
);
this
.
getReportInfo
();
});
}
else
{
addDay
(
this
.
reportForm
).
then
(
response
=>
{
...
...
@@ -680,6 +681,7 @@ export default {
// 获取当月结束时间
const
endOfMonth
=
moment
(
this
.
reportDate
).
endOf
(
'month'
).
format
(
'YYYY-MM-DD'
);
this
.
currentMonthReportInfo
(
startOfMonth
,
endOfMonth
);
this
.
getReportInfo
();
});
}
}
...
...
zh-baseversion-web/src/views/supplybalance/gas/index.vue
View file @
0fce269e
...
...
@@ -511,6 +511,7 @@ export default {
if
(
this
.
reportForm
.
fGasSupId
!=
null
)
{
updateSup
(
this
.
reportForm
).
then
(
response
=>
{
this
.
msgSuccess
(
"上报成功"
);
this
.
getReportInfo
();
}
);
}
else
{
addSup
(
this
.
reportForm
).
then
(
response
=>
{
...
...
@@ -519,6 +520,7 @@ export default {
// 获取当月结束时间
const
endOfMonth
=
moment
(
this
.
reportDate
).
endOf
(
'month'
).
format
(
'YYYY-MM-DD HH:mm:ss'
);
this
.
currentMonthReportInfo
(
startOfMonth
,
endOfMonth
);
this
.
getReportInfo
();
}
);
}
}
,
...
...
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