opt: 套轴看板
This commit is contained in:
@@ -405,7 +405,13 @@
|
|||||||
|
|
||||||
let statusText = '已完成';
|
let statusText = '已完成';
|
||||||
if (item.status === '01') {
|
if (item.status === '01') {
|
||||||
|
if (item.is_paper_ok === '2') {
|
||||||
|
statusText = '等待配送';
|
||||||
|
} else if(item.is_paper_ok === '3') {
|
||||||
|
statusText = '套轴执行中';
|
||||||
|
} else {
|
||||||
statusText = '准备套轴';
|
statusText = '准备套轴';
|
||||||
|
}
|
||||||
} else if (item.status === '02') {
|
} else if (item.status === '02') {
|
||||||
statusText = '正在配送';
|
statusText = '正在配送';
|
||||||
} else if (item.status === '03') {
|
} else if (item.status === '03') {
|
||||||
|
|||||||
Reference in New Issue
Block a user