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
Show 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[] = [
...
@@ -50,12 +50,12 @@ export const searchFormSchema: FormSchema[] = [
defaultValue
:
undefined
,
defaultValue
:
undefined
,
component
:
'Input'
,
component
:
'Input'
,
},
},
{
//
{
field
:
'gkyj'
,
//
field: 'gkyj',
label
:
'顾客意见'
,
//
label: '顾客意见',
defaultValue
:
undefined
,
//
defaultValue: undefined,
component
:
'Input'
,
//
component: 'Input',
},
//
},
];
];
export
const
columns
:
BasicColumn
[]
=
[
export
const
columns
:
BasicColumn
[]
=
[
...
@@ -137,18 +137,18 @@ export const columns: BasicColumn[] = [
...
@@ -137,18 +137,18 @@ export const columns: BasicColumn[] = [
listStyle
:
''
,
listStyle
:
''
,
},
},
{
//
{
resizable
:
true
,
//
resizable: true,
dataIndex
:
'gkyj'
,
//
dataIndex: 'gkyj',
title
:
'顾客意见'
,
//
title: '顾客意见',
componentType
:
'input'
,
//
componentType: 'input',
//
fixed
:
false
,
//
fixed: false,
sorter
:
true
,
//
sorter: true,
//
styleConfig
:
undefined
,
//
styleConfig: undefined,
listStyle
:
''
,
//
listStyle: '',
},
//
},
];
];
//表头合并配置
//表头合并配置
export
const
headerMergingData
=
[];
export
const
headerMergingData
=
[];
...
@@ -435,55 +435,55 @@ export const formProps: FormProps = {
...
@@ -435,55 +435,55 @@ export const formProps: FormProps = {
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
},
},
},
},
{
//
{
key
:
'2908e95b40994ef4aa819972bd840713'
,
//
key: '2908e95b40994ef4aa819972bd840713',
field
:
''
,
//
field: '',
label
:
'分割线'
,
//
label: '分割线',
colProps
:
{
span
:
24
},
//
colProps: { span: 24 },
type
:
'divider'
,
//
type: 'divider',
component
:
'Divider'
,
//
component: 'Divider',
componentProps
:
{
//
componentProps: {
dashed
:
false
,
//
dashed: false,
orientation
:
'left'
,
//
orientation: 'left',
text
:
'审批意见'
,
//
text: '审批意见',
isShow
:
true
,
//
isShow: true,
style
:
{
marginTop
:
'0px'
,
marginBottom
:
'0px'
},
//
style: { marginTop: '0px', marginBottom: '0px' },
},
//
},
},
//
},
{
//
{
key
:
'879e17939485432c8c0dfb17101a4942'
,
//
key: '879e17939485432c8c0dfb17101a4942',
field
:
'gkyj'
,
//
field: 'gkyj',
label
:
'顾客意见'
,
//
label: '顾客意见',
type
:
'input'
,
//
type: 'input',
component
:
'Input'
,
//
component: 'Input',
colProps
:
{
span
:
24
},
//
colProps: { span: 24 },
defaultValue
:
''
,
//
defaultValue: '',
componentProps
:
{
//
componentProps: {
width
:
'100%'
,
//
width: '100%',
span
:
''
,
//
span: '',
defaultValue
:
''
,
//
defaultValue: '',
placeholder
:
'请输入顾客意见'
,
//
placeholder: '请输入顾客意见',
maxlength
:
null
,
//
maxlength: null,
prefix
:
''
,
//
prefix: '',
suffix
:
''
,
//
suffix: '',
addonBefore
:
''
,
//
addonBefore: '',
addonAfter
:
''
,
//
addonAfter: '',
disabled
:
false
,
//
disabled: false,
allowClear
:
false
,
//
allowClear: false,
showLabel
:
true
,
//
showLabel: true,
required
:
false
,
//
required: false,
rules
:
[],
//
rules: [],
events
:
{},
//
events: {},
listStyle
:
''
,
//
listStyle: '',
isSave
:
false
,
//
isSave: false,
isShow
:
true
,
//
isShow: true,
scan
:
false
,
//
scan: false,
bordered
:
true
,
//
bordered: true,
isShowAi
:
false
,
//
isShowAi: false,
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
//
tooltipConfig: { visible: false, title: '提示文本' },
style
:
{
width
:
'100%'
},
//
style: { width: '100%' },
},
//
},
},
//
},
],
],
showActionButtonGroup
:
false
,
showActionButtonGroup
:
false
,
buttonLocation
:
'center'
,
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