Merge branch 'nice' into develop
This commit is contained in:
commit
86138db991
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ async function fetchData() {
|
||||||
isDraft.value = data.isDraft;
|
isDraft.value = data.isDraft;
|
||||||
isSign.value = data.isSign;
|
isSign.value = data.isSign;
|
||||||
isAttachment.value = data.isAttachment;
|
isAttachment.value = data.isAttachment;
|
||||||
store.readonly = step.value === 5;
|
store.readonly = step.value > 2;
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
messageError($q, err);
|
messageError($q, err);
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ const props = defineProps({
|
||||||
|
|
||||||
const commandId = ref<string>(route.params.id.toString()); //ID คำสั่ง
|
const commandId = ref<string>(route.params.id.toString()); //ID คำสั่ง
|
||||||
// ฟอร์มข้อมูล
|
// ฟอร์มข้อมูล
|
||||||
let formData = reactive<FormDataDetail>({
|
let formData = reactive({
|
||||||
commandNo: "",
|
commandNo: "",
|
||||||
commandYear: null,
|
commandYear: null,
|
||||||
detailHeader: "",
|
detailHeader: "",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue