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
9aa9aa25
Commit
9aa9aa25
authored
Jan 05, 2021
by
lichengming
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.patzn.com/wangweidong/pt-cloud-service-soil-web
into dev
parents
c7264f88
384254a8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
15 deletions
+0
-15
ReceiveByEntrust.vue
pages/soil-sample-manage/sample-receive/ReceiveByEntrust.vue
+0
-4
SampleReceiveIndex.vue
.../soil-sample-manage/sample-receive/SampleReceiveIndex.vue
+0
-1
WaitReceive.vue
...nage/sample-receive/entrust-sample-manage/WaitReceive.vue
+0
-10
No files found.
pages/soil-sample-manage/sample-receive/ReceiveByEntrust.vue
View file @
9aa9aa25
...
@@ -177,13 +177,9 @@ export default {
...
@@ -177,13 +177,9 @@ export default {
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
$refs
.
refModal
.
_open
(
id
,
type
,
name
)
this
.
$refs
.
refModal
.
_open
(
id
,
type
,
name
)
})
})
// this.$refs.sampleManageModal._open(id, type, name)
},
},
_tableResultChange
(
msg
,
data
)
{
_tableResultChange
(
msg
,
data
)
{
switch
(
msg
)
{
switch
(
msg
)
{
case
'page'
:
this
.
getPage
=
this
.
$store
.
state
.
FoodContract
.
page
break
case
'selectIds'
:
case
'selectIds'
:
this
.
selectIds
=
data
this
.
selectIds
=
data
break
break
...
...
pages/soil-sample-manage/sample-receive/SampleReceiveIndex.vue
View file @
9aa9aa25
...
@@ -7,7 +7,6 @@
...
@@ -7,7 +7,6 @@
<el-tab-pane
label=
"历史记录"
name=
"sample"
></el-tab-pane>
<el-tab-pane
label=
"历史记录"
name=
"sample"
></el-tab-pane>
</el-tabs>
</el-tabs>
<keep-alive>
<keep-alive>
<!-- eslint-disable-next-line vue/require-component-is -->
<component
ref=
"refModal"
:is=
"currentComponent"
></component>
<component
ref=
"refModal"
:is=
"currentComponent"
></component>
</keep-alive>
</keep-alive>
</div>
</div>
...
...
pages/soil-sample-manage/sample-receive/entrust-sample-manage/WaitReceive.vue
View file @
9aa9aa25
...
@@ -601,16 +601,6 @@ export default {
...
@@ -601,16 +601,6 @@ export default {
}
else
{
}
else
{
const
ids
=
id
.
join
(
','
)
const
ids
=
id
.
join
(
','
)
this
.
$refs
.
locationModal
.
_open
(
ids
)
this
.
$refs
.
locationModal
.
_open
(
ids
)
// const tempData = {
// ids: this.selectIds.join(',')
// }
// this.$Modal.confirm({
// title: '提示',
// content: '确定要接收这 ' + this.selectIds.length + ' 条数据?',
// onOk: () => {
// console.log(tempData)
// }
// })
}
}
},
},
_copyHisItem
()
{
_copyHisItem
()
{
...
...
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