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
904af2b4
authored
2023-07-17 14:21:55 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:不动产单元
1 parent
19ec1029
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/djbworkflow/mixin/index.js
src/views/workflow/mixin/index.js
src/views/djbworkflow/mixin/index.js
View file @
904af2b
/*
* @Description:workFramezu.vue组件的方法 头部按钮弹框方法
* @Autor: miaofang
* @LastEditTime: 2023-07-17 14:
04:00
* @LastEditTime: 2023-07-17 14:
20:28
*/
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
getQllxByBdcdyid
}
from
"@/api/djbDetail.js"
;
...
...
@@ -78,7 +78,7 @@ export default {
switch
(
item
.
value
)
{
case
"B0"
:
// this.openDialog()
this
.
$alert
(
'此功能正在开发'
,
'
标题
'
,
{
this
.
$alert
(
'此功能正在开发'
,
'
提示
'
,
{
confirmButtonText
:
'确定'
,
})
break
;
...
...
src/views/workflow/mixin/index.js
View file @
904af2b
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-17 14:
00:39
* @LastEditTime: 2023-07-17 14:
20:17
*/
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
uploadUndo
}
from
"@/api/clxx"
;
...
...
@@ -66,7 +66,7 @@ export default {
switch
(
item
.
value
)
{
case
"B0"
:
// this.openDialog()
this
.
$alert
(
'此功能正在开发'
,
'
标题
'
,
{
this
.
$alert
(
'此功能正在开发'
,
'
提示
'
,
{
confirmButtonText
:
'确定'
,
})
break
;
...
...
Please
register
or
sign in
to post a comment