แก้ไขคำสั่งให้รองรับ 2 คำสั่งที่เพิ่มใหม่, แก้ css และข้อความ
This commit is contained in:
parent
daad016d2c
commit
bbc5c7ed5e
6 changed files with 26 additions and 15 deletions
|
|
@ -168,7 +168,8 @@ const statuscode = computed(() => {
|
|||
orderTypeCode.value === "c-pm-08" ||
|
||||
orderTypeCode.value === "c-pm-09" ||
|
||||
orderTypeCode.value === "c-pm-14" ||
|
||||
orderTypeCode.value === "c-pm-21"
|
||||
orderTypeCode.value === "c-pm-21" ||
|
||||
orderTypeCode.value === "c-pm-22"
|
||||
) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue