@neutron.co.id/operasional-interfaces 1.14.8 → 1.14.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/@office/models/personalia/attendance/AttendanceManager.vue +2 -2
- package/build/@office/models/personalia/attendance/AttendanceStaff.vue +2 -2
- package/build/@office/models/personalia/attendance/AttendanceSupervisor.vue +3 -3
- package/build/@office/models/personalia/plan/PlanSingle/PlanSingle.vue +5 -1
- package/build/@office/models/personalia/plan/PlanStaff.vue +5 -1
- package/build/@office/models/personalia/submission/SubmissionAudit.vue +15 -45
- package/build/@office/models/personalia/submission/SubmissionDecision.vue +12 -41
- package/build/@office/models/personalia/submission/SubmissionFollowUp.vue +10 -40
- package/build/@office/models/personalia/submission/SubmissionSingle/SubmissionSingle.vue +10 -40
- package/build/@office/models/personalia/submission/SubmissionStaff.vue +11 -68
- package/build/@office/models/personalia/submission/SubmissionSupervisor.vue +10 -40
- package/build/@office/models/personalia/submission/SubmissionWaitingDecision.vue +12 -42
- package/build/@office/models/personalia/target/TargetBranch.vue +5 -1
- package/build/@office/models/personalia/target/TargetSingle/TargetSingle.vue +5 -1
- package/build/@office/models/personalia/task/TaskSingle/TaskSingle.vue +3 -3
- package/build/mock/index.cjs +105 -284
- package/build/mock/index.mjs +105 -284
- package/build/mock/style.css +14 -14
- package/build/module.json +1 -1
- package/build/nuxt.json +1 -1
- package/package.json +6 -6
package/build/mock/index.cjs
CHANGED
|
@@ -12099,7 +12099,7 @@ const _sfc_main$13 = /* @__PURE__ */ vue.defineComponent({
|
|
|
12099
12099
|
vue.createVNode(vue.unref(form.NeonField), null, {
|
|
12100
12100
|
input: vue.withCtx(() => [
|
|
12101
12101
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
12102
|
-
size: "
|
|
12102
|
+
size: "sm",
|
|
12103
12103
|
color: "success",
|
|
12104
12104
|
"icon-left": "x",
|
|
12105
12105
|
"is-disabled": vue.unref(values).status == "approved" || vue.unref(values).status == "rejected",
|
|
@@ -12121,7 +12121,7 @@ const _sfc_main$13 = /* @__PURE__ */ vue.defineComponent({
|
|
|
12121
12121
|
vue.createVNode(vue.unref(form.NeonField), null, {
|
|
12122
12122
|
input: vue.withCtx(() => [
|
|
12123
12123
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
12124
|
-
size: "
|
|
12124
|
+
size: "sm",
|
|
12125
12125
|
color: "warning",
|
|
12126
12126
|
"icon-left": "trash-can",
|
|
12127
12127
|
onClick: deleteAbsensi
|
|
@@ -12368,7 +12368,7 @@ const _sfc_main$13 = /* @__PURE__ */ vue.defineComponent({
|
|
|
12368
12368
|
};
|
|
12369
12369
|
}
|
|
12370
12370
|
});
|
|
12371
|
-
const AttendanceManager = /* @__PURE__ */ _export_sfc$1(_sfc_main$13, [["__scopeId", "data-v-
|
|
12371
|
+
const AttendanceManager = /* @__PURE__ */ _export_sfc$1(_sfc_main$13, [["__scopeId", "data-v-f59b58f4"]]);
|
|
12372
12372
|
const _hoisted_1$q = {
|
|
12373
12373
|
key: 1,
|
|
12374
12374
|
class: "flex flex-wrap"
|
|
@@ -12555,7 +12555,7 @@ const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
|
|
|
12555
12555
|
vue.createVNode(vue.unref(form.NeonField), null, {
|
|
12556
12556
|
input: vue.withCtx(() => [
|
|
12557
12557
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
12558
|
-
size: "
|
|
12558
|
+
size: "sm",
|
|
12559
12559
|
color: "success",
|
|
12560
12560
|
"icon-left": "up-from-line",
|
|
12561
12561
|
"is-disabled": vue.unref(values).status == "notApproved" || vue.unref(values).status == "approved" || vue.unref(values).status == "rejected",
|
|
@@ -12577,7 +12577,7 @@ const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
|
|
|
12577
12577
|
vue.createVNode(vue.unref(form.NeonField), null, {
|
|
12578
12578
|
input: vue.withCtx(() => [
|
|
12579
12579
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
12580
|
-
size: "
|
|
12580
|
+
size: "sm",
|
|
12581
12581
|
color: "warning",
|
|
12582
12582
|
"icon-left": "arrows-retweet",
|
|
12583
12583
|
"is-disabled": vue.unref(values).status == "notApproved" || vue.unref(values).status == "draft",
|
|
@@ -12868,7 +12868,7 @@ const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
|
|
|
12868
12868
|
};
|
|
12869
12869
|
}
|
|
12870
12870
|
});
|
|
12871
|
-
const AttendanceStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$12, [["__scopeId", "data-v-
|
|
12871
|
+
const AttendanceStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$12, [["__scopeId", "data-v-ae9c2078"]]);
|
|
12872
12872
|
const _hoisted_1$p = { class: "flex flex-wrap" };
|
|
12873
12873
|
const _hoisted_2$i = { class: "mt-2" };
|
|
12874
12874
|
const _hoisted_3$a = { class: "mt-2" };
|
|
@@ -13025,7 +13025,7 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
13025
13025
|
vue.createVNode(vue.unref(form.NeonField), null, {
|
|
13026
13026
|
input: vue.withCtx(() => [
|
|
13027
13027
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
13028
|
-
size: "
|
|
13028
|
+
size: "sm",
|
|
13029
13029
|
color: "success",
|
|
13030
13030
|
"icon-left": "check",
|
|
13031
13031
|
"is-disabled": vue.unref(values).status == "approved" || vue.unref(values).status == "rejected",
|
|
@@ -13047,7 +13047,7 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
13047
13047
|
vue.createVNode(vue.unref(form.NeonField), null, {
|
|
13048
13048
|
input: vue.withCtx(() => [
|
|
13049
13049
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
13050
|
-
size: "
|
|
13050
|
+
size: "sm",
|
|
13051
13051
|
color: "danger",
|
|
13052
13052
|
"icon-left": "x",
|
|
13053
13053
|
"is-disabled": vue.unref(values).status == "approved" || vue.unref(values).status == "rejected",
|
|
@@ -13069,7 +13069,7 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
13069
13069
|
vue.createVNode(vue.unref(form.NeonField), null, {
|
|
13070
13070
|
input: vue.withCtx(() => [
|
|
13071
13071
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
13072
|
-
size: "
|
|
13072
|
+
size: "sm",
|
|
13073
13073
|
color: "warning",
|
|
13074
13074
|
"icon-left": "trash-can",
|
|
13075
13075
|
onClick: deleteAbsensi
|
|
@@ -13353,7 +13353,7 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
13353
13353
|
};
|
|
13354
13354
|
}
|
|
13355
13355
|
});
|
|
13356
|
-
const AttendanceSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$11, [["__scopeId", "data-v-
|
|
13356
|
+
const AttendanceSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$11, [["__scopeId", "data-v-0aaa56b0"]]);
|
|
13357
13357
|
const _withScopeId$2 = (n) => (vue.pushScopeId("data-v-04009998"), n = n(), vue.popScopeId(), n);
|
|
13358
13358
|
const _hoisted_1$o = { id: "view-checkIns" };
|
|
13359
13359
|
const _hoisted_2$h = { class: "summary" };
|
|
@@ -14943,7 +14943,8 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
|
14943
14943
|
vue.createVNode(vue.unref(office$1.OfficeRelation), {
|
|
14944
14944
|
modelValue: vue.unref(values),
|
|
14945
14945
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
14946
|
-
field: vue.unref(fields).stages
|
|
14946
|
+
field: vue.unref(fields).stages,
|
|
14947
|
+
filter: { status: "published" }
|
|
14947
14948
|
}, null, 8, ["modelValue", "field"]),
|
|
14948
14949
|
vue.createVNode(vue.unref(office$1.OfficeRelation), {
|
|
14949
14950
|
modelValue: vue.unref(values),
|
|
@@ -15038,7 +15039,7 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
|
15038
15039
|
};
|
|
15039
15040
|
}
|
|
15040
15041
|
});
|
|
15041
|
-
const PlanStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$T, [["__scopeId", "data-v-
|
|
15042
|
+
const PlanStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$T, [["__scopeId", "data-v-19b1f97b"]]);
|
|
15042
15043
|
const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
15043
15044
|
...{
|
|
15044
15045
|
name: "PlanCollection"
|
|
@@ -15157,7 +15158,8 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
15157
15158
|
vue.createVNode(vue.unref(office$1.OfficeRelation), {
|
|
15158
15159
|
modelValue: vue.unref(values),
|
|
15159
15160
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
15160
|
-
field: vue.unref(fields).stages
|
|
15161
|
+
field: vue.unref(fields).stages,
|
|
15162
|
+
filter: { status: "published" }
|
|
15161
15163
|
}, null, 8, ["modelValue", "field"]),
|
|
15162
15164
|
vue.createVNode(vue.unref(office$1.OfficeRelation), {
|
|
15163
15165
|
modelValue: vue.unref(values),
|
|
@@ -15252,7 +15254,7 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
15252
15254
|
};
|
|
15253
15255
|
}
|
|
15254
15256
|
});
|
|
15255
|
-
const PlanSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$R, [["__scopeId", "data-v-
|
|
15257
|
+
const PlanSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$R, [["__scopeId", "data-v-ebc684f0"]]);
|
|
15256
15258
|
const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
15257
15259
|
...{
|
|
15258
15260
|
name: "PlanTypeCollection"
|
|
@@ -19174,7 +19176,6 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
19174
19176
|
});
|
|
19175
19177
|
const branchIds = ((_a = staff.value) == null ? void 0 : _a.branchIds) || [];
|
|
19176
19178
|
const branchDisplay = ((_b = staff.value) == null ? void 0 : _b.branches) || [];
|
|
19177
|
-
console.log("staff :", staff.value);
|
|
19178
19179
|
vue.watch(
|
|
19179
19180
|
isNew,
|
|
19180
19181
|
async (isNew2) => {
|
|
@@ -19200,37 +19201,11 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
19200
19201
|
await syncOne();
|
|
19201
19202
|
await refreshOne();
|
|
19202
19203
|
};
|
|
19203
|
-
const
|
|
19204
|
-
|
|
19205
|
-
|
|
19206
|
-
|
|
19207
|
-
|
|
19208
|
-
linkStaff
|
|
19209
|
-
};
|
|
19210
|
-
});
|
|
19211
|
-
const copyDecision = vue.computed(() => {
|
|
19212
|
-
executeOne("", { submissionId: id.value });
|
|
19213
|
-
const linkDecision = `${window.location.origin}/pengajuan/decision-submission/${id.value}`;
|
|
19214
|
-
return {
|
|
19215
|
-
icon: "brands:link",
|
|
19216
|
-
linkDecision
|
|
19217
|
-
};
|
|
19218
|
-
});
|
|
19219
|
-
const copyRaise = vue.computed(() => {
|
|
19220
|
-
executeOne("", { submissionId: id.value });
|
|
19221
|
-
const linkAudit = `${window.location.origin}/pengajuan/audit-submission/${id.value}`;
|
|
19222
|
-
return {
|
|
19223
|
-
icon: "brands:link",
|
|
19224
|
-
linkAudit
|
|
19225
|
-
};
|
|
19226
|
-
});
|
|
19227
|
-
const copyFollowup = vue.computed(() => {
|
|
19228
|
-
executeOne("", { submissionId: id.value });
|
|
19229
|
-
const linkFollowup = `${window.location.origin}/pengajuan/follow-up-submission/${id.value}`;
|
|
19230
|
-
return {
|
|
19231
|
-
icon: "brands:link",
|
|
19232
|
-
linkFollowup
|
|
19233
|
-
};
|
|
19204
|
+
const copy = vue.ref({
|
|
19205
|
+
staff: `${window.location.origin}/pengajuan/staff-submission/${id.value}`,
|
|
19206
|
+
decision: `${window.location.origin}/pengajuan/decision-submission/${id.value}`,
|
|
19207
|
+
raise: `${window.location.origin}/pengajuan/audit-submission/${id.value}`,
|
|
19208
|
+
followUp: `${window.location.origin}/pengajuan/follow-up-submission/${id.value}`
|
|
19234
19209
|
});
|
|
19235
19210
|
return (_ctx, _cache) => {
|
|
19236
19211
|
return vue.openBlock(), vue.createBlock(vue.unref(context.NeonSingle), { class: "neu-submission-single" }, {
|
|
@@ -19258,7 +19233,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
19258
19233
|
var _a2, _b2;
|
|
19259
19234
|
return [
|
|
19260
19235
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
19261
|
-
size: "
|
|
19236
|
+
size: "sm",
|
|
19262
19237
|
color: "dark",
|
|
19263
19238
|
"icon-left": "arrow-up-from-line",
|
|
19264
19239
|
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved" || !vue.unref(values).agreedStaffs || !vue.unref(values).branches || !vue.unref(values).decideStaffs || !vue.unref(values).followUpStaffs || !vue.unref(values).raiseStaffs || !vue.unref(values).submissionStaffs || !vue.unref(values).title || !vue.unref(values).type || ((_b2 = vue.unref(values).hasRaiseStaffIds) == null ? void 0 : _b2.includes(((_a2 = vue.unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
@@ -19329,7 +19304,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
19329
19304
|
vue.createElementVNode("div", _hoisted_3$7, [
|
|
19330
19305
|
vue.createVNode(vue.unref(interfaces.NeonCopy), {
|
|
19331
19306
|
size: "sm",
|
|
19332
|
-
value:
|
|
19307
|
+
value: copy.value.staff
|
|
19333
19308
|
}, null, 8, ["value"])
|
|
19334
19309
|
])
|
|
19335
19310
|
]),
|
|
@@ -19352,7 +19327,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
19352
19327
|
vue.createElementVNode("div", _hoisted_6$6, [
|
|
19353
19328
|
vue.createVNode(vue.unref(interfaces.NeonCopy), {
|
|
19354
19329
|
size: "sm",
|
|
19355
|
-
value:
|
|
19330
|
+
value: copy.value.raise
|
|
19356
19331
|
}, null, 8, ["value"])
|
|
19357
19332
|
])
|
|
19358
19333
|
]),
|
|
@@ -19375,7 +19350,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
19375
19350
|
vue.createElementVNode("div", _hoisted_9$6, [
|
|
19376
19351
|
vue.createVNode(vue.unref(interfaces.NeonCopy), {
|
|
19377
19352
|
size: "sm",
|
|
19378
|
-
value:
|
|
19353
|
+
value: copy.value.decision
|
|
19379
19354
|
}, null, 8, ["value"])
|
|
19380
19355
|
])
|
|
19381
19356
|
]),
|
|
@@ -19396,7 +19371,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
19396
19371
|
vue.createElementVNode("div", _hoisted_12$6, [
|
|
19397
19372
|
vue.createVNode(vue.unref(interfaces.NeonCopy), {
|
|
19398
19373
|
size: "sm",
|
|
19399
|
-
value:
|
|
19374
|
+
value: copy.value.followUp
|
|
19400
19375
|
}, null, 8, ["value"])
|
|
19401
19376
|
])
|
|
19402
19377
|
]),
|
|
@@ -19527,7 +19502,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
19527
19502
|
};
|
|
19528
19503
|
}
|
|
19529
19504
|
});
|
|
19530
|
-
const SubmissionStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["__scopeId", "data-v-
|
|
19505
|
+
const SubmissionStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["__scopeId", "data-v-237ebb7a"]]);
|
|
19531
19506
|
const _hoisted_1$7 = { class: "flex items-right" };
|
|
19532
19507
|
const _hoisted_2$7 = { class: "flex-grow" };
|
|
19533
19508
|
const _hoisted_3$6 = { class: "ml-2 flex items-end pb-1" };
|
|
@@ -19555,37 +19530,11 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
19555
19530
|
discardChanges,
|
|
19556
19531
|
executeOne
|
|
19557
19532
|
} = context.useSingle();
|
|
19558
|
-
const
|
|
19559
|
-
|
|
19560
|
-
|
|
19561
|
-
|
|
19562
|
-
|
|
19563
|
-
linkStaff
|
|
19564
|
-
};
|
|
19565
|
-
});
|
|
19566
|
-
const copyDecision = vue.computed(() => {
|
|
19567
|
-
executeOne("", { submissionId: id.value });
|
|
19568
|
-
const linkDecision = `${window.location.origin}/pengajuan/decision-submission/${id.value}`;
|
|
19569
|
-
return {
|
|
19570
|
-
icon: "brands:link",
|
|
19571
|
-
linkDecision
|
|
19572
|
-
};
|
|
19573
|
-
});
|
|
19574
|
-
const copyRaise = vue.computed(() => {
|
|
19575
|
-
executeOne("", { submissionId: id.value });
|
|
19576
|
-
const linkAudit = `${window.location.origin}/pengajuan/audit-submission/${id.value}`;
|
|
19577
|
-
return {
|
|
19578
|
-
icon: "brands:link",
|
|
19579
|
-
linkAudit
|
|
19580
|
-
};
|
|
19581
|
-
});
|
|
19582
|
-
const copyFollowup = vue.computed(() => {
|
|
19583
|
-
executeOne("", { submissionId: id.value });
|
|
19584
|
-
const linkFollowup = `${window.location.origin}/pengajuan/follow-up-submission/${id.value}`;
|
|
19585
|
-
return {
|
|
19586
|
-
icon: "brands:link",
|
|
19587
|
-
linkFollowup
|
|
19588
|
-
};
|
|
19533
|
+
const copy = vue.ref({
|
|
19534
|
+
staff: `${window.location.origin}/pengajuan/staff-submission/${id.value}`,
|
|
19535
|
+
decision: `${window.location.origin}/pengajuan/decision-submission/${id.value}`,
|
|
19536
|
+
raise: `${window.location.origin}/pengajuan/audit-submission/${id.value}`,
|
|
19537
|
+
followUp: `${window.location.origin}/pengajuan/follow-up-submission/${id.value}`
|
|
19589
19538
|
});
|
|
19590
19539
|
return (_ctx, _cache) => {
|
|
19591
19540
|
const _component_NeonCopy = vue.resolveComponent("NeonCopy");
|
|
@@ -19653,7 +19602,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
19653
19602
|
vue.createElementVNode("div", _hoisted_3$6, [
|
|
19654
19603
|
vue.createVNode(_component_NeonCopy, {
|
|
19655
19604
|
size: "sm",
|
|
19656
|
-
value:
|
|
19605
|
+
value: copy.value.staff
|
|
19657
19606
|
}, null, 8, ["value"])
|
|
19658
19607
|
])
|
|
19659
19608
|
]),
|
|
@@ -19675,7 +19624,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
19675
19624
|
vue.createElementVNode("div", _hoisted_6$5, [
|
|
19676
19625
|
vue.createVNode(_component_NeonCopy, {
|
|
19677
19626
|
size: "sm",
|
|
19678
|
-
value:
|
|
19627
|
+
value: copy.value.raise
|
|
19679
19628
|
}, null, 8, ["value"])
|
|
19680
19629
|
])
|
|
19681
19630
|
]),
|
|
@@ -19697,7 +19646,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
19697
19646
|
vue.createElementVNode("div", _hoisted_9$5, [
|
|
19698
19647
|
vue.createVNode(_component_NeonCopy, {
|
|
19699
19648
|
size: "sm",
|
|
19700
|
-
value:
|
|
19649
|
+
value: copy.value.decision
|
|
19701
19650
|
}, null, 8, ["value"])
|
|
19702
19651
|
])
|
|
19703
19652
|
]),
|
|
@@ -19718,7 +19667,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
19718
19667
|
vue.createElementVNode("div", _hoisted_12$5, [
|
|
19719
19668
|
vue.createVNode(_component_NeonCopy, {
|
|
19720
19669
|
size: "sm",
|
|
19721
|
-
value:
|
|
19670
|
+
value: copy.value.followUp
|
|
19722
19671
|
}, null, 8, ["value"])
|
|
19723
19672
|
])
|
|
19724
19673
|
]),
|
|
@@ -19835,7 +19784,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
19835
19784
|
};
|
|
19836
19785
|
}
|
|
19837
19786
|
});
|
|
19838
|
-
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["__scopeId", "data-v-
|
|
19787
|
+
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["__scopeId", "data-v-b87c6266"]]);
|
|
19839
19788
|
const _hoisted_1$6 = { class: "flex flex-wrap" };
|
|
19840
19789
|
const _hoisted_2$6 = { class: "mt-2" };
|
|
19841
19790
|
const _hoisted_3$5 = { class: "mt-2" };
|
|
@@ -19990,37 +19939,11 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
19990
19939
|
await syncOne();
|
|
19991
19940
|
await refreshOne();
|
|
19992
19941
|
};
|
|
19993
|
-
const
|
|
19994
|
-
|
|
19995
|
-
|
|
19996
|
-
|
|
19997
|
-
|
|
19998
|
-
linkStaff
|
|
19999
|
-
};
|
|
20000
|
-
});
|
|
20001
|
-
const copyDecision = vue.computed(() => {
|
|
20002
|
-
executeOne("", { submissionId: id.value });
|
|
20003
|
-
const linkDecision = `${window.location.origin}/pengajuan/decision-submission/${id.value}`;
|
|
20004
|
-
return {
|
|
20005
|
-
icon: "brands:link",
|
|
20006
|
-
linkDecision
|
|
20007
|
-
};
|
|
20008
|
-
});
|
|
20009
|
-
const copyRaise = vue.computed(() => {
|
|
20010
|
-
executeOne("", { submissionId: id.value });
|
|
20011
|
-
const linkAudit = `${window.location.origin}/pengajuan/audit-submission/${id.value}`;
|
|
20012
|
-
return {
|
|
20013
|
-
icon: "brands:link",
|
|
20014
|
-
linkAudit
|
|
20015
|
-
};
|
|
20016
|
-
});
|
|
20017
|
-
const copyFollowup = vue.computed(() => {
|
|
20018
|
-
executeOne("", { submissionId: id.value });
|
|
20019
|
-
const linkFollowup = `${window.location.origin}/pengajuan/follow-up-submission/${id.value}`;
|
|
20020
|
-
return {
|
|
20021
|
-
icon: "brands:link",
|
|
20022
|
-
linkFollowup
|
|
20023
|
-
};
|
|
19942
|
+
const copy = vue.ref({
|
|
19943
|
+
staff: `${window.location.origin}/pengajuan/staff-submission/${id.value}`,
|
|
19944
|
+
decision: `${window.location.origin}/pengajuan/decision-submission/${id.value}`,
|
|
19945
|
+
raise: `${window.location.origin}/pengajuan/audit-submission/${id.value}`,
|
|
19946
|
+
followUp: `${window.location.origin}/pengajuan/follow-up-submission/${id.value}`
|
|
20024
19947
|
});
|
|
20025
19948
|
return (_ctx, _cache) => {
|
|
20026
19949
|
return vue.openBlock(), vue.createBlock(vue.unref(context.NeonSingle), { class: "neu-submission-single" }, {
|
|
@@ -20048,7 +19971,7 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
20048
19971
|
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
20049
19972
|
input: vue.withCtx(() => [
|
|
20050
19973
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
20051
|
-
size: "
|
|
19974
|
+
size: "sm",
|
|
20052
19975
|
color: "success",
|
|
20053
19976
|
"icon-left": "file-check",
|
|
20054
19977
|
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "resolved",
|
|
@@ -20070,7 +19993,7 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
20070
19993
|
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
20071
19994
|
input: vue.withCtx(() => [
|
|
20072
19995
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
20073
|
-
size: "
|
|
19996
|
+
size: "sm",
|
|
20074
19997
|
color: "danger",
|
|
20075
19998
|
"icon-left": "ban",
|
|
20076
19999
|
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "discontinued",
|
|
@@ -20092,7 +20015,7 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
20092
20015
|
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
20093
20016
|
input: vue.withCtx(() => [
|
|
20094
20017
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
20095
|
-
size: "
|
|
20018
|
+
size: "sm",
|
|
20096
20019
|
color: "info",
|
|
20097
20020
|
"icon-left": "binoculars",
|
|
20098
20021
|
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "monitored",
|
|
@@ -20116,7 +20039,7 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
20116
20039
|
var _a2, _b2;
|
|
20117
20040
|
return [
|
|
20118
20041
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
20119
|
-
size: "
|
|
20042
|
+
size: "sm",
|
|
20120
20043
|
color: "warning",
|
|
20121
20044
|
"icon-left": "spinner",
|
|
20122
20045
|
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved" || vue.unref(values).status !== "delay" && ((_b2 = vue.unref(values).hasProcessStaffIds) == null ? void 0 : _b2.includes(((_a2 = vue.unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
@@ -20139,7 +20062,7 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
20139
20062
|
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
20140
20063
|
input: vue.withCtx(() => [
|
|
20141
20064
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
20142
|
-
size: "
|
|
20065
|
+
size: "sm",
|
|
20143
20066
|
color: "#DD9F00",
|
|
20144
20067
|
"icon-left": "turn-down",
|
|
20145
20068
|
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "resolved",
|
|
@@ -20211,7 +20134,7 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
20211
20134
|
vue.createElementVNode("div", _hoisted_9$4, [
|
|
20212
20135
|
vue.createVNode(vue.unref(interfaces.NeonCopy), {
|
|
20213
20136
|
size: "sm",
|
|
20214
|
-
value:
|
|
20137
|
+
value: copy.value.staff
|
|
20215
20138
|
}, null, 8, ["value"])
|
|
20216
20139
|
])
|
|
20217
20140
|
]),
|
|
@@ -20237,7 +20160,7 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
20237
20160
|
vue.createElementVNode("div", _hoisted_12$4, [
|
|
20238
20161
|
vue.createVNode(vue.unref(interfaces.NeonCopy), {
|
|
20239
20162
|
size: "sm",
|
|
20240
|
-
value:
|
|
20163
|
+
value: copy.value.raise
|
|
20241
20164
|
}, null, 8, ["value"])
|
|
20242
20165
|
])
|
|
20243
20166
|
]),
|
|
@@ -20260,7 +20183,7 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
20260
20183
|
vue.createElementVNode("div", _hoisted_15$2, [
|
|
20261
20184
|
vue.createVNode(vue.unref(interfaces.NeonCopy), {
|
|
20262
20185
|
size: "sm",
|
|
20263
|
-
value:
|
|
20186
|
+
value: copy.value.decision
|
|
20264
20187
|
}, null, 8, ["value"])
|
|
20265
20188
|
])
|
|
20266
20189
|
]),
|
|
@@ -20281,7 +20204,7 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
20281
20204
|
vue.createElementVNode("div", _hoisted_18, [
|
|
20282
20205
|
vue.createVNode(vue.unref(interfaces.NeonCopy), {
|
|
20283
20206
|
size: "sm",
|
|
20284
|
-
value:
|
|
20207
|
+
value: copy.value.followUp
|
|
20285
20208
|
}, null, 8, ["value"])
|
|
20286
20209
|
])
|
|
20287
20210
|
]),
|
|
@@ -20442,7 +20365,7 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
20442
20365
|
};
|
|
20443
20366
|
}
|
|
20444
20367
|
});
|
|
20445
|
-
const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$i, [["__scopeId", "data-v-
|
|
20368
|
+
const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$i, [["__scopeId", "data-v-add3d843"]]);
|
|
20446
20369
|
const _hoisted_1$5 = { class: "flex flex-wrap" };
|
|
20447
20370
|
const _hoisted_2$5 = { class: "mt-2" };
|
|
20448
20371
|
const _hoisted_3$4 = { class: "mt-2" };
|
|
@@ -20578,37 +20501,11 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
20578
20501
|
await syncOne();
|
|
20579
20502
|
await refreshOne();
|
|
20580
20503
|
};
|
|
20581
|
-
const
|
|
20582
|
-
|
|
20583
|
-
|
|
20584
|
-
|
|
20585
|
-
|
|
20586
|
-
linkStaff
|
|
20587
|
-
};
|
|
20588
|
-
});
|
|
20589
|
-
const copyDecision = vue.computed(() => {
|
|
20590
|
-
executeOne("", { submissionId: id.value });
|
|
20591
|
-
const linkDecision = `${window.location.origin}/pengajuan/decision-submission/${id.value}`;
|
|
20592
|
-
return {
|
|
20593
|
-
icon: "brands:link",
|
|
20594
|
-
linkDecision
|
|
20595
|
-
};
|
|
20596
|
-
});
|
|
20597
|
-
const copyRaise = vue.computed(() => {
|
|
20598
|
-
executeOne("", { submissionId: id.value });
|
|
20599
|
-
const linkAudit = `${window.location.origin}/pengajuan/audit-submission/${id.value}`;
|
|
20600
|
-
return {
|
|
20601
|
-
icon: "brands:link",
|
|
20602
|
-
linkAudit
|
|
20603
|
-
};
|
|
20604
|
-
});
|
|
20605
|
-
const copyFollowup = vue.computed(() => {
|
|
20606
|
-
executeOne("", { submissionId: id.value });
|
|
20607
|
-
const linkFollowup = `${window.location.origin}/pengajuan/follow-up-submission/${id.value}`;
|
|
20608
|
-
return {
|
|
20609
|
-
icon: "brands:link",
|
|
20610
|
-
linkFollowup
|
|
20611
|
-
};
|
|
20504
|
+
const copy = vue.ref({
|
|
20505
|
+
staff: `${window.location.origin}/pengajuan/staff-submission/${id.value}`,
|
|
20506
|
+
decision: `${window.location.origin}/pengajuan/decision-submission/${id.value}`,
|
|
20507
|
+
raise: `${window.location.origin}/pengajuan/audit-submission/${id.value}`,
|
|
20508
|
+
followUp: `${window.location.origin}/pengajuan/follow-up-submission/${id.value}`
|
|
20612
20509
|
});
|
|
20613
20510
|
return (_ctx, _cache) => {
|
|
20614
20511
|
const _component_NeonCopy = vue.resolveComponent("NeonCopy");
|
|
@@ -20639,7 +20536,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
20639
20536
|
var _a2, _b2;
|
|
20640
20537
|
return [
|
|
20641
20538
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
20642
|
-
size: "
|
|
20539
|
+
size: "sm",
|
|
20643
20540
|
color: "danger",
|
|
20644
20541
|
"icon-left": "circle-stop",
|
|
20645
20542
|
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || ((_b2 = vue.unref(values).delayStaffIds) == null ? void 0 : _b2.includes(((_a2 = vue.unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
@@ -20664,7 +20561,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
20664
20561
|
var _a2, _b2;
|
|
20665
20562
|
return [
|
|
20666
20563
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
20667
|
-
size: "
|
|
20564
|
+
size: "sm",
|
|
20668
20565
|
color: "success",
|
|
20669
20566
|
"icon-left": "list-check",
|
|
20670
20567
|
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || ((_b2 = vue.unref(values).agreedStaffIds) == null ? void 0 : _b2.includes(((_a2 = vue.unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
@@ -20734,7 +20631,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
20734
20631
|
vue.createElementVNode("div", _hoisted_6$3, [
|
|
20735
20632
|
vue.createVNode(_component_NeonCopy, {
|
|
20736
20633
|
size: "sm",
|
|
20737
|
-
value:
|
|
20634
|
+
value: copy.value.staff
|
|
20738
20635
|
}, null, 8, ["value"])
|
|
20739
20636
|
])
|
|
20740
20637
|
]),
|
|
@@ -20757,7 +20654,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
20757
20654
|
vue.createElementVNode("div", _hoisted_9$3, [
|
|
20758
20655
|
vue.createVNode(_component_NeonCopy, {
|
|
20759
20656
|
size: "sm",
|
|
20760
|
-
value:
|
|
20657
|
+
value: copy.value.raise
|
|
20761
20658
|
}, null, 8, ["value"])
|
|
20762
20659
|
])
|
|
20763
20660
|
]),
|
|
@@ -20780,7 +20677,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
20780
20677
|
vue.createElementVNode("div", _hoisted_12$3, [
|
|
20781
20678
|
vue.createVNode(_component_NeonCopy, {
|
|
20782
20679
|
size: "sm",
|
|
20783
|
-
value:
|
|
20680
|
+
value: copy.value.decision
|
|
20784
20681
|
}, null, 8, ["value"])
|
|
20785
20682
|
])
|
|
20786
20683
|
]),
|
|
@@ -20801,7 +20698,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
20801
20698
|
vue.createElementVNode("div", _hoisted_15$1, [
|
|
20802
20699
|
vue.createVNode(_component_NeonCopy, {
|
|
20803
20700
|
size: "sm",
|
|
20804
|
-
value:
|
|
20701
|
+
value: copy.value.followUp
|
|
20805
20702
|
}, null, 8, ["value"])
|
|
20806
20703
|
])
|
|
20807
20704
|
]),
|
|
@@ -20976,7 +20873,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
20976
20873
|
};
|
|
20977
20874
|
}
|
|
20978
20875
|
});
|
|
20979
|
-
const SubmissionDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["__scopeId", "data-v-
|
|
20876
|
+
const SubmissionDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["__scopeId", "data-v-dcf2399c"]]);
|
|
20980
20877
|
const _hoisted_1$4 = { class: "flex flex-wrap" };
|
|
20981
20878
|
const _hoisted_2$4 = { class: "mt-2" };
|
|
20982
20879
|
const _hoisted_3$3 = { class: "mt-2" };
|
|
@@ -21111,37 +21008,11 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
21111
21008
|
await syncOne();
|
|
21112
21009
|
window.location.href = "/pengajuan/waiting-decision-submission";
|
|
21113
21010
|
};
|
|
21114
|
-
const
|
|
21115
|
-
|
|
21116
|
-
|
|
21117
|
-
|
|
21118
|
-
|
|
21119
|
-
linkStaff
|
|
21120
|
-
};
|
|
21121
|
-
});
|
|
21122
|
-
const copyDecision = vue.computed(() => {
|
|
21123
|
-
executeOne("", { submissionId: id.value });
|
|
21124
|
-
const linkDecision = `${window.location.origin}/pengajuan/decision-submission/${id.value}`;
|
|
21125
|
-
return {
|
|
21126
|
-
icon: "brands:link",
|
|
21127
|
-
linkDecision
|
|
21128
|
-
};
|
|
21129
|
-
});
|
|
21130
|
-
const copyRaise = vue.computed(() => {
|
|
21131
|
-
executeOne("", { submissionId: id.value });
|
|
21132
|
-
const linkAudit = `${window.location.origin}/pengajuan/audit-submission/${id.value}`;
|
|
21133
|
-
return {
|
|
21134
|
-
icon: "brands:link",
|
|
21135
|
-
linkAudit
|
|
21136
|
-
};
|
|
21137
|
-
});
|
|
21138
|
-
const copyFollowup = vue.computed(() => {
|
|
21139
|
-
executeOne("", { submissionId: id.value });
|
|
21140
|
-
const linkFollowup = `${window.location.origin}/pengajuan/follow-up-submission/${id.value}`;
|
|
21141
|
-
return {
|
|
21142
|
-
icon: "brands:link",
|
|
21143
|
-
linkFollowup
|
|
21144
|
-
};
|
|
21011
|
+
const copy = vue.ref({
|
|
21012
|
+
staff: `${window.location.origin}/pengajuan/staff-submission/${id.value}`,
|
|
21013
|
+
decision: `${window.location.origin}/pengajuan/decision-submission/${id.value}`,
|
|
21014
|
+
raise: `${window.location.origin}/pengajuan/audit-submission/${id.value}`,
|
|
21015
|
+
followUp: `${window.location.origin}/pengajuan/follow-up-submission/${id.value}`
|
|
21145
21016
|
});
|
|
21146
21017
|
return (_ctx, _cache) => {
|
|
21147
21018
|
const _component_NeonCopy = vue.resolveComponent("NeonCopy");
|
|
@@ -21172,7 +21043,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
21172
21043
|
var _a2, _b2;
|
|
21173
21044
|
return [
|
|
21174
21045
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
21175
|
-
size: "
|
|
21046
|
+
size: "sm",
|
|
21176
21047
|
color: "danger",
|
|
21177
21048
|
"icon-left": "circle-stop",
|
|
21178
21049
|
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || ((_b2 = vue.unref(values).delayStaffIds) == null ? void 0 : _b2.includes(((_a2 = vue.unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
@@ -21197,7 +21068,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
21197
21068
|
var _a2, _b2;
|
|
21198
21069
|
return [
|
|
21199
21070
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
21200
|
-
size: "
|
|
21071
|
+
size: "sm",
|
|
21201
21072
|
color: "success",
|
|
21202
21073
|
"icon-left": "list-check",
|
|
21203
21074
|
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || ((_b2 = vue.unref(values).agreedStaffIds) == null ? void 0 : _b2.includes(((_a2 = vue.unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
@@ -21267,7 +21138,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
21267
21138
|
vue.createElementVNode("div", _hoisted_6$2, [
|
|
21268
21139
|
vue.createVNode(_component_NeonCopy, {
|
|
21269
21140
|
size: "sm",
|
|
21270
|
-
value:
|
|
21141
|
+
value: copy.value.staff
|
|
21271
21142
|
}, null, 8, ["value"])
|
|
21272
21143
|
])
|
|
21273
21144
|
]),
|
|
@@ -21290,7 +21161,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
21290
21161
|
vue.createElementVNode("div", _hoisted_9$2, [
|
|
21291
21162
|
vue.createVNode(_component_NeonCopy, {
|
|
21292
21163
|
size: "sm",
|
|
21293
|
-
value:
|
|
21164
|
+
value: copy.value.raise
|
|
21294
21165
|
}, null, 8, ["value"])
|
|
21295
21166
|
])
|
|
21296
21167
|
]),
|
|
@@ -21313,7 +21184,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
21313
21184
|
vue.createElementVNode("div", _hoisted_12$2, [
|
|
21314
21185
|
vue.createVNode(_component_NeonCopy, {
|
|
21315
21186
|
size: "sm",
|
|
21316
|
-
value:
|
|
21187
|
+
value: copy.value.decision
|
|
21317
21188
|
}, null, 8, ["value"])
|
|
21318
21189
|
])
|
|
21319
21190
|
]),
|
|
@@ -21334,7 +21205,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
21334
21205
|
vue.createElementVNode("div", _hoisted_15, [
|
|
21335
21206
|
vue.createVNode(_component_NeonCopy, {
|
|
21336
21207
|
size: "sm",
|
|
21337
|
-
value:
|
|
21208
|
+
value: copy.value.followUp
|
|
21338
21209
|
}, null, 8, ["value"])
|
|
21339
21210
|
])
|
|
21340
21211
|
]),
|
|
@@ -21465,7 +21336,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
21465
21336
|
};
|
|
21466
21337
|
}
|
|
21467
21338
|
});
|
|
21468
|
-
const SubmissionWaitingDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$g, [["__scopeId", "data-v-
|
|
21339
|
+
const SubmissionWaitingDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$g, [["__scopeId", "data-v-11d31cbb"]]);
|
|
21469
21340
|
const _hoisted_1$3 = { class: "flex items-right" };
|
|
21470
21341
|
const _hoisted_2$3 = { class: "flex-grow" };
|
|
21471
21342
|
const _hoisted_3$2 = { class: "ml-2 flex items-end pb-1" };
|
|
@@ -21493,37 +21364,11 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
21493
21364
|
discardChanges,
|
|
21494
21365
|
executeOne
|
|
21495
21366
|
} = context.useSingle();
|
|
21496
|
-
const
|
|
21497
|
-
|
|
21498
|
-
|
|
21499
|
-
|
|
21500
|
-
|
|
21501
|
-
linkStaff
|
|
21502
|
-
};
|
|
21503
|
-
});
|
|
21504
|
-
const copyDecision = vue.computed(() => {
|
|
21505
|
-
executeOne("", { submissionId: id.value });
|
|
21506
|
-
const linkDecision = `${window.location.origin}/pengajuan/decision-submission/${id.value}`;
|
|
21507
|
-
return {
|
|
21508
|
-
icon: "brands:link",
|
|
21509
|
-
linkDecision
|
|
21510
|
-
};
|
|
21511
|
-
});
|
|
21512
|
-
const copyRaise = vue.computed(() => {
|
|
21513
|
-
executeOne("", { submissionId: id.value });
|
|
21514
|
-
const linkAudit = `${window.location.origin}/pengajuan/audit-submission/${id.value}`;
|
|
21515
|
-
return {
|
|
21516
|
-
icon: "brands:link",
|
|
21517
|
-
linkAudit
|
|
21518
|
-
};
|
|
21519
|
-
});
|
|
21520
|
-
const copyFollowup = vue.computed(() => {
|
|
21521
|
-
executeOne("", { submissionId: id.value });
|
|
21522
|
-
const linkFollowup = `${window.location.origin}/pengajuan/follow-up-submission/${id.value}`;
|
|
21523
|
-
return {
|
|
21524
|
-
icon: "brands:link",
|
|
21525
|
-
linkFollowup
|
|
21526
|
-
};
|
|
21367
|
+
const copy = vue.ref({
|
|
21368
|
+
staff: `${window.location.origin}/pengajuan/staff-submission/${id.value}`,
|
|
21369
|
+
decision: `${window.location.origin}/pengajuan/decision-submission/${id.value}`,
|
|
21370
|
+
raise: `${window.location.origin}/pengajuan/audit-submission/${id.value}`,
|
|
21371
|
+
followUp: `${window.location.origin}/pengajuan/follow-up-submission/${id.value}`
|
|
21527
21372
|
});
|
|
21528
21373
|
return (_ctx, _cache) => {
|
|
21529
21374
|
const _component_NeonCopy = vue.resolveComponent("NeonCopy");
|
|
@@ -21591,7 +21436,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
21591
21436
|
vue.createElementVNode("div", _hoisted_3$2, [
|
|
21592
21437
|
vue.createVNode(_component_NeonCopy, {
|
|
21593
21438
|
size: "sm",
|
|
21594
|
-
value:
|
|
21439
|
+
value: copy.value.staff
|
|
21595
21440
|
}, null, 8, ["value"])
|
|
21596
21441
|
])
|
|
21597
21442
|
]),
|
|
@@ -21613,7 +21458,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
21613
21458
|
vue.createElementVNode("div", _hoisted_6$1, [
|
|
21614
21459
|
vue.createVNode(_component_NeonCopy, {
|
|
21615
21460
|
size: "sm",
|
|
21616
|
-
value:
|
|
21461
|
+
value: copy.value.raise
|
|
21617
21462
|
}, null, 8, ["value"])
|
|
21618
21463
|
])
|
|
21619
21464
|
]),
|
|
@@ -21635,7 +21480,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
21635
21480
|
vue.createElementVNode("div", _hoisted_9$1, [
|
|
21636
21481
|
vue.createVNode(_component_NeonCopy, {
|
|
21637
21482
|
size: "sm",
|
|
21638
|
-
value:
|
|
21483
|
+
value: copy.value.decision
|
|
21639
21484
|
}, null, 8, ["value"])
|
|
21640
21485
|
])
|
|
21641
21486
|
]),
|
|
@@ -21656,7 +21501,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
21656
21501
|
vue.createElementVNode("div", _hoisted_12$1, [
|
|
21657
21502
|
vue.createVNode(_component_NeonCopy, {
|
|
21658
21503
|
size: "sm",
|
|
21659
|
-
value:
|
|
21504
|
+
value: copy.value.followUp
|
|
21660
21505
|
}, null, 8, ["value"])
|
|
21661
21506
|
])
|
|
21662
21507
|
]),
|
|
@@ -21773,7 +21618,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
21773
21618
|
};
|
|
21774
21619
|
}
|
|
21775
21620
|
});
|
|
21776
|
-
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$f, [["__scopeId", "data-v-
|
|
21621
|
+
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$f, [["__scopeId", "data-v-eab8a880"]]);
|
|
21777
21622
|
const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
21778
21623
|
...{
|
|
21779
21624
|
name: "SubmissionCollection"
|
|
@@ -21819,37 +21664,11 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
21819
21664
|
discardChanges,
|
|
21820
21665
|
executeOne
|
|
21821
21666
|
} = context.useSingle();
|
|
21822
|
-
const
|
|
21823
|
-
|
|
21824
|
-
|
|
21825
|
-
|
|
21826
|
-
|
|
21827
|
-
linkStaff
|
|
21828
|
-
};
|
|
21829
|
-
});
|
|
21830
|
-
const copyDecision = vue.computed(() => {
|
|
21831
|
-
executeOne("", { submissionId: id.value });
|
|
21832
|
-
const linkDecision = `${window.location.origin}/pengajuan/decision-submission/${id.value}`;
|
|
21833
|
-
return {
|
|
21834
|
-
icon: "brands:link",
|
|
21835
|
-
linkDecision
|
|
21836
|
-
};
|
|
21837
|
-
});
|
|
21838
|
-
const copyRaise = vue.computed(() => {
|
|
21839
|
-
executeOne("", { submissionId: id.value });
|
|
21840
|
-
const linkAudit = `${window.location.origin}/pengajuan/audit-submission/${id.value}`;
|
|
21841
|
-
return {
|
|
21842
|
-
icon: "brands:link",
|
|
21843
|
-
linkAudit
|
|
21844
|
-
};
|
|
21845
|
-
});
|
|
21846
|
-
const copyFollowup = vue.computed(() => {
|
|
21847
|
-
executeOne("", { submissionId: id.value });
|
|
21848
|
-
const linkFollowup = `${window.location.origin}/pengajuan/follow-up-submission/${id.value}`;
|
|
21849
|
-
return {
|
|
21850
|
-
icon: "brands:link",
|
|
21851
|
-
linkFollowup
|
|
21852
|
-
};
|
|
21667
|
+
const copy = vue.ref({
|
|
21668
|
+
staff: `${window.location.origin}/pengajuan/staff-submission/${id.value}`,
|
|
21669
|
+
decision: `${window.location.origin}/pengajuan/decision-submission/${id.value}`,
|
|
21670
|
+
raise: `${window.location.origin}/pengajuan/audit-submission/${id.value}`,
|
|
21671
|
+
followUp: `${window.location.origin}/pengajuan/follow-up-submission/${id.value}`
|
|
21853
21672
|
});
|
|
21854
21673
|
return (_ctx, _cache) => {
|
|
21855
21674
|
const _component_NeonCopy = vue.resolveComponent("NeonCopy");
|
|
@@ -21918,7 +21737,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
21918
21737
|
vue.createElementVNode("div", _hoisted_3$1, [
|
|
21919
21738
|
vue.createVNode(_component_NeonCopy, {
|
|
21920
21739
|
size: "sm",
|
|
21921
|
-
value:
|
|
21740
|
+
value: copy.value.staff
|
|
21922
21741
|
}, null, 8, ["value"])
|
|
21923
21742
|
])
|
|
21924
21743
|
]),
|
|
@@ -21939,7 +21758,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
21939
21758
|
vue.createElementVNode("div", _hoisted_6, [
|
|
21940
21759
|
vue.createVNode(_component_NeonCopy, {
|
|
21941
21760
|
size: "sm",
|
|
21942
|
-
value:
|
|
21761
|
+
value: copy.value.raise
|
|
21943
21762
|
}, null, 8, ["value"])
|
|
21944
21763
|
])
|
|
21945
21764
|
]),
|
|
@@ -21960,7 +21779,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
21960
21779
|
vue.createElementVNode("div", _hoisted_9, [
|
|
21961
21780
|
vue.createVNode(_component_NeonCopy, {
|
|
21962
21781
|
size: "sm",
|
|
21963
|
-
value:
|
|
21782
|
+
value: copy.value.decision
|
|
21964
21783
|
}, null, 8, ["value"])
|
|
21965
21784
|
])
|
|
21966
21785
|
]),
|
|
@@ -21981,7 +21800,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
21981
21800
|
vue.createElementVNode("div", _hoisted_12, [
|
|
21982
21801
|
vue.createVNode(_component_NeonCopy, {
|
|
21983
21802
|
size: "sm",
|
|
21984
|
-
value:
|
|
21803
|
+
value: copy.value.followUp
|
|
21985
21804
|
}, null, 8, ["value"])
|
|
21986
21805
|
])
|
|
21987
21806
|
]),
|
|
@@ -22105,7 +21924,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
22105
21924
|
};
|
|
22106
21925
|
}
|
|
22107
21926
|
});
|
|
22108
|
-
const SubmissionSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["__scopeId", "data-v-
|
|
21927
|
+
const SubmissionSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["__scopeId", "data-v-61e0e09a"]]);
|
|
22109
21928
|
const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
22110
21929
|
...{
|
|
22111
21930
|
name: "SubmissionTypeCollection"
|
|
@@ -22252,7 +22071,8 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
22252
22071
|
vue.createVNode(vue.unref(office$1.OfficeRelation), {
|
|
22253
22072
|
modelValue: vue.unref(values),
|
|
22254
22073
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
22255
|
-
field: vue.unref(fields).stages
|
|
22074
|
+
field: vue.unref(fields).stages,
|
|
22075
|
+
filter: { status: "published" }
|
|
22256
22076
|
}, null, 8, ["modelValue", "field"])
|
|
22257
22077
|
];
|
|
22258
22078
|
}),
|
|
@@ -22348,7 +22168,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
22348
22168
|
};
|
|
22349
22169
|
}
|
|
22350
22170
|
});
|
|
22351
|
-
const TargetBranch = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["__scopeId", "data-v-
|
|
22171
|
+
const TargetBranch = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["__scopeId", "data-v-9a3ab4b4"]]);
|
|
22352
22172
|
const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
22353
22173
|
...{
|
|
22354
22174
|
name: "TargetCollection"
|
|
@@ -22432,7 +22252,8 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
22432
22252
|
vue.createVNode(vue.unref(office$1.OfficeRelation), {
|
|
22433
22253
|
modelValue: vue.unref(values),
|
|
22434
22254
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
22435
|
-
field: vue.unref(fields).stages
|
|
22255
|
+
field: vue.unref(fields).stages,
|
|
22256
|
+
filter: { status: "published" }
|
|
22436
22257
|
}, null, 8, ["modelValue", "field"])
|
|
22437
22258
|
];
|
|
22438
22259
|
}),
|
|
@@ -22528,7 +22349,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
22528
22349
|
};
|
|
22529
22350
|
}
|
|
22530
22351
|
});
|
|
22531
|
-
const TargetSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["__scopeId", "data-v-
|
|
22352
|
+
const TargetSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["__scopeId", "data-v-7bb85044"]]);
|
|
22532
22353
|
const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
|
|
22533
22354
|
__name: "TaskWork",
|
|
22534
22355
|
setup(__props) {
|
|
@@ -22900,7 +22721,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
22900
22721
|
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
22901
22722
|
input: vue.withCtx(() => [
|
|
22902
22723
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
22903
|
-
size: "
|
|
22724
|
+
size: "sm",
|
|
22904
22725
|
color: "success",
|
|
22905
22726
|
"icon-left": "check",
|
|
22906
22727
|
"is-disabled": vue.unref(isNew) || vue.unref(isChanged),
|
|
@@ -22921,7 +22742,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
22921
22742
|
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
22922
22743
|
input: vue.withCtx(() => [
|
|
22923
22744
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
22924
|
-
size: "
|
|
22745
|
+
size: "sm",
|
|
22925
22746
|
color: "warning",
|
|
22926
22747
|
"icon-left": "ban",
|
|
22927
22748
|
"is-disabled": vue.unref(isNew) || vue.unref(isChanged),
|
|
@@ -22942,7 +22763,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
22942
22763
|
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
22943
22764
|
input: vue.withCtx(() => [
|
|
22944
22765
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
22945
|
-
size: "
|
|
22766
|
+
size: "sm",
|
|
22946
22767
|
color: "info",
|
|
22947
22768
|
"icon-left": "file-pen",
|
|
22948
22769
|
"is-disabled": vue.unref(isNew) || vue.unref(isChanged),
|