Commit acdca3cf by sunhaiwei

修改生产任务表单页面

parent a585a1cb
...@@ -330,7 +330,7 @@ export const formProps: FormProps = { ...@@ -330,7 +330,7 @@ export const formProps: FormProps = {
style: { width: '100%' }, style: { width: '100%' },
}, },
}, },
{ /* {
key: '25e30bcce47a437fb5674d9dbce3523a', key: '25e30bcce47a437fb5674d9dbce3523a',
field: 'zl', field: 'zl',
label: '重量/KG', label: '重量/KG',
...@@ -355,7 +355,7 @@ export const formProps: FormProps = { ...@@ -355,7 +355,7 @@ export const formProps: FormProps = {
tooltipConfig: { visible: false, title: '提示文本' }, tooltipConfig: { visible: false, title: '提示文本' },
style: { width: '100%' }, style: { width: '100%' },
}, },
}, },*/
{ {
key: 'd66e5ebfa5d64b829fde596c82155158', key: 'd66e5ebfa5d64b829fde596c82155158',
field: 'sfnbdd', field: 'sfnbdd',
...@@ -390,6 +390,32 @@ export const formProps: FormProps = { ...@@ -390,6 +390,32 @@ export const formProps: FormProps = {
style: {}, style: {},
}, },
}, },
{
key: 'fd52ee27396a4a028c80e1f6b883efaf',
field: 'sl',
label: '铸造量',
type: 'number',
component: 'InputNumber',
colProps: { span: 24 },
defaultValue: 0,
componentProps: {
width: '100%',
span: 7,
defaultValue: 0,
min: 0,
step: 0.1,
disabled: false,
showLabel: true,
controls: true,
required: true,
subTotal: false,
isShow: true,
rules: [],
events: { change: '' },
tooltipConfig: { visible: false, title: '提示文本' },
style: { width: '100%' },
},
},
], ],
}, },
{ {
...@@ -532,9 +558,6 @@ export const formProps: FormProps = { ...@@ -532,9 +558,6 @@ export const formProps: FormProps = {
style: { width: '100%' }, style: { width: '100%' },
}, },
}, },
{ {
key: '21610208f2b8428e84de66979709d296', key: '21610208f2b8428e84de66979709d296',
field: 'sccj', field: 'sccj',
...@@ -586,7 +609,7 @@ export const formProps: FormProps = { ...@@ -586,7 +609,7 @@ export const formProps: FormProps = {
{ {
span: 6, span: 6,
list: [ list: [
{ /* {
key: 'eb29665fc1e3453d9ef8aa88f8dfac0c', key: 'eb29665fc1e3453d9ef8aa88f8dfac0c',
field: 'zzl', field: 'zzl',
label: '铸造量', label: '铸造量',
...@@ -618,7 +641,7 @@ export const formProps: FormProps = { ...@@ -618,7 +641,7 @@ export const formProps: FormProps = {
tooltipConfig: { visible: false, title: '提示文本' }, tooltipConfig: { visible: false, title: '提示文本' },
style: { width: '100%' }, style: { width: '100%' },
}, },
}, },*/
{ {
key: '99da98d5a335454a9d613715e539c7bd', key: '99da98d5a335454a9d613715e539c7bd',
field: 'kh', field: 'kh',
...@@ -840,32 +863,7 @@ export const formProps: FormProps = { ...@@ -840,32 +863,7 @@ export const formProps: FormProps = {
style: { width: '100%' }, style: { width: '100%' },
}, },
}, },
{
key: 'fd52ee27396a4a028c80e1f6b883efaf',
field: 'sl',
label: '数量',
type: 'number',
component: 'InputNumber',
colProps: { span: 24 },
defaultValue: 0,
componentProps: {
width: '100%',
span: 7,
defaultValue: 0,
min: 0,
step: 0.1,
disabled: false,
showLabel: true,
controls: true,
required: true,
subTotal: false,
isShow: true,
rules: [],
events: { change: '' },
tooltipConfig: { visible: false, title: '提示文本' },
style: { width: '100%' },
},
},
], ],
}, },
{ {
......
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