Commit e230bf78 by li.jian

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

parent aad867cc
...@@ -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',
......
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