Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3585182a
authored
2022-11-29 16:26:47 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:弹框
1 parent
d7100f93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
src/views/sqcx/dydjb/dydjb.vue
src/views/sqcx/dydjb/dydjb.vue
View file @
3585182
...
...
@@ -38,9 +38,9 @@
<
script
>
import
{
mapGetters
}
from
"vuex"
;
import
table
from
"@/utils/mixin/table"
;
import
{
popupDialog
}
from
"@/utils/popup.js"
;
import
{
datas
,
sendThis
}
from
"./dydjbdata"
;
import
{
getJtfcPage
}
from
"@/api/sqcx"
;
export
default
{
name
:
"dydjb"
,
mixins
:
[
table
],
...
...
@@ -78,14 +78,9 @@ export default {
});
},
dydjbClick
(
scope
)
{
this
.
$popup
(
"打印登记薄"
,
"sqcx/dydjb/components/dydjbInfo"
,
{
height
:
"800px"
,
formData
:
{
sqcxdata
:
scope
.
row
,
},
cancel
:
function
()
{
},
//取消事件的回调
confirm
:
function
()
{
},
});
popupDialog
(
"打印登记薄"
,
"sqcx/dydjb/components/dydjbInfo"
,
{
sqcxdata
:
scope
.
row
,
})
},
handleSort
(
name
,
sort
)
{
console
.
log
(
name
,
sort
);
...
...
Please
register
or
sign in
to post a comment