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
0
Merge Requests
0
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
811d28ea
Commit
811d28ea
authored
Feb 02, 2026
by
张珈源
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/weiqiao-vue3' into weiqiao-vue3
parents
669b55dc
3468c489
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
17 deletions
+17
-17
xjrsoft-vue3/src/components/Form/src/components/SubForm.vue
+1
-1
xjrsoft-vue3/src/views/jcsj/gylx/components/config.ts
+2
-2
xjrsoft-vue3/src/views/jcsj/gylx/components/workflowPermission.ts
+2
-2
xjrsoft-vue3/src/views/scgl/gdgl/components/config.ts
+8
-8
xjrsoft-vue3/src/views/scgl/gdgl/components/workflowPermission.ts
+4
-4
No files found.
xjrsoft-vue3/src/components/Form/src/components/SubForm.vue
View file @
811d28ea
...
...
@@ -199,8 +199,8 @@
>
</
template
>
<
template
v-else-if=
"column.key !== 'index'"
>
<!-- :key="subRefreshFieldObj[index][column.dataIndex]" -->
<component
:key=
"subRefreshFieldObj[index][column.dataIndex]"
:is=
"componentMap.get(column.componentType)"
:bordered=
"showComponentBorder"
v-bind=
"getComponentsProps(column, record, index)"
...
...
xjrsoft-vue3/src/views/jcsj/gylx/components/config.ts
View file @
811d28ea
...
...
@@ -341,8 +341,8 @@ export const formProps: FormProps = {
columns
:
[
{
key
:
'bffa8112410f4112b3e5fcd32ac28f0e'
,
title
:
'名称'
,
dataIndex
:
'
processN
ame'
,
title
:
'
工序
名称'
,
dataIndex
:
'
n
ame'
,
componentType
:
'Input'
,
defaultValue
:
''
,
componentProps
:
{
...
...
xjrsoft-vue3/src/views/jcsj/gylx/components/workflowPermission.ts
View file @
811d28ea
...
...
@@ -88,8 +88,8 @@ export const permissionList = [
isSaveTable
:
false
,
showChildren
:
false
,
tableName
:
'rokeRoutingProcessList'
,
fieldName
:
'名称'
,
fieldId
:
'
processN
ame'
,
fieldName
:
'
工序
名称'
,
fieldId
:
'
n
ame'
,
type
:
'Input'
,
key
:
'bffa8112410f4112b3e5fcd32ac28f0e'
,
children
:
[],
...
...
xjrsoft-vue3/src/views/scgl/gdgl/components/config.ts
View file @
811d28ea
...
...
@@ -139,8 +139,8 @@ export const columns: BasicColumn[] = [
{
resizable
:
true
,
dataIndex
:
'zt'
,
title
:
'状态'
,
dataIndex
:
'
kg
zt'
,
title
:
'
开工
状态'
,
componentType
:
'select'
,
fixed
:
false
,
...
...
@@ -328,8 +328,8 @@ export const formProps: FormProps = {
},
{
key
:
'4dfaf88607c04e358683b3f4afe7629f'
,
field
:
'sl'
,
label
:
'数量'
,
field
:
'
kbg
sl'
,
label
:
'
可报工
数量'
,
type
:
'number'
,
component
:
'InputNumber'
,
colProps
:
{
span
:
24
},
...
...
@@ -340,7 +340,7 @@ export const formProps: FormProps = {
defaultValue
:
0
,
min
:
0
,
step
:
1
,
disabled
:
fals
e
,
disabled
:
tru
e
,
showLabel
:
true
,
controls
:
true
,
required
:
false
,
...
...
@@ -856,8 +856,8 @@ export const formProps: FormProps = {
},
{
key
:
'd74b7755d2b3467aba348c7b55a94fc6'
,
field
:
'zt'
,
label
:
'状态'
,
field
:
'
kg
zt'
,
label
:
'
开工
状态'
,
type
:
'select'
,
component
:
'XjrSelect'
,
colProps
:
{
span
:
24
},
...
...
@@ -897,7 +897,7 @@ export const formProps: FormProps = {
isShow
:
false
,
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
params
:
{
itemId
:
'2011260635030495233'
},
defaultSelect
:
'
未开始
'
,
defaultSelect
:
'
草稿
'
,
itemId
:
'2011260635030495233'
,
style
:
{
width
:
'100%'
},
},
...
...
xjrsoft-vue3/src/views/scgl/gdgl/components/workflowPermission.ts
View file @
811d28ea
...
...
@@ -72,8 +72,8 @@ export const permissionList = [
disabled
:
false
,
isSaveTable
:
false
,
tableName
:
''
,
fieldName
:
'数量'
,
fieldId
:
'sl'
,
fieldName
:
'
可报工
数量'
,
fieldId
:
'
kbg
sl'
,
isSubTable
:
false
,
showChildren
:
true
,
type
:
'number'
,
...
...
@@ -285,8 +285,8 @@ export const permissionList = [
disabled
:
false
,
isSaveTable
:
false
,
tableName
:
''
,
fieldName
:
'状态'
,
fieldId
:
'zt'
,
fieldName
:
'
开工
状态'
,
fieldId
:
'
kg
zt'
,
isSubTable
:
false
,
showChildren
:
true
,
type
:
'select'
,
...
...
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