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
90cf59fc
authored
2024-03-07 15:21:39 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改预告登记查询页面
1 parent
69192cca
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
30 additions
and
30 deletions
src/api/ywsq.js
src/views/ywbl/ywsq/components/selectYbbg.vue
src/views/ywbl/ywsq/components/selectYbbgSplitMerge.vue
src/views/ywbl/ywsq/components/selectYgdy.vue → src/views/ywbl/ywsq/components/selectYgdydj.vue
src/views/ywbl/ywsq/components/selectYgdj200.vue → src/views/ywbl/ywsq/components/selectYgmmdj.vue
src/views/ywbl/ywsq/javascript/selectYgdy.js → src/views/ywbl/ywsq/javascript/selectYgdydj.js
src/views/ywbl/ywsq/javascript/selectYgdj200.js → src/views/ywbl/ywsq/javascript/selectYgmmdj.js
src/views/ywbl/ywsq/javascript/slectBdcdata.js
src/api/ywsq.js
View file @
90cf59f
...
...
@@ -278,9 +278,9 @@ export function selectYgdj100 (data) {
* @param data
* @returns {*}
*/
export
function
selectYg
dj200
(
data
)
{
export
function
selectYg
mmdj
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/ywsq/selectYg
dj200
'
,
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/ywsq/selectYg
mmdj
'
,
method
:
'post'
,
data
})
...
...
@@ -290,9 +290,9 @@ export function selectYgdj200 (data) {
* @param data
* @returns {*}
*/
export
function
selectYgdy
(
data
)
{
export
function
selectYgdy
dj
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/ywsq/selectYgdy'
,
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/ywsq/selectYgdy
dj
'
,
method
:
'post'
,
data
})
...
...
src/views/ywbl/ywsq/components/selectYbbg.vue
View file @
90cf59f
...
...
@@ -54,11 +54,11 @@
<
script
>
import
store
from
'@/store/index.js'
import
{
ywPopupDialog
}
from
"@/utils/popup.js"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectYg
dj200
.js"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectYg
mmdj
.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
ywsqTable
from
"@/utils/mixin/ywsqTable"
;
import
jump
from
"./mixin/jump"
;
import
{
selectYg
dj200
}
from
"@/api/ywsq.js"
;
import
{
selectYg
mmdj
}
from
"@/api/ywsq.js"
;
import
{
startTogetherFlow
,
againAddSldy
}
from
"@/api/workFlow.js"
;
export
default
{
mixins
:
[
ywsqTable
,
jump
],
...
...
@@ -89,7 +89,7 @@
queryClick
()
{
this
.
$startLoading
();
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
selectYg
dj200
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
selectYg
mmdj
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
...
...
@@ -232,4 +232,4 @@
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
</
style
>
../javascript/selectYgmmdj.js
...
...
src/views/ywbl/ywsq/components/selectYbbgSplitMerge.vue
View file @
90cf59f
...
...
@@ -185,9 +185,9 @@
import
store
from
'@/store/index.js'
import
ywsqTable
from
"@/utils/mixin/ywsqTable"
;
import
{
ywPopupDialog
}
from
"@/utils/popup.js"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectYgdy.js"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectYgdy
dj
.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
{
selectYg
dj200
,
selectYgdy
}
from
"@/api/ywsq.js"
;
import
{
selectYg
mmdj
,
selectYgdydj
}
from
"@/api/ywsq.js"
;
import
{
startTogetherFlow
}
from
"@/api/workFlow.js"
;
export
default
{
mixins
:
[
ywsqTable
,
jump
],
...
...
@@ -266,7 +266,7 @@
getCurrentRow
(
row
)
{
this
.
radioVal
=
row
.
bdcdyh
;
this
.
bdcdysz
=
[
row
]
selectYgdy
({
bdcdyh
:
this
.
radioVal
,
currentPage
:
1
,
pageSize
:
10
}).
then
((
res
)
=>
{
selectYgdy
dj
({
bdcdyh
:
this
.
radioVal
,
currentPage
:
1
,
pageSize
:
10
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
tableData
.
dataList
=
res
.
result
.
records
this
.
bdcdysz
=
[
this
.
bdcdysz
[
0
],
...
this
.
tableData
.
dataList
]
...
...
@@ -281,7 +281,7 @@
queryClick
()
{
this
.
$startLoading
();
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
selectYg
dj200
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
selectYg
mmdj
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
...
...
src/views/ywbl/ywsq/components/selectYgdy.vue
→
src/views/ywbl/ywsq/components/selectYgdy
dj
.vue
View file @
90cf59f
...
...
@@ -67,11 +67,11 @@
<
script
>
import
store
from
'@/store/index.js'
import
{
ywPopupDialog
}
from
"@/utils/popup.js"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectYgdy.js"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectYgdy
dj
.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
ywsqTable
from
"@/utils/mixin/ywsqTable"
;
import
jump
from
"./mixin/jump"
;
import
{
selectYgdy
}
from
"@/api/ywsq.js"
;
import
{
selectYgdy
dj
}
from
"@/api/ywsq.js"
;
import
{
startBusinessFlow
,
againAddSldy
}
from
"@/api/workFlow.js"
;
export
default
{
mixins
:
[
ywsqTable
,
jump
],
...
...
@@ -102,7 +102,7 @@
queryClick
()
{
this
.
$startLoading
();
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
selectYgdy
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
selectYgdy
dj
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
...
...
@@ -261,4 +261,4 @@
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
</
style
>
./mixin/jump.js../javascript/selectYgdydj.js/index.js
...
...
src/views/ywbl/ywsq/components/selectYg
dj200
.vue
→
src/views/ywbl/ywsq/components/selectYg
mmdj
.vue
View file @
90cf59f
...
...
@@ -67,11 +67,11 @@
<
script
>
import
store
from
'@/store/index.js'
import
{
ywPopupDialog
}
from
"@/utils/popup.js"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectYg
dj200
.js"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectYg
mmdj
.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
ywsqTable
from
"@/utils/mixin/ywsqTable"
;
import
jump
from
"./mixin/jump"
;
import
{
selectYg
dj200
}
from
"@/api/ywsq.js"
;
import
{
selectYg
mmdj
}
from
"@/api/ywsq.js"
;
import
{
startBusinessFlow
,
againAddSldy
}
from
"@/api/workFlow.js"
;
export
default
{
mixins
:
[
ywsqTable
,
jump
],
...
...
@@ -125,7 +125,7 @@
queryClick
()
{
this
.
$startLoading
();
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
selectYg
dj200
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
selectYg
mmdj
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
...
...
@@ -260,4 +260,4 @@
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
</
style
>
./mixin/jump.js../javascript/selectYgmmdj.js/index.js
...
...
src/views/ywbl/ywsq/javascript/selectYgdy.js
→
src/views/ywbl/ywsq/javascript/selectYgdy
dj
.js
View file @
90cf59f
File moved
src/views/ywbl/ywsq/javascript/selectYg
dj200
.js
→
src/views/ywbl/ywsq/javascript/selectYg
mmdj
.js
View file @
90cf59f
File moved
src/views/ywbl/ywsq/javascript/slectBdcdata.js
View file @
90cf59f
...
...
@@ -9,7 +9,7 @@ export function queueDjywmc (djywbm, djqxbm) {
return
"selectFwfgSplitMerge"
;
}
if
(
djqxbm
==
"A37100S2"
)
{
return
"selectYgdy"
;
return
"selectYgdy
dj
"
;
}
if
(
djqxbm
==
"DJBBL001"
)
{
return
"selectDjbbl"
;
...
...
@@ -95,16 +95,16 @@ export function queueDjywmc (djywbm, djqxbm) {
case
"B40100"
:
//预告首次
vm
=
"selectH"
;
break
;
case
"B40200"
:
//预告转移
case
"B40300"
:
//预告变更
case
"B40400"
:
//预告注销
case
"B41100"
:
//预告抵押首次
vm
=
"selectYg
dj200
"
;
case
"B40200"
:
//预告
买卖登记
转移
case
"B40300"
:
//预告
买卖登记
变更
case
"B40400"
:
//预告
买卖登记
注销
case
"B41100"
:
//预告抵押
登记
首次
vm
=
"selectYg
mmdj
"
;
break
;
case
"B41200"
:
//预告抵押转移
case
"B41300"
:
//预告抵押变更
case
"B41400"
:
//预告抵押注销
vm
=
"selectYgdy"
;
case
"B41200"
:
//预告抵押
登记
转移
case
"B41300"
:
//预告抵押
登记
变更
case
"B41400"
:
//预告抵押
登记
注销
vm
=
"selectYgdy
dj
"
;
break
;
case
"C40100"
:
//预告买卖抵押首次一并申请
vm
=
"selectYbsc"
;
...
...
Please
register
or
sign in
to post a comment