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
7b1f633c
Commit
7b1f633c
authored
Sep 24, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了检测管理附件页面
parent
2bd37f80
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
TestInput.vue
pages/soil-test-manage/test-input/TestInput.vue
+2
-1
AllotByEntrust.vue
pages/soil-test-manage/test-task-manage/AllotByEntrust.vue
+2
-1
AllotBySample.vue
pages/soil-test-manage/test-task-manage/AllotBySample.vue
+2
-2
No files found.
pages/soil-test-manage/test-input/TestInput.vue
View file @
7b1f633c
...
...
@@ -64,6 +64,7 @@
<UserInfo
ref=
"userModal"
@
on-result-change=
"_userResult"
></UserInfo>
<Operation
ref=
"operation"
></Operation>
<SampleManage
ref=
"sampleManageModal"
@
on-result-change=
"_page"
></SampleManage>
<FileManage
ref=
"FileManage"
></FileManage>
</div>
</template>
<
script
>
...
...
@@ -441,7 +442,7 @@ export default {
},
_upload
(
id
)
{
// 上传文件
this
.
$refs
.
refModal
.
_open
(
id
,
'contrac
tId'
)
this
.
$refs
.
FileManage
.
_open
(
id
,
'entrus
tId'
)
}
}
}
...
...
pages/soil-test-manage/test-task-manage/AllotByEntrust.vue
View file @
7b1f633c
...
...
@@ -65,6 +65,7 @@
<SampleManage
ref=
"sampleManageModal"
@
on-result-change=
"_page"
></SampleManage>
<ItemManage
ref=
"itemManageModal"
@
on-result-change=
"_page"
></ItemManage>
<Operation
ref=
"operation"
></Operation>
<FileManage
ref=
"FileManage"
></FileManage>
</div>
</template>
<
script
>
...
...
@@ -442,7 +443,7 @@ export default {
},
_upload
(
id
)
{
// 上传文件
this
.
$refs
.
refModal
.
_open
(
id
,
'contrac
tId'
)
this
.
$refs
.
FileManage
.
_open
(
id
,
'entrus
tId'
)
}
}
}
...
...
pages/soil-test-manage/test-task-manage/AllotBySample.vue
View file @
7b1f633c
...
...
@@ -63,7 +63,7 @@
<!--打印(可填打印数量)-->
<!--选择领样人-->
<UserInfo
ref=
"userModal"
@
on-result-change=
"_userResult"
></UserInfo>
<FileManage
ref=
"FileManage"
></FileManage>
</div>
</template>
<
script
>
...
...
@@ -706,7 +706,7 @@ export default {
},
_upload
(
id
)
{
// 上传文件
this
.
$refs
.
refModal
.
_open
(
id
,
'sample
Id'
)
this
.
$refs
.
FileManage
.
_open
(
id
,
'entrust
Id'
)
},
// 选择完打印机之后
_printerResult
(
data
)
{
...
...
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