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
8b899c1e
Commit
8b899c1e
authored
Oct 27, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了委托单登记管理检测项目
parent
92667396
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
SoilSampleItemManageEdit.vue
pages/meter-entrust/SoilSampleItemManageEdit.vue
+5
-5
No files found.
pages/meter-entrust/SoilSampleItemManageEdit.vue
View file @
8b899c1e
...
...
@@ -71,15 +71,15 @@
</el-input>
</div>
<div
v-if=
"item.key==='mainType'"
@
click=
"_handleRow(scope)"
>
<el-input
v-model=
"scope.row.mainType"
@
change=
"inputMainTypeChange(scope.row)"
name=
"mainType"
placeholder=
"请输入
英文简写
"
>
<el-input
v-model=
"scope.row.mainType"
@
change=
"inputMainTypeChange(scope.row)"
name=
"mainType"
placeholder=
"请输入
大类
"
>
</el-input>
</div>
<div
v-if=
"item.key==='smallType'"
@
click=
"_handleRow(scope)"
>
<el-input
v-model=
"scope.row.smallType"
@
change=
"inputSmallTypeChange(scope.row)"
name=
"smallType"
placeholder=
"请输入
英文简写
"
>
<el-input
v-model=
"scope.row.smallType"
@
change=
"inputSmallTypeChange(scope.row)"
name=
"smallType"
placeholder=
"请输入
小类
"
>
</el-input>
</div>
<div
v-if=
"item.key==='testMethod'"
@
click=
"_handleRow(scope)"
>
<el-input
v-model=
"scope.row.testMethod"
@
change=
"methodChange(scope.row)"
name=
"testMethod"
placeholder=
"请输入
英文简写
"
>
<el-input
v-model=
"scope.row.testMethod"
@
change=
"methodChange(scope.row)"
name=
"testMethod"
placeholder=
"请输入
试验方法
"
>
</el-input>
</div>
<div
v-if=
"item.key==='groupName'"
@
click=
"_handleRow(scope)"
>
...
...
@@ -93,12 +93,12 @@
<!--
</el-select>
-->
<AutoCompletes
v-model=
"scope.row.groupName"
:handle-obj=
"scope.row"
:down-data=
"groupoptions"
@
on-result-change=
"_selGroup"
style=
"editable:false"
clearable
placeholder=
"
输入或
选择试验室"
show-key=
"name"
></AutoCompletes>
placeholder=
"
请
选择试验室"
show-key=
"name"
></AutoCompletes>
</div>
<div
v-if=
"item.key==='testBasis'"
@
click=
"_handleRow(scope)"
>
<AutoCompletes
v-model=
"scope.row.testBasis"
:handle-obj=
"scope.row"
:down-data=
"testBasisList"
@
on-result-change=
"_selTestBasis"
style=
"editable:false"
clearable
placeholder=
"
输入或
选择检测依据"
show-key=
"name"
></AutoCompletes>
placeholder=
"
请
选择检测依据"
show-key=
"name"
></AutoCompletes>
</div>
</
template
>
</vxe-table-column>
...
...
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