Commit a94bdceb by li.jian

修改bug

parent 787a58ae
......@@ -126,7 +126,7 @@ export const columns: BasicColumn[] = [
{
resizable: true,
dataIndex: 'bgsl',
title: '报工数量',
title: '总重量',
componentType: 'number',
fixed: false,
......@@ -1011,7 +1011,7 @@ export const formProps: FormProps = {
{
key: '8a15c005a5524c3dafd8b0b9bb5ec1d5',
field: 'bgsl',
label: '报工数量',
label: '总重量',
type: 'number',
component: 'InputNumber',
colProps: { span: 24 },
......
......@@ -167,7 +167,7 @@ export const columns: BasicColumn[] = [
{
resizable: true,
dataIndex: 'csl',
title: '产出量',
title: '产出量',
componentType: 'number',
fixed: false,
......@@ -505,7 +505,7 @@ export const formProps: FormProps = {
{
key: '1c0bf170e3ba4be78474821571cda0e6',
field: 'csl',
label: '产出量',
label: '产出量',
type: 'number',
component: 'InputNumber',
colProps: { span: 24 },
......
......@@ -800,57 +800,57 @@ export const formProps: FormProps = {
listStyle: "return 'width:100%'",
},
},
{
key: 'dd4d2ce6ada84bc4b7d27503bc0f5cd6',
title: '炉数',
dataIndex: 'ls',
componentType: 'InputNumber',
defaultValue: '',
componentProps: {
width: '100%',
span: '',
defaultValue: '',
min: 0,
max: 100,
step: 1,
maxlength: null,
disabled: false,
showLabel: true,
controls: true,
required: false,
subTotal: false,
isShow: true,
rules: [{ pattern: '/^[1-9]\\d*?$/', message: '请输入整数' }],
events: {},
placeholder: '请输入炉数',
tooltipConfig: { visible: false, title: '提示文本' },
listStyle: "return 'width:100%'",
},
},
{
key: '3b80cb19086e49e1a746cf9ace3f938e',
title: '质量/KG',
dataIndex: 'zl',
componentType: 'InputNumber',
defaultValue: 0,
componentProps: {
width: '100%',
span: '',
defaultValue: 0,
min: 0,
step: 0.1,
disabled: false,
showLabel: true,
controls: true,
required: false,
subTotal: false,
isShow: true,
rules: [],
events: {},
tooltipConfig: { visible: false, title: '提示文本' },
listStyle: "return 'width:100%'",
},
},
// {
// key: 'dd4d2ce6ada84bc4b7d27503bc0f5cd6',
// title: '炉数',
// dataIndex: 'ls',
// componentType: 'InputNumber',
// defaultValue: '',
// componentProps: {
// width: '100%',
// span: '',
// defaultValue: '',
// min: 0,
// max: 100,
// step: 1,
// maxlength: null,
// disabled: false,
// showLabel: true,
// controls: true,
// required: false,
// subTotal: false,
// isShow: true,
// rules: [{ pattern: '/^[1-9]\\d*?$/', message: '请输入整数' }],
// events: {},
// placeholder: '请输入炉数',
// tooltipConfig: { visible: false, title: '提示文本' },
// listStyle: "return 'width:100%'",
// },
// },
// {
// key: '3b80cb19086e49e1a746cf9ace3f938e',
// title: '质量/KG',
// dataIndex: 'zl',
// componentType: 'InputNumber',
// defaultValue: 0,
// componentProps: {
// width: '100%',
// span: '',
// defaultValue: 0,
// min: 0,
// step: 0.1,
// disabled: false,
// showLabel: true,
// controls: true,
// required: false,
// subTotal: false,
// isShow: true,
// rules: [],
// events: {},
// tooltipConfig: { visible: false, title: '提示文本' },
// listStyle: "return 'width:100%'",
// },
// },
{ title: '操作', key: 'action', fixed: 'right', width: '50px' },
],
span: '24',
......
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