| | |
| | | dataIndex: 'herbId_dictText', |
| | | }, |
| | | { |
| | | title: '设备', |
| | | align: 'center', |
| | | dataIndex: 'equId_dictText', |
| | | }, |
| | | { |
| | | title: '车间', |
| | | align: 'center', |
| | | dataIndex: 'shopId_dictText', |
| | | }, |
| | | { |
| | | title: '初始含水率', |
| | | align: 'center', |
| | | dataIndex: 'initial', |
| | |
| | | align: 'center', |
| | | dataIndex: 'remain', |
| | | }, |
| | | { |
| | | title: '设备', |
| | | align: 'center', |
| | | dataIndex: 'equId_dictText', |
| | | }, |
| | | { |
| | | title: '车间', |
| | | align: 'center', |
| | | dataIndex: 'shopId_dictText', |
| | | }, |
| | | |
| | | { |
| | | title: '工单状态', |
| | | align: 'center', |
| | |
| | | dictCode: 'dry_herb,name,id,tenant_id=' + getTenantId(), |
| | | }, |
| | | }, |
| | | { |
| | | label: '初始含水率', |
| | | field: 'initial', |
| | | component: 'InputNumber', |
| | | }, |
| | | { |
| | | label: '目标含水率', |
| | | field: 'target', |
| | | component: 'InputNumber', |
| | | }, |
| | | // { |
| | | // label: '初始含水率', |
| | | // field: 'initial', |
| | | // component: 'InputNumber', |
| | | // }, |
| | | // { |
| | | // label: '目标含水率', |
| | | // field: 'target', |
| | | // component: 'InputNumber', |
| | | // }, |
| | | { |
| | | label: '投料量', |
| | | field: 'feed', |
| | | component: 'InputNumber', |
| | | }, |
| | | { |
| | | label: '原始重量', |
| | | field: 'originWeight', |
| | | component: 'InputNumber', |
| | | }, |
| | | { |
| | | label: '预计干燥时间', |
| | | field: 'et', |
| | | component: 'InputNumber', |
| | | }, |
| | | { |
| | | label: '干料重量', |
| | | field: 'yield', |
| | | component: 'InputNumber', |
| | | }, |
| | | { |
| | | label: '干燥时间', |
| | | field: 'dryTime', |
| | | component: 'InputNumber', |
| | | }, |
| | | { |
| | | label: '热风温度', |
| | | field: 'windTemp', |
| | | component: 'InputNumber', |
| | | }, |
| | | { |
| | | label: '环境温度', |
| | | field: 'envTemp', |
| | | component: 'InputNumber', |
| | | }, |
| | | { |
| | | label: '环境湿度', |
| | | field: 'envHum', |
| | | component: 'InputNumber', |
| | | }, |
| | | { |
| | | label: '荡料延时(ms)', |
| | | field: 'delay', |
| | | component: 'InputNumber', |
| | | }, |
| | | { |
| | | label: '翻料次数', |
| | | field: 'turn', |
| | | component: 'InputNumber', |
| | | }, |
| | | { |
| | | label: '预计剩余时间', |
| | | field: 'remain', |
| | | component: 'InputNumber', |
| | | }, |
| | | // { |
| | | // label: '原始重量', |
| | | // field: 'originWeight', |
| | | // component: 'InputNumber', |
| | | // }, |
| | | // { |
| | | // label: '预计干燥时间', |
| | | // field: 'et', |
| | | // component: 'InputNumber', |
| | | // }, |
| | | // { |
| | | // label: '干料重量', |
| | | // field: 'yield', |
| | | // component: 'InputNumber', |
| | | // }, |
| | | // { |
| | | // label: '干燥时间', |
| | | // field: 'dryTime', |
| | | // component: 'InputNumber', |
| | | // }, |
| | | // { |
| | | // label: '热风温度', |
| | | // field: 'windTemp', |
| | | // component: 'InputNumber', |
| | | // }, |
| | | // { |
| | | // label: '环境温度', |
| | | // field: 'envTemp', |
| | | // component: 'InputNumber', |
| | | // }, |
| | | // { |
| | | // label: '环境湿度', |
| | | // field: 'envHum', |
| | | // component: 'InputNumber', |
| | | // }, |
| | | // { |
| | | // label: '荡料延时(ms)', |
| | | // field: 'delay', |
| | | // component: 'InputNumber', |
| | | // }, |
| | | // { |
| | | // label: '翻料次数', |
| | | // field: 'turn', |
| | | // component: 'InputNumber', |
| | | // }, |
| | | // { |
| | | // label: '预计剩余时间', |
| | | // field: 'remain', |
| | | // component: 'InputNumber', |
| | | // }, |
| | | { |
| | | label: '设备', |
| | | field: 'equId', |
| | |
| | | dictCode: 'dry_shop,name,id,tenant_id=' + getTenantId(), |
| | | }, |
| | | }, |
| | | { |
| | | label: '工单状态', |
| | | field: 'orderStatus', |
| | | component: 'InputNumber', |
| | | }, |
| | | { |
| | | label: '操作人', |
| | | field: 'operator', |
| | | component: 'JDictSelectTag', |
| | | componentProps: { |
| | | dictCode: 'sys_user,realname,id,tenant_id=' + getTenantId(), |
| | | }, |
| | | }, |
| | | // { |
| | | // label: '工单状态', |
| | | // field: 'orderStatus', |
| | | // component: 'InputNumber', |
| | | // }, |
| | | // { |
| | | // label: '操作人', |
| | | // field: 'operator', |
| | | // component: 'JDictSelectTag', |
| | | // componentProps: { |
| | | // dictCode: 'sys_user,realname,id,tenant_id=' + getTenantId(), |
| | | // }, |
| | | // }, |
| | | // TODO 主键隐藏字段,目前写死为ID |
| | | { |
| | | label: '', |