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
f10b3f0b
Commit
f10b3f0b
authored
Oct 24, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了收样室收样
parent
d9e28236
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
40 additions
and
70 deletions
+40
-70
ReceiveByEntrust.vue
pages/soil-sample-manage/sample-receive/ReceiveByEntrust.vue
+0
-10
AlreadyIssuedHis.vue
...sample-receive/entrust-sample-manage/AlreadyIssuedHis.vue
+10
-14
SampleManage.vue
...age/sample-receive/entrust-sample-manage/SampleManage.vue
+1
-1
SampleManageHis.vue
.../sample-receive/entrust-sample-manage/SampleManageHis.vue
+1
-1
WaitReceive.vue
...nage/sample-receive/entrust-sample-manage/WaitReceive.vue
+10
-19
WaitReceiveHis.vue
...e/sample-receive/entrust-sample-manage/WaitReceiveHis.vue
+9
-12
WaitScan.vue
...-manage/sample-receive/entrust-sample-manage/WaitScan.vue
+9
-13
No files found.
pages/soil-sample-manage/sample-receive/ReceiveByEntrust.vue
View file @
f10b3f0b
...
...
@@ -94,16 +94,6 @@ export default {
id
:
''
,
name
:
'管理样品'
},
// {
// type: 'ios-list',
// id: '',
// name: '项目管理'
// },
// {
// type: 'md-create',
// id: '',
// name: '编辑协议'
// },
{
type
:
'md-cloud'
,
id
:
''
,
name
:
'附件'
},
{
type
:
'ios-clock'
,
...
...
pages/soil-sample-manage/sample-receive/entrust-sample-manage/AlreadyIssuedHis.vue
View file @
f10b3f0b
...
...
@@ -7,8 +7,8 @@
<Col
span=
"24"
style=
"padding-bottom: 5px"
>
<Form
v-show=
"searchOpen"
id=
"search-wait-scan"
:label-width=
"90"
inline
onsubmit=
"return false"
>
<label
class=
"label-sign"
></label>
<Form-item
label=
"
样品
编号:"
class=
"search-item"
>
<Input
v-model=
"formObj.sampleCode"
name=
"sampleCode"
placeholder=
"请输入
样品
编号"
clearable
@
on-enter=
"_formSearch"
></Input>
<Form-item
label=
"
试样
编号:"
class=
"search-item"
>
<Input
v-model=
"formObj.sampleCode"
name=
"sampleCode"
placeholder=
"请输入
试样
编号"
clearable
@
on-enter=
"_formSearch"
></Input>
<input
name=
"entrustId"
type=
"hidden"
>
</Form-item>
<Form-item
class=
"search-btn"
>
...
...
@@ -18,15 +18,10 @@
</Col>
<Col
span=
"24"
>
<btn-list
:msg=
"btn"
:open=
"searchOpen"
:show-search-btn=
"true"
class=
"contHide"
@
on-result-change=
"_btnClick"
>
<!--
<template
slot=
"processTask"
>
-->
<!--
<div
class=
"fr process-task"
>
-->
<!--
<Button
@
click=
"_exportReceiveRecord"
>
导出交接记录
</Button>
-->
<!--
</div>
-->
<!--
</
template
>
-->
</btn-list>
</Col>
<Col
span=
"24"
>
<PTVXETable
<PTVXETable
Height
ref=
"pageTable"
:table-height=
"tableHeight"
:get-page=
"getPage"
...
...
@@ -50,7 +45,7 @@
<div
v-else
>
{{
scope
.
row
[
item
.
key
]
}}
</div>
</
template
>
</vxe-table-column>
</PTVXETable>
</PTVXETable
Height
>
</Col>
</Row>
</div>
...
...
@@ -68,11 +63,11 @@ export default {
selectIds
:
[],
getPage
:
{},
pageColumns
:
[
{
title
:
'试样编号'
,
key
:
'sampleCode'
,
width
:
1
6
0
,
fixed
:
'left'
},
{
title
:
'试样深度'
,
key
:
'sampleDepth'
,
width
:
160
},
{
title
:
'
土质描述'
,
key
:
'sampleDescribe'
,
width
:
16
0
},
{
title
:
'
样品包装类型'
,
key
:
'samplePack'
,
width
:
160
},
{
title
:
'
现场编号'
,
key
:
'siteNo'
,
width
:
13
0
}
{
title
:
'试样编号'
,
key
:
'sampleCode'
,
width
:
1
0
0
,
fixed
:
'left'
},
{
title
:
'试样深度'
,
key
:
'sampleDepth'
,
width
:
95
},
{
title
:
'
现场编号'
,
key
:
'siteNo'
,
width
:
10
0
},
{
title
:
'
土质描述'
,
key
:
'sampleDescribe'
,
width
:
185
},
{
title
:
'
样品包装类型'
,
key
:
'samplePack'
,
width
:
12
0
}
],
iconMsg
:
[
{
type
:
'md-create'
,
id
:
''
,
name
:
'编辑'
},
...
...
@@ -159,6 +154,7 @@ export default {
},
_page
:
async
function
()
{
const
result
=
await
soilEntrust
.
pageSendHis
(
this
.
formObj
)
console
.
log
(
this
.
formObj
)
if
(
result
)
{
this
.
$refs
.
pageTable
.
_hideLoading
()
this
.
getPage
=
result
...
...
pages/soil-sample-manage/sample-receive/entrust-sample-manage/SampleManage.vue
View file @
f10b3f0b
<
template
>
<div>
<Modal
v-model=
"showSampleModal"
@
on-visible-change=
"_visibleChange"
width=
"
1200
"
<Modal
v-model=
"showSampleModal"
@
on-visible-change=
"_visibleChange"
width=
"
818
"
class=
"zIndex-900 modal-footer-none"
>
<p
slot=
"header"
>
{{
name
}}
--管理样品
</p>
<div>
...
...
pages/soil-sample-manage/sample-receive/entrust-sample-manage/SampleManageHis.vue
View file @
f10b3f0b
<
template
>
<div>
<Modal
v-model=
"showSampleModal"
@
on-visible-change=
"_visibleChange"
width=
"
1200
"
<Modal
v-model=
"showSampleModal"
@
on-visible-change=
"_visibleChange"
width=
"
818
"
class=
"zIndex-900 modal-footer-none"
>
<p
slot=
"header"
>
{{
name
}}
--管理样品
</p>
<div>
...
...
pages/soil-sample-manage/sample-receive/entrust-sample-manage/WaitReceive.vue
View file @
f10b3f0b
...
...
@@ -7,12 +7,8 @@
<Col
span=
"24"
style=
"padding-bottom: 5px"
>
<Form
id=
"search-wait"
:label-width=
"90"
v-show=
"searchOpen"
inline
onsubmit=
"return false"
>
<label
class=
"label-sign"
></label>
<Form-item
label=
"样品名称:"
class=
"search-item"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.name"
name=
"name"
placeholder=
"请输入样品名称"
clearable
></Input>
</Form-item>
<Form-item
label=
"样品编号:"
class=
"search-item"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.num"
name=
"num"
placeholder=
"请输入样品编号"
clearable
></Input>
<input
name=
"contractId"
type=
"hidden"
>
<Form-item
label=
"试样编号:"
class=
"search-item"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.sampleCode"
name=
"sampleCode"
placeholder=
"请输入试样编号"
clearable
></Input>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
@
click=
"_formSearch"
type=
"primary"
>
搜索
</Button>
...
...
@@ -21,15 +17,10 @@
</Col>
<Col
span=
"24"
>
<btn-list
:msg=
"btn"
:open=
"searchOpen"
@
on-result-change=
"_btnClick"
:show-search-btn=
"true"
class=
"contHide"
>
<!--
<template
slot=
"processTask"
>
-->
<!--
<div
class=
"fr process-task"
>
-->
<!--
<Button
@
click=
"_exportReceiveRecord"
>
导出交接记录
</Button>
-->
<!--
</div>
-->
<!--
</
template
>
-->
</btn-list>
</Col>
<Col
span=
"24"
>
<PTVXETable
<PTVXETable
Height
ref=
"pageTable"
:tableHeight=
"tableHeight"
@
on-result-change=
"_tableResultChange"
...
...
@@ -41,7 +32,7 @@
:key=
"item.key"
:field=
"item.key"
:title=
"item.title"
:
min-
width=
"item.width?item.width:200"
:width=
"item.width?item.width:200"
:fixed=
"item.fixed?item.fixed:undefined"
sortable
>
...
...
@@ -54,7 +45,7 @@
<div
v-else
>
{{
scope
.
row
[
item
.
key
]
}}
</div>
</
template
>
</vxe-table-column>
</PTVXETable>
</PTVXETable
Height
>
</Col>
</Row>
</div>
...
...
@@ -75,11 +66,11 @@ export default {
selectIds
:
[],
getPage
:
{},
pageColumns
:
[
{
title
:
'试样编号'
,
key
:
'sampleCode'
,
width
:
1
6
0
,
fixed
:
'left'
},
{
title
:
'试样深度'
,
key
:
'sampleDepth'
,
width
:
160
},
{
title
:
'
土质描述'
,
key
:
'sampleDescribe'
,
width
:
16
0
},
{
title
:
'
样品包装类型'
,
key
:
'samplePack'
,
width
:
160
},
{
title
:
'
现场编号'
,
key
:
'siteNo'
,
width
:
13
0
}
{
title
:
'试样编号'
,
key
:
'sampleCode'
,
width
:
1
0
0
,
fixed
:
'left'
},
{
title
:
'试样深度'
,
key
:
'sampleDepth'
,
width
:
95
},
{
title
:
'
现场编号'
,
key
:
'siteNo'
,
width
:
10
0
},
{
title
:
'
土质描述'
,
key
:
'sampleDescribe'
,
width
:
185
},
{
title
:
'
样品包装类型'
,
key
:
'samplePack'
,
width
:
12
0
}
],
iconMsg
:
[{
type
:
'ios-list'
,
id
:
''
,
name
:
'试验项目'
}],
type
:
''
,
...
...
pages/soil-sample-manage/sample-receive/entrust-sample-manage/WaitReceiveHis.vue
View file @
f10b3f0b
...
...
@@ -7,11 +7,8 @@
<Col
span=
"24"
style=
"padding-bottom: 5px"
>
<Form
v-show=
"searchOpen"
id=
"search-wait"
:label-width=
"90"
inline
onsubmit=
"return false"
>
<label
class=
"label-sign"
></label>
<Form-item
label=
"样品名称:"
class=
"search-item"
>
<Input
v-model=
"formObj.name"
name=
"name"
placeholder=
"请输入样品名称"
clearable
@
on-enter=
"_formSearch"
></Input>
</Form-item>
<Form-item
label=
"样品编号:"
class=
"search-item"
>
<Input
v-model=
"formObj.sampleCode"
name=
"sampleCode"
placeholder=
"请输入样品编号"
clearable
@
on-enter=
"_formSearch"
></Input>
<Form-item
label=
"试样编号:"
class=
"search-item"
>
<Input
v-model=
"formObj.sampleCode"
name=
"sampleCode"
placeholder=
"请输入试样编号"
clearable
@
on-enter=
"_formSearch"
></Input>
<input
name=
"entrustId"
type=
"hidden"
>
</Form-item>
<Form-item
class=
"search-btn"
>
...
...
@@ -29,7 +26,7 @@
</btn-list>
</Col>
<Col
span=
"24"
>
<PTVXETable
<PTVXETable
Height
ref=
"pageTable"
:table-height=
"tableHeight"
:get-page=
"getPage"
...
...
@@ -54,7 +51,7 @@
<div
v-else
>
{{
scope
.
row
[
item
.
key
]
}}
</div>
</
template
>
</vxe-table-column>
</PTVXETable>
</PTVXETable
Height
>
</Col>
</Row>
</div>
...
...
@@ -77,11 +74,11 @@ export default {
selectIds
:
[],
getPage
:
{},
pageColumns
:
[
{
title
:
'试样编号'
,
key
:
'sampleCode'
,
width
:
1
6
0
,
fixed
:
'left'
},
{
title
:
'试样深度'
,
key
:
'sampleDepth'
,
width
:
160
},
{
title
:
'
土质描述'
,
key
:
'sampleDescribe'
,
width
:
16
0
},
{
title
:
'
样品包装类型'
,
key
:
'samplePack'
,
width
:
160
},
{
title
:
'
现场编号'
,
key
:
'siteNo'
,
width
:
13
0
}
{
title
:
'试样编号'
,
key
:
'sampleCode'
,
width
:
1
0
0
,
fixed
:
'left'
},
{
title
:
'试样深度'
,
key
:
'sampleDepth'
,
width
:
95
},
{
title
:
'
现场编号'
,
key
:
'siteNo'
,
width
:
10
0
},
{
title
:
'
土质描述'
,
key
:
'sampleDescribe'
,
width
:
185
},
{
title
:
'
样品包装类型'
,
key
:
'samplePack'
,
width
:
12
0
}
],
iconMsg
:
[{
type
:
'ios-list'
,
id
:
''
,
name
:
'试验项目'
}],
type
:
''
,
...
...
pages/soil-sample-manage/sample-receive/entrust-sample-manage/WaitScan.vue
View file @
f10b3f0b
...
...
@@ -7,12 +7,8 @@
<Col
span=
"24"
style=
"padding-bottom: 5px"
>
<Form
id=
"search-wait-scan"
:label-width=
"90"
v-show=
"searchOpen"
inline
onsubmit=
"return false"
>
<label
class=
"label-sign"
></label>
<Form-item
label=
"样品名称:"
class=
"search-item"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.name"
name=
"name"
placeholder=
"请输入样品名称"
clearable
></Input>
</Form-item>
<Form-item
label=
"样品编号:"
class=
"search-item"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.num"
name=
"num"
placeholder=
"请输入样品编号"
clearable
></Input>
<input
name=
"contractId"
type=
"hidden"
>
<Form-item
label=
"试样编号:"
class=
"search-item"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.sampleCode"
name=
"sampleCode"
placeholder=
"请输入样品编号"
clearable
></Input>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
@
click=
"_formSearch"
type=
"primary"
>
搜索
</Button>
...
...
@@ -29,7 +25,7 @@
</btn-list>
</Col>
<Col
span=
"24"
>
<PTVXETable
<PTVXETable
Height
ref=
"pageTable"
:tableHeight=
"tableHeight"
@
on-result-change=
"_tableResultChange"
...
...
@@ -53,7 +49,7 @@
<div
v-else
>
{{
scope
.
row
[
item
.
key
]
}}
</div>
</
template
>
</vxe-table-column>
</PTVXETable>
</PTVXETable
Height
>
</Col>
</Row>
</div>
...
...
@@ -71,11 +67,11 @@ export default {
selectIds
:
[],
getPage
:
{},
pageColumns
:
[
{
title
:
'试样编号'
,
key
:
'sampleCode'
,
width
:
1
6
0
,
fixed
:
'left'
},
{
title
:
'试样深度'
,
key
:
'sampleDepth'
,
width
:
160
},
{
title
:
'
土质描述'
,
key
:
'sampleDescribe'
,
width
:
16
0
},
{
title
:
'
样品包装类型'
,
key
:
'samplePack'
,
width
:
160
},
{
title
:
'
现场编号'
,
key
:
'siteNo'
,
width
:
13
0
}
{
title
:
'试样编号'
,
key
:
'sampleCode'
,
width
:
1
0
0
,
fixed
:
'left'
},
{
title
:
'试样深度'
,
key
:
'sampleDepth'
,
width
:
95
},
{
title
:
'
现场编号'
,
key
:
'siteNo'
,
width
:
10
0
},
{
title
:
'
土质描述'
,
key
:
'sampleDescribe'
,
width
:
185
},
{
title
:
'
样品包装类型'
,
key
:
'samplePack'
,
width
:
12
0
}
],
iconMsg
:
[
{
type
:
'md-create'
,
id
:
''
,
name
:
'编辑'
},
...
...
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