แก้วันที่ลงนาม
This commit is contained in:
parent
83e6522a97
commit
dc20b0c6a8
1 changed files with 2 additions and 2 deletions
|
|
@ -161,8 +161,8 @@ const fetchAttachment = async (orderId: string) => {
|
||||||
let response = res.data.result;
|
let response = res.data.result;
|
||||||
order.value = response.orderNo;
|
order.value = response.orderNo;
|
||||||
years.value = Number(response.orderYear);
|
years.value = Number(response.orderYear);
|
||||||
if (response.date !== undefined && response.date != "") {
|
if (response.signDate !== undefined && response.signDate != "") {
|
||||||
date.value = response.date;
|
date.value = response.signDate;
|
||||||
}
|
}
|
||||||
if (response.orderFileUrl !== null) {
|
if (response.orderFileUrl !== null) {
|
||||||
OrderPDFUpload.value = response.orderFileUrl;
|
OrderPDFUpload.value = response.orderFileUrl;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue