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
9027a6ec
Commit
9027a6ec
authored
Dec 26, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了汇总表配置
parent
c6b107ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
soil-aptitude.js
api/soil/soil-aptitude.js
+6
-1
ConfigTemplateEdit.vue
...l-report-manage/soil-summary-sheet/ConfigTemplateEdit.vue
+12
-1
No files found.
api/soil/soil-aptitude.js
View file @
9027a6ec
...
...
@@ -91,5 +91,10 @@ export default {
.
delete
(
'soil/v1/original_template_config/?ids='
+
data
)
.
then
(
res
=>
res
),
expReportTemplateConfig
:
data
=>
http
.
get
(
'soil/v1/exp_report_template_config/'
+
data
).
then
(
res
=>
res
)
http
.
get
(
'soil/v1/exp_report_template_config/'
+
data
).
then
(
res
=>
res
),
// 汇总表分页列表
pageSummaryTemplate
:
data
=>
http
.
post
(
'soil/v1/exp_report_template/page_summary_template'
,
data
)
.
then
(
res
=>
res
)
}
pages/soil-report-manage/soil-summary-sheet/ConfigTemplateEdit.vue
View file @
9027a6ec
...
...
@@ -54,6 +54,16 @@
placeholder=
"请输入合并行数"
/>
</Form-item>
<Form-item
label=
"sheet索引"
prop=
"sheetNum"
class=
"width-48"
>
<Input
v-model=
"formObj.sheetNum"
@
keydown
.
native=
"channelInputLimit"
name=
"sheetNum"
type=
"number"
onmousewheel=
"return false"
placeholder=
"请输入sheet索引"
/>
</Form-item>
</div>
</Form>
</div>
...
...
@@ -89,7 +99,8 @@ export default {
testValue
:
undefined
,
mergeRowNum
:
undefined
,
mergeBegin
:
undefined
,
mergeEnd
:
undefined
mergeEnd
:
undefined
,
sheetNum
:
undefined
},
ruleValidate
:
{
name
:
[{
required
:
true
,
message
:
'指标名称不能为空'
,
trigger
:
'blur'
}]
...
...
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