修改盘点情况为有货无货

淮阴-烟草
LAPTOP-S9HJSOEB\昊天 9 months ago
parent 67a00ce4e9
commit 534470cb70

@ -246,11 +246,11 @@ export default {
var color;
if(status == -1){
color = '#f2ed48'
}else if(status == 2){
}else if(status ==1){
color = '#1afa29'
}else if( status == 3){
}else if( status == 2){
color = '#4c71d8'
}else if(status == 1 ||status == 5 || status == 6 ){
}else if(status == 2 ||status == 5 || status == 6 ){
color = '#d81e06'
}else if(status == 4){
color = '#bc55cf'

@ -49,14 +49,14 @@
</a-select>
</span>
</li> -->
<li class="img-box-item">
<!-- <li class="img-box-item">
<span class="img-box-title">
上位品规:
</span>
<span class="img-box-value">
{{checkObj.wmsCategory}}{{checkObj.wmsCategoryName!="" && checkObj.wmsCategoryName!=null ?"-"+checkObj.wmsCategoryName:""}}
</span>
</li>
</li> -->
<!-- <li class="img-box-item">
<span class="img-box-title">
@ -97,7 +97,7 @@
</ul>
</div>
<div
<!-- <div
class="img-box"
style="width: 40%;"
>
@ -146,7 +146,7 @@
<span>盘点图像</span>
</div>
</div> -->
</div>
</div>
@ -249,10 +249,10 @@ export default {
actionUrl: "",
categorys: {},
params: [
{
label: "个数",
key: "count",
},
// {
// label: "",
// key: "count",
// },
// {
// label: "",
// key: "wmsCategory",
@ -269,15 +269,15 @@ export default {
label: "盘点开始时间",
key: "exportTime",
},
{
label: "盘点结束时间",
key: "endTime",
},
// {
// label: "",
// key: "endTime",
// },
],
statusMap: {
0: "未盘点",
1: "盘点异常",
2: "核对正确",
1: "无货",
2: "有货",
3: "人工核对正确",
4: "空托盘",
5: "品规失败",

@ -60,14 +60,14 @@
color="#1afa29"
style="width: 30px; height: 20px; margin-right: 6px"
></a-tag>
盘点正确
有货
</span>
<span class="info-text">
<a-tag
color="#bfbfbf"
style="width: 30px; height: 20px; margin-right: 6px"
></a-tag>
未盘点
无货
</span>
<span class="info-text">
<a-tag

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

Loading…
Cancel
Save