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

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

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

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

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

Loading…
Cancel
Save