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
d0a0b67c
Commit
d0a0b67c
authored
Nov 19, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了试样管理拖拽
parent
2e92d9e1
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
13 additions
and
10 deletions
+13
-10
Reason.vue
components/base/Reason.vue
+1
-1
SampleParpareApply.vue
.../soil-sample-manage/backups-manage/SampleParpareApply.vue
+1
-1
SampleParpareBatchEdit.vue
...l-sample-manage/backups-manage/SampleParpareBatchEdit.vue
+1
-1
AddressManageEdit.vue
...s/soil-sample-manage/sample-address/AddressManageEdit.vue
+1
-1
ViewLocationEntrust.vue
...soil-sample-manage/sample-address/ViewLocationEntrust.vue
+1
-1
ViewSample.vue
pages/soil-sample-manage/sample-address/ViewSample.vue
+1
-1
ItemManage.vue
pages/soil-sample-manage/sample-take/ItemManage.vue
+1
-1
TakeSampleManage.vue
pages/soil-sample-manage/sample-take/TakeSampleManage.vue
+4
-1
SampleSurplusBatchEdit.vue
...l-sample-manage/surplus-manage/SampleSurplusBatchEdit.vue
+1
-1
SurplusParpareApply.vue
...soil-sample-manage/surplus-manage/SurplusParpareApply.vue
+1
-1
No files found.
components/base/Reason.vue
View file @
d0a0b67c
<
template
>
<
template
>
<div>
<div>
<Modal
v-model=
"showModal"
:mask-closable=
"false"
class=
"zIndex-1100"
>
<Modal
v-model=
"showModal"
v-drag
:mask-closable=
"false"
class=
"zIndex-1100"
>
<p
slot=
"header"
>
<p
slot=
"header"
>
{{
modalTitle
}}
{{
modalTitle
}}
</p>
</p>
...
...
pages/soil-sample-manage/backups-manage/SampleParpareApply.vue
View file @
d0a0b67c
<
template
>
<
template
>
<div>
<div>
<Modal
v-model=
"showModalHandleApply"
:mask-closable=
"false"
width=
"500"
>
<Modal
v-model=
"showModalHandleApply"
v-drag
:mask-closable=
"false"
width=
"500"
>
<p
slot=
"header"
>
处理申请
</p>
<p
slot=
"header"
>
处理申请
</p>
<div>
<div>
<Form
ref=
"formObj"
:id=
"formId"
:model=
"formObj"
:rules=
"ruleValidate"
:label-width=
"90"
inline
>
<Form
ref=
"formObj"
:id=
"formId"
:model=
"formObj"
:rules=
"ruleValidate"
:label-width=
"90"
inline
>
...
...
pages/soil-sample-manage/backups-manage/SampleParpareBatchEdit.vue
View file @
d0a0b67c
<
template
>
<
template
>
<div>
<div>
<Modal
v-model=
"showModal"
: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"
ref=
"formObj"
:model=
"formObj"
:label-width=
"100"
>
<Form
id=
"storage-location-form"
ref=
"formObj"
:model=
"formObj"
:label-width=
"100"
>
...
...
pages/soil-sample-manage/sample-address/AddressManageEdit.vue
View file @
d0a0b67c
<
template
>
<
template
>
<div>
<div>
<Modal
v-model=
"showEditModal"
:mask-closable=
"false"
:width=
"500"
class=
"zIndex-1200"
>
<Modal
v-model=
"showEditModal"
v-drag
:mask-closable=
"false"
:width=
"500"
class=
"zIndex-1200"
>
<p
slot=
"header"
>
{{
modalTitle
}}
</p>
<p
slot=
"header"
>
{{
modalTitle
}}
</p>
<div>
<div>
<Form
id=
"edit-form"
ref=
"formObj"
:model=
"formObj"
:rules=
"ruleValidate"
:label-width=
"100"
inline
>
<Form
id=
"edit-form"
ref=
"formObj"
:model=
"formObj"
:rules=
"ruleValidate"
:label-width=
"100"
inline
>
...
...
pages/soil-sample-manage/sample-address/ViewLocationEntrust.vue
View file @
d0a0b67c
<
template
>
<
template
>
<div>
<div>
<Modal
v-model=
"showModal"
width=
"1030"
class=
"modal-footer-none"
>
<Modal
v-model=
"showModal"
v-drag
width=
"1030"
class=
"modal-footer-none"
>
<p
slot=
"header"
>
<p
slot=
"header"
>
{{
modalTitle
}}
{{
modalTitle
}}
</p>
</p>
...
...
pages/soil-sample-manage/sample-address/ViewSample.vue
View file @
d0a0b67c
<
template
>
<
template
>
<div>
<div>
<Modal
v-model=
"showModal"
width=
"980"
class=
"modal-footer-none"
>
<Modal
v-model=
"showModal"
v-drag
width=
"980"
class=
"modal-footer-none"
>
<p
slot=
"header"
>
<p
slot=
"header"
>
{{
modalTitle
}}
{{
modalTitle
}}
</p>
</p>
...
...
pages/soil-sample-manage/sample-take/ItemManage.vue
View file @
d0a0b67c
<
template
>
<
template
>
<div>
<div>
<Modal
v-model=
"showModal"
width=
"100"
class=
"modal-footer-none full-screen"
>
<Modal
v-model=
"showModal"
v-drag
width=
"100"
class=
"modal-footer-none full-screen"
>
<p
slot=
"header"
>
{{
modalTitle
}}
</p>
<p
slot=
"header"
>
{{
modalTitle
}}
</p>
<div>
<div>
<!--内容-->
<!--内容-->
...
...
pages/soil-sample-manage/sample-take/TakeSampleManage.vue
View file @
d0a0b67c
<
template
>
<
template
>
<div>
<div>
<Modal
v-model=
"showSampleModal"
width=
"1100"
<Modal
v-model=
"showSampleModal"
v-drag
width=
"1100"
class=
"zIndex-900 modal-footer-none"
@
on-visible-change=
"_visibleChange"
>
class=
"zIndex-900 modal-footer-none"
@
on-visible-change=
"_visibleChange"
>
<p
slot=
"header"
>
管理样品
</p>
<div>
<div>
<!--内容-->
<!--内容-->
<Row>
<Row>
...
...
pages/soil-sample-manage/surplus-manage/SampleSurplusBatchEdit.vue
View file @
d0a0b67c
<
template
>
<
template
>
<div>
<div>
<Modal
v-model=
"showModal"
: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"
ref=
"formObj"
:model=
"formObj"
:rules=
"ruleValidate"
:label-width=
"100"
>
<Form
id=
"storage-location-form"
ref=
"formObj"
:model=
"formObj"
:rules=
"ruleValidate"
:label-width=
"100"
>
...
...
pages/soil-sample-manage/surplus-manage/SurplusParpareApply.vue
View file @
d0a0b67c
<
template
>
<
template
>
<div>
<div>
<Modal
v-model=
"showModalHandleApply"
:mask-closable=
"false"
width=
"500"
>
<Modal
v-model=
"showModalHandleApply"
v-drag
:mask-closable=
"false"
width=
"500"
>
<p
slot=
"header"
>
处理申请
</p>
<p
slot=
"header"
>
处理申请
</p>
<div>
<div>
<Form
ref=
"formObj"
:id=
"formId"
:model=
"formObj"
:rules=
"ruleValidate"
:label-width=
"90"
inline
>
<Form
ref=
"formObj"
:id=
"formId"
:model=
"formObj"
:rules=
"ruleValidate"
:label-width=
"90"
inline
>
...
...
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