90cf59fc by tianhaohao@pashanhoo.com

修改预告登记查询页面

1 parent 69192cca
......@@ -278,9 +278,9 @@ export function selectYgdj100 (data) {
* @param data
* @returns {*}
*/
export function selectYgdj200 (data) {
export function selectYgmmdj (data) {
return request({
url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectYgdj200',
url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectYgmmdj',
method: 'post',
data
})
......@@ -290,9 +290,9 @@ export function selectYgdj200 (data) {
* @param data
* @returns {*}
*/
export function selectYgdy (data) {
export function selectYgdydj (data) {
return request({
url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectYgdy',
url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectYgdydj',
method: 'post',
data
})
......
......@@ -54,11 +54,11 @@
<script>
import store from '@/store/index.js'
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/selectYgdj200.js";
import { datas, sendThis } from "../javascript/selectYgmmdj.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import ywsqTable from "@/utils/mixin/ywsqTable";
import jump from "./mixin/jump";
import { selectYgdj200 } from "@/api/ywsq.js";
import { selectYgmmdj } 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;
selectYgdj200({ ...this.queryForm, ...this.pageData }).then((res) => {
selectYgmmdj({ ...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
......
......@@ -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/selectYgdydj.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import { selectYgdj200, selectYgdy } from "@/api/ywsq.js";
import { selectYgmmdj, 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) => {
selectYgdydj({ 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;
selectYgdj200({ ...this.queryForm, ...this.pageData }).then((res) => {
selectYgmmdj({ ...this.queryForm, ...this.pageData }).then((res) => {
this.$endLoading();
if (res.code === 200) {
let { total, records } = res.result;
......
......@@ -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/selectYgdydj.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 { selectYgdydj } 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) => {
selectYgdydj({ ...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
......
......@@ -67,11 +67,11 @@
<script>
import store from '@/store/index.js'
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/selectYgdj200.js";
import { datas, sendThis } from "../javascript/selectYgmmdj.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import ywsqTable from "@/utils/mixin/ywsqTable";
import jump from "./mixin/jump";
import { selectYgdj200 } from "@/api/ywsq.js";
import { selectYgmmdj } 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;
selectYgdj200({ ...this.queryForm, ...this.pageData }).then((res) => {
selectYgmmdj({ ...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
......
......@@ -9,7 +9,7 @@ export function queueDjywmc (djywbm, djqxbm) {
return "selectFwfgSplitMerge";
}
if (djqxbm == "A37100S2") {
return "selectYgdy";
return "selectYgdydj";
}
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 = "selectYgdj200";
case "B40200"://预告买卖登记 转移
case "B40300"://预告买卖登记 变更
case "B40400"://预告买卖登记 注销
case "B41100": //预告抵押登记 首次
vm = "selectYgmmdj";
break;
case "B41200": //预告抵押转移
case "B41300": //预告抵押变更
case "B41400": //预告抵押注销
vm = "selectYgdy";
case "B41200": //预告抵押登记 转移
case "B41300": //预告抵押登记 变更
case "B41400": //预告抵押登记 注销
vm = "selectYgdydj";
break;
case "C40100": //预告买卖抵押首次一并申请
vm = "selectYbsc";
......