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
b5887ea1
Commit
b5887ea1
authored
Sep 26, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了委托单管理委托评审
parent
65c70b68
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
12 deletions
+17
-12
ReviewEntrust.vue
pages/meter-entrust/entrust-review/ReviewEntrust.vue
+2
-2
SampleManage.vue
pages/meter-entrust/entrust-review/SampleManage.vue
+15
-10
No files found.
pages/meter-entrust/entrust-review/ReviewEntrust.vue
View file @
b5887ea1
...
@@ -58,8 +58,8 @@
...
@@ -58,8 +58,8 @@
import
{
soilEntrust
}
from
'../../../api'
import
{
soilEntrust
}
from
'../../../api'
import
Operation
from
'../../../components/operation/Operation'
import
Operation
from
'../../../components/operation/Operation'
import
Reason
from
'../../../components/base/Reason'
import
Reason
from
'../../../components/base/Reason'
import
SampleManage
from
'../SoilSampleManage'
import
EntrustDetail
from
'./EntrustDetail'
import
EntrustDetail
from
'./EntrustDetail'
import
SampleManage
from
'./SampleManage'
export
default
{
export
default
{
components
:
{
Operation
,
Reason
,
EntrustDetail
,
SampleManage
},
components
:
{
Operation
,
Reason
,
EntrustDetail
,
SampleManage
},
data
()
{
data
()
{
...
@@ -313,7 +313,7 @@ export default {
...
@@ -313,7 +313,7 @@ export default {
_upload
(
id
)
{
_upload
(
id
)
{
// 上传文件
// 上传文件
this
.
$refs
.
FileManage
.
_open
(
id
,
'
contrac
tId'
)
this
.
$refs
.
FileManage
.
_open
(
id
,
'
entrus
tId'
)
}
}
// _getById: async function(id) {
// _getById: async function(id) {
// const result = await meterSubcontractor.getById(id)
// const result = await meterSubcontractor.getById(id)
...
...
pages/meter-entrust/entrust-review/SampleManage.vue
View file @
b5887ea1
...
@@ -63,6 +63,7 @@
...
@@ -63,6 +63,7 @@
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
{
soilEntrust
}
from
'../../../api'
export
default
{
export
default
{
components
:
{
components
:
{
// FoodSampleGovernDetail,
// FoodSampleGovernDetail,
...
@@ -136,14 +137,11 @@ export default {
...
@@ -136,14 +137,11 @@ export default {
selectData
:
[],
selectData
:
[],
getPage
:
{},
getPage
:
{},
pageColumns
:
[
pageColumns
:
[
{
title
:
'样品编号'
,
key
:
'code'
,
width
:
140
},
{
title
:
'试样编号'
,
key
:
'sampleCode'
,
width
:
160
,
fixed
:
'left'
},
{
title
:
'样品名称'
,
key
:
'name'
,
width
:
140
},
{
title
:
'试样深度'
,
key
:
'sampleDepth'
,
width
:
160
},
{
title
:
'型号规格'
,
key
:
'spec'
,
width
:
140
},
{
title
:
'土质描述'
,
key
:
'sampleDescribe'
,
width
:
160
},
{
title
:
'出厂编号'
,
key
:
'factoryNumber'
,
width
:
140
},
{
title
:
'样品包装类型'
,
key
:
'samplePack'
,
width
:
160
},
// { title: '检测项目', key: 'itemNames', width: 140 },
{
title
:
'现场编号'
,
key
:
'siteNo'
,
width
:
130
}
{
title
:
'是否分包'
,
key
:
'jobOut'
,
width
:
110
},
{
title
:
'检测类型'
,
key
:
'type'
,
width
:
140
},
{
title
:
'数量'
,
key
:
'quantity'
,
width
:
140
}
],
],
dateList
:
[],
dateList
:
[],
formObj
:
{
formObj
:
{
...
@@ -259,8 +257,15 @@ export default {
...
@@ -259,8 +257,15 @@ export default {
_formSearch
()
{
_formSearch
()
{
this
.
$refs
.
pageTable
.
_pageChange
(
1
)
this
.
$refs
.
pageTable
.
_pageChange
(
1
)
},
},
_page
()
{
_page
:
async
function
()
{
console
.
log
(
123
)
Object
.
assign
(
this
.
formObj
,
this
.
$refs
.
pageTable
.
_searchParams
())
const
result
=
await
soilEntrust
.
samplePage
(
this
.
$serializeForm
(
this
.
formObj
)
)
if
(
result
)
{
this
.
$refs
.
pageTable
.
_hideLoading
()
this
.
getPage
=
result
}
},
},
// _page: async function() {
// _page: async function() {
// this.selectIds = []
// this.selectIds = []
...
...
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