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

1537

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