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
726d21d7
authored
2022-12-15 10:47:50 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务办理
1 parent
2d8e09c8
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
3 additions
and
39 deletions
src/views/ywbl/ywsq/components/cfdj.vue
src/views/ywbl/ywsq/components/diyaq.vue
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/components/mixin/jump.js
src/views/ywbl/ywsq/components/nydsyq100.vue
src/views/ywbl/ywsq/components/nydsyq200.vue
src/views/ywbl/ywsq/components/selecBdcql.vue
src/views/ywbl/ywsq/components/selectAllHInfo.vue
src/views/ywbl/ywsq/components/selectFwsyq.vue
src/views/ywbl/ywsq/components/selectJsydsyq.vue
src/views/ywbl/ywsq/components/selectQjzdjbxx.vue
src/views/ywbl/ywsq/components/selectYgdj100.vue
src/views/ywbl/ywsq/components/selectYgdj200.vue
src/views/ywbl/ywsq/components/selectYgdy.vue
src/views/ywbl/ywsq/components/cfdj.vue
View file @
726d21d
...
...
@@ -76,9 +76,6 @@ export default {
sendThis
(
this
);
},
methods
:
{
closeDialog
()
{
this
.
$emit
(
"closeDialog"
)
},
queryClick
()
{
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
selectCfdj
({
...
this
.
queryForm
,
...
this
.
pageData
})
...
...
src/views/ywbl/ywsq/components/diyaq.vue
View file @
726d21d
...
...
@@ -81,9 +81,6 @@ export default {
sendThis
(
this
);
},
methods
:
{
closeDialog
()
{
this
.
$emit
(
"closeDialog"
);
},
queryClick
()
{
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
selectDiyaq
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
...
...
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
726d21d
...
...
@@ -105,9 +105,6 @@ export default {
sendThis
(
this
)
},
methods
:
{
closeDialog
()
{
this
.
$emit
(
"closeDialog"
);
},
queryClick
()
{
if
(
!
this
.
isJump
)
{
//从业务办理进入
...
...
src/views/ywbl/ywsq/components/mixin/jump.js
View file @
726d21d
export
default
{
methods
:
{
closeDialog
()
{
this
.
$emit
(
"closeDialog"
)
},
//点击行选中或取消复选框
handleRowClick
(
row
,
column
,
event
)
{
row
.
djblzt
!=
1
&&
(
this
.
$refs
.
table
.
toggleRowSelection
(
row
))
...
...
src/views/ywbl/ywsq/components/nydsyq100.vue
View file @
726d21d
...
...
@@ -70,9 +70,6 @@ export default {
sendThis
(
this
);
},
methods
:
{
closeDialog
()
{
this
.
$emit
(
"closeDialog"
);
},
queryClick
()
{
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
selectZdjbxx
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
...
...
src/views/ywbl/ywsq/components/nydsyq200.vue
View file @
726d21d
...
...
@@ -67,9 +67,6 @@ export default {
sendThis
(
this
);
},
methods
:
{
closeDialog
()
{
this
.
$emit
(
"closeDialog"
);
},
queryClick
()
{
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
selectNydsyqQlxx
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
...
...
src/views/ywbl/ywsq/components/selecBdcql.vue
View file @
726d21d
...
...
@@ -94,9 +94,6 @@ export default {
});
},
methods
:
{
closeDialog
()
{
this
.
$emit
(
"closeDialog"
);
},
//默认加载表格信息
queryClick
()
{
this
.
queryForm
.
bsmSqyw
=
this
.
bsmSqyw
;
...
...
src/views/ywbl/ywsq/components/selectAllHInfo.vue
View file @
726d21d
...
...
@@ -73,9 +73,6 @@ export default {
sendThis
(
this
);
},
methods
:
{
closeDialog
()
{
this
.
$emit
(
"closeDialog"
);
},
queryClick
()
{
selectAllHInfo
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
...
...
src/views/ywbl/ywsq/components/selectFwsyq.vue
View file @
726d21d
...
...
@@ -72,9 +72,6 @@ export default {
sendThis
(
this
);
},
methods
:
{
closeDialog
()
{
this
.
$emit
(
"closeDialog"
);
},
queryClick
()
{
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
selectFwsyq
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
...
...
src/views/ywbl/ywsq/components/selectJsydsyq.vue
View file @
726d21d
...
...
@@ -80,9 +80,6 @@ export default {
sendThis
(
this
);
},
methods
:
{
closeDialog
()
{
this
.
$emit
(
"closeDialog"
);
},
queryClick
()
{
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
selectJsydQlxx
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
...
...
src/views/ywbl/ywsq/components/selectQjzdjbxx.vue
View file @
726d21d
...
...
@@ -70,9 +70,6 @@ export default {
sendThis
(
this
);
},
methods
:
{
closeDialog
()
{
this
.
$emit
(
"closeDialog"
);
},
queryClick
()
{
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
selectZdjbxx
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
...
...
src/views/ywbl/ywsq/components/selectYgdj100.vue
View file @
726d21d
...
...
@@ -72,9 +72,6 @@ export default {
sendThis
(
this
);
},
methods
:
{
closeDialog
()
{
this
.
$emit
(
"closeDialog"
);
},
queryClick
()
{
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
selectYgdj100
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
...
...
src/views/ywbl/ywsq/components/selectYgdj200.vue
View file @
726d21d
...
...
@@ -72,9 +72,6 @@ export default {
sendThis
(
this
);
},
methods
:
{
closeDialog
()
{
this
.
$emit
(
"closeDialog"
);
},
queryClick
()
{
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
selectYgdj200
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
...
...
src/views/ywbl/ywsq/components/selectYgdy.vue
View file @
726d21d
...
...
@@ -72,9 +72,6 @@ export default {
sendThis
(
this
);
},
methods
:
{
closeDialog
()
{
this
.
$emit
(
"closeDialog"
);
},
queryClick
()
{
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
selectYgdy
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
...
...
Please
register
or
sign in
to post a comment