ปรับแก้ไขเครื่องราช
This commit is contained in:
parent
64152f72d9
commit
7611d51974
11 changed files with 386 additions and 71 deletions
|
|
@ -416,8 +416,8 @@ const fecthExamRoundOption = async (commandCode: string) => {
|
|||
};
|
||||
|
||||
const submit = async () => {
|
||||
console.log(nameCommand.value);
|
||||
console.log(CommandOption.value);
|
||||
// console.log(nameCommand.value);
|
||||
// console.log(CommandOption.value);
|
||||
|
||||
let signBy = null;
|
||||
if (!nameCommand.value.length) {
|
||||
|
|
|
|||
|
|
@ -172,9 +172,9 @@ const statuscode = computed(() => {
|
|||
orderTypeCode.value === "c-pm-14" ||
|
||||
orderTypeCode.value === "c-pm-21"
|
||||
) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
});
|
||||
const dialogDeleteData = async (id: string) => {
|
||||
dialogRemove($q, () => deleteData(id));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue