Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
weiqiao-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
金民
weiqiao-vue
Commits
a2a01f2c
Commit
a2a01f2c
authored
Feb 27, 2026
by
胡鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
不合格品处理增加审批流程发起 查看
parent
99dd1c39
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
288 additions
and
29 deletions
+288
-29
xjrsoft-vue3/src/api/workflow/design.ts
+1
-1
xjrsoft-vue3/src/components/CreateCodeStep/src/components/PickTemplateFlow.vue
+1
-1
xjrsoft-vue3/src/views/workflow/task/FlowLaunch.vue
+1
-1
xjrsoft-vue3/src/views/workflow/task/components/LookProcess.vue
+12
-10
xjrsoft-vue3/src/views/zlgl/bhgpcl/components/config.ts
+1
-1
xjrsoft-vue3/src/views/zlgl/bhgpcl/index.vue
+272
-15
No files found.
xjrsoft-vue3/src/api/workflow/design.ts
View file @
a2a01f2c
...
...
@@ -41,7 +41,7 @@ export async function exportDesign(id: string, mode: ErrorMessageMode = 'modal')
/**
* @description: 查询Workflow分页列表
*/
export
async
function
getDesignPage
(
params
:
WorkflowPageParams
,
mode
:
ErrorMessageMode
=
'modal'
)
{
export
async
function
getDesignPage
(
params
:
WorkflowPageParams
,
mode
:
ErrorMessageMode
=
'modal'
)
{
return
defHttp
.
get
<
WorkflowPageResult
>
(
{
url
:
Api
.
Page
,
...
...
xjrsoft-vue3/src/components/CreateCodeStep/src/components/PickTemplateFlow.vue
View file @
a2a01f2c
...
...
@@ -123,7 +123,7 @@
};
let
res
=
await
getDesignPage
(
params
);
page
.
total
=
res
.
total
;
template
.
list
=
res
.
list
;
//
template.list = res.list;
}
catch
(
error
)
{}
}
function
submit
()
{
...
...
xjrsoft-vue3/src/views/workflow/task/FlowLaunch.vue
View file @
a2a01f2c
...
...
@@ -169,7 +169,7 @@
try
{
let
res
=
await
getDesignPage
(
searchParams
);
data
.
pagination
.
total
=
res
.
total
;
data
.
list
=
res
.
list
;
//
data.list = res.list;
}
catch
(
error
)
{}
}
...
...
xjrsoft-vue3/src/views/workflow/task/components/LookProcess.vue
View file @
a2a01f2c
...
...
@@ -60,17 +60,19 @@
}
});
async
function
look
()
{
if
(
props
.
processId
)
{
showLoading
.
value
=
false
;
showLoading
.
value
=
false
;
visible
.
value
=
true
;
}
else
{
showLoading
.
value
=
false
;
notification
.
open
({
type
:
'error'
,
message
:
t
(
'查看'
),
description
:
t
(
'请选择一个流程进行查看'
),
});
}
// if (props.processId) {
// showLoading.value = false;
// visible.value = true;
// } else {
// showLoading.value = false;
// notification.open({
// type: 'error',
// message: t('查看'),
// description: t('请选择一个流程进行查看'),
// });
// }
}
function
close
()
{
visible
.
value
=
false
;
...
...
xjrsoft-vue3/src/views/zlgl/bhgpcl/components/config.ts
View file @
a2a01f2c
...
...
@@ -150,7 +150,7 @@ export const columns: BasicColumn[] = [
{
resizable
:
true
,
dataIndex
:
'lydjlx'
,
title
:
'来源单据'
,
title
:
'来源单据
111
'
,
componentType
:
'input'
,
fixed
:
false
,
...
...
xjrsoft-vue3/src/views/zlgl/bhgpcl/index.vue
View file @
a2a01f2c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment