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
477de5aa
Commit
477de5aa
authored
Mar 13, 2026
by
sunhaiwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产工单页面添加计划数量字段
parent
84e5177d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
1 deletions
+47
-1
xjrsoft-vue3/src/views/scgl/gdgl/components/config.ts
+30
-1
xjrsoft-vue3/src/views/scgl/gdgl/components/workflowPermission.ts
+17
-0
No files found.
xjrsoft-vue3/src/views/scgl/gdgl/components/config.ts
View file @
477de5aa
...
...
@@ -1126,6 +1126,35 @@ export const formProps: FormProps = {
},
},
{
key
:
'f77409b09aba410ca08f78847b871a45'
,
field
:
'jhsl'
,
label
:
'计划数量'
,
type
:
'number'
,
component
:
'InputNumber'
,
colProps
:
{
span
:
24
},
defaultValue
:
''
,
componentProps
:
{
width
:
'100%'
,
span
:
7
,
defaultValue
:
''
,
min
:
0
,
max
:
null
,
step
:
1
,
maxlength
:
null
,
disabled
:
false
,
showLabel
:
true
,
controls
:
true
,
required
:
false
,
subTotal
:
false
,
isShow
:
true
,
rules
:
[],
events
:
{},
placeholder
:
'请输入计划数量'
,
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
style
:
{
width
:
'100%'
},
},
},
{
key
:
'32d66a3f683c4cb482f439d0619412fd'
,
field
:
'bz'
,
label
:
'备注'
,
...
...
@@ -1138,7 +1167,7 @@ export const formProps: FormProps = {
span
:
7
,
defaultValue
:
''
,
placeholder
:
'请输入备注'
,
rows
:
4
,
rows
:
3
,
autoSize
:
false
,
showCount
:
false
,
disabled
:
false
,
...
...
xjrsoft-vue3/src/views/scgl/gdgl/components/workflowPermission.ts
View file @
477de5aa
...
...
@@ -387,6 +387,23 @@ export const permissionList = [
disabled
:
false
,
isSaveTable
:
false
,
tableName
:
''
,
fieldName
:
'计划数量'
,
fieldId
:
'jhsl'
,
isSubTable
:
false
,
showChildren
:
true
,
type
:
'number'
,
key
:
'f77409b09aba410ca08f78847b871a45'
,
children
:
[],
options
:
{},
defaultValue
:
''
,
},
{
required
:
false
,
view
:
true
,
edit
:
true
,
disabled
:
false
,
isSaveTable
:
false
,
tableName
:
''
,
fieldName
:
'备注'
,
fieldId
:
'bz'
,
isSubTable
:
false
,
...
...
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