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
d3eb2d8a
Commit
d3eb2d8a
authored
Mar 19, 2026
by
齐伟伦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增样品 名称样品编号附件三个字段
修改工作流列表不显示的问题
parent
580e8759
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
80 additions
and
1 deletions
+80
-1
xjrsoft-vue3/src/components/CreateCodeStep/src/components/PickTemplateFlow.vue
+1
-1
xjrsoft-vue3/src/views/zlgl/cgzjd/components/config.ts
+79
-0
No files found.
xjrsoft-vue3/src/components/CreateCodeStep/src/components/PickTemplateFlow.vue
View file @
d3eb2d8a
...
@@ -123,7 +123,7 @@
...
@@ -123,7 +123,7 @@
};
};
let
res
=
await
getDesignPage
(
params
);
let
res
=
await
getDesignPage
(
params
);
page
.
total
=
res
.
total
;
page
.
total
=
res
.
total
;
//
template.list = res.list;
template
.
list
=
res
.
list
;
}
catch
(
error
)
{}
}
catch
(
error
)
{}
}
}
function
submit
()
{
function
submit
()
{
...
...
xjrsoft-vue3/src/views/zlgl/cgzjd/components/config.ts
View file @
d3eb2d8a
import
{
FormProps
,
FormSchema
}
from
'/@/components/Form'
;
import
{
FormProps
,
FormSchema
}
from
'/@/components/Form'
;
import
{
BasicColumn
}
from
'/@/components/Table'
;
import
{
BasicColumn
}
from
'/@/components/Table'
;
import
{
uploadApi
}
from
'/@/api/sys/upload'
;
export
const
searchFormSchema
:
FormSchema
[]
=
[
export
const
searchFormSchema
:
FormSchema
[]
=
[
{
{
...
@@ -261,6 +262,30 @@ export const columns: BasicColumn[] = [
...
@@ -261,6 +262,30 @@ export const columns: BasicColumn[] = [
styleConfig
:
undefined
,
styleConfig
:
undefined
,
listStyle
:
undefined
,
listStyle
:
undefined
,
},
},
{
resizable
:
true
,
dataIndex
:
'ypbh'
,
title
:
'样品编号'
,
componentType
:
'select'
,
fixed
:
false
,
sorter
:
true
,
styleConfig
:
undefined
,
listStyle
:
undefined
,
},
{
resizable
:
true
,
dataIndex
:
'ypmc'
,
title
:
'样品名称'
,
componentType
:
'select'
,
fixed
:
false
,
sorter
:
true
,
styleConfig
:
undefined
,
listStyle
:
undefined
,
},
{
{
resizable
:
true
,
resizable
:
true
,
...
@@ -1054,6 +1079,60 @@ export const formProps: FormProps = {
...
@@ -1054,6 +1079,60 @@ export const formProps: FormProps = {
margin
:
'10px'
,
margin
:
'10px'
,
},
},
},
},
{
key
:
'31d8caeba853402aba784c12f0589a97'
,
field
:
''
,
label
:
''
,
type
:
'grid'
,
colProps
:
{
span
:
24
},
component
:
'Grid'
,
children
:
[
{
span
:
24
,
list
:
[
{
key
:
'99d27b8f19a04b59bdf3d5d822038206'
,
field
:
'fj'
,
label
:
'图片'
,
type
:
'upload'
,
component
:
'Upload'
,
colProps
:
{
span
:
24
},
componentProps
:
{
api
:
uploadApi
,
span
:
''
,
defaultValue
:
''
,
accept
:
''
,
maxNumber
:
5
,
maxSize
:
5
,
showLabel
:
true
,
multiple
:
false
,
disabled
:
false
,
required
:
false
,
isShow
:
true
,
events
:
{},
listType
:
'text'
,
sourceType
:
'album,camera'
,
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
},
},
],
},
],
componentProps
:
{
gutter
:
16
,
justify
:
'start'
,
align
:
'top'
,
isShow
:
true
,
showBorder
:
false
,
bordercolor
:
'#d9d9d9'
,
bordershowtype
:
[
true
,
true
,
true
,
true
],
borderwidth
:
1
,
padding
:
'10px'
,
margin
:
'10px'
,
},
},
{
{
key
:
'31d8caeba853402aba784c12f0589a97'
,
key
:
'31d8caeba853402aba784c12f0589a97'
,
field
:
''
,
field
:
''
,
...
...
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