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
aa0dc916
Commit
aa0dc916
authored
Oct 24, 2020
by
wangweidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
土工试验Lims
parent
3156d3cb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
26 deletions
+10
-26
soil-sample.js
api/soil/soil-sample.js
+4
-0
ExperimentItemManage.vue
pages/meter-aptitude/item-manage/ExperimentItemManage.vue
+2
-2
SoilSampleItemManage.vue
pages/meter-entrust/SoilSampleItemManage.vue
+1
-0
SoilSampleItemManageEdit.vue
pages/meter-entrust/SoilSampleItemManageEdit.vue
+2
-1
EntrustRegisterHis.vue
pages/meter-entrust/entrust-register/EntrustRegisterHis.vue
+1
-1
SampleDisposeQuery.vue
...l-sample-manage/sample-dispose/tab/SampleDisposeQuery.vue
+0
-0
SamplePreparation.vue
...il-sample-manage/sample-preparation/SamplePreparation.vue
+0
-10
ReceiveByEntrust.vue
pages/soil-sample-manage/sample-receive/ReceiveByEntrust.vue
+0
-1
TakeByEntrust.vue
pages/soil-sample-manage/sample-take/TakeByEntrust.vue
+0
-11
No files found.
api/soil/soil-sample.js
View file @
aa0dc916
...
...
@@ -33,6 +33,10 @@ export default {
http
.
post
(
'soil/v1/sample_backup/page_backup_handle_check'
,
data
)
.
then
(
res
=>
res
),
pageBackupHandleCheckHis
:
data
=>
http
.
post
(
'soil/v1/sample_backup/page_backup_handle_check_his'
,
data
)
.
then
(
res
=>
res
),
// 样品处理审批通过
disposalOk
:
data
=>
http
.
post
(
'soil/v1/sample_backup/disposal_ok?ids='
+
data
).
then
(
res
=>
res
),
...
...
pages/meter-aptitude/item-manage/ExperimentItemManage.vue
View file @
aa0dc916
...
...
@@ -268,8 +268,8 @@ export default {
// 导入
_import
()
{
const
data
=
{
importUrl
:
'/
meter/v1/aptitude/import_aptitude
'
,
downloadUrl
:
'/soil/v1/excel/template/Soil
Entrust
Import'
,
importUrl
:
'/
soil/v1/aptitude_exp/import_aptitude/
'
,
downloadUrl
:
'/soil/v1/excel/template/Soil
AptExp
Import'
,
title
:
'授权资质导入'
}
this
.
$refs
.
importModal
.
_open
(
data
,
'授权资质导入'
)
...
...
pages/meter-entrust/SoilSampleItemManage.vue
View file @
aa0dc916
...
...
@@ -142,6 +142,7 @@ export default {
],
pageColumns
:
[
{
title
:
'试验名称'
,
key
:
'name'
,
width
:
160
},
{
title
:
'试样编号'
,
key
:
'sampleCode'
,
width
:
160
},
{
title
:
'试验项目英文简写'
,
key
:
'shortName'
,
width
:
140
},
{
title
:
'试验科室'
,
key
:
'groupName'
,
width
:
140
},
{
title
:
'大类'
,
key
:
'mainType'
,
width
:
140
},
...
...
pages/meter-entrust/SoilSampleItemManageEdit.vue
View file @
aa0dc916
...
...
@@ -95,7 +95,7 @@
<!-- :value="item.name"-->
<!-- />-->
<!--
</el-select>
-->
<AutoCompletes
v-model=
"scope.row.groupName"
:handle-obj=
"scope.row"
:down-data=
"groupoptions"
<AutoCompletes
style=
"editable:false"
v-model=
"scope.row.groupName"
:handle-obj=
"scope.row"
:down-data=
"groupoptions"
@
on-result-change=
"_selGroup"
clearable
placeholder=
"输入或选择试验室"
show-key=
"name"
></AutoCompletes>
</div>
...
...
@@ -143,6 +143,7 @@ export default {
],
pageColumns
:
[
{
title
:
'试验名称'
,
key
:
'name'
,
width
:
160
},
{
title
:
'试样编号'
,
key
:
'sampleCode'
,
width
:
160
},
{
title
:
'试验项目英文简写'
,
key
:
'shortName'
,
...
...
pages/meter-entrust/entrust-register/EntrustRegisterHis.vue
View file @
aa0dc916
...
...
@@ -38,7 +38,7 @@
:fixed=
"item.fixed?item.fixed:undefined"
sortable
>
<template
slot-scope=
"scope"
>
<span
v-if=
"item.date"
>
{{
scope
.
row
[
item
.
key
]?
$dateformat
(
scope
.
row
[
item
.
key
],
'yyyy-mm-dd'
):
''
}}
</span>
<span
v-if=
"item.status"
>
{{
scope
.
row
[
item
.
key
].
display
}}
</span>
<span
v-
else-
if=
"item.status"
>
{{
scope
.
row
[
item
.
key
].
display
}}
</span>
<span
v-else
>
{{
scope
.
row
[
item
.
key
]
}}
</span>
</
template
>
</vxe-table-column>
...
...
pages/soil-sample-manage/sample-dispose/tab/SampleDisposeQuery.vue
View file @
aa0dc916
This diff is collapsed.
Click to expand it.
pages/soil-sample-manage/sample-preparation/SamplePreparation.vue
View file @
aa0dc916
...
...
@@ -114,16 +114,6 @@ export default {
id
:
''
,
name
:
'附件'
},
// {
// type: 'md-document',
// id: '',
// name: '导出委托单'
// },
{
type
:
'md-remove-circle'
,
id
:
''
,
name
:
'删除'
},
{
type
:
'ios-clock'
,
id
:
''
,
...
...
pages/soil-sample-manage/sample-receive/ReceiveByEntrust.vue
View file @
aa0dc916
...
...
@@ -105,7 +105,6 @@ export default {
// name: '编辑协议'
// },
{
type
:
'md-cloud'
,
id
:
''
,
name
:
'附件'
},
{
type
:
'md-trash'
,
id
:
''
,
name
:
'删除'
},
{
type
:
'ios-clock'
,
id
:
''
,
...
...
pages/soil-sample-manage/sample-take/TakeByEntrust.vue
View file @
aa0dc916
...
...
@@ -91,18 +91,7 @@ export default {
id
:
''
,
name
:
'管理样品'
},
// {
// type: 'ios-list',
// id: '',
// name: '项目管理'
// },
// {
// type: 'md-create',
// id: '',
// name: '编辑协议'
// },
{
type
:
'md-cloud'
,
id
:
''
,
name
:
'附件'
},
{
type
:
'md-trash'
,
id
:
''
,
name
:
'删除'
},
{
type
:
'ios-clock'
,
id
:
''
,
...
...
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