Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
Overview
Overview
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
wangweidong
patzn-cloud-web-back-soil
Commits
713a33ab
Commit
713a33ab
authored
May 23, 2022
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了生成报告和报告审核退回
parent
d6562aee
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
5 deletions
+15
-5
.eslintrc.js
.eslintrc.js
+0
-1
soil-sample.js
api/soil/soil-sample.js
+5
-0
reportAudit.vue
pages/soil-report-manage/report-audit/tabs/reportAudit.vue
+3
-3
ItemReportView.vue
pages/soil-report-manage/report-make/ItemReportView.vue
+7
-1
No files found.
.eslintrc.js
View file @
713a33ab
...
@@ -9,7 +9,6 @@ module.exports = {
...
@@ -9,7 +9,6 @@ module.exports = {
parser
:
'babel-eslint'
parser
:
'babel-eslint'
},
},
extends
:
[
extends
:
[
'@nuxtjs'
,
'plugin:nuxt/recommended'
,
'plugin:nuxt/recommended'
,
'plugin:prettier/recommended'
,
'plugin:prettier/recommended'
,
'prettier'
,
'prettier'
,
...
...
api/soil/soil-sample.js
View file @
713a33ab
...
@@ -105,6 +105,11 @@ export default {
...
@@ -105,6 +105,11 @@ export default {
data
.
remark
data
.
remark
)
)
.
then
(
res
=>
res
),
.
then
(
res
=>
res
),
// 审核退回至编制
summaryReportBackFromCheck
:
data
=>
http
.
post
(
'soil/v1/report/summary_report_back_from_check'
,
data
)
.
then
(
res
=>
res
),
// 报告签发提交
// 报告签发提交
reportIssueSubmit
:
data
=>
reportIssueSubmit
:
data
=>
http
http
...
...
pages/soil-report-manage/report-audit/tabs/reportAudit.vue
View file @
713a33ab
...
@@ -103,7 +103,7 @@ export default {
...
@@ -103,7 +103,7 @@ export default {
],
],
btn
:
[
btn
:
[
// { id: '', type: 'primary', name: '提交' },
// { id: '', type: 'primary', name: '提交' },
//
{ id: '', type: 'primary', name: '退回' }
{
id
:
''
,
type
:
'primary'
,
name
:
'退回'
}
],
],
getPage
:
{},
getPage
:
{},
searchOpen
:
false
,
searchOpen
:
false
,
...
@@ -178,8 +178,8 @@ export default {
...
@@ -178,8 +178,8 @@ export default {
}
}
},
},
_reportCheckBack
:
async
function
(
data
)
{
_reportCheckBack
:
async
function
(
data
)
{
const
result
=
await
soilSample
.
reportCheckBa
ck
({
const
result
=
await
soilSample
.
summaryReportBackFromChe
ck
({
ids
:
this
.
selectIds
,
ids
:
this
.
selectIds
.
join
(
','
)
,
remark
:
data
remark
:
data
})
})
...
...
pages/soil-report-manage/report-make/ItemReportView.vue
View file @
713a33ab
...
@@ -206,7 +206,13 @@ export default {
...
@@ -206,7 +206,13 @@ export default {
return
false
return
false
}
else
{
}
else
{
this
.
$refs
.
pageTable
.
_hideLoading
()
this
.
$refs
.
pageTable
.
_hideLoading
()
this
.
_viewReport
(
result
)
// this._viewReport(result)
this
.
$openWindowModeless
({
objectKey
:
result
.
objectKey
,
idType
:
12
,
id
:
result
.
id
,
isReport
:
4
})
}
}
}
else
{
}
else
{
this
.
$refs
.
pageTable
.
_hideLoading
()
this
.
$refs
.
pageTable
.
_hideLoading
()
...
...
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