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
c3dea809
Commit
c3dea809
authored
Mar 17, 2026
by
sunhaiwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产计划页面添加炉数字段
parent
7ec34d23
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
0 deletions
+44
-0
xjrsoft-vue3/src/api/scgl/scjh/model/ScjhModel.ts
+2
-0
xjrsoft-vue3/src/views/scgl/scjh/components/config.ts
+27
-0
xjrsoft-vue3/src/views/scgl/scjh/components/workflowPermission.ts
+15
-0
No files found.
xjrsoft-vue3/src/api/scgl/scjh/model/ScjhModel.ts
View file @
c3dea809
...
...
@@ -150,6 +150,8 @@ export interface MesProductionPlanProductModel {
modifyDate
:
string
;
modifyUserId
:
string
;
ls
:
string
;
}
/**
...
...
xjrsoft-vue3/src/views/scgl/scjh/components/config.ts
View file @
c3dea809
...
...
@@ -801,6 +801,33 @@ export const formProps: FormProps = {
},
},
{
key
:
'dd4d2ce6ada84bc4b7d27503bc0f5cd6'
,
title
:
'炉数'
,
dataIndex
:
'ls'
,
componentType
:
'InputNumber'
,
defaultValue
:
''
,
componentProps
:
{
width
:
'100%'
,
span
:
''
,
defaultValue
:
''
,
min
:
0
,
max
:
100
,
step
:
1
,
maxlength
:
null
,
disabled
:
false
,
showLabel
:
true
,
controls
:
true
,
required
:
false
,
subTotal
:
false
,
isShow
:
true
,
rules
:
[{
pattern
:
'/^[1-9]
\\
d*?$/'
,
message
:
'请输入整数'
}],
events
:
{},
placeholder
:
'请输入炉数'
,
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
listStyle
:
"return 'width:100%'"
,
},
},
{
key
:
'3b80cb19086e49e1a746cf9ace3f938e'
,
title
:
'质量/KG'
,
dataIndex
:
'zl'
,
...
...
xjrsoft-vue3/src/views/scgl/scjh/components/workflowPermission.ts
View file @
c3dea809
...
...
@@ -274,6 +274,21 @@ export const permissionList = [
isSaveTable
:
false
,
showChildren
:
false
,
tableName
:
'mesProductionPlanProductList'
,
fieldName
:
'炉数'
,
fieldId
:
'ls'
,
type
:
'InputNumber'
,
key
:
'dd4d2ce6ada84bc4b7d27503bc0f5cd6'
,
children
:
[],
},
{
required
:
true
,
view
:
true
,
edit
:
true
,
disabled
:
false
,
isSubTable
:
false
,
isSaveTable
:
false
,
showChildren
:
false
,
tableName
:
'mesProductionPlanProductList'
,
fieldName
:
'质量/KG'
,
fieldId
:
'zl'
,
type
:
'InputNumber'
,
...
...
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