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
afbee3bc
Commit
afbee3bc
authored
Dec 18, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了原始记录模板配置
parent
58678f82
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
25 deletions
+14
-25
ConfigTemplate.vue
pages/soil-record-template-manage/ConfigTemplate.vue
+2
-1
ConfigTemplateEdit.vue
pages/soil-record-template-manage/ConfigTemplateEdit.vue
+9
-1
ReportInfoMake.vue
pages/soil-report-manage/report-make/tabs/ReportInfoMake.vue
+3
-23
No files found.
pages/soil-record-template-manage/ConfigTemplate.vue
View file @
afbee3bc
...
@@ -58,7 +58,8 @@ export default {
...
@@ -58,7 +58,8 @@ export default {
{
title
:
'列位置'
,
key
:
'columnPlace'
,
width
:
120
},
{
title
:
'列位置'
,
key
:
'columnPlace'
,
width
:
120
},
{
title
:
'合并开始列'
,
key
:
'mergeBegin'
,
width
:
120
},
{
title
:
'合并开始列'
,
key
:
'mergeBegin'
,
width
:
120
},
{
title
:
'合并结束列'
,
key
:
'mergeEnd'
,
width
:
120
},
{
title
:
'合并结束列'
,
key
:
'mergeEnd'
,
width
:
120
},
{
title
:
'合并行数'
,
key
:
'mergeRowNum'
,
width
:
120
}
{
title
:
'合并行数'
,
key
:
'mergeRowNum'
,
width
:
120
},
{
title
:
'单位'
,
key
:
'unit'
,
width
:
120
}
],
],
getPage
:
{},
getPage
:
{},
iconMsg
:
[{
type
:
'md-create'
,
id
:
''
,
name
:
'编辑'
}],
iconMsg
:
[{
type
:
'md-create'
,
id
:
''
,
name
:
'编辑'
}],
...
...
pages/soil-record-template-manage/ConfigTemplateEdit.vue
View file @
afbee3bc
...
@@ -52,11 +52,12 @@
...
@@ -52,11 +52,12 @@
<Form-item
label=
"合并行数"
prop=
"mergeRowNum"
class=
"width-48"
>
<Form-item
label=
"合并行数"
prop=
"mergeRowNum"
class=
"width-48"
>
<el-input
<el-input
v-model=
"formObj.mergeRowNum"
v-model=
"formObj.mergeRowNum"
@
input=
"inputChange()"
@
keydown
.
native=
"channelInputLimit"
@
keydown
.
native=
"channelInputLimit"
name=
"mergeRowNum"
name=
"mergeRowNum"
type=
"number"
type=
"number"
onmousewheel=
"return false"
onmousewheel=
"return false"
placeholder=
"请输入合并
结束列
"
placeholder=
"请输入合并
行数
"
/>
/>
</Form-item>
</Form-item>
<Form-item
label=
"是否是项目指标"
prop=
"itemed"
class=
"width-48"
>
<Form-item
label=
"是否是项目指标"
prop=
"itemed"
class=
"width-48"
>
...
@@ -69,6 +70,10 @@
...
@@ -69,6 +70,10 @@
/>
/>
</el-select>
</el-select>
</Form-item>
</Form-item>
<Form-item
label=
"单位"
prop=
"unit"
class=
"width-48"
>
<Input
v-model=
"formObj.unit"
name=
"unit"
placeholder=
"请输入单位"
/>
</Form-item>
</div>
</div>
</Form>
</Form>
</div>
</div>
...
@@ -169,6 +174,9 @@ export default {
...
@@ -169,6 +174,9 @@ export default {
}
}
return
true
return
true
},
},
inputChange
(
data
)
{
console
.
log
(
data
)
},
_selectJudgeType
(
data
)
{
_selectJudgeType
(
data
)
{
this
.
formObj
.
microbed
=
data
this
.
formObj
.
microbed
=
data
},
},
...
...
pages/soil-report-manage/report-make/tabs/ReportInfoMake.vue
View file @
afbee3bc
...
@@ -100,28 +100,8 @@ export default {
...
@@ -100,28 +100,8 @@ export default {
btn
:
[{
id
:
'food-report-make-batch-down'
,
name
:
'下载'
}],
btn
:
[{
id
:
'food-report-make-batch-down'
,
name
:
'下载'
}],
getPage
:
{},
getPage
:
{},
pageColumns
:
[
pageColumns
:
[
{
title
:
'报告编号'
,
key
:
'reportSn'
,
width
:
180
,
fixed
:
'left'
},
{
title
:
'创建人'
,
key
:
'uname'
,
width
:
180
,
fixed
:
'left'
},
{
title
:
'样品编号'
,
key
:
'sampleNum'
,
width
:
180
},
{
title
:
'创建时间'
,
key
:
'ctime'
,
width
:
180
,
dateTime
:
true
}
{
title
:
'样品名称'
,
key
:
'sampleName'
,
width
:
160
},
{
title
:
'是否合格'
,
key
:
'notOkCount'
,
width
:
120
,
notOkCount
:
true
},
{
title
:
'信息维护状态'
,
key
:
'infoMaintain'
,
width
:
130
},
{
title
:
'应出报告日期'
,
key
:
'reportDate'
,
width
:
120
,
date
:
true
},
{
title
:
'是否判定'
,
key
:
'judge'
,
width
:
100
,
judge
:
true
},
{
title
:
'已盖章'
,
key
:
'signStatus'
,
width
:
100
},
{
title
:
'盖章类型'
,
key
:
'signType'
,
width
:
180
},
{
title
:
'所需资质'
,
key
:
'aptitudeType'
,
width
:
180
},
{
title
:
'报告类别'
,
key
:
'reportClass'
,
width
:
120
},
{
title
:
'大类'
,
key
:
'firstClass'
,
width
:
130
},
{
title
:
'细类'
,
key
:
'detectType'
,
width
:
120
},
{
title
:
'任务来源'
,
key
:
'taskSource'
,
width
:
120
},
{
title
:
'已推国抽'
,
key
:
'dataPushed'
,
width
:
150
,
judge
:
true
},
{
title
:
'报告语言'
,
key
:
'reportType'
,
width
:
120
},
{
title
:
'报告要求'
,
key
:
'reportRequire'
,
width
:
120
},
{
title
:
'是否带照片'
,
key
:
'havePhoto'
,
width
:
120
,
judge
:
true
},
{
title
:
'编制人'
,
key
:
'maker'
,
width
:
100
},
{
title
:
'编制时间'
,
key
:
'makDate'
,
width
:
140
,
dateTime
:
true
},
{
title
:
'样品备注'
,
key
:
'sampleRemark'
},
{
title
:
'委托备注'
,
key
:
'contractRemark'
}
],
],
selectIds
:
[],
selectIds
:
[],
selectData
:
[],
selectData
:
[],
...
@@ -297,7 +277,7 @@ export default {
...
@@ -297,7 +277,7 @@ export default {
},
},
_open
(
entrustId
)
{
_open
(
entrustId
)
{
this
.
formObj
=
this
.
$resetFields
(
this
.
formObj
)
this
.
formObj
=
this
.
$resetFields
(
this
.
formObj
)
this
.
formObj
.
contrac
tId
=
entrustId
this
.
formObj
.
entrus
tId
=
entrustId
this
.
showIssueModal
=
false
this
.
showIssueModal
=
false
this
.
_page
()
this
.
_page
()
},
},
...
...
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