kpi总览界面,拒单明细type值遗漏补充

This commit is contained in:
2025-09-19 15:23:56 +08:00
parent aabcd9ea29
commit 01b724964d

View File

@ -1597,8 +1597,10 @@ export default {
}, },
setType(type) { setType(type) {
switch (type) { switch (type) {
case 6: case 5:
return 1; return 1;
case 6:
return 2;
case 7: case 7:
return 7; return 7;
case 8: case 8: