任务号

焦作-mxbc-北起
LAPTOP-S9HJSOEB\昊天 2 years ago
parent d3aa03bdd6
commit d4347fa480

@ -21,6 +21,11 @@
<a-input v-model="queryParam.orderNum" placeholder="请输入" style="width:270px;"/>
</a-form-item>
</a-col>
<a-col :span="6" >
<a-form-item label="wms任务号">
<a-input v-model="queryParam.taskId" placeholder="请输入" style="width:270px;"/>
</a-form-item>
</a-col>
<a-col :span="8">
<a-form-item class="ageInput" label="时间">
<a-range-picker
@ -51,9 +56,7 @@
:pagination="pagination"
@change="handleGetHistoryList"
>
<span slot="streetType" slot-scope="text">
{{ text === null ? '-' : text === 0 ? '单伸' : '双伸' }}
</span>
<span slot="pics" slot-scope="text" style="width:auto">
<template>
@ -132,16 +135,16 @@ export default {
title: "工单号",
dataIndex: "orderNum",
},
{
title: "wms任务号",
dataIndex: "taskWMSId",
},
{
title: "巷道",
dataIndex: "streetName",
width: 90
},
{
title: "货架类型",
dataIndex: "streetType",
scopedSlots: {customRender: 'streetType'}
},
{
title: "货位",
dataIndex: "goodsLocation",
@ -149,6 +152,7 @@ export default {
{
title: "时间",
dataIndex: "startTime",
width:150,
},
{
title: "照片",

Loading…
Cancel
Save