|
|
|
@ -107,22 +107,22 @@
|
|
|
|
v-model="queryParam.status" allowClear
|
|
|
|
v-model="queryParam.status" allowClear
|
|
|
|
@change="statusChange"
|
|
|
|
@change="statusChange"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-select-option :value=0>
|
|
|
|
<!-- <a-select-option :value=0>
|
|
|
|
未盘点
|
|
|
|
未盘点
|
|
|
|
</a-select-option>
|
|
|
|
</a-select-option> -->
|
|
|
|
<a-select-option :value=1>
|
|
|
|
<a-select-option :value=1>
|
|
|
|
盘点异常
|
|
|
|
有货
|
|
|
|
</a-select-option>
|
|
|
|
</a-select-option>
|
|
|
|
<a-select-option :value=2>
|
|
|
|
<a-select-option :value=2>
|
|
|
|
盘点正常
|
|
|
|
无货
|
|
|
|
</a-select-option>
|
|
|
|
</a-select-option>
|
|
|
|
<a-select-option :value=3>
|
|
|
|
<!-- <a-select-option :value=3>
|
|
|
|
人工核对正确
|
|
|
|
人工核对正确
|
|
|
|
</a-select-option>
|
|
|
|
</a-select-option>
|
|
|
|
|
|
|
|
|
|
|
|
<a-select-option :value=4>
|
|
|
|
<a-select-option :value=4>
|
|
|
|
空托盘
|
|
|
|
空托盘
|
|
|
|
</a-select-option>
|
|
|
|
</a-select-option> -->
|
|
|
|
</a-select>
|
|
|
|
</a-select>
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
@ -235,8 +235,8 @@ export default {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
statusMap: {
|
|
|
|
statusMap: {
|
|
|
|
0: "未盘点",
|
|
|
|
0: "未盘点",
|
|
|
|
1: "盘点异常",
|
|
|
|
1: "有货",
|
|
|
|
2: "核对正确",
|
|
|
|
2: "无货",
|
|
|
|
3: "人工核对正确",
|
|
|
|
3: "人工核对正确",
|
|
|
|
4: "空托盘",
|
|
|
|
4: "空托盘",
|
|
|
|
5: "品规失败",
|
|
|
|
5: "品规失败",
|
|
|
|
@ -283,11 +283,11 @@ export default {
|
|
|
|
title: "盘点状态",
|
|
|
|
title: "盘点状态",
|
|
|
|
scopedSlots: { customRender: "status" },
|
|
|
|
scopedSlots: { customRender: "status" },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
// {
|
|
|
|
title: "照片",
|
|
|
|
// title: "照片",
|
|
|
|
scopedSlots: { customRender: "pic" },
|
|
|
|
// scopedSlots: { customRender: "pic" },
|
|
|
|
width: 320,
|
|
|
|
// width: 320,
|
|
|
|
},
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "更新时间",
|
|
|
|
title: "更新时间",
|
|
|
|
dataIndex: "createTime",
|
|
|
|
dataIndex: "createTime",
|
|
|
|
|