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
8ac1f5a5
authored
2024-03-07 14:46:27 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
2a9faf27
80b42bf9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
src/views/lpb/lpbContent/index.vue
src/views/ywbl/ywsq/components/selectYbbgSplitMerge.vue
src/views/ywbl/ywsq/components/selectYbsc.vue
src/views/ywbl/ywsq/javascript/slectBdcdata.js
src/views/lpb/lpbContent/index.vue
View file @
8ac1f5a
This diff is collapsed.
Click to expand it.
src/views/ywbl/ywsq/components/selectYbbgSplitMerge.vue
View file @
8ac1f5a
...
...
@@ -168,7 +168,7 @@
@
current-change=
"handleCurrentChange"
></el-pagination>
</div>
<div
class=
"from-clues-content loadingtext"
>
预告抵押信息
预告抵押
登记
信息
<lb-table
ref=
"table"
:pagination=
"false"
:calcHeight=
"500"
:column=
"tableData.columns"
:data=
"tableData.dataList"
>
</lb-table>
...
...
src/views/ywbl/ywsq/components/selectYbsc.vue
View file @
8ac1f5a
...
...
@@ -58,7 +58,7 @@
import
{
ywPopupDialog
}
from
"@/utils/popup.js"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectH.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
//
import { selectHQjdc } from "@/api/ywsq.js";
import
{
selectHQjdc
}
from
"@/api/ywsq.js"
;
import
{
startTogetherFlow
,
againAddSldy
}
from
"@/api/workFlow.js"
;
export
default
{
mixins
:
[
ywsqTable
,
jump
],
...
...
@@ -89,14 +89,14 @@
queryClick
()
{
this
.
$startLoading
();
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
//
selectHQjdc({ ...this.queryForm, ...this.pageData }).then((res) => {
//
this.$endLoading();
//
if (res.code === 200) {
//
let { total, records } = res.result;
//
this.tableData.total = total;
//
this.tableData.data = records;
//
}
//
});
selectHQjdc
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
this
.
tableData
.
total
=
total
;
this
.
tableData
.
data
=
records
;
}
});
},
/**
* @description: submitForm
...
...
src/views/ywbl/ywsq/javascript/slectBdcdata.js
View file @
8ac1f5a
export
function
queueDjywmc
(
djywbm
,
djqxbm
)
{
console
.
log
(
djywbm
);
// 土地分割
if
(
djqxbm
==
"A0320099"
||
djqxbm
==
"A0330099"
)
{
return
"selectJsydsyqSplitMerge"
;
...
...
@@ -116,7 +117,6 @@ export function queueDjywmc (djywbm, djqxbm) {
vm
=
"selectFwsyq"
;
break
;
case
"C04372"
:
//一并国有房屋变更
// vm = "selectYbgybg";
vm
=
"selectFwbjDybgSplitMerge"
break
;
case
"A11100"
:
//林地使用权首次
...
...
Please
register
or
sign in
to post a comment