|  |  |  | 
|---|
|  |  |  | label="编号" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <ProFormText | 
|---|
|  |  |  | name="name" | 
|---|
|  |  |  | label="名称" | 
|---|
|  |  |  | <ProFormSelect | 
|---|
|  |  |  | name="busId" | 
|---|
|  |  |  | label="总线" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | fieldProps={{ precision: 0 }} | 
|---|
|  |  |  | showSearch | 
|---|
|  |  |  | debounceTime={300} | 
|---|
|  |  |  | request={async ({ keyWords }) => { | 
|---|
|  |  |  | const resp = await Http.doPostForm('api/bus/query', { condition: keyWords }); | 
|---|
|  |  |  | return resp.data; | 
|---|
|  |  |  | }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormText | 
|---|
|  |  |  | name="flag" | 
|---|
|  |  |  | label="标识" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <ProFormText | 
|---|
|  |  |  | name="taskNo" | 
|---|
|  |  |  | label="任务号" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <ProFormText | 
|---|
|  |  |  | name="serialNum" | 
|---|
|  |  |  | label="序列号" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormText | 
|---|
|  |  |  | name="taskData" | 
|---|
|  |  |  | label="任务数据" | 
|---|
|  |  |  | name="title" | 
|---|
|  |  |  | label="标题" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <ProFormSelect | 
|---|
|  |  |  | name="taskSts" | 
|---|
|  |  |  | label="任务状态" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | fieldProps={{ precision: 0 }} | 
|---|
|  |  |  | showSearch | 
|---|
|  |  |  | debounceTime={300} | 
|---|
|  |  |  | request={async ({ keyWords }) => { | 
|---|
|  |  |  | const resp = await Http.doPostForm('api/taskSts/query', { condition: keyWords }); | 
|---|
|  |  |  | return resp.data; | 
|---|
|  |  |  | }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormSelect | 
|---|
|  |  |  | name="taskCtg" | 
|---|
|  |  |  | label="任务类型" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | fieldProps={{ precision: 0 }} | 
|---|
|  |  |  | showSearch | 
|---|
|  |  |  | debounceTime={300} | 
|---|
|  |  |  | request={async ({ keyWords }) => { | 
|---|
|  |  |  | const resp = await Http.doPostForm('api/taskCtg/query', { condition: keyWords }); | 
|---|
|  |  |  | return resp.data; | 
|---|
|  |  |  | }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <ProFormDigit | 
|---|
|  |  |  | name="priority" | 
|---|
|  |  |  | label="优先级" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | fieldProps={{ precision: 0 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormText | 
|---|
|  |  |  | name="originSite" | 
|---|
|  |  |  | label="起始站" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <ProFormText | 
|---|
|  |  |  | name="originLoc" | 
|---|
|  |  |  | label="起始库位" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormText | 
|---|
|  |  |  | name="destSite" | 
|---|
|  |  |  | label="目标站" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <ProFormText | 
|---|
|  |  |  | name="destLoc" | 
|---|
|  |  |  | label="目标库位" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormSelect | 
|---|
|  |  |  | name="emptyMk" | 
|---|
|  |  |  | label="空托" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | options={[ | 
|---|
|  |  |  | { label: '是', value: 1 }, | 
|---|
|  |  |  | { label: '否', value: 0 }, | 
|---|
|  |  |  | ]} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <ProFormText | 
|---|
|  |  |  | name="zpallet" | 
|---|
|  |  |  | label="托盘码" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormText | 
|---|
|  |  |  | name="phase" | 
|---|
|  |  |  | label="环节" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <ProFormDateTimePicker | 
|---|
|  |  |  | name="ioTime" | 
|---|
|  |  |  | label="任务时间" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | transform={(value) => moment(value).toISOString()} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormDateTimePicker | 
|---|
|  |  |  | name="startTime" | 
|---|
|  |  |  | label="开始时间" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | transform={(value) => moment(value).toISOString()} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <ProFormDateTimePicker | 
|---|
|  |  |  | name="endTime" | 
|---|
|  |  |  | label="结束时间" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | transform={(value) => moment(value).toISOString()} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormDateTimePicker | 
|---|
|  |  |  | name="exceptionTime" | 
|---|
|  |  |  | label="异常时间" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | transform={(value) => moment(value).toISOString()} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <ProFormText | 
|---|
|  |  |  | name="exceptionDesc" | 
|---|
|  |  |  | label="异常描述" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormSelect | 
|---|
|  |  |  | name="status" | 
|---|
|  |  |  | label="状态" | 
|---|
|  |  |  | 
|---|
|  |  |  | { label: '禁用', value: 0 }, | 
|---|
|  |  |  | ]} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormDateTimePicker | 
|---|
|  |  |  | name="createTime" | 
|---|
|  |  |  | label="添加时间" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | transform={(value) => moment(value).toISOString()} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormSelect | 
|---|
|  |  |  | name="createBy" | 
|---|
|  |  |  | label="添加人员" | 
|---|
|  |  |  | 
|---|
|  |  |  | return resp.data; | 
|---|
|  |  |  | }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormDateTimePicker | 
|---|
|  |  |  | name="updateTime" | 
|---|
|  |  |  | label="修改时间" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | transform={(value) => moment(value).toISOString()} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormSelect | 
|---|
|  |  |  | name="updateBy" | 
|---|
|  |  |  | label="修改人员" | 
|---|
|  |  |  | 
|---|
|  |  |  | return resp.data; | 
|---|
|  |  |  | }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormText | 
|---|
|  |  |  | name="memo" | 
|---|
|  |  |  | label="备注" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormDigit | 
|---|
|  |  |  | name="shuttleNo" | 
|---|
|  |  |  | label="四向穿梭车号" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | fieldProps={{ precision: 0 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <ProFormDigit | 
|---|
|  |  |  | name="liftNo" | 
|---|
|  |  |  | label="提升机号" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | fieldProps={{ precision: 0 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormDigit | 
|---|
|  |  |  | name="crnNo" | 
|---|
|  |  |  | label="堆垛机号" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | fieldProps={{ precision: 0 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <ProFormDigit | 
|---|
|  |  |  | name="rgvNo" | 
|---|
|  |  |  | label="RGV号" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | fieldProps={{ precision: 0 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  | <ProForm.Group> | 
|---|
|  |  |  | <ProFormDigit | 
|---|
|  |  |  | name="agvNo" | 
|---|
|  |  |  | label="AGV号" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | fieldProps={{ precision: 0 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <ProFormText | 
|---|
|  |  |  | name="recordLoc" | 
|---|
|  |  |  | label="是否记录库位信息" | 
|---|
|  |  |  | colProps={{ md: 12, xl: 12 }} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ProForm.Group> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </ProForm> | 
|---|
|  |  |  | </Modal> | 
|---|