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
ed89881b
Commit
ed89881b
authored
Jul 16, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了送出检委托单的样品选择
parent
45e5ce6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
MeterGoOutTestEdit.vue
pages/meter-entrust/go-out-test/MeterGoOutTestEdit.vue
+1
-0
MeterSendTestEdit.vue
pages/meter-entrust/send-test/MeterSendTestEdit.vue
+5
-5
No files found.
pages/meter-entrust/go-out-test/MeterGoOutTestEdit.vue
View file @
ed89881b
...
...
@@ -451,6 +451,7 @@ export default {
this
.
formObj
.
odate
=
data
},
_backData
(
data
)
{
this
.
$forceUpdate
()
console
.
log
(
typeof
this
.
index
)
console
.
log
(
data
)
this
.
getPage
.
records
[
this
.
index
].
name
=
data
.
name
...
...
pages/meter-entrust/send-test/MeterSendTestEdit.vue
View file @
ed89881b
...
...
@@ -83,13 +83,13 @@
>
<template
slot-scope=
"scope"
>
<div
v-if=
"item.key==='name'"
@
click
.
stop=
"_handleRow(scope)"
>
<el-input
v-model=
"scope.row.name"
@
on-result-change=
"_judgeBasisChange"
blur
placeholder=
"请输入或选择样品名称"
style=
"width: 150px;"
<el-input
v-model=
"scope.row.name"
blur
placeholder=
"请输入或选择样品名称"
style=
"width: 150px;"
></el-input>
<a
@
on-result-change=
"_judgeBasisChange"
@
click=
"_selectjudgeBasis(scope.$rowIndex)"
style=
"font-size: 18px;"
class=
""
>
+
</a>
</div>
<div
v-if=
"item.key==='verification'"
@
click
.
stop=
"_handleRow(scope)"
>
<el-input
v-model=
"scope.row.verification"
blur
placeholder=
"请输入检定依据
"
<el-input
v-model=
"scope.row.verification"
placeholder=
"请输入检定依据"
style=
"width: 170px;
"
></el-input>
</div>
<div
v-if=
"item.key==='spec'"
@
click
.
stop=
"_handleRow(scope)"
>
...
...
@@ -140,7 +140,7 @@
<modal-footer
ref=
"footerModal"
:footer=
"footerList"
@
on-result-change=
"_footerResult"
></modal-footer>
</div>
</Modal>
<EditModal
ref=
"EditModal"
@
on-result-change=
"_backData"
is-change
/>
<EditModal
ref=
"EditModal"
@
on-result-change=
"_backData"
/>
<ContractModal
ref=
"ContractModal"
@
on-result-change=
"_backContract"
is-change
></ContractModal>
<importModal
ref=
"importModal"
@
on-result-change=
"_inputBack"
aptitude-item
></importModal>
</div>
...
...
@@ -221,7 +221,7 @@ export default {
pageColumns
:
[
{
title
:
'样品名称'
,
key
:
'name'
,
width
:
200
},
{
title
:
'型号规格'
,
key
:
'spec'
},
{
title
:
'检定依据'
,
key
:
'verification'
},
{
title
:
'检定依据'
,
key
:
'verification'
,
width
:
200
},
{
title
:
'出厂编号'
,
key
:
'factoryNumber'
},
{
title
:
'制造单位'
,
key
:
'manufacturer'
},
{
title
:
'检测类型'
,
key
:
'type'
},
...
...
@@ -447,6 +447,7 @@ export default {
this
.
$refs
.
ContractModal
.
_open
()
},
_backData
(
data
)
{
this
.
$forceUpdate
()
console
.
log
(
typeof
this
.
index
)
this
.
getPage
.
records
[
this
.
index
].
name
=
data
.
name
this
.
getPage
.
records
[
this
.
index
].
aptitudeId
=
data
.
id
...
...
@@ -458,7 +459,6 @@ export default {
console
.
log
(
this
.
getPage
.
records
)
},
_backContract
(
data
)
{
console
.
log
(
data
)
this
.
formObj
.
client
=
data
.
client
this
.
formObj
.
operation
.
person
=
data
.
person
this
.
formObj
.
operation
.
tel
=
data
.
tel
...
...
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