bfcec6ac by 田浩浩

修改文件名及相关的代码

1 parent 0755fd20
Showing 48 changed files with 55 additions and 56 deletions
......@@ -192,7 +192,7 @@ class business {
//登记发证信息
async getDjfDjFzDetailById (bsmSjsb) {
return request({
url: SERVER.SERVERAPI +'/rest/reg/djfDjFz/detail',
url: SERVER.SERVERAPI +'/rest/reg/DjfDjFz/detail',
method: 'get',
params: {
bsmSjsb: bsmSjsb
......@@ -202,7 +202,7 @@ class business {
//修改登记发证信息
async updateDjfDjFz (data) {
return request({
url: SERVER.SERVERAPI +'/rest/reg/djfDjFz/edit',
url: SERVER.SERVERAPI +'/rest/reg/DjfDjFz/edit',
method: 'post',
data
})
......
import request from '@/utils/request'
import SERVER from './config'
class ruleConfig {
// 列表查询
async getSysYwsjbList (data) {
return request({
url: '/SysYwsjb/getSysYwsjbList',
url: SERVER.SERVERAPI +'/rest/SysYwsjb/getSysYwsjbList',
method: 'post',
data
})
......@@ -12,7 +12,7 @@ class ruleConfig {
// 编辑界面列表查询
async eidtConfigRule (id) {
return request({
url: '/SysYwsjb/getSysYwsjbWithSysYwsjbFieldByBsmYwsjb',
url: SERVER.SERVERAPI +'/rest/SysYwsjb/getSysYwsjbWithSysYwsjbFieldByBsmYwsjb',
method: 'get',
params: {
bsmYwsjb: id
......@@ -22,7 +22,7 @@ class ruleConfig {
// 编辑
async editSysYwsjbWithSysYwsjbField (data) {
return request({
url: '/SysYwsjb/editSysYwsjbWithSysYwsjbField',
url: SERVER.SERVERAPI +'/rest/SysYwsjb/editSysYwsjbWithSysYwsjbField',
method: 'post',
data
})
......@@ -30,7 +30,7 @@ class ruleConfig {
// 编辑
async deleteSysYwsjbWithSysYwsjbFieldByBsmYwsjb (id) {
return request({
url: '/SysYwsjb/deleteSysYwsjbWithSysYwsjbFieldByBsmYwsjb',
url: SERVER.SERVERAPI +'/rest/SysYwsjb/deleteSysYwsjbWithSysYwsjbFieldByBsmYwsjb',
method: 'delete',
params: {
bsmYwsjb: id
......@@ -40,7 +40,7 @@ class ruleConfig {
// 编辑界面列表查询----根据数据表名查询
async getRuleList (bsmYwsjb) {
return request({
url: '/sjsb/DataReport/getTableColumn',
url: SERVER.SERVERAPI +'/rest/sjsb/DataReport/getTableColumn',
method: 'get',
params: {
bsmYwsjb: bsmYwsjb
......
......@@ -395,7 +395,7 @@ export default {
try {
let { result: res } = await business.getQlfQlYgdjById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -359,7 +359,7 @@ export default {
try {
let { result: res } = await business.getQlfQlNydsyqByID(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -178,7 +178,7 @@ export default {
try {
let { result: res } = await business.getDjfDjGdById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -192,7 +192,7 @@ export default {
try {
let { result: res } = await business.getKttGyJzxById(this.bsmSjsb)
this.boundaryLine.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -161,7 +161,7 @@ export default {
try {
let { result: res } = await business.getKttGyJzdById(this.bsmSjsb)
this.boundaryPoint.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -346,7 +346,7 @@ export default {
try {
let { result: res } = await business.getQltQlGjzwsyqById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -162,7 +162,7 @@ export default {
try {
let { result: res } = await business.getQlfQlZxdjById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -152,9 +152,8 @@ export default {
async featchData () {
try {
let { result: res } = await business.getDjfDjSzById(this.bsmSjsb)
this.certificateInfo.ruleForm = res
console.log(this.certificateInfo.ruleForm)
this.featchRule()
this.certificateInfo.ruleForm = res;
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -103,7 +103,7 @@ export default {
try {
let { result: res } = await business.getZhK105ById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -228,7 +228,7 @@ export default {
try {
let { result: res } = await business.getDjfDjFzDetailById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -211,7 +211,7 @@ export default {
try {
let { result: res } = await business.getDjfDjShById(this.bsmSjsb)
this.form.auditInfo = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -372,7 +372,7 @@ export default {
try {
let { result: res } = await business.getDjfDjSqrById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -284,7 +284,7 @@ export default {
try {
let { result: res } = await business.getDjtDjSlsqById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -343,7 +343,7 @@ export default {
try {
let { result: res } = await business.getQlfQlDyiqById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -389,7 +389,7 @@ export default {
try {
let { result: res } = await business.getQltQlLqById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -203,7 +203,7 @@ export default {
try {
let { result: res } = await business.getKttFwCById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -512,7 +512,7 @@ export default {
try {
let { result: res } = await business.getKttFwHById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -94,7 +94,7 @@ export default {
try {
let { result: res } = await business.getKtfZhYhydzbById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -277,7 +277,7 @@ export default {
try {
let { result: res } = await business.getQlfQlJsydsyqById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -309,7 +309,7 @@ export default {
try {
let { result: res } = await business.getQlfQlTdsyqById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -169,7 +169,7 @@ export default {
try {
let { result: res } = await business.getKtfQtXzdzwById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -311,7 +311,7 @@ export default {
try {
let { result: res } = await business.getKttFwLjzById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -222,7 +222,7 @@ export default {
try {
let { result: res } = await business.getQlfFwFdcqQfsyqById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -314,7 +314,7 @@ export default {
try {
let { result: res } = await business.getQltFwFdcqDzById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
// this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -170,7 +170,7 @@ export default {
try {
let { result: res } = await business.getQlfFwFdcqDzXmById(this.bsmSjsb)
this.ruleForm.itemList = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -375,7 +375,7 @@ export default {
try {
let { result: res } = await business.getKttFwZrzById(this.bsmSjsb)
this.naturalForm.naturalList = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -214,7 +214,7 @@ export default {
try {
let { result: res } = await business.getQlfQlYydjById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -347,7 +347,7 @@ export default {
try {
let { result: res } = await business.getQlfQlQtxgqlById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -500,7 +500,7 @@ export default {
try {
let { result: res } = await business.kttZdjbxxDetail(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -114,7 +114,7 @@ export default {
try {
let { result: res } = await business.getKtfZdbhqkById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -94,7 +94,7 @@ export default {
try {
let { result: res } = await business.getZdK103ById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -168,7 +168,7 @@ export default {
try {
let { result: res } = await business.getKtfQtMzdzwById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -168,7 +168,7 @@ export default {
try {
let { result: res } = await business.getKtfQtDzdzwById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -327,7 +327,7 @@ export default {
try {
let { result: res } = await business.getQlfQlDyaqById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -207,7 +207,7 @@ export default {
try {
let { result: res } = await business.getDjfDjSjById(this.bsmSjsb)
this.form.receivingInfo = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -246,7 +246,7 @@ export default {
try {
let { result: res } = await business.getDjfDjSfById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -180,7 +180,7 @@ export default {
try {
let { result: res } = await business.getDjfDjGdById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -306,7 +306,7 @@ export default {
try {
let { result: res } = await business.getQlfQlHysyqById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -92,7 +92,7 @@ export default {
try {
let { result: res } = await business.getZhK105ById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -106,7 +106,7 @@ export default {
try {
let { result: res } = await business.getKtfZhYhzkById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -314,7 +314,7 @@ export default {
try {
let { result: res } = await business.getQlfQlCfdjById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -405,7 +405,7 @@ export default {
try {
let { result: res } = await business.getQltFwFdcqYzById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -159,7 +159,7 @@ export default {
try {
let { result: res } = await business.getKttGzwById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -66,7 +66,7 @@ export default {
try {
let { result: res } = await business.getFjF100ById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -436,7 +436,7 @@ export default {
try {
let { result: res } = await business.getKttZhjbxxById(this.bsmSjsb)
this.ruleForm = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......
......@@ -378,7 +378,7 @@ export default {
try {
let { result: res } = await business.getZttGyQlrById(this.bsmSjsb)
this.obligeeForm.obligeeList = res
this.featchRule()
//this.featchRule()
} catch (error) {
this.$refs.msg.messageShow()
}
......