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
93160a88
Commit
93160a88
authored
Aug 07, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了合同管理的样品查询
parent
74a0a7e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
EditModal.vue
pages/meter-contract/contract-register/EditModal.vue
+10
-5
No files found.
pages/meter-contract/contract-register/EditModal.vue
View file @
93160a88
...
@@ -9,17 +9,17 @@
...
@@ -9,17 +9,17 @@
<Col
span=
"24"
>
<Col
span=
"24"
>
<Form
id=
"test-item-form"
:label-width=
"90"
inline
onsubmit=
"return false"
>
<Form
id=
"test-item-form"
:label-width=
"90"
inline
onsubmit=
"return false"
>
<label
class=
"label-sign"
/>
<label
class=
"label-sign"
/>
<Form-item
:label-width=
"70"
label=
"
授权资质仪器
名称"
>
<Form-item
:label-width=
"70"
label=
"
样品
名称"
>
<Input
<Input
v-model=
"
cod
e"
v-model=
"
nam
e"
@
on-enter=
"_pageChange(1)"
@
on-enter=
"_pageChange(1)"
placeholder=
"
授权资质仪器
名称"
placeholder=
"
样品
名称"
style=
"width: 100%"
style=
"width: 100%"
/>
/>
</Form-item>
</Form-item>
<Form-item
label=
"检测依据名称"
>
<Form-item
label=
"检测依据名称"
>
<Input
<Input
v-model=
"
name
"
v-model=
"
basis
"
@
on-enter=
"_pageChange(1)"
@
on-enter=
"_pageChange(1)"
placeholder=
"请输入检测依据名称"
placeholder=
"请输入检测依据名称"
style=
"width: 100%"
style=
"width: 100%"
...
@@ -102,7 +102,8 @@ export default {
...
@@ -102,7 +102,8 @@ export default {
modalTitle
:
''
,
modalTitle
:
''
,
currentRowData
:
{},
currentRowData
:
{},
name
:
''
,
name
:
''
,
code
:
''
code
:
''
,
basis
:
''
}
}
},
},
methods
:
{
methods
:
{
...
@@ -110,6 +111,7 @@ export default {
...
@@ -110,6 +111,7 @@ export default {
this
.
modalTitle
=
'选择检测依据'
this
.
modalTitle
=
'选择检测依据'
this
.
name
=
''
this
.
name
=
''
this
.
code
=
''
this
.
code
=
''
this
.
basis
=
''
this
.
_judge
()
this
.
_judge
()
},
},
_judge
()
{
_judge
()
{
...
@@ -145,6 +147,9 @@ export default {
...
@@ -145,6 +147,9 @@ export default {
if
(
this
.
code
)
{
if
(
this
.
code
)
{
data
.
code
=
this
.
code
data
.
code
=
this
.
code
}
}
if
(
this
.
basis
)
{
data
.
basis
=
this
.
basis
}
return
this
.
$extend
(
data
,
this
.
pageParams
)
return
this
.
$extend
(
data
,
this
.
pageParams
)
},
},
_search
()
{
_search
()
{
...
...
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