Commit 04a70ac2 authored by 左玲玲's avatar 左玲玲 😬

1537

parent a0af4eae
...@@ -756,6 +756,7 @@ function Contract(props) { ...@@ -756,6 +756,7 @@ function Contract(props) {
title: '新增', title: '新增',
val: 'add' val: 'add'
})); }));
camount(0);
}, },
}, },
}} }}
......
...@@ -54,9 +54,9 @@ const Devicedata = () => { ...@@ -54,9 +54,9 @@ const Devicedata = () => {
resizeable={false} resizeable={false}
bordered={false} bordered={false}
x={1500} x={1500}
y={`calc(100vh - 410px)`} y={`calc(100vh - 430px)`}
formRef={formRef} formRef={formRef}
extraparams={extraparams} extraparams={{ ...extraparams, equipmentType: 1 }}
/> />
}, },
{ {
......
...@@ -166,6 +166,7 @@ function getcolumns(setdrawer) { ...@@ -166,6 +166,7 @@ function getcolumns(setdrawer) {
key: 'shopId', key: 'shopId',
hideInSearch: true, hideInSearch: true,
hideInTable: true, hideInTable: true,
hideInDescriptions:true,
valueType: 'select', valueType: 'select',
options: { path: '/auth/sysShop/getShopSelectBox', linkParams: { factoryId: '' } }, options: { path: '/auth/sysShop/getShopSelectBox', linkParams: { factoryId: '' } },
colProps: { span: 8 }, colProps: { span: 8 },
...@@ -174,6 +175,19 @@ function getcolumns(setdrawer) { ...@@ -174,6 +175,19 @@ function getcolumns(setdrawer) {
showSearch: true, showSearch: true,
}, },
}, },
{
title: '车间名称',
dataIndex: 'shopName',
key: 'shopId',
hideInForm: true,
valueType: 'select',
options: { path: '/auth/sysShop/getShopSelectBox',params:{} },
colProps: { span: 8 },
fieldProps: {
placeholder: '请选择',
showSearch: true,
},
},
{ {
title: '工段名称', title: '工段名称',
dataIndex: 'sectionName', dataIndex: 'sectionName',
......
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