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
65c70b68
Commit
65c70b68
authored
Sep 26, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了委托单管理
parent
9590fc8a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
25 deletions
+22
-25
SoilSampleItemManage.vue
pages/meter-entrust/SoilSampleItemManage.vue
+1
-4
SoilSampleManage.vue
pages/meter-entrust/SoilSampleManage.vue
+16
-16
EntrustRegister.vue
pages/meter-entrust/entrust-register/EntrustRegister.vue
+1
-1
SelectOriTempRecord.vue
pages/soil-test-manage/test-input/SelectOriTempRecord.vue
+3
-3
ItemRightList.vue
...s/soil-test-manage/test-input/item-tabs/ItemRightList.vue
+1
-1
No files found.
pages/meter-entrust/SoilSampleItemManage.vue
View file @
65c70b68
...
@@ -121,10 +121,7 @@ export default {
...
@@ -121,10 +121,7 @@ export default {
return
{
return
{
formId
:
'SampleItemManage'
,
formId
:
'SampleItemManage'
,
currentComponent
:
''
,
currentComponent
:
''
,
btn
:
[
btn
:
[],
{
type
:
'success'
,
id
:
''
,
name
:
'提交分包'
},
{
type
:
'success'
,
id
:
''
,
name
:
'取消分包'
}
],
iconMsg
:
[{
type
:
'pt-a-end'
,
id
:
''
,
name
:
'删除'
}],
iconMsg
:
[{
type
:
'pt-a-end'
,
id
:
''
,
name
:
'删除'
}],
sampleId
:
''
,
// 样品id
sampleId
:
''
,
// 样品id
showModal
:
false
,
showModal
:
false
,
...
...
pages/meter-entrust/SoilSampleManage.vue
View file @
65c70b68
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
<!-- 表格 -->
<!-- 表格 -->
<Col
span=
"24"
>
<Col
span=
"24"
>
<PTVXETable
ref=
"pageTable"
:table-height=
"tableHeight"
:form-id=
"formId"
:loading=
"true"
<PTVXETable
ref=
"pageTable"
:table-height=
"tableHeight"
:form-id=
"formId"
:loading=
"true"
:get-page=
"getPage"
:icon-msg=
"iconMsg"
@
on-result-change=
"_tableResultChange"
>
:get-page=
"getPage"
:icon-msg=
"iconMsg"
@
on-result-change=
"_tableResultChange"
select-data
>
<vxe-table-column
<vxe-table-column
v-for=
"item in pageColumns"
v-for=
"item in pageColumns"
:key=
"item.key"
:key=
"item.key"
...
@@ -90,21 +90,21 @@ export default {
...
@@ -90,21 +90,21 @@ export default {
formId
:
'soilSampleManage'
,
formId
:
'soilSampleManage'
,
currentComponent
:
''
,
currentComponent
:
''
,
btn
:
[
btn
:
[
{
//
{
type
:
'success'
,
//
type: 'success',
id
:
''
,
//
id: '',
name
:
'导入检测项目'
//
name: '导入检测项目'
},
// }
{
//
{
type
:
'success'
,
//
type: 'success',
id
:
''
,
//
id: '',
name
:
'导入检测项目包'
//
name: '导入检测项目包'
},
//
},
{
//
{
type
:
'success'
,
//
type: 'success',
id
:
''
,
//
id: '',
name
:
'打印标签'
//
name: '打印标签'
}
//
}
],
],
itemList
:
[],
itemList
:
[],
indexList
:
[],
indexList
:
[],
...
...
pages/meter-entrust/entrust-register/EntrustRegister.vue
View file @
65c70b68
...
@@ -314,7 +314,7 @@ export default {
...
@@ -314,7 +314,7 @@ export default {
_upload
(
id
)
{
_upload
(
id
)
{
// 上传文件
// 上传文件
this
.
$refs
.
FileManage
.
_open
(
id
,
'
contrac
tId'
)
this
.
$refs
.
FileManage
.
_open
(
id
,
'
entrus
tId'
)
},
},
_exportEntrust
(
id
)
{
_exportEntrust
(
id
)
{
this
.
$Modal
.
confirm
({
this
.
$Modal
.
confirm
({
...
...
pages/soil-test-manage/test-input/SelectOriTempRecord.vue
View file @
65c70b68
...
@@ -223,9 +223,9 @@ export default {
...
@@ -223,9 +223,9 @@ export default {
const
result
=
await
soilTest
.
checkLimit
(
param
)
const
result
=
await
soilTest
.
checkLimit
(
param
)
console
.
log
(
result
)
console
.
log
(
result
)
},
},
_createOriginalRecord
:
async
function
()
{
_createOriginalRecord
()
{
const
result
=
await
soilTest
.
searchItem
({
ids
:
this
.
itemIds
.
join
(
','
)
})
//
const result = await soilTest.searchItem({ ids: this.itemIds.join(',') })
console
.
log
(
result
)
//
console.log(result)
this
.
showModal
=
false
this
.
showModal
=
false
const
url
=
const
url
=
Global
.
recordURL
+
'/print/v1/eln/template_YT_'
+
this
.
selectData
[
0
].
id
Global
.
recordURL
+
'/print/v1/eln/template_YT_'
+
this
.
selectData
[
0
].
id
...
...
pages/soil-test-manage/test-input/item-tabs/ItemRightList.vue
View file @
65c70b68
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<!-- 表格 -->
<!-- 表格 -->
<Col
span=
"24"
>
<Col
span=
"24"
>
<PTVXETable
ref=
"pageTable"
:pageColumns=
"pageColumns"
:tableHeight=
"tableHeight"
<PTVXETable
ref=
"pageTable"
:pageColumns=
"pageColumns"
:tableHeight=
"tableHeight"
@
on-result-change=
"_tableResultChange"
:
icon-msg=
"iconMsg"
:
getPage=
"getPage"
:table-name=
"tableName"
:rows=
"100"
is-task
select-data
>
@
on-result-change=
"_tableResultChange"
:getPage=
"getPage"
:table-name=
"tableName"
:rows=
"100"
is-task
select-data
>
<vxe-table-column
<vxe-table-column
v-for=
"item in userColumns.length > 0 ?userColumns:pageColumns"
v-for=
"item in userColumns.length > 0 ?userColumns:pageColumns"
:key=
"item.key"
:key=
"item.key"
...
...
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