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
e5ecb0c4
Commit
e5ecb0c4
authored
Mar 25, 2021
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了分项报告管理模块名称
parent
ca11241a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
SoilGroupExpReportCheck.vue
.../soil-exp-report/report-check/SoilGroupExpReportCheck.vue
+3
-3
SoilExpReportIssueIndex.vue
.../soil-exp-report/report-issue/SoilExpReportIssueIndex.vue
+2
-2
SoilGroupExpReportIssue.vue
.../soil-exp-report/report-issue/SoilGroupExpReportIssue.vue
+1
-1
soil-routes.js
router/soil-routes.js
+4
-4
No files found.
pages/soil-exp-report/report-check/SoilGroupExpReportCheck.vue
View file @
e5ecb0c4
<
template
>
<div>
<Modal
v-model=
"showModal"
v-drag
width=
"1050"
class=
"modal-footer-none zIndex-1100"
>
<p
slot=
"header"
>
项目试验项目编制
</p>
<p
slot=
"header"
>
分项报告审核
</p>
<div>
<Row>
<!--查询-->
...
...
@@ -68,7 +68,7 @@ export default {
{
title
:
'创建人'
,
key
:
'uname'
},
{
title
:
'创建时间'
,
key
:
'ctime'
,
dateTime
:
true
}
],
btn
:
[{
id
:
'item-check-submit'
,
type
:
'primary'
,
name
:
'提交至
签发
'
}],
btn
:
[{
id
:
'item-check-submit'
,
type
:
'primary'
,
name
:
'提交至
复核
'
}],
iconMsg
:
[
{
type
:
'ios-book'
,
...
...
@@ -97,7 +97,7 @@ export default {
},
_btnClick
(
msg
,
data
)
{
switch
(
msg
)
{
case
'提交至
签发
'
:
case
'提交至
复核
'
:
this
.
_submitExpReportCheck
()
break
case
'search'
:
...
...
pages/soil-exp-report/report-issue/SoilExpReportIssueIndex.vue
View file @
e5ecb0c4
...
...
@@ -3,10 +3,10 @@
<div
class=
"layout-content-padding"
>
<div
class=
"layout-content-main"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"_changeTabs"
>
<el-tab-pane
label=
"试验项目报告
批准
"
name=
"lab"
>
<el-tab-pane
label=
"试验项目报告
复核
"
name=
"lab"
>
<reportMake
ref=
"labTabs"
/>
</el-tab-pane>
<el-tab-pane
label=
"试验项目报告
批准
历史"
name=
"his"
>
<el-tab-pane
label=
"试验项目报告
复核
历史"
name=
"his"
>
<historyTask
ref=
"hisTabs"
/>
</el-tab-pane>
</el-tabs>
...
...
pages/soil-exp-report/report-issue/SoilGroupExpReportIssue.vue
View file @
e5ecb0c4
<
template
>
<div>
<Modal
v-model=
"showModal"
v-drag
width=
"1050"
class=
"modal-footer-none zIndex-1100"
>
<p
slot=
"header"
>
项目试验报告签发
</p>
<p
slot=
"header"
>
分项报告复核
</p>
<div>
<Row>
<!--查询-->
...
...
router/soil-routes.js
View file @
e5ecb0c4
...
...
@@ -272,22 +272,22 @@ export default [
{
path
:
'make'
,
component
:
SoilExpReportMakeIndex
,
meta
:
{
title
:
'
项目
报告编制'
}
meta
:
{
title
:
'
分项
报告编制'
}
},
{
path
:
'check'
,
component
:
SoilExpReportCheckIndex
,
meta
:
{
title
:
'
项目
报告审核'
}
meta
:
{
title
:
'
分项
报告审核'
}
},
{
path
:
'issue'
,
component
:
SoilExpReportIssueIndex
,
meta
:
{
title
:
'
项目报告签发
'
}
meta
:
{
title
:
'
分项报告复核
'
}
},
{
path
:
'end'
,
component
:
SoilExpReportEndIndex
,
meta
:
{
title
:
'
项目
报告汇总'
}
meta
:
{
title
:
'
分项
报告汇总'
}
}
]
},
...
...
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