删除上位品规名

增加其他
just-order
LAPTOP-S9HJSOEB\昊天 2 years ago
parent 8b860862a8
commit 96aaacc039

@ -244,6 +244,8 @@ export default {
color = '#1afa29'
}else if(status == 1){
color = '#d81e06'
}else if(status == 4){
color = '#bc55cf'
}else{
color = '#bfbfbf'
}

@ -205,10 +205,10 @@ export default {
label: "上位品规",
key: "wmsCategory",
},
{
label: "上位品规名",
key: "wmsCategoryName",
},
//{
// label: "",
// key: "wmsCategoryName",
//},
{
label: "盘点任务号",
key: "checkNum",
@ -223,6 +223,7 @@ export default {
1: "盘点异常",
2: "核对正确",
3: "人工核对正确",
4: "其他",
},
};
},
@ -428,7 +429,9 @@ export default {
.carousel-wrapper {
overflow: hidden;
align-items: center;
width: 100%;
height: 70%;
display: flex;
}

@ -67,6 +67,14 @@
></a-tag>
未盘点
</span>
<span class="info-text">
<a-tag
color="#bc55cf"
style="width: 30px; height: 20px; margin-right: 6px"
></a-tag>
其他
</span>
</div>
<div style="margin: 10px">

@ -119,6 +119,10 @@
<a-select-option :value=3>
人工核对正确
</a-select-option>
<a-select-option :value=4>
其他
</a-select-option>
</a-select>
</a-form-item>
</a-col>
@ -234,6 +238,7 @@ export default {
1: "盘点异常",
2: "核对正确",
3: "人工核对正确",
4: "其他",
},
queryParam: {
lotnum: "",

Loading…
Cancel
Save