Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcsjsb-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3fdfccc8
authored
2023-07-26 14:08:35 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加注释
1 parent
b087f0ca
Hide whitespace changes
Inline
Side-by-side
Showing
48 changed files
with
391 additions
and
1 deletions
src/common/echart/index.vue
src/components/Business/djfDjDb.vue
src/components/Business/djfDjFz.vue
src/components/Business/djfDjGd.vue
src/components/Business/djfDjSf.vue
src/components/Business/djfDjSh.vue
src/components/Business/djfDjSj.vue
src/components/Business/djfDjSqr.vue
src/components/Business/djfDjSz.vue
src/components/Business/djtDjSlsq.vue
src/components/Business/fjF100.vue
src/components/Business/ktfQtDzdzw.vue
src/components/Business/ktfQtMzdzw.vue
src/components/Business/ktfQtXzdzw.vue
src/components/Business/ktfZdbhqk.vue
src/components/Business/ktfZhYhydzb.vue
src/components/Business/ktfZhYhzk.vue
src/components/Business/ktfZhbhqk.vue
src/components/Business/kttFwC.vue
src/components/Business/kttFwH.vue
src/components/Business/kttFwLjz.vue
src/components/Business/kttFwZrz.vue
src/components/Business/kttGyJzd.vue
src/components/Business/kttGyJzx.vue
src/components/Business/kttGzw.vue
src/components/Business/kttZdjbxx.vue
src/components/Business/kttZhjbxx.vue
src/components/Business/qlfFwFdcqDzXm.vue
src/components/Business/qlfFwFdcqQfsyq.vue
src/components/Business/qlfQlCfdj.vue
src/components/Business/qlfQlDyaq.vue
src/components/Business/qlfQlDyiq.vue
src/components/Business/qlfQlGzdj.vue
src/components/Business/qlfQlHysyq.vue
src/components/Business/qlfQlJsydsyq.vue
src/components/Business/qlfQlNydsyq.vue
src/components/Business/qlfQlQtxgql.vue
src/components/Business/qlfQlTdsyq.vue
src/components/Business/qlfQlYgdj.vue
src/components/Business/qlfQlYydj.vue
src/components/Business/qlfQlZxdj.vue
src/components/Business/qltFwFdcqDz.vue
src/components/Business/qltFwFdcqYz.vue
src/components/Business/qltQlGjzwsyq.vue
src/components/Business/qltQlLq.vue
src/components/Business/zdK103.vue
src/components/Business/zhK105.vue
src/components/Business/zttGyQlr.vue
src/common/echart/index.vue
View file @
3fdfccc
...
...
@@ -73,6 +73,10 @@ export default {
this
.
chart
=
null
;
},
methods
:
{
/**
* @description: initChart
* @author: renchao
*/
initChart
()
{
// 初始化echart
this
.
chart
=
this
.
$echarts
.
init
(
this
.
$el
,
"tdTheme"
);
...
...
src/components/Business/djfDjDb.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/djfDjFz.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/djfDjGd.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/djfDjSf.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/djfDjSh.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/djfDjSj.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/djfDjSqr.vue
View file @
3fdfccc
...
...
@@ -366,6 +366,10 @@ export default {
};
},
methods
:
{
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
let
{
result
:
res
}
=
await
djfDjSqr
.
getDjfDjSqrById
(
this
.
bsmSjsb
);
...
...
@@ -375,6 +379,10 @@ export default {
this
.
$refs
.
msg
.
messageShow
();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm
()
{
return
new
Promise
(
async
(
resolve
,
reject
)
=>
{
try
{
...
...
src/components/Business/djfDjSz.vue
View file @
3fdfccc
...
...
@@ -161,6 +161,10 @@
}
},
methods
:
{
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
let
{
result
:
res
}
=
await
djfDjSz
.
getDjfDjSzById
(
this
.
bsmSjsb
);
...
...
@@ -170,6 +174,10 @@
this
.
$refs
.
msg
.
messageShow
();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm
()
{
return
new
Promise
(
async
(
resolve
)
=>
{
try
{
...
...
src/components/Business/djtDjSlsq.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/fjF100.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/ktfQtDzdzw.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/ktfQtMzdzw.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/ktfQtXzdzw.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/ktfZdbhqk.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/ktfZhYhydzb.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/ktfZhYhzk.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/ktfZhbhqk.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/kttFwC.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/kttFwH.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/kttFwLjz.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/kttFwZrz.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/kttGyJzd.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/kttGyJzx.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/kttGzw.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/kttZdjbxx.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/kttZhjbxx.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/qlfFwFdcqDzXm.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/qlfFwFdcqQfsyq.vue
View file @
3fdfccc
...
...
@@ -220,6 +220,10 @@ export default {
};
},
methods
:
{
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
let
{
result
:
res
}
=
await
qlfFwFdcqQfsyq
.
getQlfFwFdcqQfsyqById
(
...
...
@@ -231,6 +235,10 @@ export default {
this
.
$refs
.
msg
.
messageShow
();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm
()
{
return
new
Promise
(
async
(
resolve
,
reject
)
=>
{
try
{
...
...
src/components/Business/qlfQlCfdj.vue
View file @
3fdfccc
<!--
* @Description : 查封登记信息页面
* @Autor : miaofang
* @Autor : miaofang
* @LastEditTime : 2023-05-17 13:52:33
-->
<
template
>
...
...
@@ -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
{
...
...
src/components/Business/qlfQlDyaq.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/qlfQlDyiq.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/qlfQlGzdj.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/qlfQlHysyq.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/qlfQlJsydsyq.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/qlfQlNydsyq.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/qlfQlQtxgql.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/qlfQlTdsyq.vue
View file @
3fdfccc
...
...
@@ -310,6 +310,10 @@ export default {
}
},
methods
:
{
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
let
{
result
:
res
}
=
await
qlfQlTdsyq
.
getQlfQlTdsyqById
(
this
.
bsmSjsb
)
...
...
@@ -319,6 +323,10 @@ export default {
this
.
$refs
.
msg
.
messageShow
()
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm
()
{
return
new
Promise
(
async
(
resolve
,
reject
)
=>
{
try
{
...
...
src/components/Business/qlfQlYgdj.vue
View file @
3fdfccc
...
...
@@ -461,6 +461,10 @@ export default {
};
},
methods
:
{
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
let
{
result
:
res
}
=
await
qlfQlYgdj
.
getQlfQlYgdjById
(
this
.
bsmSjsb
);
...
...
@@ -470,6 +474,10 @@ export default {
this
.
$refs
.
msg
.
messageShow
();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm
()
{
return
new
Promise
(
async
(
resolve
)
=>
{
try
{
...
...
src/components/Business/qlfQlYydj.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/qlfQlZxdj.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/qltFwFdcqDz.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/qltFwFdcqYz.vue
View file @
3fdfccc
...
...
@@ -411,6 +411,10 @@ export default {
};
},
methods
:
{
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
let
{
result
:
res
}
=
await
qltFwFdcqYz
.
getQltFwFdcqYzById
(
...
...
@@ -422,6 +426,10 @@ export default {
this
.
$refs
.
msg
.
messageShow
();
}
},
/**
* @description: handleUpdateForm
* @author: renchao
*/
handleUpdateForm
()
{
return
new
Promise
(
async
(
resolve
)
=>
{
try
{
...
...
src/components/Business/qltQlGjzwsyq.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/qltQlLq.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/zdK103.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/zhK105.vue
View file @
3fdfccc
...
...
@@ -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
{
...
...
src/components/Business/zttGyQlr.vue
View file @
3fdfccc
...
...
@@ -447,12 +447,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
{
...
...
Please
register
or
sign in
to post a comment