90cf59fc by tianhaohao@pashanhoo.com

修改预告登记查询页面

1 parent 69192cca
...@@ -278,9 +278,9 @@ export function selectYgdj100 (data) { ...@@ -278,9 +278,9 @@ export function selectYgdj100 (data) {
278 * @param data 278 * @param data
279 * @returns {*} 279 * @returns {*}
280 */ 280 */
281 export function selectYgdj200 (data) { 281 export function selectYgmmdj (data) {
282 return request({ 282 return request({
283 url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectYgdj200', 283 url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectYgmmdj',
284 method: 'post', 284 method: 'post',
285 data 285 data
286 }) 286 })
...@@ -290,9 +290,9 @@ export function selectYgdj200 (data) { ...@@ -290,9 +290,9 @@ export function selectYgdj200 (data) {
290 * @param data 290 * @param data
291 * @returns {*} 291 * @returns {*}
292 */ 292 */
293 export function selectYgdy (data) { 293 export function selectYgdydj (data) {
294 return request({ 294 return request({
295 url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectYgdy', 295 url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectYgdydj',
296 method: 'post', 296 method: 'post',
297 data 297 data
298 }) 298 })
......
...@@ -54,11 +54,11 @@ ...@@ -54,11 +54,11 @@
54 <script> 54 <script>
55 import store from '@/store/index.js' 55 import store from '@/store/index.js'
56 import { ywPopupDialog } from "@/utils/popup.js"; 56 import { ywPopupDialog } from "@/utils/popup.js";
57 import { datas, sendThis } from "../javascript/selectYgdj200.js"; 57 import { datas, sendThis } from "../javascript/selectYgmmdj.js";
58 import { defaultParameters } from "../javascript/publicDefaultPar.js"; 58 import { defaultParameters } from "../javascript/publicDefaultPar.js";
59 import ywsqTable from "@/utils/mixin/ywsqTable"; 59 import ywsqTable from "@/utils/mixin/ywsqTable";
60 import jump from "./mixin/jump"; 60 import jump from "./mixin/jump";
61 import { selectYgdj200 } from "@/api/ywsq.js"; 61 import { selectYgmmdj } from "@/api/ywsq.js";
62 import { startTogetherFlow, againAddSldy } from "@/api/workFlow.js"; 62 import { startTogetherFlow, againAddSldy } from "@/api/workFlow.js";
63 export default { 63 export default {
64 mixins: [ywsqTable, jump], 64 mixins: [ywsqTable, jump],
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
89 queryClick () { 89 queryClick () {
90 this.$startLoading(); 90 this.$startLoading();
91 this.queryForm.sqywbm = this.sqywInfo.djywbm; 91 this.queryForm.sqywbm = this.sqywInfo.djywbm;
92 selectYgdj200({ ...this.queryForm, ...this.pageData }).then((res) => { 92 selectYgmmdj({ ...this.queryForm, ...this.pageData }).then((res) => {
93 this.$endLoading(); 93 this.$endLoading();
94 if (res.code === 200) { 94 if (res.code === 200) {
95 let { total, records } = res.result; 95 let { total, records } = res.result;
...@@ -232,4 +232,4 @@ ...@@ -232,4 +232,4 @@
232 <style scoped lang="scss"> 232 <style scoped lang="scss">
233 @import "~@/styles/mixin.scss"; 233 @import "~@/styles/mixin.scss";
234 @import "~@/styles/public.scss"; 234 @import "~@/styles/public.scss";
235 </style> 235 </style>../javascript/selectYgmmdj.js
......
...@@ -185,9 +185,9 @@ ...@@ -185,9 +185,9 @@
185 import store from '@/store/index.js' 185 import store from '@/store/index.js'
186 import ywsqTable from "@/utils/mixin/ywsqTable"; 186 import ywsqTable from "@/utils/mixin/ywsqTable";
187 import { ywPopupDialog } from "@/utils/popup.js"; 187 import { ywPopupDialog } from "@/utils/popup.js";
188 import { datas, sendThis } from "../javascript/selectYgdy.js"; 188 import { datas, sendThis } from "../javascript/selectYgdydj.js";
189 import { defaultParameters } from "../javascript/publicDefaultPar.js"; 189 import { defaultParameters } from "../javascript/publicDefaultPar.js";
190 import { selectYgdj200, selectYgdy } from "@/api/ywsq.js"; 190 import { selectYgmmdj, selectYgdydj } from "@/api/ywsq.js";
191 import { startTogetherFlow } from "@/api/workFlow.js"; 191 import { startTogetherFlow } from "@/api/workFlow.js";
192 export default { 192 export default {
193 mixins: [ywsqTable, jump], 193 mixins: [ywsqTable, jump],
...@@ -266,7 +266,7 @@ ...@@ -266,7 +266,7 @@
266 getCurrentRow (row) { 266 getCurrentRow (row) {
267 this.radioVal = row.bdcdyh; 267 this.radioVal = row.bdcdyh;
268 this.bdcdysz = [row] 268 this.bdcdysz = [row]
269 selectYgdy({ bdcdyh: this.radioVal, currentPage: 1, pageSize: 10 }).then((res) => { 269 selectYgdydj({ bdcdyh: this.radioVal, currentPage: 1, pageSize: 10 }).then((res) => {
270 if (res.code === 200) { 270 if (res.code === 200) {
271 this.tableData.dataList = res.result.records 271 this.tableData.dataList = res.result.records
272 this.bdcdysz = [this.bdcdysz[0], ...this.tableData.dataList] 272 this.bdcdysz = [this.bdcdysz[0], ...this.tableData.dataList]
...@@ -281,7 +281,7 @@ ...@@ -281,7 +281,7 @@
281 queryClick () { 281 queryClick () {
282 this.$startLoading(); 282 this.$startLoading();
283 this.queryForm.sqywbm = this.sqywInfo.djywbm; 283 this.queryForm.sqywbm = this.sqywInfo.djywbm;
284 selectYgdj200({ ...this.queryForm, ...this.pageData }).then((res) => { 284 selectYgmmdj({ ...this.queryForm, ...this.pageData }).then((res) => {
285 this.$endLoading(); 285 this.$endLoading();
286 if (res.code === 200) { 286 if (res.code === 200) {
287 let { total, records } = res.result; 287 let { total, records } = res.result;
......
...@@ -67,11 +67,11 @@ ...@@ -67,11 +67,11 @@
67 <script> 67 <script>
68 import store from '@/store/index.js' 68 import store from '@/store/index.js'
69 import { ywPopupDialog } from "@/utils/popup.js"; 69 import { ywPopupDialog } from "@/utils/popup.js";
70 import { datas, sendThis } from "../javascript/selectYgdy.js"; 70 import { datas, sendThis } from "../javascript/selectYgdydj.js";
71 import { defaultParameters } from "../javascript/publicDefaultPar.js"; 71 import { defaultParameters } from "../javascript/publicDefaultPar.js";
72 import ywsqTable from "@/utils/mixin/ywsqTable"; 72 import ywsqTable from "@/utils/mixin/ywsqTable";
73 import jump from "./mixin/jump"; 73 import jump from "./mixin/jump";
74 import { selectYgdy } from "@/api/ywsq.js"; 74 import { selectYgdydj } from "@/api/ywsq.js";
75 import { startBusinessFlow, againAddSldy } from "@/api/workFlow.js"; 75 import { startBusinessFlow, againAddSldy } from "@/api/workFlow.js";
76 export default { 76 export default {
77 mixins: [ywsqTable, jump], 77 mixins: [ywsqTable, jump],
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
102 queryClick () { 102 queryClick () {
103 this.$startLoading(); 103 this.$startLoading();
104 this.queryForm.sqywbm = this.sqywInfo.djywbm; 104 this.queryForm.sqywbm = this.sqywInfo.djywbm;
105 selectYgdy({ ...this.queryForm, ...this.pageData }).then((res) => { 105 selectYgdydj({ ...this.queryForm, ...this.pageData }).then((res) => {
106 this.$endLoading(); 106 this.$endLoading();
107 if (res.code === 200) { 107 if (res.code === 200) {
108 let { total, records } = res.result; 108 let { total, records } = res.result;
...@@ -261,4 +261,4 @@ ...@@ -261,4 +261,4 @@
261 <style scoped lang="scss"> 261 <style scoped lang="scss">
262 @import "~@/styles/mixin.scss"; 262 @import "~@/styles/mixin.scss";
263 @import "~@/styles/public.scss"; 263 @import "~@/styles/public.scss";
264 </style> 264 </style>./mixin/jump.js../javascript/selectYgdydj.js/index.js
......
...@@ -67,11 +67,11 @@ ...@@ -67,11 +67,11 @@
67 <script> 67 <script>
68 import store from '@/store/index.js' 68 import store from '@/store/index.js'
69 import { ywPopupDialog } from "@/utils/popup.js"; 69 import { ywPopupDialog } from "@/utils/popup.js";
70 import { datas, sendThis } from "../javascript/selectYgdj200.js"; 70 import { datas, sendThis } from "../javascript/selectYgmmdj.js";
71 import { defaultParameters } from "../javascript/publicDefaultPar.js"; 71 import { defaultParameters } from "../javascript/publicDefaultPar.js";
72 import ywsqTable from "@/utils/mixin/ywsqTable"; 72 import ywsqTable from "@/utils/mixin/ywsqTable";
73 import jump from "./mixin/jump"; 73 import jump from "./mixin/jump";
74 import { selectYgdj200 } from "@/api/ywsq.js"; 74 import { selectYgmmdj } from "@/api/ywsq.js";
75 import { startBusinessFlow, againAddSldy } from "@/api/workFlow.js"; 75 import { startBusinessFlow, againAddSldy } from "@/api/workFlow.js";
76 export default { 76 export default {
77 mixins: [ywsqTable, jump], 77 mixins: [ywsqTable, jump],
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
125 queryClick () { 125 queryClick () {
126 this.$startLoading(); 126 this.$startLoading();
127 this.queryForm.sqywbm = this.sqywInfo.djywbm; 127 this.queryForm.sqywbm = this.sqywInfo.djywbm;
128 selectYgdj200({ ...this.queryForm, ...this.pageData }).then((res) => { 128 selectYgmmdj({ ...this.queryForm, ...this.pageData }).then((res) => {
129 this.$endLoading(); 129 this.$endLoading();
130 if (res.code === 200) { 130 if (res.code === 200) {
131 let { total, records } = res.result; 131 let { total, records } = res.result;
...@@ -260,4 +260,4 @@ ...@@ -260,4 +260,4 @@
260 <style scoped lang="scss"> 260 <style scoped lang="scss">
261 @import "~@/styles/mixin.scss"; 261 @import "~@/styles/mixin.scss";
262 @import "~@/styles/public.scss"; 262 @import "~@/styles/public.scss";
263 </style> 263 </style>./mixin/jump.js../javascript/selectYgmmdj.js/index.js
......
...@@ -9,7 +9,7 @@ export function queueDjywmc (djywbm, djqxbm) { ...@@ -9,7 +9,7 @@ export function queueDjywmc (djywbm, djqxbm) {
9 return "selectFwfgSplitMerge"; 9 return "selectFwfgSplitMerge";
10 } 10 }
11 if (djqxbm == "A37100S2") { 11 if (djqxbm == "A37100S2") {
12 return "selectYgdy"; 12 return "selectYgdydj";
13 } 13 }
14 if (djqxbm == "DJBBL001") { 14 if (djqxbm == "DJBBL001") {
15 return "selectDjbbl"; 15 return "selectDjbbl";
...@@ -95,16 +95,16 @@ export function queueDjywmc (djywbm, djqxbm) { ...@@ -95,16 +95,16 @@ export function queueDjywmc (djywbm, djqxbm) {
95 case "B40100"://预告首次 95 case "B40100"://预告首次
96 vm = "selectH"; 96 vm = "selectH";
97 break; 97 break;
98 case "B40200"://预告转移 98 case "B40200"://预告买卖登记 转移
99 case "B40300"://预告变更 99 case "B40300"://预告买卖登记 变更
100 case "B40400"://预告注销 100 case "B40400"://预告买卖登记 注销
101 case "B41100": //预告抵押首次 101 case "B41100": //预告抵押登记 首次
102 vm = "selectYgdj200"; 102 vm = "selectYgmmdj";
103 break; 103 break;
104 case "B41200": //预告抵押转移 104 case "B41200": //预告抵押登记 转移
105 case "B41300": //预告抵押变更 105 case "B41300": //预告抵押登记 变更
106 case "B41400": //预告抵押注销 106 case "B41400": //预告抵押登记 注销
107 vm = "selectYgdy"; 107 vm = "selectYgdydj";
108 break; 108 break;
109 case "C40100": //预告买卖抵押首次一并申请 109 case "C40100": //预告买卖抵押首次一并申请
110 vm = "selectYbsc"; 110 vm = "selectYbsc";
......