Commit bd53d4b1 by sunhaiwei

生产工单页面设置字段只读

parent 12109e56
......@@ -279,6 +279,7 @@ export const formProps: FormProps = {
showLabel: true,
autoCodeRule: 'GDBH',
required: false,
disabled: true,
isShow: true,
tooltipConfig: { visible: false, title: '提示文本' },
style: { width: '100%' },
......@@ -331,7 +332,7 @@ export const formProps: FormProps = {
defaultValue: 0,
min: 0,
step: 0.01,
disabled: false,
disabled: true,
showLabel: true,
controls: true,
required: false,
......@@ -386,7 +387,7 @@ export const formProps: FormProps = {
suffix: '',
addonBefore: '',
addonAfter: '',
disabled: false,
disabled: true,
allowClear: false,
showLabel: true,
required: false,
......@@ -417,7 +418,7 @@ export const formProps: FormProps = {
showSearch: false,
isMultiple: false,
clearable: false,
disabled: false,
disabled: true,
staticOptions: [
{ key: 1, label: 'Option 1', value: 'Option 1' },
{ key: 2, label: 'Option 2', value: 'Option 2' },
......@@ -463,7 +464,7 @@ export const formProps: FormProps = {
showSearch: false,
isMultiple: false,
clearable: false,
disabled: false,
disabled: true,
staticOptions: [
{ key: 1, label: 'Option 1', value: 'Option 1' },
{ key: 2, label: 'Option 2', value: 'Option 2' },
......@@ -511,7 +512,7 @@ export const formProps: FormProps = {
maxSize: 5,
showLabel: true,
multiple: false,
disabled: false,
disabled: true,
required: false,
isShow: true,
events: {},
......@@ -573,7 +574,7 @@ export const formProps: FormProps = {
showSearch: false,
isMultiple: false,
clearable: false,
disabled: false,
disabled: true,
staticOptions: [
{ key: 1, label: 'Option 1', value: 'Option 1' },
{ key: 2, label: 'Option 2', value: 'Option 2' },
......@@ -618,7 +619,7 @@ export const formProps: FormProps = {
showSearch: false,
isMultiple: false,
clearable: false,
disabled: false,
disabled: true,
staticOptions: [
{ key: 1, label: 'Option 1', value: 'Option 1' },
{ key: 2, label: 'Option 2', value: 'Option 2' },
......@@ -663,7 +664,7 @@ export const formProps: FormProps = {
showSearch: false,
isMultiple: false,
clearable: false,
disabled: false,
disabled: true,
staticOptions: [
{ key: 1, label: 'Option 1', value: 'Option 1' },
{ key: 2, label: 'Option 2', value: 'Option 2' },
......@@ -707,7 +708,7 @@ export const formProps: FormProps = {
placeholder: '请选择',
showLabel: true,
showSearch: false,
disabled: false,
disabled: true,
datasourceType: 'api',
labelField: 'label',
valueField: 'value',
......@@ -806,7 +807,7 @@ export const formProps: FormProps = {
showSearch: false,
isMultiple: false,
clearable: false,
disabled: false,
disabled: true,
staticOptions: [
{ key: 1, label: 'Option 1', value: 'Option 1' },
{ key: 2, label: 'Option 2', value: 'Option 2' },
......@@ -847,7 +848,7 @@ export const formProps: FormProps = {
componentProps: {
span: 7,
showLabel: true,
disabled: false,
disabled: true,
optionType: 'default',
staticOptions: [
{ key: 1, label: '是', value: '1' },
......@@ -974,7 +975,7 @@ export const formProps: FormProps = {
suffix: '',
addonBefore: '',
addonAfter: '',
disabled: false,
disabled: true,
allowClear: false,
showLabel: true,
required: false,
......@@ -1087,7 +1088,7 @@ export const formProps: FormProps = {
format: 'YYYY-MM-DD HH:mm:ss',
showLabel: true,
allowClear: true,
disabled: false,
disabled: true,
required: false,
isShow: true,
rules: [],
......@@ -1114,7 +1115,7 @@ export const formProps: FormProps = {
format: 'YYYY-MM-DD HH:mm:ss',
showLabel: true,
allowClear: true,
disabled: false,
disabled: true,
required: false,
isShow: true,
rules: [],
......@@ -1141,7 +1142,7 @@ export const formProps: FormProps = {
max: null,
step: 1,
maxlength: null,
disabled: false,
disabled: true,
showLabel: true,
controls: true,
required: false,
......
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