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
0f908d24
authored
2024-02-04 16:25:49 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
cfc2b887
aae1eeed
Hide whitespace changes
Inline
Side-by-side
Showing
28 changed files
with
171 additions
and
58 deletions
src/views/workflow/components/batchDel.vue
src/views/ywbl/slsqxx/tdcbjyq/slxx.vue
src/views/ywbl/ywsq/components/cfdj.vue
src/views/ywbl/ywsq/components/diyaq.vue
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/components/jtjsydfwsyq.vue
src/views/ywbl/ywsq/components/nydsyq100.vue
src/views/ywbl/ywsq/components/nydsyq200.vue
src/views/ywbl/ywsq/components/selecBdcql.vue
src/views/ywbl/ywsq/components/selectDjbbl.vue
src/views/ywbl/ywsq/components/selectFwsyq.vue
src/views/ywbl/ywsq/components/selectH.vue
src/views/ywbl/ywsq/components/selectJsydsyq.vue
src/views/ywbl/ywsq/components/selectLqqt.vue
src/views/ywbl/ywsq/components/selectLqsc.vue
src/views/ywbl/ywsq/components/selectQjzdjbxx.vue
src/views/ywbl/ywsq/components/selectSllmqt.vue
src/views/ywbl/ywsq/components/selectSllmsc.vue
src/views/ywbl/ywsq/components/selectTdsyq.vue
src/views/ywbl/ywsq/components/selectYbbg.vue
src/views/ywbl/ywsq/components/selectYbgybg.vue
src/views/ywbl/ywsq/components/selectYbsc.vue
src/views/ywbl/ywsq/components/selectYgdj200.vue
src/views/ywbl/ywsq/components/selectYgdy.vue
src/views/ywbl/ywsq/components/selectZrzH.vue
src/views/ywbl/ywsq/components/tdjyq100.vue
src/views/ywbl/ywsq/components/tdjyq200.vue
src/views/ywbl/ywsq/components/zjdfwsyq.vue
src/views/workflow/components/batchDel.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-04-26 16:05:28
* @LastEditTime: 202
4-02-02 16:51:02
-->
<!-- 批量删除弹框 -->
<
template
>
...
...
@@ -16,7 +16,7 @@
</div>
</
template
>
<
script
>
import
{
delete
Flow
}
from
"@/api/workFlow.js"
import
{
delete
Slbdcdy
}
from
"@/api/workFlow.js"
import
store
from
'@/store/index.js'
export
default
{
components
:
{},
...
...
@@ -74,7 +74,7 @@
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSldyList"
,
this
.
selectBdcdy
);
formdata
.
append
(
"bsmSlsq"
,
this
.
formData
.
bsmSlsq
);
delete
Flow
(
formdata
).
then
(
res
=>
{
delete
Slbdcdy
(
formdata
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
$popupCacel
();
store
.
dispatch
(
'user/refreshPage'
,
true
);
...
...
src/views/ywbl/slsqxx/tdcbjyq/slxx.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-0
1-31 11:28:05
* @LastEditTime: 2024-0
2-04 16:11:40
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -168,7 +168,15 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"用途:"
>
<el-input
maxlength=
"100"
:disabled=
"!viewEdit"
v-model=
"ruleForm.tdcbjyq.yt"
></el-input>
<treeselect
:disabled=
"!viewEdit"
v-model=
"ruleForm.tdcbjyq.yt"
noOptionsText=
"暂无数据"
:default-expand-level=
"1"
placeholder=
""
:normalizer=
"normalizer"
:show-count=
"true"
:options=
"dictData['tdyt']"
/>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
src/views/ywbl/ywsq/components/cfdj.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-0
1-26 16:19:43
* @LastEditTime: 2024-0
2-02 14:56:22
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -76,7 +76,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -175,11 +176,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/diyaq.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 14:05:06
* @LastEditTime: 2024-02-0
2 16:35:05
-->
<
template
>
<!-- 抵押权利信息查询 -->
...
...
@@ -67,7 +67,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitFormClick()"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitFormClick()"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitFormClick()"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -167,11 +168,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 14:53:42
* @LastEditTime: 2024-02-0
2 16:35:20
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -81,7 +81,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
<div
v-show=
"activeName == 'dz'"
>
...
...
@@ -131,7 +132,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</div>
...
...
@@ -314,11 +316,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/jtjsydfwsyq.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 14:56:54
* @LastEditTime: 2024-02-0
2 16:35:39
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -119,7 +119,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</div>
...
...
@@ -284,11 +285,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/nydsyq100.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 14:58:30
* @LastEditTime: 2024-02-0
2 16:35:49
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -52,7 +52,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -152,11 +153,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/nydsyq200.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 15:01:22
* @LastEditTime: 2024-02-0
2 16:36:00
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -40,7 +40,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -141,11 +142,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/selecBdcql.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 14:49:27
* @LastEditTime: 2024-02-0
2 16:36:10
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
@@ -67,7 +67,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -145,11 +146,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/selectDjbbl.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 15:53:22
* @LastEditTime: 2024-02-0
2 16:36:20
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -51,7 +51,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -166,11 +167,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/selectFwsyq.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 15:57:34
* @LastEditTime: 2024-02-0
2 16:36:30
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
@@ -59,7 +59,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -158,11 +159,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/selectH.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 16:00:47
* @LastEditTime: 2024-02-0
2 16:36:39
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
@@ -59,7 +59,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -158,11 +159,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/selectJsydsyq.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 16:02:00
* @LastEditTime: 2024-02-0
2 16:36:47
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -60,7 +60,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -160,11 +161,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/selectLqqt.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-11-16 14:12:20
* @LastEditTime: 202
4-02-02 16:36:54
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -46,7 +46,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -124,11 +125,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/selectLqsc.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 16:04:42
* @LastEditTime: 2024-02-0
2 16:37:04
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -58,7 +58,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -159,11 +160,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/selectQjzdjbxx.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 16:05:52
* @LastEditTime: 2024-02-0
2 16:37:13
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -60,7 +60,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -161,11 +162,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/selectSllmqt.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 16:08:02
* @LastEditTime: 2024-02-0
2 16:37:21
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -46,7 +46,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -124,11 +125,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/selectSllmsc.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 16:10:05
* @LastEditTime: 2024-02-0
2 16:37:29
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -58,7 +58,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -158,11 +159,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/selectTdsyq.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 16:11:09
* @LastEditTime: 2024-02-0
2 16:37:36
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -61,7 +61,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -138,11 +139,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/selectYbbg.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 16:13:02
* @LastEditTime: 2024-02-0
2 16:37:47
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
@@ -46,7 +46,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -122,11 +123,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/selectYbgybg.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 16:13:24
* @LastEditTime: 2024-02-0
2 16:37:56
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
@@ -47,7 +47,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -123,11 +124,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/selectYbsc.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 16:14:3
3
* @LastEditTime: 2024-02-0
2 16:38:0
3
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
@@ -46,7 +46,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -122,11 +123,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/selectYgdj200.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 16:15:38
* @LastEditTime: 2024-02-0
2 16:38:11
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
@@ -59,7 +59,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -158,11 +159,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/selectYgdy.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 14:05:14
* @LastEditTime: 2024-02-0
2 16:38:20
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
@@ -59,7 +59,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -135,11 +136,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/selectZrzH.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 16:20:18
* @LastEditTime: 2024-02-0
2 16:38:27
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
@@ -46,7 +46,8 @@
</div>
<div
class=
"submit_button"
style=
"text-align:center"
>
<el-button
@
click=
"close"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -127,11 +128,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/tdjyq100.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 16:20:35
* @LastEditTime: 2024-02-0
2 16:38:34
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -52,7 +52,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -152,11 +153,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/tdjyq200.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 16:21:39
* @LastEditTime: 2024-02-0
2 16:38:43
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -52,7 +52,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</
template
>
...
...
@@ -153,11 +154,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
src/views/ywbl/ywsq/components/zjdfwsyq.vue
View file @
0f908d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-0
1 16:26:28
* @LastEditTime: 2024-02-0
2 16:38:54
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -119,7 +119,8 @@
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-if=
"sqywInfo.isworkFrame"
>
添加单元
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
v-else
>
发起申请
</el-button>
</div>
</div>
</div>
...
...
@@ -283,11 +284,14 @@
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
queryClick
()
that
.
$message
({
showClose
:
true
,
message
:
'添加成功'
,
type
:
'success'
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
that
.
loading
=
false
...
...
Please
register
or
sign in
to post a comment