2829098e by yuanbo

增加注释

1 parent 0fb78e99
Showing 48 changed files with 390 additions and 0 deletions
...@@ -73,6 +73,10 @@ export default { ...@@ -73,6 +73,10 @@ export default {
73 this.chart = null; 73 this.chart = null;
74 }, 74 },
75 methods: { 75 methods: {
76 /**
77 * @description: initChart
78 * @author: renchao
79 */
76 initChart () { 80 initChart () {
77 // 初始化echart 81 // 初始化echart
78 this.chart = this.$echarts.init(this.$el, "tdTheme"); 82 this.chart = this.$echarts.init(this.$el, "tdTheme");
......
...@@ -144,6 +144,10 @@ export default { ...@@ -144,6 +144,10 @@ export default {
144 }; 144 };
145 }, 145 },
146 methods: { 146 methods: {
147 /**
148 * @description: featchData
149 * @author: renchao
150 */
147 async featchData() { 151 async featchData() {
148 try { 152 try {
149 let { result: res } = await djfDjDb.getDjfDjDbById(this.bsmSjsb); 153 let { result: res } = await djfDjDb.getDjfDjDbById(this.bsmSjsb);
...@@ -153,6 +157,10 @@ export default { ...@@ -153,6 +157,10 @@ export default {
153 this.$refs.msg.messageShow(); 157 this.$refs.msg.messageShow();
154 } 158 }
155 }, 159 },
160 /**
161 * @description: handleUpdateForm
162 * @author: renchao
163 */
156 handleUpdateForm() { 164 handleUpdateForm() {
157 return new Promise(async (resolve, reject) => { 165 return new Promise(async (resolve, reject) => {
158 try { 166 try {
......
...@@ -229,6 +229,10 @@ export default { ...@@ -229,6 +229,10 @@ export default {
229 }; 229 };
230 }, 230 },
231 methods: { 231 methods: {
232 /**
233 * @description: featchData
234 * @author: renchao
235 */
232 async featchData() { 236 async featchData() {
233 try { 237 try {
234 let { result: res } = await djfDjFz.getDjfDjFzDetailById(this.bsmSjsb); 238 let { result: res } = await djfDjFz.getDjfDjFzDetailById(this.bsmSjsb);
...@@ -238,6 +242,10 @@ export default { ...@@ -238,6 +242,10 @@ export default {
238 this.$refs.msg.messageShow(); 242 this.$refs.msg.messageShow();
239 } 243 }
240 }, 244 },
245 /**
246 * @description: handleUpdateForm
247 * @author: renchao
248 */
241 handleUpdateForm() { 249 handleUpdateForm() {
242 return new Promise(async (resolve, reject) => { 250 return new Promise(async (resolve, reject) => {
243 try { 251 try {
......
...@@ -183,6 +183,10 @@ export default { ...@@ -183,6 +183,10 @@ export default {
183 } 183 }
184 }, 184 },
185 methods: { 185 methods: {
186 /**
187 * @description: featchData
188 * @author: renchao
189 */
186 async featchData () { 190 async featchData () {
187 try { 191 try {
188 let { result: res } = await djfDjGd.getDjfDjGdById(this.bsmSjsb) 192 let { result: res } = await djfDjGd.getDjfDjGdById(this.bsmSjsb)
...@@ -192,6 +196,10 @@ export default { ...@@ -192,6 +196,10 @@ export default {
192 this.$refs.msg.messageShow() 196 this.$refs.msg.messageShow()
193 } 197 }
194 }, 198 },
199 /**
200 * @description: handleUpdateForm
201 * @author: renchao
202 */
195 handleUpdateForm () { 203 handleUpdateForm () {
196 return new Promise(async (resolve) => { 204 return new Promise(async (resolve) => {
197 try { 205 try {
......
...@@ -251,6 +251,10 @@ export default { ...@@ -251,6 +251,10 @@ export default {
251 }; 251 };
252 }, 252 },
253 methods: { 253 methods: {
254 /**
255 * @description: featchData
256 * @author: renchao
257 */
254 async featchData() { 258 async featchData() {
255 try { 259 try {
256 let { result: res } = await djfDjSf.getDjfDjSfById(this.bsmSjsb); 260 let { result: res } = await djfDjSf.getDjfDjSfById(this.bsmSjsb);
...@@ -260,6 +264,10 @@ export default { ...@@ -260,6 +264,10 @@ export default {
260 this.$refs.msg.messageShow(); 264 this.$refs.msg.messageShow();
261 } 265 }
262 }, 266 },
267 /**
268 * @description: handleUpdateForm
269 * @author: renchao
270 */
263 handleUpdateForm() { 271 handleUpdateForm() {
264 return new Promise(async (resolve) => { 272 return new Promise(async (resolve) => {
265 try { 273 try {
......
...@@ -183,6 +183,11 @@ ...@@ -183,6 +183,11 @@
183 }; 183 };
184 }, 184 },
185 methods: { 185 methods: {
186 /**
187 * @description: changeTraceEnd
188 * @param {*} item
189 * @author: renchao
190 */
186 changeTraceEnd (item) { 191 changeTraceEnd (item) {
187 if (item.SHJSSJ !== null) { 192 if (item.SHJSSJ !== null) {
188 //当前值为空 也会进行判断 所以条件最好不要非空验证 193 //当前值为空 也会进行判断 所以条件最好不要非空验证
...@@ -196,6 +201,11 @@ ...@@ -196,6 +201,11 @@
196 } 201 }
197 }, 202 },
198 //跟踪API结束时间限制开始时间 203 //跟踪API结束时间限制开始时间
204 /**
205 * @description: 跟踪API结束时间限制开始时间
206 * @param {*} item
207 * @author: renchao
208 */
199 changeTraceStart (item) { 209 changeTraceStart (item) {
200 if (item.SHKSSJ !== null) { 210 if (item.SHKSSJ !== null) {
201 //当前值为空 也会进行判断 所以条件最好不要非空验证 211 //当前值为空 也会进行判断 所以条件最好不要非空验证
...@@ -208,6 +218,10 @@ ...@@ -208,6 +218,10 @@
208 item.traceEnd = {}; 218 item.traceEnd = {};
209 } 219 }
210 }, 220 },
221 /**
222 * @description: featchData
223 * @author: renchao
224 */
211 async featchData () { 225 async featchData () {
212 try { 226 try {
213 let { result: res } = await djfDjSh.getDjfDjShById(this.bsmSjsb); 227 let { result: res } = await djfDjSh.getDjfDjShById(this.bsmSjsb);
...@@ -217,6 +231,10 @@ ...@@ -217,6 +231,10 @@
217 this.$refs.msg.messageShow(); 231 this.$refs.msg.messageShow();
218 } 232 }
219 }, 233 },
234 /**
235 * @description: handleUpdateForm
236 * @author: renchao
237 */
220 handleUpdateForm () { 238 handleUpdateForm () {
221 return new Promise(async (resolve) => { 239 return new Promise(async (resolve) => {
222 try { 240 try {
......
...@@ -202,6 +202,10 @@ export default { ...@@ -202,6 +202,10 @@ export default {
202 }; 202 };
203 }, 203 },
204 methods: { 204 methods: {
205 /**
206 * @description: featchData
207 * @author: renchao
208 */
205 async featchData() { 209 async featchData() {
206 try { 210 try {
207 let { result: res } = await djfDjSj.getDjfDjSjById(this.bsmSjsb); 211 let { result: res } = await djfDjSj.getDjfDjSjById(this.bsmSjsb);
...@@ -211,6 +215,10 @@ export default { ...@@ -211,6 +215,10 @@ export default {
211 this.$refs.msg.messageShow(); 215 this.$refs.msg.messageShow();
212 } 216 }
213 }, 217 },
218 /**
219 * @description: handleUpdateForm
220 * @author: renchao
221 */
214 handleUpdateForm() { 222 handleUpdateForm() {
215 return new Promise(async (resolve) => { 223 return new Promise(async (resolve) => {
216 try { 224 try {
......
...@@ -365,6 +365,10 @@ export default { ...@@ -365,6 +365,10 @@ export default {
365 }; 365 };
366 }, 366 },
367 methods: { 367 methods: {
368 /**
369 * @description: featchData
370 * @author: renchao
371 */
368 async featchData() { 372 async featchData() {
369 try { 373 try {
370 let { result: res } = await djfDjSqr.getDjfDjSqrById(this.bsmSjsb); 374 let { result: res } = await djfDjSqr.getDjfDjSqrById(this.bsmSjsb);
...@@ -374,6 +378,10 @@ export default { ...@@ -374,6 +378,10 @@ export default {
374 this.$refs.msg.messageShow(); 378 this.$refs.msg.messageShow();
375 } 379 }
376 }, 380 },
381 /**
382 * @description: handleUpdateForm
383 * @author: renchao
384 */
377 handleUpdateForm() { 385 handleUpdateForm() {
378 return new Promise(async (resolve, reject) => { 386 return new Promise(async (resolve, reject) => {
379 try { 387 try {
......
...@@ -156,6 +156,10 @@ ...@@ -156,6 +156,10 @@
156 } 156 }
157 }, 157 },
158 methods: { 158 methods: {
159 /**
160 * @description: featchData
161 * @author: renchao
162 */
159 async featchData () { 163 async featchData () {
160 try { 164 try {
161 let { result: res } = await djfDjSz.getDjfDjSzById(this.bsmSjsb); 165 let { result: res } = await djfDjSz.getDjfDjSzById(this.bsmSjsb);
...@@ -165,6 +169,10 @@ ...@@ -165,6 +169,10 @@
165 this.$refs.msg.messageShow(); 169 this.$refs.msg.messageShow();
166 } 170 }
167 }, 171 },
172 /**
173 * @description: handleUpdateForm
174 * @author: renchao
175 */
168 handleUpdateForm () { 176 handleUpdateForm () {
169 return new Promise(async (resolve) => { 177 return new Promise(async (resolve) => {
170 try { 178 try {
......
...@@ -268,6 +268,10 @@ export default { ...@@ -268,6 +268,10 @@ export default {
268 }; 268 };
269 }, 269 },
270 methods: { 270 methods: {
271 /**
272 * @description: featchData
273 * @author: renchao
274 */
271 async featchData() { 275 async featchData() {
272 try { 276 try {
273 let { result: res } = await djtDjSlsq.getDjtDjSlsqById(this.bsmSjsb); 277 let { result: res } = await djtDjSlsq.getDjtDjSlsqById(this.bsmSjsb);
...@@ -277,6 +281,10 @@ export default { ...@@ -277,6 +281,10 @@ export default {
277 this.$refs.msg.messageShow(); 281 this.$refs.msg.messageShow();
278 } 282 }
279 }, 283 },
284 /**
285 * @description: handleUpdateForm
286 * @author: renchao
287 */
280 handleUpdateForm() { 288 handleUpdateForm() {
281 return new Promise(async (resolve) => { 289 return new Promise(async (resolve) => {
282 try { 290 try {
......
...@@ -67,6 +67,10 @@ export default { ...@@ -67,6 +67,10 @@ export default {
67 } 67 }
68 }, 68 },
69 methods: { 69 methods: {
70 /**
71 * @description: featchData
72 * @author: renchao
73 */
70 async featchData () { 74 async featchData () {
71 try { 75 try {
72 let { result: res } = await fjF100.getFjF100ById(this.bsmSjsb) 76 let { result: res } = await fjF100.getFjF100ById(this.bsmSjsb)
...@@ -76,6 +80,10 @@ export default { ...@@ -76,6 +80,10 @@ export default {
76 this.$refs.msg.messageShow() 80 this.$refs.msg.messageShow()
77 } 81 }
78 }, 82 },
83 /**
84 * @description: handleUpdateForm
85 * @author: renchao
86 */
79 handleUpdateForm () { 87 handleUpdateForm () {
80 return new Promise(async (resolve) => { 88 return new Promise(async (resolve) => {
81 try { 89 try {
......
...@@ -169,6 +169,10 @@ export default { ...@@ -169,6 +169,10 @@ export default {
169 }; 169 };
170 }, 170 },
171 methods: { 171 methods: {
172 /**
173 * @description: featchData
174 * @author: renchao
175 */
172 async featchData() { 176 async featchData() {
173 try { 177 try {
174 let { result: res } = await ktfQtDzdzw.getKtfQtDzdzwById(this.bsmSjsb); 178 let { result: res } = await ktfQtDzdzw.getKtfQtDzdzwById(this.bsmSjsb);
...@@ -177,6 +181,10 @@ export default { ...@@ -177,6 +181,10 @@ export default {
177 this.$refs.msg.messageShow(); 181 this.$refs.msg.messageShow();
178 } 182 }
179 }, 183 },
184 /**
185 * @description: handleUpdateForm
186 * @author: renchao
187 */
180 handleUpdateForm() { 188 handleUpdateForm() {
181 return new Promise(async (resolve) => { 189 return new Promise(async (resolve) => {
182 try { 190 try {
......
...@@ -168,6 +168,10 @@ export default { ...@@ -168,6 +168,10 @@ export default {
168 }; 168 };
169 }, 169 },
170 methods: { 170 methods: {
171 /**
172 * @description: featchData
173 * @author: renchao
174 */
171 async featchData() { 175 async featchData() {
172 try { 176 try {
173 let { result: res } = await ktfQtMzdzw.getKtfQtMzdzwById(this.bsmSjsb); 177 let { result: res } = await ktfQtMzdzw.getKtfQtMzdzwById(this.bsmSjsb);
...@@ -177,6 +181,10 @@ export default { ...@@ -177,6 +181,10 @@ export default {
177 this.$refs.msg.messageShow(); 181 this.$refs.msg.messageShow();
178 } 182 }
179 }, 183 },
184 /**
185 * @description: handleUpdateForm
186 * @author: renchao
187 */
180 handleUpdateForm() { 188 handleUpdateForm() {
181 return new Promise(async (resolve) => { 189 return new Promise(async (resolve) => {
182 try { 190 try {
......
...@@ -169,6 +169,10 @@ export default { ...@@ -169,6 +169,10 @@ export default {
169 }; 169 };
170 }, 170 },
171 methods: { 171 methods: {
172 /**
173 * @description: featchData
174 * @author: renchao
175 */
172 async featchData() { 176 async featchData() {
173 try { 177 try {
174 let { result: res } = await ktfQtXzdzw.getKtfQtXzdzwById(this.bsmSjsb); 178 let { result: res } = await ktfQtXzdzw.getKtfQtXzdzwById(this.bsmSjsb);
...@@ -178,6 +182,10 @@ export default { ...@@ -178,6 +182,10 @@ export default {
178 this.$refs.msg.messageShow(); 182 this.$refs.msg.messageShow();
179 } 183 }
180 }, 184 },
185 /**
186 * @description: handleUpdateForm
187 * @author: renchao
188 */
181 handleUpdateForm() { 189 handleUpdateForm() {
182 return new Promise(async (resolve, reject) => { 190 return new Promise(async (resolve, reject) => {
183 try { 191 try {
......
...@@ -115,6 +115,10 @@ export default { ...@@ -115,6 +115,10 @@ export default {
115 }; 115 };
116 }, 116 },
117 methods: { 117 methods: {
118 /**
119 * @description: featchData
120 * @author: renchao
121 */
118 async featchData() { 122 async featchData() {
119 try { 123 try {
120 let { result: res } = await ktfZdbhqk.getKtfZdbhqkById(this.bsmSjsb); 124 let { result: res } = await ktfZdbhqk.getKtfZdbhqkById(this.bsmSjsb);
...@@ -124,6 +128,10 @@ export default { ...@@ -124,6 +128,10 @@ export default {
124 this.$refs.msg.messageShow(); 128 this.$refs.msg.messageShow();
125 } 129 }
126 }, 130 },
131 /**
132 * @description: handleUpdateForm
133 * @author: renchao
134 */
127 handleUpdateForm() { 135 handleUpdateForm() {
128 return new Promise(async (resolve) => { 136 return new Promise(async (resolve) => {
129 try { 137 try {
......
...@@ -97,6 +97,10 @@ export default { ...@@ -97,6 +97,10 @@ export default {
97 }; 97 };
98 }, 98 },
99 methods: { 99 methods: {
100 /**
101 * @description: featchData
102 * @author: renchao
103 */
100 async featchData() { 104 async featchData() {
101 try { 105 try {
102 let { result: res } = await ktfZhYhydzb.getKtfZhYhydzbById( 106 let { result: res } = await ktfZhYhydzb.getKtfZhYhydzbById(
...@@ -108,6 +112,10 @@ export default { ...@@ -108,6 +112,10 @@ export default {
108 this.$refs.msg.messageShow(); 112 this.$refs.msg.messageShow();
109 } 113 }
110 }, 114 },
115 /**
116 * @description: handleUpdateForm
117 * @author: renchao
118 */
111 handleUpdateForm() { 119 handleUpdateForm() {
112 return new Promise(async (resolve, reject) => { 120 return new Promise(async (resolve, reject) => {
113 try { 121 try {
......
...@@ -109,6 +109,10 @@ export default { ...@@ -109,6 +109,10 @@ export default {
109 }; 109 };
110 }, 110 },
111 methods: { 111 methods: {
112 /**
113 * @description: featchData
114 * @author: renchao
115 */
112 async featchData() { 116 async featchData() {
113 try { 117 try {
114 let { result: res } = await ktfZhYhzk.getKtfZhYhzkById(this.bsmSjsb); 118 let { result: res } = await ktfZhYhzk.getKtfZhYhzkById(this.bsmSjsb);
...@@ -118,6 +122,10 @@ export default { ...@@ -118,6 +122,10 @@ export default {
118 this.$refs.msg.messageShow(); 122 this.$refs.msg.messageShow();
119 } 123 }
120 }, 124 },
125 /**
126 * @description: handleUpdateForm
127 * @author: renchao
128 */
121 handleUpdateForm() { 129 handleUpdateForm() {
122 return new Promise(async (resolve) => { 130 return new Promise(async (resolve) => {
123 try { 131 try {
......
...@@ -103,6 +103,10 @@ export default { ...@@ -103,6 +103,10 @@ export default {
103 }; 103 };
104 }, 104 },
105 methods: { 105 methods: {
106 /**
107 * @description: featchData
108 * @author: renchao
109 */
106 async featchData() { 110 async featchData() {
107 try { 111 try {
108 let { result: res } = await zhK105.getZhK105ById(this.bsmSjsb); 112 let { result: res } = await zhK105.getZhK105ById(this.bsmSjsb);
...@@ -112,6 +116,10 @@ export default { ...@@ -112,6 +116,10 @@ export default {
112 this.$refs.msg.messageShow(); 116 this.$refs.msg.messageShow();
113 } 117 }
114 }, 118 },
119 /**
120 * @description: handleUpdateForm
121 * @author: renchao
122 */
115 handleUpdateForm() { 123 handleUpdateForm() {
116 return new Promise(async (resolve) => { 124 return new Promise(async (resolve) => {
117 try { 125 try {
......
...@@ -218,6 +218,10 @@ ...@@ -218,6 +218,10 @@
218 } 218 }
219 }, 219 },
220 methods: { 220 methods: {
221 /**
222 * @description: featchData
223 * @author: renchao
224 */
221 async featchData () { 225 async featchData () {
222 try { 226 try {
223 let { result: res } = await kttFwC.getKttFwCById(this.bsmSjsb); 227 let { result: res } = await kttFwC.getKttFwCById(this.bsmSjsb);
...@@ -227,6 +231,10 @@ ...@@ -227,6 +231,10 @@
227 this.$refs.msg.messageShow() 231 this.$refs.msg.messageShow()
228 } 232 }
229 }, 233 },
234 /**
235 * @description: handleUpdateForm
236 * @author: renchao
237 */
230 handleUpdateForm () { 238 handleUpdateForm () {
231 return new Promise(async (resolve, reject) => { 239 return new Promise(async (resolve, reject) => {
232 try { 240 try {
......
...@@ -518,6 +518,10 @@ ...@@ -518,6 +518,10 @@
518 } 518 }
519 }, 519 },
520 methods: { 520 methods: {
521 /**
522 * @description: featchData
523 * @author: renchao
524 */
521 async featchData () { 525 async featchData () {
522 try { 526 try {
523 let { result: res } = await kttFwH.getKttFwHById(this.bsmSjsb); 527 let { result: res } = await kttFwH.getKttFwHById(this.bsmSjsb);
...@@ -527,6 +531,10 @@ ...@@ -527,6 +531,10 @@
527 this.$refs.msg.messageShow(); 531 this.$refs.msg.messageShow();
528 } 532 }
529 }, 533 },
534 /**
535 * @description: handleUpdateForm
536 * @author: renchao
537 */
530 handleUpdateForm () { 538 handleUpdateForm () {
531 return new Promise(async (resolve, reject) => { 539 return new Promise(async (resolve, reject) => {
532 try { 540 try {
......
...@@ -321,6 +321,10 @@ ...@@ -321,6 +321,10 @@
321 } 321 }
322 }, 322 },
323 methods: { 323 methods: {
324 /**
325 * @description: featchData
326 * @author: renchao
327 */
324 async featchData () { 328 async featchData () {
325 try { 329 try {
326 let { result: res } = await kttFwLjz.getKttFwLjzById(this.bsmSjsb); 330 let { result: res } = await kttFwLjz.getKttFwLjzById(this.bsmSjsb);
...@@ -330,6 +334,10 @@ ...@@ -330,6 +334,10 @@
330 this.$refs.msg.messageShow(); 334 this.$refs.msg.messageShow();
331 } 335 }
332 }, 336 },
337 /**
338 * @description: handleUpdateForm
339 * @author: renchao
340 */
333 handleUpdateForm () { 341 handleUpdateForm () {
334 return new Promise(async (resolve, reject) => { 342 return new Promise(async (resolve, reject) => {
335 try { 343 try {
......
...@@ -371,6 +371,10 @@ ...@@ -371,6 +371,10 @@
371 }; 371 };
372 }, 372 },
373 methods: { 373 methods: {
374 /**
375 * @description: featchData
376 * @author: renchao
377 */
374 async featchData () { 378 async featchData () {
375 try { 379 try {
376 let { result: res } = await kttFwZrz.getKttFwZrzById(this.bsmSjsb); 380 let { result: res } = await kttFwZrz.getKttFwZrzById(this.bsmSjsb);
...@@ -380,6 +384,10 @@ ...@@ -380,6 +384,10 @@
380 this.$refs.msg.messageShow(); 384 this.$refs.msg.messageShow();
381 } 385 }
382 }, 386 },
387 /**
388 * @description: handleUpdateForm
389 * @author: renchao
390 */
383 handleUpdateForm () { 391 handleUpdateForm () {
384 return new Promise(async (resolve) => { 392 return new Promise(async (resolve) => {
385 try { 393 try {
......
...@@ -160,6 +160,10 @@ export default { ...@@ -160,6 +160,10 @@ export default {
160 }; 160 };
161 }, 161 },
162 methods: { 162 methods: {
163 /**
164 * @description: featchData
165 * @author: renchao
166 */
163 async featchData() { 167 async featchData() {
164 try { 168 try {
165 let { result: res } = await kttGyJzd.getKttGyJzdById(this.bsmSjsb); 169 let { result: res } = await kttGyJzd.getKttGyJzdById(this.bsmSjsb);
...@@ -169,6 +173,10 @@ export default { ...@@ -169,6 +173,10 @@ export default {
169 this.$refs.msg.messageShow(); 173 this.$refs.msg.messageShow();
170 } 174 }
171 }, 175 },
176 /**
177 * @description: handleUpdateForm
178 * @author: renchao
179 */
172 handleUpdateForm() { 180 handleUpdateForm() {
173 return new Promise(async (resolve) => { 181 return new Promise(async (resolve) => {
174 try { 182 try {
......
...@@ -189,6 +189,10 @@ export default { ...@@ -189,6 +189,10 @@ export default {
189 }; 189 };
190 }, 190 },
191 methods: { 191 methods: {
192 /**
193 * @description: featchData
194 * @author: renchao
195 */
192 async featchData() { 196 async featchData() {
193 try { 197 try {
194 let { result: res } = await kttGyJzx.getKttGyJzxById(this.bsmSjsb); 198 let { result: res } = await kttGyJzx.getKttGyJzxById(this.bsmSjsb);
...@@ -198,6 +202,10 @@ export default { ...@@ -198,6 +202,10 @@ export default {
198 this.$refs.msg.messageShow(); 202 this.$refs.msg.messageShow();
199 } 203 }
200 }, 204 },
205 /**
206 * @description: handleUpdateForm
207 * @author: renchao
208 */
201 handleUpdateForm() { 209 handleUpdateForm() {
202 return new Promise(async (resolve) => { 210 return new Promise(async (resolve) => {
203 try { 211 try {
......
...@@ -160,6 +160,10 @@ export default { ...@@ -160,6 +160,10 @@ export default {
160 }; 160 };
161 }, 161 },
162 methods: { 162 methods: {
163 /**
164 * @description: featchData
165 * @author: renchao
166 */
163 async featchData() { 167 async featchData() {
164 try { 168 try {
165 let { result: res } = await kttGzw.getKttGzwById(this.bsmSjsb); 169 let { result: res } = await kttGzw.getKttGzwById(this.bsmSjsb);
...@@ -169,6 +173,10 @@ export default { ...@@ -169,6 +173,10 @@ export default {
169 this.$refs.msg.messageShow(); 173 this.$refs.msg.messageShow();
170 } 174 }
171 }, 175 },
176 /**
177 * @description: handleUpdateForm
178 * @author: renchao
179 */
172 handleUpdateForm() { 180 handleUpdateForm() {
173 return new Promise(async (resolve) => { 181 return new Promise(async (resolve) => {
174 try { 182 try {
......
...@@ -445,6 +445,10 @@ export default { ...@@ -445,6 +445,10 @@ export default {
445 }; 445 };
446 }, 446 },
447 methods: { 447 methods: {
448 /**
449 * @description: featchData
450 * @author: renchao
451 */
448 async featchData() { 452 async featchData() {
449 try { 453 try {
450 let { result: res } = await kttZdjbxx.kttZdjbxxDetail(this.bsmSjsb); 454 let { result: res } = await kttZdjbxx.kttZdjbxxDetail(this.bsmSjsb);
...@@ -454,6 +458,10 @@ export default { ...@@ -454,6 +458,10 @@ export default {
454 this.$refs.msg.messageShow(); 458 this.$refs.msg.messageShow();
455 } 459 }
456 }, 460 },
461 /**
462 * @description: handleUpdateForm
463 * @author: renchao
464 */
457 handleUpdateForm() { 465 handleUpdateForm() {
458 return new Promise(async (resolve) => { 466 return new Promise(async (resolve) => {
459 try { 467 try {
......
...@@ -437,6 +437,10 @@ export default { ...@@ -437,6 +437,10 @@ export default {
437 }; 437 };
438 }, 438 },
439 methods: { 439 methods: {
440 /**
441 * @description: featchData
442 * @author: renchao
443 */
440 async featchData() { 444 async featchData() {
441 try { 445 try {
442 let { result: res } = await kttZhjbxx.getKttZhjbxxById(this.bsmSjsb); 446 let { result: res } = await kttZhjbxx.getKttZhjbxxById(this.bsmSjsb);
...@@ -446,6 +450,10 @@ export default { ...@@ -446,6 +450,10 @@ export default {
446 this.$refs.msg.messageShow(); 450 this.$refs.msg.messageShow();
447 } 451 }
448 }, 452 },
453 /**
454 * @description: handleUpdateForm
455 * @author: renchao
456 */
449 handleUpdateForm() { 457 handleUpdateForm() {
450 return new Promise(async (resolve) => { 458 return new Promise(async (resolve) => {
451 try { 459 try {
......
...@@ -164,6 +164,10 @@ export default { ...@@ -164,6 +164,10 @@ export default {
164 }; 164 };
165 }, 165 },
166 methods: { 166 methods: {
167 /**
168 * @description: featchData
169 * @author: renchao
170 */
167 async featchData() { 171 async featchData() {
168 try { 172 try {
169 let { result: res } = await qlfFwFdcqDzXm.getQlfFwFdcqDzXmById( 173 let { result: res } = await qlfFwFdcqDzXm.getQlfFwFdcqDzXmById(
...@@ -175,6 +179,10 @@ export default { ...@@ -175,6 +179,10 @@ export default {
175 this.$refs.msg.messageShow(); 179 this.$refs.msg.messageShow();
176 } 180 }
177 }, 181 },
182 /**
183 * @description: handleUpdateForm
184 * @author: renchao
185 */
178 handleUpdateForm() { 186 handleUpdateForm() {
179 return new Promise(async (resolve, reject) => { 187 return new Promise(async (resolve, reject) => {
180 try { 188 try {
......
...@@ -222,6 +222,10 @@ export default { ...@@ -222,6 +222,10 @@ export default {
222 }; 222 };
223 }, 223 },
224 methods: { 224 methods: {
225 /**
226 * @description: featchData
227 * @author: renchao
228 */
225 async featchData() { 229 async featchData() {
226 try { 230 try {
227 let { result: res } = await qlfFwFdcqQfsyq.getQlfFwFdcqQfsyqById( 231 let { result: res } = await qlfFwFdcqQfsyq.getQlfFwFdcqQfsyqById(
...@@ -233,6 +237,10 @@ export default { ...@@ -233,6 +237,10 @@ export default {
233 this.$refs.msg.messageShow(); 237 this.$refs.msg.messageShow();
234 } 238 }
235 }, 239 },
240 /**
241 * @description: handleUpdateForm
242 * @author: renchao
243 */
236 handleUpdateForm() { 244 handleUpdateForm() {
237 return new Promise(async (resolve, reject) => { 245 return new Promise(async (resolve, reject) => {
238 try { 246 try {
......
...@@ -311,6 +311,10 @@ export default { ...@@ -311,6 +311,10 @@ export default {
311 }; 311 };
312 }, 312 },
313 methods: { 313 methods: {
314 /**
315 * @description: featchData
316 * @author: renchao
317 */
314 async featchData() { 318 async featchData() {
315 try { 319 try {
316 let { result: res } = await qlfQlCfdj.getQlfQlCfdjById(this.bsmSjsb); 320 let { result: res } = await qlfQlCfdj.getQlfQlCfdjById(this.bsmSjsb);
...@@ -320,6 +324,10 @@ export default { ...@@ -320,6 +324,10 @@ export default {
320 this.$refs.msg.messageShow(); 324 this.$refs.msg.messageShow();
321 } 325 }
322 }, 326 },
327 /**
328 * @description: handleUpdateForm
329 * @author: renchao
330 */
323 handleUpdateForm() { 331 handleUpdateForm() {
324 return new Promise(async (resolve) => { 332 return new Promise(async (resolve) => {
325 try { 333 try {
......
...@@ -319,6 +319,10 @@ export default { ...@@ -319,6 +319,10 @@ export default {
319 }; 319 };
320 }, 320 },
321 methods: { 321 methods: {
322 /**
323 * @description: featchData
324 * @author: renchao
325 */
322 async featchData() { 326 async featchData() {
323 try { 327 try {
324 let { result: res } = await qlfQlDyaq.getQlfQlDyaqById(this.bsmSjsb); 328 let { result: res } = await qlfQlDyaq.getQlfQlDyaqById(this.bsmSjsb);
...@@ -328,6 +332,10 @@ export default { ...@@ -328,6 +332,10 @@ export default {
328 this.$refs.msg.messageShow(); 332 this.$refs.msg.messageShow();
329 } 333 }
330 }, 334 },
335 /**
336 * @description: handleUpdateForm
337 * @author: renchao
338 */
331 handleUpdateForm() { 339 handleUpdateForm() {
332 return new Promise(async (resolve, reject) => { 340 return new Promise(async (resolve, reject) => {
333 try { 341 try {
......
...@@ -340,6 +340,10 @@ export default { ...@@ -340,6 +340,10 @@ export default {
340 }; 340 };
341 }, 341 },
342 methods: { 342 methods: {
343 /**
344 * @description: featchData
345 * @author: renchao
346 */
343 async featchData() { 347 async featchData() {
344 try { 348 try {
345 let { result: res } = await qlfQlDyiq.getQlfQlDyiqById(this.bsmSjsb); 349 let { result: res } = await qlfQlDyiq.getQlfQlDyiqById(this.bsmSjsb);
...@@ -349,6 +353,10 @@ export default { ...@@ -349,6 +353,10 @@ export default {
349 this.$refs.msg.messageShow(); 353 this.$refs.msg.messageShow();
350 } 354 }
351 }, 355 },
356 /**
357 * @description: handleUpdateForm
358 * @author: renchao
359 */
352 handleUpdateForm() { 360 handleUpdateForm() {
353 return new Promise(async (resolve) => { 361 return new Promise(async (resolve) => {
354 try { 362 try {
......
...@@ -210,6 +210,10 @@ export default { ...@@ -210,6 +210,10 @@ export default {
210 }; 210 };
211 }, 211 },
212 methods: { 212 methods: {
213 /**
214 * @description: featchData
215 * @author: renchao
216 */
213 async featchData() { 217 async featchData() {
214 try { 218 try {
215 let { result: res } = await qlfQlGzdj.getQlfQlGzdjById(this.bsmSjsb); 219 let { result: res } = await qlfQlGzdj.getQlfQlGzdjById(this.bsmSjsb);
...@@ -219,6 +223,10 @@ export default { ...@@ -219,6 +223,10 @@ export default {
219 this.$refs.msg.messageShow(); 223 this.$refs.msg.messageShow();
220 } 224 }
221 }, 225 },
226 /**
227 * @description: handleUpdateForm
228 * @author: renchao
229 */
222 handleUpdateForm() { 230 handleUpdateForm() {
223 return new Promise(async (resolve) => { 231 return new Promise(async (resolve) => {
224 try { 232 try {
......
...@@ -297,6 +297,10 @@ export default { ...@@ -297,6 +297,10 @@ export default {
297 }; 297 };
298 }, 298 },
299 methods: { 299 methods: {
300 /**
301 * @description: featchData
302 * @author: renchao
303 */
300 async featchData() { 304 async featchData() {
301 try { 305 try {
302 let { result: res } = await qlfQlHysyq.getQlfQlHysyqById(this.bsmSjsb); 306 let { result: res } = await qlfQlHysyq.getQlfQlHysyqById(this.bsmSjsb);
...@@ -306,6 +310,10 @@ export default { ...@@ -306,6 +310,10 @@ export default {
306 this.$refs.msg.messageShow(); 310 this.$refs.msg.messageShow();
307 } 311 }
308 }, 312 },
313 /**
314 * @description: handleUpdateForm
315 * @author: renchao
316 */
309 handleUpdateForm() { 317 handleUpdateForm() {
310 return new Promise(async (resolve) => { 318 return new Promise(async (resolve) => {
311 try { 319 try {
......
...@@ -273,6 +273,10 @@ export default { ...@@ -273,6 +273,10 @@ export default {
273 }; 273 };
274 }, 274 },
275 methods: { 275 methods: {
276 /**
277 * @description: featchData
278 * @author: renchao
279 */
276 async featchData() { 280 async featchData() {
277 try { 281 try {
278 let { result: res } = await qlfQlJsydsyq.getQlfQlJsydsyqById( 282 let { result: res } = await qlfQlJsydsyq.getQlfQlJsydsyqById(
...@@ -284,6 +288,10 @@ export default { ...@@ -284,6 +288,10 @@ export default {
284 this.$refs.msg.messageShow(); 288 this.$refs.msg.messageShow();
285 } 289 }
286 }, 290 },
291 /**
292 * @description: handleUpdateForm
293 * @author: renchao
294 */
287 handleUpdateForm() { 295 handleUpdateForm() {
288 return new Promise(async (resolve, reject) => { 296 return new Promise(async (resolve, reject) => {
289 try { 297 try {
......
...@@ -353,6 +353,10 @@ export default { ...@@ -353,6 +353,10 @@ export default {
353 }; 353 };
354 }, 354 },
355 methods: { 355 methods: {
356 /**
357 * @description: featchData
358 * @author: renchao
359 */
356 async featchData() { 360 async featchData() {
357 try { 361 try {
358 let { result: res } = await qlfQlNydsyq.getQlfQlNydsyqByID( 362 let { result: res } = await qlfQlNydsyq.getQlfQlNydsyqByID(
...@@ -364,6 +368,10 @@ export default { ...@@ -364,6 +368,10 @@ export default {
364 this.$refs.msg.messageShow(); 368 this.$refs.msg.messageShow();
365 } 369 }
366 }, 370 },
371 /**
372 * @description: handleUpdateForm
373 * @author: renchao
374 */
367 handleUpdateForm() { 375 handleUpdateForm() {
368 return new Promise(async (resolve) => { 376 return new Promise(async (resolve) => {
369 try { 377 try {
......
...@@ -344,6 +344,10 @@ export default { ...@@ -344,6 +344,10 @@ export default {
344 }; 344 };
345 }, 345 },
346 methods: { 346 methods: {
347 /**
348 * @description: featchData
349 * @author: renchao
350 */
347 async featchData() { 351 async featchData() {
348 try { 352 try {
349 let { result: res } = await qlfQlQtxgql.getQlfQlQtxgqlById( 353 let { result: res } = await qlfQlQtxgql.getQlfQlQtxgqlById(
...@@ -355,6 +359,10 @@ export default { ...@@ -355,6 +359,10 @@ export default {
355 this.$refs.msg.messageShow(); 359 this.$refs.msg.messageShow();
356 } 360 }
357 }, 361 },
362 /**
363 * @description: handleUpdateForm
364 * @author: renchao
365 */
358 handleUpdateForm() { 366 handleUpdateForm() {
359 return new Promise(async (resolve) => { 367 return new Promise(async (resolve) => {
360 try { 368 try {
......
...@@ -316,6 +316,10 @@ export default { ...@@ -316,6 +316,10 @@ export default {
316 } 316 }
317 }, 317 },
318 methods: { 318 methods: {
319 /**
320 * @description: featchData
321 * @author: renchao
322 */
319 async featchData () { 323 async featchData () {
320 try { 324 try {
321 let { result: res } = await qlfQlTdsyq.getQlfQlTdsyqById(this.bsmSjsb) 325 let { result: res } = await qlfQlTdsyq.getQlfQlTdsyqById(this.bsmSjsb)
...@@ -325,6 +329,10 @@ export default { ...@@ -325,6 +329,10 @@ export default {
325 this.$refs.msg.messageShow() 329 this.$refs.msg.messageShow()
326 } 330 }
327 }, 331 },
332 /**
333 * @description: handleUpdateForm
334 * @author: renchao
335 */
328 handleUpdateForm () { 336 handleUpdateForm () {
329 return new Promise(async (resolve, reject) => { 337 return new Promise(async (resolve, reject) => {
330 try { 338 try {
......
...@@ -430,6 +430,10 @@ export default { ...@@ -430,6 +430,10 @@ export default {
430 }; 430 };
431 }, 431 },
432 methods: { 432 methods: {
433 /**
434 * @description: featchData
435 * @author: renchao
436 */
433 async featchData() { 437 async featchData() {
434 try { 438 try {
435 let { result: res } = await qlfQlYgdj.getQlfQlYgdjById(this.bsmSjsb); 439 let { result: res } = await qlfQlYgdj.getQlfQlYgdjById(this.bsmSjsb);
...@@ -439,6 +443,10 @@ export default { ...@@ -439,6 +443,10 @@ export default {
439 this.$refs.msg.messageShow(); 443 this.$refs.msg.messageShow();
440 } 444 }
441 }, 445 },
446 /**
447 * @description: handleUpdateForm
448 * @author: renchao
449 */
442 handleUpdateForm() { 450 handleUpdateForm() {
443 return new Promise(async (resolve) => { 451 return new Promise(async (resolve) => {
444 try { 452 try {
......
...@@ -212,6 +212,10 @@ export default { ...@@ -212,6 +212,10 @@ export default {
212 }; 212 };
213 }, 213 },
214 methods: { 214 methods: {
215 /**
216 * @description: featchData
217 * @author: renchao
218 */
215 async featchData() { 219 async featchData() {
216 try { 220 try {
217 let { result: res } = await qlfQlYydj.getQlfQlYydjById(this.bsmSjsb); 221 let { result: res } = await qlfQlYydj.getQlfQlYydjById(this.bsmSjsb);
...@@ -221,6 +225,10 @@ export default { ...@@ -221,6 +225,10 @@ export default {
221 this.$refs.msg.messageShow(); 225 this.$refs.msg.messageShow();
222 } 226 }
223 }, 227 },
228 /**
229 * @description: handleUpdateForm
230 * @author: renchao
231 */
224 handleUpdateForm() { 232 handleUpdateForm() {
225 return new Promise(async (resolve) => { 233 return new Promise(async (resolve) => {
226 try { 234 try {
......
...@@ -182,6 +182,10 @@ export default { ...@@ -182,6 +182,10 @@ export default {
182 }; 182 };
183 }, 183 },
184 methods: { 184 methods: {
185 /**
186 * @description: featchData
187 * @author: renchao
188 */
185 async featchData() { 189 async featchData() {
186 try { 190 try {
187 let { result: res } = await qlfQlZxdj.getQlfQlZxdjById(this.bsmSjsb); 191 let { result: res } = await qlfQlZxdj.getQlfQlZxdjById(this.bsmSjsb);
...@@ -191,6 +195,10 @@ export default { ...@@ -191,6 +195,10 @@ export default {
191 this.$refs.msg.messageShow(); 195 this.$refs.msg.messageShow();
192 } 196 }
193 }, 197 },
198 /**
199 * @description: handleUpdateForm
200 * @author: renchao
201 */
194 handleUpdateForm() { 202 handleUpdateForm() {
195 return new Promise(async (resolve) => { 203 return new Promise(async (resolve) => {
196 try { 204 try {
......
...@@ -315,6 +315,10 @@ export default { ...@@ -315,6 +315,10 @@ export default {
315 } 315 }
316 }, 316 },
317 methods: { 317 methods: {
318 /**
319 * @description: featchData
320 * @author: renchao
321 */
318 async featchData () { 322 async featchData () {
319 try { 323 try {
320 let { result: res } = await qltFwFdcqDz.getQltFwFdcqDzById(this.bsmSjsb) 324 let { result: res } = await qltFwFdcqDz.getQltFwFdcqDzById(this.bsmSjsb)
...@@ -324,6 +328,10 @@ export default { ...@@ -324,6 +328,10 @@ export default {
324 this.$refs.msg.messageShow() 328 this.$refs.msg.messageShow()
325 } 329 }
326 }, 330 },
331 /**
332 * @description: handleUpdateForm
333 * @author: renchao
334 */
327 handleUpdateForm () { 335 handleUpdateForm () {
328 return new Promise(async (resolve, reject) => { 336 return new Promise(async (resolve, reject) => {
329 try { 337 try {
......
...@@ -410,6 +410,10 @@ export default { ...@@ -410,6 +410,10 @@ export default {
410 }; 410 };
411 }, 411 },
412 methods: { 412 methods: {
413 /**
414 * @description: featchData
415 * @author: renchao
416 */
413 async featchData () { 417 async featchData () {
414 try { 418 try {
415 let { result: res } = await qltFwFdcqYz.getQltFwFdcqYzById( 419 let { result: res } = await qltFwFdcqYz.getQltFwFdcqYzById(
...@@ -421,6 +425,10 @@ export default { ...@@ -421,6 +425,10 @@ export default {
421 this.$refs.msg.messageShow(); 425 this.$refs.msg.messageShow();
422 } 426 }
423 }, 427 },
428 /**
429 * @description: handleUpdateForm
430 * @author: renchao
431 */
424 handleUpdateForm () { 432 handleUpdateForm () {
425 return new Promise(async (resolve) => { 433 return new Promise(async (resolve) => {
426 try { 434 try {
......
...@@ -339,6 +339,10 @@ export default { ...@@ -339,6 +339,10 @@ export default {
339 }; 339 };
340 }, 340 },
341 methods: { 341 methods: {
342 /**
343 * @description: featchData
344 * @author: renchao
345 */
342 async featchData() { 346 async featchData() {
343 try { 347 try {
344 let { result: res } = await qltQlGjzwsyq.getQltQlGjzwsyqById( 348 let { result: res } = await qltQlGjzwsyq.getQltQlGjzwsyqById(
...@@ -350,6 +354,10 @@ export default { ...@@ -350,6 +354,10 @@ export default {
350 this.$refs.msg.messageShow(); 354 this.$refs.msg.messageShow();
351 } 355 }
352 }, 356 },
357 /**
358 * @description: handleUpdateForm
359 * @author: renchao
360 */
353 handleUpdateForm() { 361 handleUpdateForm() {
354 return new Promise(async (resolve) => { 362 return new Promise(async (resolve) => {
355 try { 363 try {
......
...@@ -388,6 +388,10 @@ export default { ...@@ -388,6 +388,10 @@ export default {
388 }; 388 };
389 }, 389 },
390 methods: { 390 methods: {
391 /**
392 * @description: featchData
393 * @author: renchao
394 */
391 async featchData() { 395 async featchData() {
392 try { 396 try {
393 let { result: res } = await qltQlLq.getQltQlLqById(this.bsmSjsb); 397 let { result: res } = await qltQlLq.getQltQlLqById(this.bsmSjsb);
...@@ -397,6 +401,10 @@ export default { ...@@ -397,6 +401,10 @@ export default {
397 this.$refs.msg.messageShow(); 401 this.$refs.msg.messageShow();
398 } 402 }
399 }, 403 },
404 /**
405 * @description: handleUpdateForm
406 * @author: renchao
407 */
400 handleUpdateForm() { 408 handleUpdateForm() {
401 return new Promise(async (resolve, reject) => { 409 return new Promise(async (resolve, reject) => {
402 try { 410 try {
......
...@@ -119,6 +119,10 @@ export default { ...@@ -119,6 +119,10 @@ export default {
119 }; 119 };
120 }, 120 },
121 methods: { 121 methods: {
122 /**
123 * @description: featchData
124 * @author: renchao
125 */
122 async featchData () { 126 async featchData () {
123 try { 127 try {
124 let { result: res } = await zdK103.getZdK103ById(this.bsmSjsb); 128 let { result: res } = await zdK103.getZdK103ById(this.bsmSjsb);
...@@ -128,6 +132,10 @@ export default { ...@@ -128,6 +132,10 @@ export default {
128 this.$refs.msg.messageShow(); 132 this.$refs.msg.messageShow();
129 } 133 }
130 }, 134 },
135 /**
136 * @description: handleUpdateForm
137 * @author: renchao
138 */
131 handleUpdateForm () { 139 handleUpdateForm () {
132 return new Promise(async (resolve) => { 140 return new Promise(async (resolve) => {
133 try { 141 try {
......
...@@ -92,6 +92,10 @@ export default { ...@@ -92,6 +92,10 @@ export default {
92 }; 92 };
93 }, 93 },
94 methods: { 94 methods: {
95 /**
96 * @description: featchData
97 * @author: renchao
98 */
95 async featchData() { 99 async featchData() {
96 try { 100 try {
97 let { result: res } = await zhK105.getZhK105ById(this.bsmSjsb); 101 let { result: res } = await zhK105.getZhK105ById(this.bsmSjsb);
...@@ -101,6 +105,10 @@ export default { ...@@ -101,6 +105,10 @@ export default {
101 this.$refs.msg.messageShow(); 105 this.$refs.msg.messageShow();
102 } 106 }
103 }, 107 },
108 /**
109 * @description: handleUpdateForm
110 * @author: renchao
111 */
104 handleUpdateForm() { 112 handleUpdateForm() {
105 return new Promise(async (resolve) => { 113 return new Promise(async (resolve) => {
106 try { 114 try {
......
...@@ -433,12 +433,20 @@ ...@@ -433,12 +433,20 @@
433 }; 433 };
434 }, 434 },
435 methods: { 435 methods: {
436 /**
437 * @description: featchData
438 * @author: renchao
439 */
436 async featchData () { 440 async featchData () {
437 try { 441 try {
438 let { result: res } = await zttGyQlr.getZttGyQlrById(this.bsmSjsb); 442 let { result: res } = await zttGyQlr.getZttGyQlrById(this.bsmSjsb);
439 this.obligeeForm.obligeeList = res; 443 this.obligeeForm.obligeeList = res;
440 } catch (error) { } 444 } catch (error) { }
441 }, 445 },
446 /**
447 * @description: handleUpdateForm
448 * @author: renchao
449 */
442 handleUpdateForm () { 450 handleUpdateForm () {
443 return new Promise(async (resolve) => { 451 return new Promise(async (resolve) => {
444 try { 452 try {
......