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
208821f1
Commit
208821f1
authored
Mar 18, 2026
by
sunhaiwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
质检项目添加内控标准字段
parent
c3dea809
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
2 deletions
+40
-2
xjrsoft-vue3/src/api/质量管理/zjxm/model/ZjxmModel.ts
+3
-1
xjrsoft-vue3/src/views/zlgl/zjxm/components/config.ts
+37
-1
No files found.
xjrsoft-vue3/src/api/质量管理/zjxm/model/ZjxmModel.ts
View file @
208821f1
impor
t
{
BasicPageParams
,
BasicFetchResult
}
from
'/@/api/model/baseModel'
;
impor
t
{
BasicPageParams
,
BasicFetchResult
}
from
'/@/api/model/baseModel'
;
...
@@ -83,6 +83,8 @@ export interface MesQuailtyProjectModel {
...
@@ -83,6 +83,8 @@ export interface MesQuailtyProjectModel {
modifyDate
:
string
;
modifyDate
:
string
;
modifyUserId
:
string
;
modifyUserId
:
string
;
nkbz
:
string
;
}
}
/**
/**
...
...
xjrsoft-vue3/src/views/zlgl/zjxm/components/config.ts
View file @
208821f1
...
@@ -330,7 +330,43 @@ export const formProps: FormProps = {
...
@@ -330,7 +330,43 @@ export const formProps: FormProps = {
},
},
],
],
},
},
{
span
:
6
,
list
:
[]
},
{
span
:
6
,
list
:
[
{
key
:
'3248a4c9b84b4a6f80ec3456d24c7206'
,
field
:
'nkbz'
,
label
:
'内控标准'
,
type
:
'input'
,
component
:
'Input'
,
colProps
:
{
span
:
24
},
defaultValue
:
''
,
componentProps
:
{
width
:
'100%'
,
span
:
7
,
defaultValue
:
''
,
placeholder
:
'请设置内控标准'
,
prefix
:
''
,
suffix
:
''
,
addonBefore
:
''
,
addonAfter
:
''
,
disabled
:
false
,
allowClear
:
false
,
showLabel
:
true
,
required
:
false
,
rules
:
[],
events
:
{},
listStyle
:
''
,
isSave
:
false
,
isShow
:
true
,
scan
:
false
,
bordered
:
true
,
isShowAi
:
false
,
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
style
:
{
width
:
'100%'
},
},
},
]
},
{
{
span
:
6
,
span
:
6
,
list
:
[
list
:
[
...
...
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