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
df5038dd
authored
2023-10-16 15:43:03 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
a2a16c33
00cf89f7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
15 deletions
src/views/lpb/index.vue
src/views/workflow/components/leftmenu/ordinaryMenu.vue
src/views/workflow/mixin/index.js
src/views/ywbl/ywsq/components/selectQjzdjbxx.vue
src/views/ywbl/ywsq/components/selectZrzH.vue
src/views/lpb/index.vue
View file @
df5038d
...
...
@@ -174,7 +174,9 @@
</div>
</div>
<!-- 单元列表页面-->
<selectZrzH
v-else
:sqywInfo=
"formData"
/>
<div
:style=
"
{ height: lpbContentHight + 'px' }" v-else>
<selectZrzH
:sqywInfo=
"formData"
/>
</div>
</div>
</
template
>
...
...
src/views/workflow/components/leftmenu/ordinaryMenu.vue
View file @
df5038d
...
...
@@ -147,7 +147,7 @@
if
(
this
.
unitData
.
length
>
1
)
{
let
qllx
=
this
.
$route
.
query
?.
djywbm
?.
substring
(
0
,
3
);
switch
(
qllx
)
{
case
'A04'
:
case
'A04'
:
case
'A06'
:
case
'A08'
:
this
.
showBatch
=
true
;
this
.
batchButtonName
=
'房屋批量操作'
;
break
;
...
...
src/views/workflow/mixin/index.js
View file @
df5038d
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-25 08:59:56
* @LastEditTime: 2023-
10-16 13:35:55
*/
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
uploadUndo
}
from
"@/api/clxx"
;
...
...
@@ -159,14 +159,14 @@ export default {
case
"B8"
:
!
window
.
djlx
&&
getZrzbsmList
(
this
.
bsmSlsq
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
$p
opupDialog
(
'楼盘表'
,
'lpb/index'
,
{
ywP
opupDialog
(
'楼盘表'
,
'lpb/index'
,
{
bsm
:
res
.
result
[
0
],
onlyShow
:
false
,
unitData
:
window
.
unitData
,
bsmSlsq
:
this
.
bsmSlsq
,
showSave
:
true
,
djlx
:
window
.
djlx
},
'
90%'
,
tru
e
)
},
'
85%'
,
true
,
fals
e
)
}
else
{
this
.
$message
.
error
(
res
.
message
)
}
...
...
@@ -174,13 +174,13 @@ export default {
.
catch
((
err
)
=>
{
this
.
$message
.
error
(
err
)
});
window
.
djlx
&&
this
.
$p
opupDialog
(
'楼盘表'
,
'lpb/zjgcdy'
,
{
window
.
djlx
&&
ywP
opupDialog
(
'楼盘表'
,
'lpb/zjgcdy'
,
{
onlyShow
:
false
,
unitData
:
window
.
unitData
,
bsmSlsq
:
this
.
bsmSlsq
,
showSave
:
true
,
djlx
:
window
.
djlx
},
'
90%'
,
tru
e
)
},
'
85%'
,
true
,
fals
e
)
break
;
// 图形定位
case
"B-TXDW"
:
...
...
src/views/ywbl/ywsq/components/selectQjzdjbxx.vue
View file @
df5038d
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
08-17 15:09:55
* @LastEditTime: 2023-
10-16 11:14:29
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -29,7 +29,6 @@
</el-col>
<el-col
:span=
"6"
class=
"btnColRight"
>
<el-form-item>
<!--
<el-button
type=
"primary"
@
click=
"resetForm(true)"
>
重置
</el-button>
-->
<el-button
type=
"primary"
@
click=
"handleSearch"
>
查询
</el-button>
</el-form-item>
</el-col>
...
...
src/views/ywbl/ywsq/components/selectZrzH.vue
View file @
df5038d
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-20 17:08:30
* @LastEditTime: 2023-
10-16 13:45:25
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
@@ -38,7 +38,7 @@
</div>
<!-- 表格 -->
<div
class=
"loadingtext"
>
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:calcHeight=
"this.zrzbsm ? 390 : 2
9
0"
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:calcHeight=
"this.zrzbsm ? 390 : 2
6
0"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
select=
"select"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
...
...
@@ -52,7 +52,7 @@
</
template
>
<
script
>
import
store
from
'@/store/index.js'
import
{
ywPopupDialog
,
popupCacel
}
from
"@/utils/popup.js"
;
import
{
ywPopupDialog
,
popupCacel
}
from
"@/utils/popup.js"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectAllHInfo.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
table
from
"@/utils/mixin/table"
;
...
...
@@ -131,9 +131,9 @@
this
.
close
()
}
else
{
if
(
res
.
result
&&
res
.
result
.
length
>
0
)
{
this
.
$popup
(
"申请错误明细"
,
"components/ywdialog"
,
{
width
:
'36%'
,
formData
:{
result
:
res
.
result
}
})
this
.
$popup
(
"申请错误明细"
,
"components/ywdialog"
,
{
width
:
'36%'
,
formData
:
{
result
:
res
.
result
}
})
}
else
{
this
.
$popup
(
"申请错误明细"
,
"components/ywdialog"
,
{
width
:
'36%'
,
formData
:{
message
:
res
.
message
}
})
this
.
$popup
(
"申请错误明细"
,
"components/ywdialog"
,
{
width
:
'36%'
,
formData
:
{
message
:
res
.
message
}
})
}
}
}).
catch
(()
=>
{
...
...
@@ -145,7 +145,7 @@
* @param {*} val
* @author: renchao
*/
close
()
{
close
()
{
popupCacel
()
},
/**
...
...
Please
register
or
sign in
to post a comment