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
7629dad2
authored
2023-08-22 16:18:47 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
5f593c46
0a7109da
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
28 additions
and
16 deletions
src/views/djbworkflow/djbBook/qlxxFormData.js
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/components/selectDjbbl.vue
src/views/ywbl/ywsq/javascript/selectFwsyq.js
src/views/zhcx/djbcx/djbcx.vue
src/views/zhcx/zxgcdycx/zxgcdycx.vue
src/views/djbworkflow/djbBook/qlxxFormData.js
deleted
100644 → 0
View file @
5f593c4
This diff is collapsed.
Click to expand it.
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
7629dad
...
...
@@ -311,15 +311,12 @@
}
},
handleLpbClick
(
item
)
{
this
.
$popup
(
'楼盘表'
,
'lpb/index'
,
{
console
.
log
(
"item"
,
item
);
this
.
$popup
(
'楼盘表'
,
'lpb/index'
,
{
width
:
'85%'
,
formData
:
{
bsm
:
item
.
bsm
,
zrzbsm
:
item
.
bsm
,
zdbsm
:
item
.
zdbsm
,
bsmSqyw
:
this
.
bsmSqyw
,
djqxbm
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodecode
:
""
,
djqxmc
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodename
:
""
,
}
})
},
...
...
src/views/ywbl/ywsq/components/selectDjbbl.vue
View file @
7629dad
...
...
@@ -242,7 +242,7 @@
* @param {*} row
* @author: renchao
*/
open
Book
(
row
)
{
open
Dialog
(
row
)
{
var
param
=
{
bdcdyid
:
row
.
bdcdyid
,
qllx
:
row
.
qllx
,
...
...
src/views/ywbl/ywsq/javascript/selectFwsyq.js
View file @
7629dad
...
...
@@ -97,7 +97,6 @@ class data extends filter {
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"text"
onClick
=
{()
=>
{
vm
.
handleLpbClick
(
scope
.
row
)
}}
>
楼盘表
<
/el-button
>
<
el
-
button
type
=
"text"
icon
=
"el-icon-edit-outline"
onClick
=
{()
=>
{
vm
.
openBook
(
scope
.
row
)
}}
>
登记薄
<
/el-button
>
<
/div
>
)
...
...
src/views/zhcx/djbcx/djbcx.vue
View file @
7629dad
...
...
@@ -192,9 +192,16 @@
* @author: renchao
*/
handleLpbClick
(
item
)
{
this
.
$popupDialog
(
'楼盘表'
,
'lpb/index'
,
{
bsm
:
''
},
'85%'
)
console
.
log
(
"item"
,
item
);
this
.
$popup
(
'楼盘表'
,
'lpb/index'
,
{
width
:
'85%'
,
formData
:
{
bsm
:
item
.
zrzbsm
,
zrzbsm
:
item
.
zrzbsm
,
zdbsm
:
item
.
zrzbsm
,
}
})
}
}
}
...
...
src/views/zhcx/zxgcdycx/zxgcdycx.vue
View file @
7629dad
...
...
@@ -89,11 +89,20 @@
}
})
},
/**
* @description: moreQueryClick
* @author: renchao
*/
moreQueryClick
()
{
}
openDialog
(){
this
.
$popup
(
'楼盘表'
,
'lpb/index'
,
{
width
:
'85%'
,
formData
:
{
bsm
:
item
.
bsm
,
zrzbsm
:
item
.
bsm
,
zdbsm
:
item
.
zdbsm
,
bsmSqyw
:
this
.
bsmSqyw
,
// onlyShow: true,
djqxbm
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodecode
:
""
,
djqxmc
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodename
:
""
,
}
})
}
}
}
</
script
>
...
...
Please
register
or
sign in
to post a comment