Merge branch 'staging' of https://git.putrakuningan.com/daengdeni/lpj into tender
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
"attributes": [],
|
"attributes": [],
|
||||||
"permission": "",
|
"permission": "",
|
||||||
"roles": ["administrator", "admin"]
|
"roles": ["administrator", "admin"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
"classes": "",
|
"classes": "",
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"permission": "",
|
"permission": "",
|
||||||
"roles": ["administrator", "admin"],
|
"roles": ["administrator", "admin","EO Appraisal","DD Appraisal"],
|
||||||
"sub": [
|
"sub": [
|
||||||
{
|
{
|
||||||
"title": "Otorisasi Penawaran",
|
"title": "Otorisasi Penawaran",
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
"classes": "",
|
"classes": "",
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"permission": "",
|
"permission": "",
|
||||||
"roles": ["administrator", "admin"]
|
"roles": ["administrator", "admin","EO Appraisal","DD Appraisal"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -65,7 +65,7 @@
|
|||||||
keteranganMessage.textContent = '';
|
keteranganMessage.textContent = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!revisionFile.files.length) {
|
if (event.submitter === revisiBtn && !revisionFile.files.length) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
fileMessage.textContent = 'File revisi harus diunggah.';
|
fileMessage.textContent = 'File revisi harus diunggah.';
|
||||||
fileMessage.classList.remove('hidden');
|
fileMessage.classList.remove('hidden');
|
||||||
|
|||||||
Reference in New Issue
Block a user