前端增加品规失败和个数失败

just-order-普洱
LAPTOP-S9HJSOEB\昊天 9 months ago
parent c48e0dfffb
commit 67a00ce4e9

@ -250,7 +250,7 @@ export default {
color = '#1afa29'
}else if( status == 3){
color = '#4c71d8'
}else if(status == 1){
}else if(status == 1 ||status == 5 || status == 6 ){
color = '#d81e06'
}else if(status == 4){
color = '#bc55cf'

@ -25,7 +25,7 @@
{{ statusMap[checkObj.status] }}
</span>
</li>
<li class="img-box-item">
<!-- <li class="img-box-item">
<span class="img-box-title">
品规:
</span>
@ -48,7 +48,7 @@
</a-select-option>
</a-select>
</span>
</li>
</li> -->
<li class="img-box-item">
<span class="img-box-title">
上位品规:
@ -57,6 +57,7 @@
{{checkObj.wmsCategory}}{{checkObj.wmsCategoryName!="" && checkObj.wmsCategoryName!=null ?"-"+checkObj.wmsCategoryName:""}}
</span>
</li>
<!-- <li class="img-box-item">
<span class="img-box-title">
个数:
@ -85,6 +86,14 @@
{{ checkObj[item.key] }}
</span>
</li>
<!-- <li class="img-box-item">
<span class="img-box-title">
盘点时间:
</span>
<span class="img-box-value">
{{checkObj.exportTime}}{{checkObj.endTime!="" && checkObj.endTime!=null ?"-"+checkObj.endTime:""}}
</span>
</li> -->
</ul>
</div>
@ -257,9 +266,13 @@ export default {
key: "checkNum",
},
{
label: "盘点时间",
label: "盘点开始时间",
key: "exportTime",
},
{
label: "盘点结束时间",
key: "endTime",
},
],
statusMap: {
0: "未盘点",
@ -267,6 +280,8 @@ export default {
2: "核对正确",
3: "人工核对正确",
4: "空托盘",
5: "品规失败",
6: "个数失败",
},
};
},

@ -239,6 +239,8 @@ export default {
2: "核对正确",
3: "人工核对正确",
4: "空托盘",
5: "品规失败",
6: "个数失败",
},
queryParam: {
lotnum: "",

Loading…
Cancel
Save