2829098e by yuanbo

增加注释

1 parent 0fb78e99
Showing 48 changed files with 390 additions and 0 deletions
......@@ -73,6 +73,10 @@ export default {
this.chart = null;
},
methods: {
/**
* @description: initChart
* @author: renchao
*/
initChart () {
// 初始化echart
this.chart = this.$echarts.init(this.$el, "tdTheme");
......
......@@ -144,6 +144,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await djfDjDb.getDjfDjDbById(this.bsmSjsb);
......@@ -153,6 +157,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve, reject) => {
try {
......
......@@ -229,6 +229,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await djfDjFz.getDjfDjFzDetailById(this.bsmSjsb);
......@@ -238,6 +242,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve, reject) => {
try {
......
......@@ -183,6 +183,10 @@ export default {
}
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
let { result: res } = await djfDjGd.getDjfDjGdById(this.bsmSjsb)
......@@ -192,6 +196,10 @@ export default {
this.$refs.msg.messageShow()
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm () {
return new Promise(async (resolve) => {
try {
......
......@@ -251,6 +251,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await djfDjSf.getDjfDjSfById(this.bsmSjsb);
......@@ -260,6 +264,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -183,6 +183,11 @@
};
},
methods: {
/**
* @description: changeTraceEnd
* @param {*} item
* @author: renchao
*/
changeTraceEnd (item) {
if (item.SHJSSJ !== null) {
//当前值为空 也会进行判断 所以条件最好不要非空验证
......@@ -196,6 +201,11 @@
}
},
//跟踪API结束时间限制开始时间
/**
* @description: 跟踪API结束时间限制开始时间
* @param {*} item
* @author: renchao
*/
changeTraceStart (item) {
if (item.SHKSSJ !== null) {
//当前值为空 也会进行判断 所以条件最好不要非空验证
......@@ -208,6 +218,10 @@
item.traceEnd = {};
}
},
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
let { result: res } = await djfDjSh.getDjfDjShById(this.bsmSjsb);
......@@ -217,6 +231,10 @@
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm () {
return new Promise(async (resolve) => {
try {
......
......@@ -202,6 +202,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await djfDjSj.getDjfDjSjById(this.bsmSjsb);
......@@ -211,6 +215,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -365,6 +365,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await djfDjSqr.getDjfDjSqrById(this.bsmSjsb);
......@@ -374,6 +378,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve, reject) => {
try {
......
......@@ -156,6 +156,10 @@
}
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
let { result: res } = await djfDjSz.getDjfDjSzById(this.bsmSjsb);
......@@ -165,6 +169,10 @@
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm () {
return new Promise(async (resolve) => {
try {
......
......@@ -268,6 +268,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await djtDjSlsq.getDjtDjSlsqById(this.bsmSjsb);
......@@ -277,6 +281,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -67,6 +67,10 @@ export default {
}
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
let { result: res } = await fjF100.getFjF100ById(this.bsmSjsb)
......@@ -76,6 +80,10 @@ export default {
this.$refs.msg.messageShow()
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm () {
return new Promise(async (resolve) => {
try {
......
......@@ -169,6 +169,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await ktfQtDzdzw.getKtfQtDzdzwById(this.bsmSjsb);
......@@ -177,6 +181,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -168,6 +168,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await ktfQtMzdzw.getKtfQtMzdzwById(this.bsmSjsb);
......@@ -177,6 +181,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -169,6 +169,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await ktfQtXzdzw.getKtfQtXzdzwById(this.bsmSjsb);
......@@ -178,6 +182,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve, reject) => {
try {
......
......@@ -115,6 +115,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await ktfZdbhqk.getKtfZdbhqkById(this.bsmSjsb);
......@@ -124,6 +128,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -97,6 +97,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await ktfZhYhydzb.getKtfZhYhydzbById(
......@@ -108,6 +112,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve, reject) => {
try {
......
......@@ -109,6 +109,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await ktfZhYhzk.getKtfZhYhzkById(this.bsmSjsb);
......@@ -118,6 +122,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -103,6 +103,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await zhK105.getZhK105ById(this.bsmSjsb);
......@@ -112,6 +116,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -218,6 +218,10 @@
}
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
let { result: res } = await kttFwC.getKttFwCById(this.bsmSjsb);
......@@ -227,6 +231,10 @@
this.$refs.msg.messageShow()
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm () {
return new Promise(async (resolve, reject) => {
try {
......
......@@ -518,6 +518,10 @@
}
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
let { result: res } = await kttFwH.getKttFwHById(this.bsmSjsb);
......@@ -527,6 +531,10 @@
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm () {
return new Promise(async (resolve, reject) => {
try {
......
......@@ -321,6 +321,10 @@
}
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
let { result: res } = await kttFwLjz.getKttFwLjzById(this.bsmSjsb);
......@@ -330,6 +334,10 @@
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm () {
return new Promise(async (resolve, reject) => {
try {
......
......@@ -371,6 +371,10 @@
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
let { result: res } = await kttFwZrz.getKttFwZrzById(this.bsmSjsb);
......@@ -380,6 +384,10 @@
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm () {
return new Promise(async (resolve) => {
try {
......
......@@ -160,6 +160,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await kttGyJzd.getKttGyJzdById(this.bsmSjsb);
......@@ -169,6 +173,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -189,6 +189,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await kttGyJzx.getKttGyJzxById(this.bsmSjsb);
......@@ -198,6 +202,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -160,6 +160,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await kttGzw.getKttGzwById(this.bsmSjsb);
......@@ -169,6 +173,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -445,6 +445,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await kttZdjbxx.kttZdjbxxDetail(this.bsmSjsb);
......@@ -454,6 +458,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -437,6 +437,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await kttZhjbxx.getKttZhjbxxById(this.bsmSjsb);
......@@ -446,6 +450,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -164,6 +164,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await qlfFwFdcqDzXm.getQlfFwFdcqDzXmById(
......@@ -175,6 +179,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve, reject) => {
try {
......
......@@ -222,6 +222,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await qlfFwFdcqQfsyq.getQlfFwFdcqQfsyqById(
......@@ -233,6 +237,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve, reject) => {
try {
......
......@@ -311,6 +311,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await qlfQlCfdj.getQlfQlCfdjById(this.bsmSjsb);
......@@ -320,6 +324,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -319,6 +319,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await qlfQlDyaq.getQlfQlDyaqById(this.bsmSjsb);
......@@ -328,6 +332,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve, reject) => {
try {
......
......@@ -340,6 +340,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await qlfQlDyiq.getQlfQlDyiqById(this.bsmSjsb);
......@@ -349,6 +353,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -210,6 +210,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await qlfQlGzdj.getQlfQlGzdjById(this.bsmSjsb);
......@@ -219,6 +223,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -297,6 +297,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await qlfQlHysyq.getQlfQlHysyqById(this.bsmSjsb);
......@@ -306,6 +310,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -273,6 +273,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await qlfQlJsydsyq.getQlfQlJsydsyqById(
......@@ -284,6 +288,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve, reject) => {
try {
......
......@@ -353,6 +353,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await qlfQlNydsyq.getQlfQlNydsyqByID(
......@@ -364,6 +368,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -344,6 +344,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await qlfQlQtxgql.getQlfQlQtxgqlById(
......@@ -355,6 +359,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -316,6 +316,10 @@ export default {
}
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
let { result: res } = await qlfQlTdsyq.getQlfQlTdsyqById(this.bsmSjsb)
......@@ -325,6 +329,10 @@ export default {
this.$refs.msg.messageShow()
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm () {
return new Promise(async (resolve, reject) => {
try {
......
......@@ -430,6 +430,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await qlfQlYgdj.getQlfQlYgdjById(this.bsmSjsb);
......@@ -439,6 +443,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -212,6 +212,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await qlfQlYydj.getQlfQlYydjById(this.bsmSjsb);
......@@ -221,6 +225,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -182,6 +182,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await qlfQlZxdj.getQlfQlZxdjById(this.bsmSjsb);
......@@ -191,6 +195,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -315,6 +315,10 @@ export default {
}
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
let { result: res } = await qltFwFdcqDz.getQltFwFdcqDzById(this.bsmSjsb)
......@@ -324,6 +328,10 @@ export default {
this.$refs.msg.messageShow()
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm () {
return new Promise(async (resolve, reject) => {
try {
......
......@@ -410,6 +410,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
let { result: res } = await qltFwFdcqYz.getQltFwFdcqYzById(
......@@ -421,6 +425,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm () {
return new Promise(async (resolve) => {
try {
......
......@@ -339,6 +339,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await qltQlGjzwsyq.getQltQlGjzwsyqById(
......@@ -350,6 +354,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -388,6 +388,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await qltQlLq.getQltQlLqById(this.bsmSjsb);
......@@ -397,6 +401,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve, reject) => {
try {
......
......@@ -119,6 +119,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
let { result: res } = await zdK103.getZdK103ById(this.bsmSjsb);
......@@ -128,6 +132,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm () {
return new Promise(async (resolve) => {
try {
......
......@@ -92,6 +92,10 @@ export default {
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData() {
try {
let { result: res } = await zhK105.getZhK105ById(this.bsmSjsb);
......@@ -101,6 +105,10 @@ export default {
this.$refs.msg.messageShow();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm() {
return new Promise(async (resolve) => {
try {
......
......@@ -433,12 +433,20 @@
};
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
let { result: res } = await zttGyQlr.getZttGyQlrById(this.bsmSjsb);
this.obligeeForm.obligeeList = res;
} catch (error) { }
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm () {
return new Promise(async (resolve) => {
try {
......