Commit e230bf78 by li.jian

出厂产品样品审批单配置审批流程,后台需要把审核意见字段取掉

parent aad867cc
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment