Merge branch 'master' of bitbucket.org:tiscyn/smartproc-fe

This commit is contained in:
Mulia Nasution
2023-06-02 16:55:56 +07:00
7 changed files with 1341 additions and 1117 deletions

View File

@@ -484,13 +484,13 @@ const dataSource = new CustomStore({
},
insert: (values) => {
return fetch(URL, {
return fetch(URL+'/tahun', {
method: "POST",
body: JSON.stringify(values),
headers: {
"Content-Type": "application/json",
},
});
})
},
update: (key, values) => {
@@ -607,9 +607,7 @@ export default {
this.isShowButton = true;
},
linkDetail() {
this.popupVisible = true;
this.popupTitle = "Lihat Dokumen Pendukung";
this.isShowButton = false;
location.href='#/drp/drp-pengadaan';
},
linkKirim($event) {
console.log("event: ", $event.row.values);