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
e230bf78
Commit
e230bf78
authored
Mar 17, 2026
by
li.jian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
出厂产品样品审批单配置审批流程,后台需要把审核意见字段取掉
parent
aad867cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
67 additions
and
67 deletions
+67
-67
xjrsoft-vue3/src/views/zlgl/cccpfxspd/components/config.ts
+67
-67
No files found.
xjrsoft-vue3/src/views/zlgl/cccpfxspd/components/config.ts
View file @
e230bf78
...
...
@@ -50,12 +50,12 @@ export const searchFormSchema: FormSchema[] = [
defaultValue
:
undefined
,
component
:
'Input'
,
},
{
field
:
'gkyj'
,
label
:
'顾客意见'
,
defaultValue
:
undefined
,
component
:
'Input'
,
},
//
{
//
field: 'gkyj',
//
label: '顾客意见',
//
defaultValue: undefined,
//
component: 'Input',
//
},
];
export
const
columns
:
BasicColumn
[]
=
[
...
...
@@ -137,18 +137,18 @@ export const columns: BasicColumn[] = [
listStyle
:
''
,
},
{
resizable
:
true
,
dataIndex
:
'gkyj'
,
title
:
'顾客意见'
,
componentType
:
'input'
,
fixed
:
false
,
sorter
:
true
,
styleConfig
:
undefined
,
listStyle
:
''
,
},
//
{
//
resizable: true,
//
dataIndex: 'gkyj',
//
title: '顾客意见',
//
componentType: 'input',
//
//
fixed: false,
//
sorter: true,
//
//
styleConfig: undefined,
//
listStyle: '',
//
},
];
//表头合并配置
export
const
headerMergingData
=
[];
...
...
@@ -435,55 +435,55 @@ export const formProps: FormProps = {
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
},
},
{
key
:
'2908e95b40994ef4aa819972bd840713'
,
field
:
''
,
label
:
'分割线'
,
colProps
:
{
span
:
24
},
type
:
'divider'
,
component
:
'Divider'
,
componentProps
:
{
dashed
:
false
,
orientation
:
'left'
,
text
:
'审批意见'
,
isShow
:
true
,
style
:
{
marginTop
:
'0px'
,
marginBottom
:
'0px'
},
},
},
{
key
:
'879e17939485432c8c0dfb17101a4942'
,
field
:
'gkyj'
,
label
:
'顾客意见'
,
type
:
'input'
,
component
:
'Input'
,
colProps
:
{
span
:
24
},
defaultValue
:
''
,
componentProps
:
{
width
:
'100%'
,
span
:
''
,
defaultValue
:
''
,
placeholder
:
'请输入顾客意见'
,
maxlength
:
null
,
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%'
},
},
},
//
{
//
key: '2908e95b40994ef4aa819972bd840713',
//
field: '',
//
label: '分割线',
//
colProps: { span: 24 },
//
type: 'divider',
//
component: 'Divider',
//
componentProps: {
//
dashed: false,
//
orientation: 'left',
//
text: '审批意见',
//
isShow: true,
//
style: { marginTop: '0px', marginBottom: '0px' },
//
},
//
},
//
{
//
key: '879e17939485432c8c0dfb17101a4942',
//
field: 'gkyj',
//
label: '顾客意见',
//
type: 'input',
//
component: 'Input',
//
colProps: { span: 24 },
//
defaultValue: '',
//
componentProps: {
//
width: '100%',
//
span: '',
//
defaultValue: '',
//
placeholder: '请输入顾客意见',
//
maxlength: null,
//
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%' },
//
},
//
},
],
showActionButtonGroup
:
false
,
buttonLocation
:
'center'
,
...
...
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