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
77931095
Commit
77931095
authored
Dec 26, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了备样管理
parent
27071013
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
ReportMakeByEntrust.vue
...il-report-manage/report-make/tabs/ReportMakeByEntrust.vue
+1
-0
SampleParpareBatchEdit.vue
...mple-manage/sample-preparation/SampleParpareBatchEdit.vue
+1
-1
No files found.
pages/soil-report-manage/report-make/tabs/ReportMakeByEntrust.vue
View file @
77931095
...
@@ -77,6 +77,7 @@
...
@@ -77,6 +77,7 @@
</div>
</div>
</div>
</div>
<keep-alive>
<keep-alive>
<!-- eslint-disable-next-line vue/require-component-is -->
<component
ref=
"refModal"
:is=
"currentComponent"
@
on-result-change=
"_componentResult"
></component>
<component
ref=
"refModal"
:is=
"currentComponent"
@
on-result-change=
"_componentResult"
></component>
</keep-alive>
</keep-alive>
</div>
</div>
...
...
pages/soil-sample-manage/sample-preparation/SampleParpareBatchEdit.vue
View file @
77931095
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<Modal
v-model=
"showModal"
v-drag
:mask-closable=
"false"
>
<Modal
v-model=
"showModal"
v-drag
:mask-closable=
"false"
>
<p
slot=
"header"
>
填写制备信息
</p>
<p
slot=
"header"
>
填写制备信息
</p>
<div>
<div>
<Form
id=
"storage-location-form"
:id=
"formId"
ref=
"formObj
"
:model=
"formObj"
:rules=
"ruleValidate"
:label-width=
"100"
>
<Form
ref=
"formObj"
:id=
"formId
"
:model=
"formObj"
:rules=
"ruleValidate"
:label-width=
"100"
>
<Form-item
label=
"制备方式:"
prop=
"prepareWay"
>
<Form-item
label=
"制备方式:"
prop=
"prepareWay"
>
<el-select
:value=
"formObj.prepareWay"
@
change=
"selPrepareWay"
style=
"width:100%"
size=
"small"
>
<el-select
:value=
"formObj.prepareWay"
@
change=
"selPrepareWay"
style=
"width:100%"
size=
"small"
>
<el-option
v-for=
"item in prepareWayList"
:value=
"item.name"
:key=
"item.name"
>
{{
item
.
name
}}
<el-option
v-for=
"item in prepareWayList"
:value=
"item.name"
:key=
"item.name"
>
{{
item
.
name
}}
...
...
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