Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-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
9da623a6
authored
2024-03-29 14:20:59 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
信息备案
1 parent
f0e43e77
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
9 deletions
src/api/company.js
src/views/workflow/components/dialog/addQlr.vue
src/views/workflow/components/qlrCommonTable.vue
src/views/workflow/components/ywrCommonTable.vue
src/views/workflow/main/slsqxx/diyaq/slxx.vue
src/api/company.js
View file @
9da623a
/*
* @Description: 企业银行接口
* @Autor: renchao
* @LastEditTime: 202
3-11-01 08:41:46
* @LastEditTime: 202
4-03-29 14:11:30
*/
import
request
from
'@/utils/request'
let
SERVER
=
window
.
config
?
window
.
config
:
JSON
.
parse
(
localStorage
.
getItem
(
'ApiUrl'
))
...
...
@@ -129,14 +129,15 @@ export function editCompanyMaterialList (data, bsmCompany) {
* @description: 是否覆盖才材料信息
* @author: renchao
*/
export
function
replace
(
bsmCompany
,
bsmSlsq
,
bsmSldy
)
{
export
function
replace
(
bsmCompany
,
bsmSlsq
,
bsmSldy
,
qlrlx
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/sys/company/replace'
,
method
:
'get'
,
params
:
{
bsmCompany
:
bsmCompany
,
bsmSlsq
:
bsmSlsq
,
bsmSldy
:
bsmSldy
,
bsmSlsq
:
bsmSlsq
qlrlx
:
qlrlx
}
})
}
\ No newline at end of file
...
...
src/views/workflow/components/dialog/addQlr.vue
View file @
9da623a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-03-
19 13:17:22
* @LastEditTime: 2024-03-
29 14:12:16
-->
<
template
>
<dialogBox
...
...
@@ -571,7 +571,7 @@
cancelButtonText
:
'取消'
,
distinguishCancelAndClose
:
true
,
//区分取消与关闭
}).
then
(()
=>
{
replace
(
val
.
bsmCompany
,
this
.
$route
.
query
.
bsmSlsq
,
bsmSldy
).
then
(
res
=>
{
replace
(
val
.
bsmCompany
,
this
.
$route
.
query
.
bsmSlsq
,
bsmSldy
,
this
.
details
.
qlrlx
).
then
(
res
=>
{
that
.
$emit
(
"updateDetail"
,
_
.
cloneDeep
({
...
val
,
sqrlx
:
'2'
,
id
:
getUuid
(
16
)
}));
that
.
$emit
(
"input"
,
false
);
if
(
res
.
code
==
200
)
{
...
...
src/views/workflow/components/qlrCommonTable.vue
View file @
9da623a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-0
1-18 14:55:20
* @LastEditTime: 2024-0
3-29 14:03:52
-->
<
template
>
<div>
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
:minHeight=
"0"
:rowStyleHeight=
'25'
:data=
"tableDataList"
>
</lb-table>
<addQlr
v-model=
"dialog"
:details=
"
details
"
:showButton=
"disabled"
@
updateDetail=
"handleupdateDetail"
/>
<addQlr
v-model=
"dialog"
:details=
"
{qlrlx: 1,...details}
" :showButton="disabled" @updateDetail="handleupdateDetail" />
</div>
</
template
>
<
script
>
...
...
src/views/workflow/components/ywrCommonTable.vue
View file @
9da623a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-0
1-18 15:03:10
* @LastEditTime: 2024-0
3-29 14:04:33
-->
<
template
>
<div>
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
:minHeight=
"0"
:rowStyleHeight=
'25'
:data=
"tableDataList"
>
</lb-table>
<addQlr
v-model=
"dialog"
:details=
"
details
"
:showButton=
"disabled"
@
updateDetail=
"handleupdateDetail"
/>
<addQlr
v-model=
"dialog"
:details=
"
{qlrlx: 2,...details}
" :showButton="disabled" @updateDetail="handleupdateDetail" />
</div>
</
template
>
<
script
>
...
...
src/views/workflow/main/slsqxx/diyaq/slxx.vue
View file @
9da623a
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment