@neutron.co.id/operasional-interfaces 1.11.3 → 1.11.5
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/@package/components/attendance/attendance.types.d.ts +1 -1
- package/build/@package/components/checkIn/checkIn.types.d.ts +1 -1
- package/build/@package/components/plan/plan.types.d.ts +1 -1
- package/build/@package/components/planType/planType.types.d.ts +1 -1
- package/build/@package/components/progress/progress.types.d.ts +1 -1
- package/build/@package/components/responsibility/responsibility.types.d.ts +1 -1
- package/build/@package/components/staff/staff.types.d.ts +1 -1
- package/build/@package/components/submission/sections/SubmissionDetailTab/SubmissionDetailTab.vue.d.ts +2 -0
- package/build/@package/components/submission/sections/SubmissionDetailTab/index.d.ts +1 -0
- package/build/@package/components/submission/sections/SubmissionDocumentTab/SubmissionDocumentTab.vue.d.ts +10 -0
- package/build/@package/components/submission/sections/index.d.ts +1 -0
- package/build/@package/components/submission/submission.types.d.ts +1 -1
- package/build/@package/components/target/target.types.d.ts +1 -1
- package/build/@package/components/task/task.types.d.ts +1 -1
- package/build/index.cjs +781 -339
- package/build/index.mjs +781 -339
- package/build/module.json +1 -1
- package/build/nuxt.json +1 -1
- package/build/style.css +11 -7
- package/package.json +8 -8
package/build/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ import { withRelation, NeonRelationSheet } from "@neon.id/relation";
|
|
|
22
22
|
import { CodeUtil } from "@neon.id/utils/code";
|
|
23
23
|
import { CatatPaperPad, CatatSketchPad } from "@neon.id/catat-interfaces";
|
|
24
24
|
const AttendanceModel = models.AttendanceModel;
|
|
25
|
-
const _sfc_main$
|
|
25
|
+
const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
26
26
|
...{
|
|
27
27
|
name: "AttendanceCollection"
|
|
28
28
|
},
|
|
@@ -8354,7 +8354,7 @@ const _hoisted_3$a = {
|
|
|
8354
8354
|
};
|
|
8355
8355
|
const _hoisted_4$7 = { class: "vc-time-weekday" };
|
|
8356
8356
|
const _hoisted_5$5 = { class: "vc-time-month" };
|
|
8357
|
-
const _hoisted_6$
|
|
8357
|
+
const _hoisted_6$5 = { class: "vc-time-day" };
|
|
8358
8358
|
const _hoisted_7$3 = { class: "vc-time-year" };
|
|
8359
8359
|
const _hoisted_8$3 = { class: "vc-time-select" };
|
|
8360
8360
|
const _hoisted_9$3 = /* @__PURE__ */ createElementVNode("span", { style: { "margin": "0 4px" } }, ":", -1);
|
|
@@ -8372,7 +8372,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8372
8372
|
$options.date ? (openBlock(), createElementBlock("div", _hoisted_3$a, [
|
|
8373
8373
|
createElementVNode("span", _hoisted_4$7, toDisplayString($props.locale.format($options.date, "WWW")), 1),
|
|
8374
8374
|
createElementVNode("span", _hoisted_5$5, toDisplayString($props.locale.format($options.date, "MMM")), 1),
|
|
8375
|
-
createElementVNode("span", _hoisted_6$
|
|
8375
|
+
createElementVNode("span", _hoisted_6$5, toDisplayString($props.locale.format($options.date, "D")), 1),
|
|
8376
8376
|
createElementVNode("span", _hoisted_7$3, toDisplayString($props.locale.format($options.date, "YYYY")), 1)
|
|
8377
8377
|
])) : createCommentVNode("", true),
|
|
8378
8378
|
createElementVNode("div", _hoisted_8$3, [
|
|
@@ -8423,7 +8423,7 @@ const RANGE_PRIORITY = {
|
|
|
8423
8423
|
END: 2,
|
|
8424
8424
|
BOTH: 3
|
|
8425
8425
|
};
|
|
8426
|
-
const _sfc_main$
|
|
8426
|
+
const _sfc_main$12 = {
|
|
8427
8427
|
name: "DatePicker",
|
|
8428
8428
|
emits: [
|
|
8429
8429
|
"update:modelValue",
|
|
@@ -10107,7 +10107,7 @@ const _hoisted_2$i = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ create
|
|
|
10107
10107
|
const _hoisted_3$9 = [
|
|
10108
10108
|
_hoisted_2$i
|
|
10109
10109
|
];
|
|
10110
|
-
const _sfc_main$
|
|
10110
|
+
const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
10111
10111
|
__name: "NeonTime",
|
|
10112
10112
|
props: {
|
|
10113
10113
|
modelValue: {
|
|
@@ -10145,7 +10145,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
10145
10145
|
class: normalizeClass(["neon-time", { "is-disabled": __props.isDisabled }])
|
|
10146
10146
|
},
|
|
10147
10147
|
[
|
|
10148
|
-
__props.isLoading ? (openBlock(), createElementBlock("div", _hoisted_1$p, _hoisted_3$9)) : (openBlock(), createBlock(unref(_sfc_main$
|
|
10148
|
+
__props.isLoading ? (openBlock(), createElementBlock("div", _hoisted_1$p, _hoisted_3$9)) : (openBlock(), createBlock(unref(_sfc_main$12), mergeProps({
|
|
10149
10149
|
key: 1,
|
|
10150
10150
|
"model-value": internalValue.value
|
|
10151
10151
|
}, {
|
|
@@ -10176,7 +10176,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
10176
10176
|
}
|
|
10177
10177
|
return target;
|
|
10178
10178
|
};
|
|
10179
|
-
const NeonTime = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10179
|
+
const NeonTime = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-805321b9"]]);
|
|
10180
10180
|
const _hoisted_1$o = { class: "flex flex-wrap" };
|
|
10181
10181
|
const _hoisted_2$h = { class: "mt-2" };
|
|
10182
10182
|
const _hoisted_3$8 = { class: "mt-2" };
|
|
@@ -10185,7 +10185,7 @@ const _hoisted_4$6 = {
|
|
|
10185
10185
|
class: "grid gap-2 sm:grid-cols-2"
|
|
10186
10186
|
};
|
|
10187
10187
|
const _hoisted_5$4 = { class: "text-right text-fg-subdued text-sm" };
|
|
10188
|
-
const _hoisted_6$
|
|
10188
|
+
const _hoisted_6$4 = {
|
|
10189
10189
|
key: 5,
|
|
10190
10190
|
class: "grid gap-2 sm:grid-cols-2"
|
|
10191
10191
|
};
|
|
@@ -10195,7 +10195,7 @@ const _hoisted_8$2 = {
|
|
|
10195
10195
|
class: "grid gap-2 sm:grid-cols-2"
|
|
10196
10196
|
};
|
|
10197
10197
|
const _hoisted_9$2 = { class: "text-right text-fg-subdued text-sm" };
|
|
10198
|
-
const _sfc_main
|
|
10198
|
+
const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
10199
10199
|
__name: "AttendanceManager",
|
|
10200
10200
|
setup(__props) {
|
|
10201
10201
|
var _a;
|
|
@@ -10440,7 +10440,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
10440
10440
|
}, 16, ["modelValue"])
|
|
10441
10441
|
])) : createCommentVNode("v-if", true),
|
|
10442
10442
|
createCommentVNode(" COME TOO LATE "),
|
|
10443
|
-
unref(values).type == "comeLate" ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
10443
|
+
unref(values).type == "comeLate" ? (openBlock(), createElementBlock("div", _hoisted_6$4, [
|
|
10444
10444
|
createVNode(unref(NeonField), mergeProps({
|
|
10445
10445
|
modelValue: unref(values).startedAt,
|
|
10446
10446
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => unref(values).startedAt = $event)
|
|
@@ -10563,10 +10563,10 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
10563
10563
|
}
|
|
10564
10564
|
});
|
|
10565
10565
|
const AttendanceManager_vue_vue_type_style_index_0_scoped_4da92bf5_lang = "";
|
|
10566
|
-
const AttendanceManager = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
10566
|
+
const AttendanceManager = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__scopeId", "data-v-4da92bf5"]]);
|
|
10567
10567
|
const _hoisted_1$n = { class: "grid gap-2 sm:grid-cols-2" };
|
|
10568
10568
|
const _hoisted_2$g = { class: "text-right text-fg-subdued text-sm" };
|
|
10569
|
-
const _sfc_main
|
|
10569
|
+
const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
10570
10570
|
__name: "AttendanceSingle",
|
|
10571
10571
|
setup(__props) {
|
|
10572
10572
|
const {
|
|
@@ -10754,7 +10754,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
10754
10754
|
}
|
|
10755
10755
|
});
|
|
10756
10756
|
const AttendanceSingle_vue_vue_type_style_index_0_scoped_7fdc9043_lang = "";
|
|
10757
|
-
const AttendanceSingle = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
10757
|
+
const AttendanceSingle = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-7fdc9043"]]);
|
|
10758
10758
|
const _hoisted_1$m = {
|
|
10759
10759
|
key: 1,
|
|
10760
10760
|
class: "flex flex-wrap"
|
|
@@ -10766,7 +10766,7 @@ const _hoisted_4$5 = {
|
|
|
10766
10766
|
class: "grid gap-2 sm:grid-cols-2"
|
|
10767
10767
|
};
|
|
10768
10768
|
const _hoisted_5$3 = { class: "text-right text-fg-subdued text-sm" };
|
|
10769
|
-
const _hoisted_6$
|
|
10769
|
+
const _hoisted_6$3 = {
|
|
10770
10770
|
key: 7,
|
|
10771
10771
|
class: "grid gap-2 sm:grid-cols-2"
|
|
10772
10772
|
};
|
|
@@ -10776,7 +10776,7 @@ const _hoisted_8$1 = {
|
|
|
10776
10776
|
class: "grid gap-2 sm:grid-cols-2"
|
|
10777
10777
|
};
|
|
10778
10778
|
const _hoisted_9$1 = { class: "text-right text-fg-subdued text-sm" };
|
|
10779
|
-
const _sfc_main$
|
|
10779
|
+
const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
10780
10780
|
__name: "AttendanceStaff",
|
|
10781
10781
|
setup(__props) {
|
|
10782
10782
|
var _a;
|
|
@@ -11055,7 +11055,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
11055
11055
|
}, 16, ["modelValue"])
|
|
11056
11056
|
])) : createCommentVNode("v-if", true),
|
|
11057
11057
|
createCommentVNode(" COME TOO LATE "),
|
|
11058
|
-
unref(values).type == "comeLate" ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
11058
|
+
unref(values).type == "comeLate" ? (openBlock(), createElementBlock("div", _hoisted_6$3, [
|
|
11059
11059
|
createVNode(unref(NeonField), mergeProps({
|
|
11060
11060
|
modelValue: unref(values).startedAt,
|
|
11061
11061
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => unref(values).startedAt = $event)
|
|
@@ -11182,7 +11182,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
11182
11182
|
}
|
|
11183
11183
|
});
|
|
11184
11184
|
const AttendanceStaff_vue_vue_type_style_index_0_scoped_d541d5ab_lang = "";
|
|
11185
|
-
const AttendanceStaff = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11185
|
+
const AttendanceStaff = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__scopeId", "data-v-d541d5ab"]]);
|
|
11186
11186
|
const _hoisted_1$l = { class: "flex flex-wrap" };
|
|
11187
11187
|
const _hoisted_2$e = { class: "mt-2" };
|
|
11188
11188
|
const _hoisted_3$6 = { class: "mt-2" };
|
|
@@ -11191,7 +11191,7 @@ const _hoisted_4$4 = {
|
|
|
11191
11191
|
class: "grid gap-2 sm:grid-cols-2"
|
|
11192
11192
|
};
|
|
11193
11193
|
const _hoisted_5$2 = { class: "text-right text-fg-subdued text-sm" };
|
|
11194
|
-
const _hoisted_6$
|
|
11194
|
+
const _hoisted_6$2 = {
|
|
11195
11195
|
key: 5,
|
|
11196
11196
|
class: "grid gap-2 sm:grid-cols-2"
|
|
11197
11197
|
};
|
|
@@ -11201,7 +11201,7 @@ const _hoisted_8 = {
|
|
|
11201
11201
|
class: "grid gap-2 sm:grid-cols-2"
|
|
11202
11202
|
};
|
|
11203
11203
|
const _hoisted_9 = { class: "text-right text-fg-subdued text-sm" };
|
|
11204
|
-
const _sfc_main$
|
|
11204
|
+
const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
11205
11205
|
__name: "AttendanceSupervisor",
|
|
11206
11206
|
setup(__props) {
|
|
11207
11207
|
var _a;
|
|
@@ -11445,7 +11445,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
11445
11445
|
}, 16, ["modelValue"])
|
|
11446
11446
|
])) : createCommentVNode("v-if", true),
|
|
11447
11447
|
createCommentVNode(" COME TOO LATE "),
|
|
11448
|
-
unref(values).type == "comeLate" ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
11448
|
+
unref(values).type == "comeLate" ? (openBlock(), createElementBlock("div", _hoisted_6$2, [
|
|
11449
11449
|
createVNode(unref(NeonField), mergeProps({
|
|
11450
11450
|
modelValue: unref(values).startedAt,
|
|
11451
11451
|
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => unref(values).startedAt = $event)
|
|
@@ -11568,7 +11568,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
11568
11568
|
}
|
|
11569
11569
|
});
|
|
11570
11570
|
const AttendanceSupervisor_vue_vue_type_style_index_0_scoped_8eefa083_lang = "";
|
|
11571
|
-
const AttendanceSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11571
|
+
const AttendanceSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-8eefa083"]]);
|
|
11572
11572
|
const CheckInModel = models$1.CheckInModel;
|
|
11573
11573
|
function _typeof(o) {
|
|
11574
11574
|
"@babel/helpers - typeof";
|
|
@@ -13120,8 +13120,8 @@ const _hoisted_5$1 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ create
|
|
|
13120
13120
|
-1
|
|
13121
13121
|
/* HOISTED */
|
|
13122
13122
|
));
|
|
13123
|
-
const _hoisted_6 = { class: "end" };
|
|
13124
|
-
const _sfc_main$
|
|
13123
|
+
const _hoisted_6$1 = { class: "end" };
|
|
13124
|
+
const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
13125
13125
|
...{
|
|
13126
13126
|
name: "CheckInPresenceCollection"
|
|
13127
13127
|
},
|
|
@@ -13470,7 +13470,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
13470
13470
|
default: withCtx(() => [
|
|
13471
13471
|
createElementVNode("div", _hoisted_4$3, [
|
|
13472
13472
|
_hoisted_5$1,
|
|
13473
|
-
createElementVNode("div", _hoisted_6, [
|
|
13473
|
+
createElementVNode("div", _hoisted_6$1, [
|
|
13474
13474
|
createVNode(unref(OfficeCollectionQuery), { displays: ["table"] }, {
|
|
13475
13475
|
default: withCtx(() => [
|
|
13476
13476
|
createVNode(unref(OfficeCollectionOperation), { "is-main": "" })
|
|
@@ -13496,9 +13496,9 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
13496
13496
|
}
|
|
13497
13497
|
});
|
|
13498
13498
|
const CheckInPresenceCollection_vue_vue_type_style_index_0_scoped_3c4aa352_lang = "";
|
|
13499
|
-
const CheckInPresenceCollection = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13499
|
+
const CheckInPresenceCollection = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-3c4aa352"]]);
|
|
13500
13500
|
const _hoisted_1$j = { class: "grid gap-4 sm:grid-cols-2" };
|
|
13501
|
-
const _sfc_main$
|
|
13501
|
+
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
13502
13502
|
__name: "CheckInSingle",
|
|
13503
13503
|
setup(__props) {
|
|
13504
13504
|
const {
|
|
@@ -13596,9 +13596,9 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
13596
13596
|
}
|
|
13597
13597
|
});
|
|
13598
13598
|
const CheckInSingle_vue_vue_type_style_index_0_scoped_e56842b0_lang = "";
|
|
13599
|
-
const CheckInSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13599
|
+
const CheckInSingle = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-e56842b0"]]);
|
|
13600
13600
|
const _hoisted_1$i = { class: "grid gap-4 sm:grid-cols-2" };
|
|
13601
|
-
const _sfc_main$
|
|
13601
|
+
const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
13602
13602
|
__name: "CheckInExternal",
|
|
13603
13603
|
setup(__props) {
|
|
13604
13604
|
const {
|
|
@@ -13714,7 +13714,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
13714
13714
|
}
|
|
13715
13715
|
});
|
|
13716
13716
|
const CheckInExternal_vue_vue_type_style_index_0_scoped_942d2d80_lang = "";
|
|
13717
|
-
const CheckInExternal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13717
|
+
const CheckInExternal = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-942d2d80"]]);
|
|
13718
13718
|
const _withScopeId$1 = (n) => (pushScopeId("data-v-d6ac1ebc"), n = n(), popScopeId(), n);
|
|
13719
13719
|
const _hoisted_1$h = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode(
|
|
13720
13720
|
"h4",
|
|
@@ -13734,7 +13734,7 @@ const _hoisted_2$c = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ create
|
|
|
13734
13734
|
-1
|
|
13735
13735
|
/* HOISTED */
|
|
13736
13736
|
));
|
|
13737
|
-
const _sfc_main$
|
|
13737
|
+
const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
13738
13738
|
__name: "CheckInAccess",
|
|
13739
13739
|
emits: ["close"],
|
|
13740
13740
|
setup(__props) {
|
|
@@ -13787,9 +13787,9 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
13787
13787
|
}
|
|
13788
13788
|
});
|
|
13789
13789
|
const CheckInAccess_vue_vue_type_style_index_0_scoped_d6ac1ebc_lang = "";
|
|
13790
|
-
const CheckInAccess = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13790
|
+
const CheckInAccess = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-d6ac1ebc"]]);
|
|
13791
13791
|
const _hoisted_1$g = { class: "buttons" };
|
|
13792
|
-
const _sfc_main$
|
|
13792
|
+
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
13793
13793
|
__name: "CheckInScanError",
|
|
13794
13794
|
setup(__props) {
|
|
13795
13795
|
const attendanceStore = useAttendanceStore();
|
|
@@ -14264,7 +14264,7 @@ const _hoisted_2$b = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createEl
|
|
|
14264
14264
|
));
|
|
14265
14265
|
const _hoisted_3$4 = ["onClick"];
|
|
14266
14266
|
const _hoisted_4$2 = { class: "mr-2 text-sm" };
|
|
14267
|
-
const _sfc_main$
|
|
14267
|
+
const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
14268
14268
|
__name: "CheckInScanner",
|
|
14269
14269
|
emits: ["start", "stop", "scanned", "close"],
|
|
14270
14270
|
setup(__props, { emit: __emit }) {
|
|
@@ -14447,7 +14447,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
14447
14447
|
}
|
|
14448
14448
|
});
|
|
14449
14449
|
const CheckInScanner_vue_vue_type_style_index_0_scoped_dc535804_lang = "";
|
|
14450
|
-
const CheckInScanner = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14450
|
+
const CheckInScanner = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-dc535804"]]);
|
|
14451
14451
|
const _hoisted_1$e = /* @__PURE__ */ createElementVNode(
|
|
14452
14452
|
"h3",
|
|
14453
14453
|
{ align: "center" },
|
|
@@ -14455,7 +14455,7 @@ const _hoisted_1$e = /* @__PURE__ */ createElementVNode(
|
|
|
14455
14455
|
-1
|
|
14456
14456
|
/* HOISTED */
|
|
14457
14457
|
);
|
|
14458
|
-
const _sfc_main$
|
|
14458
|
+
const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
14459
14459
|
__name: "CheckInScanSuccess",
|
|
14460
14460
|
emits: ["close"],
|
|
14461
14461
|
setup(__props) {
|
|
@@ -14487,7 +14487,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
14487
14487
|
};
|
|
14488
14488
|
}
|
|
14489
14489
|
});
|
|
14490
|
-
const _sfc_main$
|
|
14490
|
+
const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
14491
14491
|
...{
|
|
14492
14492
|
name: "CheckInCollection"
|
|
14493
14493
|
},
|
|
@@ -14506,7 +14506,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
14506
14506
|
}
|
|
14507
14507
|
});
|
|
14508
14508
|
const _hoisted_1$d = { class: "grid gap-4 sm:grid-cols-2" };
|
|
14509
|
-
const _sfc_main$
|
|
14509
|
+
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
14510
14510
|
__name: "CheckInSupervisor",
|
|
14511
14511
|
setup(__props) {
|
|
14512
14512
|
const {
|
|
@@ -14620,13 +14620,13 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
14620
14620
|
}
|
|
14621
14621
|
});
|
|
14622
14622
|
const CheckInSupervisor_vue_vue_type_style_index_0_scoped_551b53ec_lang = "";
|
|
14623
|
-
const CheckInSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14623
|
+
const CheckInSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-551b53ec"]]);
|
|
14624
14624
|
const _hoisted_1$c = { class: "operasional-identitas" };
|
|
14625
14625
|
const _hoisted_2$a = {
|
|
14626
14626
|
key: 2,
|
|
14627
14627
|
class: "section"
|
|
14628
14628
|
};
|
|
14629
|
-
const _sfc_main$
|
|
14629
|
+
const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
14630
14630
|
...{ name: "OperasionalIdentitas" },
|
|
14631
14631
|
__name: "OperasionalIdentitas",
|
|
14632
14632
|
props: {
|
|
@@ -14980,9 +14980,9 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
14980
14980
|
}
|
|
14981
14981
|
});
|
|
14982
14982
|
const OperasionalIdentitas_vue_vue_type_style_index_0_scoped_e6073495_lang = "";
|
|
14983
|
-
const OperasionalIdentitas = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14983
|
+
const OperasionalIdentitas = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-e6073495"]]);
|
|
14984
14984
|
const PlanModel = models.PlanModel;
|
|
14985
|
-
const _sfc_main$
|
|
14985
|
+
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
14986
14986
|
...{
|
|
14987
14987
|
name: "PlanCollection"
|
|
14988
14988
|
},
|
|
@@ -15000,7 +15000,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
15000
15000
|
};
|
|
15001
15001
|
}
|
|
15002
15002
|
});
|
|
15003
|
-
const _sfc_main$
|
|
15003
|
+
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
15004
15004
|
__name: "PlanSingle",
|
|
15005
15005
|
setup(__props) {
|
|
15006
15006
|
const {
|
|
@@ -15183,8 +15183,8 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
15183
15183
|
}
|
|
15184
15184
|
});
|
|
15185
15185
|
const PlanSingle_vue_vue_type_style_index_0_scoped_21ce9030_lang = "";
|
|
15186
|
-
const PlanSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15187
|
-
const _sfc_main$
|
|
15186
|
+
const PlanSingle = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-21ce9030"]]);
|
|
15187
|
+
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
15188
15188
|
__name: "PlanStaff",
|
|
15189
15189
|
setup(__props) {
|
|
15190
15190
|
const {
|
|
@@ -15336,9 +15336,9 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
15336
15336
|
}
|
|
15337
15337
|
});
|
|
15338
15338
|
const PlanStaff_vue_vue_type_style_index_0_scoped_50e978a0_lang = "";
|
|
15339
|
-
const PlanStaff = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15339
|
+
const PlanStaff = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-50e978a0"]]);
|
|
15340
15340
|
const PlanTypeModel = models.PlanTypeModel;
|
|
15341
|
-
const _sfc_main$
|
|
15341
|
+
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
15342
15342
|
...{
|
|
15343
15343
|
name: "PlanTypeCollection"
|
|
15344
15344
|
},
|
|
@@ -15356,7 +15356,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
15356
15356
|
};
|
|
15357
15357
|
}
|
|
15358
15358
|
});
|
|
15359
|
-
const _sfc_main$
|
|
15359
|
+
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
15360
15360
|
__name: "PlanTypeSingle",
|
|
15361
15361
|
setup(__props) {
|
|
15362
15362
|
const {
|
|
@@ -15477,9 +15477,9 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
15477
15477
|
}
|
|
15478
15478
|
});
|
|
15479
15479
|
const PlanTypeSingle_vue_vue_type_style_index_0_scoped_7690175d_lang = "";
|
|
15480
|
-
const PlanTypeSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15480
|
+
const PlanTypeSingle = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-7690175d"]]);
|
|
15481
15481
|
const _hoisted_1$b = { class: "flex flex-wrap" };
|
|
15482
|
-
const _sfc_main$
|
|
15482
|
+
const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
15483
15483
|
...{ name: "ProgressButton" },
|
|
15484
15484
|
__name: "ProgressButton",
|
|
15485
15485
|
setup(__props) {
|
|
@@ -15526,7 +15526,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
15526
15526
|
}
|
|
15527
15527
|
});
|
|
15528
15528
|
const _hoisted_1$a = { class: "flex flex-wrap" };
|
|
15529
|
-
const _sfc_main$
|
|
15529
|
+
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
15530
15530
|
...{ name: "ProgressNoteButton" },
|
|
15531
15531
|
__name: "ProgressNoteButton",
|
|
15532
15532
|
setup(__props) {
|
|
@@ -15549,7 +15549,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
15549
15549
|
}
|
|
15550
15550
|
});
|
|
15551
15551
|
const ProgressModel = models.ProgressModel;
|
|
15552
|
-
const _sfc_main$
|
|
15552
|
+
const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
15553
15553
|
...{ name: "ProgressNoteTab" },
|
|
15554
15554
|
__name: "ProgressNoteTab",
|
|
15555
15555
|
setup(__props) {
|
|
@@ -15580,7 +15580,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
15580
15580
|
};
|
|
15581
15581
|
}
|
|
15582
15582
|
});
|
|
15583
|
-
const _sfc_main$
|
|
15583
|
+
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
15584
15584
|
...{
|
|
15585
15585
|
name: "ProgressCollection"
|
|
15586
15586
|
},
|
|
@@ -15644,10 +15644,10 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
15644
15644
|
}
|
|
15645
15645
|
});
|
|
15646
15646
|
const ProgressCollection_vue_vue_type_style_index_0_scoped_73139a91_lang = "";
|
|
15647
|
-
const ProgressCollection = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15647
|
+
const ProgressCollection = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-73139a91"]]);
|
|
15648
15648
|
const _hoisted_1$9 = { class: "grid gap-2 sm:grid-cols-2" };
|
|
15649
15649
|
const _hoisted_2$9 = { class: "text-right text-fg-subdued text-sm" };
|
|
15650
|
-
const _sfc_main$
|
|
15650
|
+
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
15651
15651
|
__name: "ProgressSingle",
|
|
15652
15652
|
setup(__props) {
|
|
15653
15653
|
var _a;
|
|
@@ -16015,7 +16015,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
16015
16015
|
_: 1
|
|
16016
16016
|
/* STABLE */
|
|
16017
16017
|
})) : createCommentVNode("v-if", true),
|
|
16018
|
-
createVNode(unref(_sfc_main$
|
|
16018
|
+
createVNode(unref(_sfc_main$H))
|
|
16019
16019
|
];
|
|
16020
16020
|
}),
|
|
16021
16021
|
_: 1
|
|
@@ -16029,10 +16029,10 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
16029
16029
|
}
|
|
16030
16030
|
});
|
|
16031
16031
|
const ProgressSingle_vue_vue_type_style_index_0_scoped_ba369d9e_lang = "";
|
|
16032
|
-
const ProgressSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16032
|
+
const ProgressSingle = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-ba369d9e"]]);
|
|
16033
16033
|
const _hoisted_1$8 = { class: "grid gap-2 sm:grid-cols-2" };
|
|
16034
16034
|
const _hoisted_2$8 = { class: "text-right text-fg-subdued text-sm" };
|
|
16035
|
-
const _sfc_main$
|
|
16035
|
+
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
16036
16036
|
__name: "ProgressTomorrow",
|
|
16037
16037
|
setup(__props) {
|
|
16038
16038
|
var _a;
|
|
@@ -16313,7 +16313,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
16313
16313
|
_: 1
|
|
16314
16314
|
/* STABLE */
|
|
16315
16315
|
})) : createCommentVNode("v-if", true),
|
|
16316
|
-
createVNode(unref(_sfc_main$
|
|
16316
|
+
createVNode(unref(_sfc_main$H))
|
|
16317
16317
|
];
|
|
16318
16318
|
}),
|
|
16319
16319
|
_: 1
|
|
@@ -16327,10 +16327,10 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
16327
16327
|
}
|
|
16328
16328
|
});
|
|
16329
16329
|
const ProgressTomorrow_vue_vue_type_style_index_0_scoped_0c5dc3d7_lang = "";
|
|
16330
|
-
const ProgressTomorrow = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16330
|
+
const ProgressTomorrow = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-0c5dc3d7"]]);
|
|
16331
16331
|
const _hoisted_1$7 = { class: "grid gap-2 sm:grid-cols-2" };
|
|
16332
16332
|
const _hoisted_2$7 = { class: "text-right text-fg-subdued text-sm" };
|
|
16333
|
-
const _sfc_main$
|
|
16333
|
+
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
16334
16334
|
__name: "ProgressYesterday",
|
|
16335
16335
|
setup(__props) {
|
|
16336
16336
|
var _a;
|
|
@@ -16611,7 +16611,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
16611
16611
|
_: 1
|
|
16612
16612
|
/* STABLE */
|
|
16613
16613
|
})) : createCommentVNode("v-if", true),
|
|
16614
|
-
createVNode(unref(_sfc_main$
|
|
16614
|
+
createVNode(unref(_sfc_main$H))
|
|
16615
16615
|
];
|
|
16616
16616
|
}),
|
|
16617
16617
|
_: 1
|
|
@@ -16625,8 +16625,8 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
16625
16625
|
}
|
|
16626
16626
|
});
|
|
16627
16627
|
const ProgressYesterday_vue_vue_type_style_index_0_scoped_84ac6152_lang = "";
|
|
16628
|
-
const ProgressYesterday = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16629
|
-
const _sfc_main$
|
|
16628
|
+
const ProgressYesterday = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-84ac6152"]]);
|
|
16629
|
+
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
16630
16630
|
__name: "ProgressNote",
|
|
16631
16631
|
setup(__props) {
|
|
16632
16632
|
var _a;
|
|
@@ -16735,7 +16735,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
16735
16735
|
_: 1
|
|
16736
16736
|
/* STABLE */
|
|
16737
16737
|
}),
|
|
16738
|
-
createVNode(unref(_sfc_main$
|
|
16738
|
+
createVNode(unref(_sfc_main$H))
|
|
16739
16739
|
]),
|
|
16740
16740
|
_: 1
|
|
16741
16741
|
/* STABLE */
|
|
@@ -16748,9 +16748,9 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
16748
16748
|
}
|
|
16749
16749
|
});
|
|
16750
16750
|
const ProgressNote_vue_vue_type_style_index_0_scoped_046e6306_lang = "";
|
|
16751
|
-
const ProgressNote = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16751
|
+
const ProgressNote = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-046e6306"]]);
|
|
16752
16752
|
const ProgressAccessModel = models.ProgressAccessModel;
|
|
16753
|
-
const _sfc_main$
|
|
16753
|
+
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
16754
16754
|
...{
|
|
16755
16755
|
name: "ProgressAccessCollection"
|
|
16756
16756
|
},
|
|
@@ -16768,7 +16768,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
16768
16768
|
};
|
|
16769
16769
|
}
|
|
16770
16770
|
});
|
|
16771
|
-
const _sfc_main$
|
|
16771
|
+
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
16772
16772
|
__name: "ProgressAccessSingle",
|
|
16773
16773
|
setup(__props) {
|
|
16774
16774
|
const {
|
|
@@ -16835,8 +16835,8 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
16835
16835
|
}
|
|
16836
16836
|
});
|
|
16837
16837
|
const ProgressAccessSingle_vue_vue_type_style_index_0_scoped_a12532ca_lang = "";
|
|
16838
|
-
const ProgressAccessSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16839
|
-
const _sfc_main$
|
|
16838
|
+
const ProgressAccessSingle = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-a12532ca"]]);
|
|
16839
|
+
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
16840
16840
|
__name: "ProgressAccessSupervisor",
|
|
16841
16841
|
setup(__props) {
|
|
16842
16842
|
const {
|
|
@@ -16905,9 +16905,9 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
16905
16905
|
}
|
|
16906
16906
|
});
|
|
16907
16907
|
const ProgressAccessSupervisor_vue_vue_type_style_index_0_scoped_856146bf_lang = "";
|
|
16908
|
-
const ProgressAccessSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16908
|
+
const ProgressAccessSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-856146bf"]]);
|
|
16909
16909
|
const ResponsibilityModel = models.ResponsibilityModel;
|
|
16910
|
-
const _sfc_main$
|
|
16910
|
+
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
16911
16911
|
...{
|
|
16912
16912
|
name: "ResponsibilityCollection"
|
|
16913
16913
|
},
|
|
@@ -16925,7 +16925,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
16925
16925
|
};
|
|
16926
16926
|
}
|
|
16927
16927
|
});
|
|
16928
|
-
const _sfc_main$
|
|
16928
|
+
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
16929
16929
|
__name: "ResponsibilitySingle",
|
|
16930
16930
|
setup(__props) {
|
|
16931
16931
|
const {
|
|
@@ -17152,8 +17152,8 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
17152
17152
|
}
|
|
17153
17153
|
});
|
|
17154
17154
|
const ResponsibilitySingle_vue_vue_type_style_index_0_scoped_5c8b04ca_lang = "";
|
|
17155
|
-
const ResponsibilitySingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17156
|
-
const _sfc_main$
|
|
17155
|
+
const ResponsibilitySingle = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-5c8b04ca"]]);
|
|
17156
|
+
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
17157
17157
|
__name: "ResponsibilityStaff",
|
|
17158
17158
|
setup(__props) {
|
|
17159
17159
|
const {
|
|
@@ -17347,8 +17347,8 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
17347
17347
|
}
|
|
17348
17348
|
});
|
|
17349
17349
|
const ResponsibilityStaff_vue_vue_type_style_index_0_scoped_6c8c000f_lang = "";
|
|
17350
|
-
const ResponsibilityStaff = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17351
|
-
const _sfc_main$
|
|
17350
|
+
const ResponsibilityStaff = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-6c8c000f"]]);
|
|
17351
|
+
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
17352
17352
|
__name: "ResponsibilitySupervisor",
|
|
17353
17353
|
setup(__props) {
|
|
17354
17354
|
const {
|
|
@@ -17542,9 +17542,9 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
17542
17542
|
}
|
|
17543
17543
|
});
|
|
17544
17544
|
const ResponsibilitySupervisor_vue_vue_type_style_index_0_scoped_291d61f5_lang = "";
|
|
17545
|
-
const ResponsibilitySupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17545
|
+
const ResponsibilitySupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-291d61f5"]]);
|
|
17546
17546
|
const ResponsibilityTypeModel = models.ResponsibilityTypeModel;
|
|
17547
|
-
const _sfc_main$
|
|
17547
|
+
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
17548
17548
|
...{
|
|
17549
17549
|
name: "ResponsibilityTypeCollection"
|
|
17550
17550
|
},
|
|
@@ -17562,7 +17562,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
17562
17562
|
};
|
|
17563
17563
|
}
|
|
17564
17564
|
});
|
|
17565
|
-
const _sfc_main$
|
|
17565
|
+
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
17566
17566
|
__name: "ResponsibilityTypeSingle",
|
|
17567
17567
|
setup(__props) {
|
|
17568
17568
|
const {
|
|
@@ -17628,9 +17628,9 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
17628
17628
|
}
|
|
17629
17629
|
});
|
|
17630
17630
|
const ResponsibilityTypeSingle_vue_vue_type_style_index_0_scoped_3df9fac1_lang = "";
|
|
17631
|
-
const ResponsibilityTypeSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17631
|
+
const ResponsibilityTypeSingle = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-3df9fac1"]]);
|
|
17632
17632
|
const SituationModel = models.SituationModel;
|
|
17633
|
-
const _sfc_main$
|
|
17633
|
+
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
17634
17634
|
...{ name: "SituationCollection" },
|
|
17635
17635
|
__name: "SituationCollection",
|
|
17636
17636
|
setup(__props) {
|
|
@@ -17646,7 +17646,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
17646
17646
|
};
|
|
17647
17647
|
}
|
|
17648
17648
|
});
|
|
17649
|
-
const _sfc_main$
|
|
17649
|
+
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
17650
17650
|
__name: "SituationSingle",
|
|
17651
17651
|
setup(__props) {
|
|
17652
17652
|
const {
|
|
@@ -17783,7 +17783,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
17783
17783
|
};
|
|
17784
17784
|
}
|
|
17785
17785
|
});
|
|
17786
|
-
const _sfc_main$
|
|
17786
|
+
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
17787
17787
|
__name: "SituationWork",
|
|
17788
17788
|
setup(__props) {
|
|
17789
17789
|
const {
|
|
@@ -17962,7 +17962,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
17962
17962
|
};
|
|
17963
17963
|
}
|
|
17964
17964
|
});
|
|
17965
|
-
const _sfc_main$
|
|
17965
|
+
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
17966
17966
|
...{ name: "SituationSupportive" },
|
|
17967
17967
|
__name: "SituationSupportive",
|
|
17968
17968
|
setup(__props) {
|
|
@@ -18101,7 +18101,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
18101
18101
|
}
|
|
18102
18102
|
});
|
|
18103
18103
|
const SituationTypeModel = models.SituationTypeModel;
|
|
18104
|
-
const _sfc_main$
|
|
18104
|
+
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
18105
18105
|
...{ name: "SituationTypeCollection" },
|
|
18106
18106
|
__name: "SituationTypeCollection",
|
|
18107
18107
|
setup(__props) {
|
|
@@ -18117,7 +18117,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
18117
18117
|
};
|
|
18118
18118
|
}
|
|
18119
18119
|
});
|
|
18120
|
-
const _sfc_main$
|
|
18120
|
+
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
18121
18121
|
__name: "SituationTypeSingle",
|
|
18122
18122
|
setup(__props) {
|
|
18123
18123
|
const {
|
|
@@ -18189,7 +18189,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
18189
18189
|
}
|
|
18190
18190
|
});
|
|
18191
18191
|
const StaffModel = models.StaffModel;
|
|
18192
|
-
const _sfc_main$
|
|
18192
|
+
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
18193
18193
|
...{
|
|
18194
18194
|
name: "StaffCollection"
|
|
18195
18195
|
},
|
|
@@ -18209,7 +18209,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18209
18209
|
});
|
|
18210
18210
|
const _hoisted_1$6 = { class: "grid gap-4 sm:grid-cols-[3fr_1fr]" };
|
|
18211
18211
|
const _hoisted_2$6 = { class: "grid gap-4 sm:grid-cols-2" };
|
|
18212
|
-
const _sfc_main$
|
|
18212
|
+
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
18213
18213
|
__name: "StaffSingle",
|
|
18214
18214
|
setup(__props) {
|
|
18215
18215
|
const {
|
|
@@ -18293,7 +18293,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
18293
18293
|
title: "Identitas"
|
|
18294
18294
|
}, {
|
|
18295
18295
|
default: withCtx(() => [
|
|
18296
|
-
createVNode(unref(_sfc_main$
|
|
18296
|
+
createVNode(unref(_sfc_main$j))
|
|
18297
18297
|
]),
|
|
18298
18298
|
_: 1
|
|
18299
18299
|
/* STABLE */
|
|
@@ -18362,10 +18362,10 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
18362
18362
|
}
|
|
18363
18363
|
});
|
|
18364
18364
|
const StaffSingle_vue_vue_type_style_index_0_scoped_be2a1aa4_lang = "";
|
|
18365
|
-
const StaffSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
18365
|
+
const StaffSingle = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-be2a1aa4"]]);
|
|
18366
18366
|
const _hoisted_1$5 = { class: "grid gap-4 sm:grid-cols-[3fr_1fr]" };
|
|
18367
18367
|
const _hoisted_2$5 = { class: "grid gap-4 sm:grid-cols-2" };
|
|
18368
|
-
const _sfc_main$
|
|
18368
|
+
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
18369
18369
|
__name: "StaffOperasional",
|
|
18370
18370
|
setup(__props) {
|
|
18371
18371
|
const {
|
|
@@ -18449,7 +18449,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18449
18449
|
title: "Identitas"
|
|
18450
18450
|
}, {
|
|
18451
18451
|
default: withCtx(() => [
|
|
18452
|
-
createVNode(unref(_sfc_main$
|
|
18452
|
+
createVNode(unref(_sfc_main$j))
|
|
18453
18453
|
]),
|
|
18454
18454
|
_: 1
|
|
18455
18455
|
/* STABLE */
|
|
@@ -18525,8 +18525,8 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18525
18525
|
}
|
|
18526
18526
|
});
|
|
18527
18527
|
const StaffOperasional_vue_vue_type_style_index_0_scoped_759338da_lang = "";
|
|
18528
|
-
const StaffOperasional = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
18529
|
-
const _sfc_main$
|
|
18528
|
+
const StaffOperasional = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-759338da"]]);
|
|
18529
|
+
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
18530
18530
|
__name: "StaffIdentity",
|
|
18531
18531
|
setup(__props) {
|
|
18532
18532
|
const { values, saveOne, executeOne, syncOne } = useSingle();
|
|
@@ -18754,13 +18754,17 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
18754
18754
|
}
|
|
18755
18755
|
});
|
|
18756
18756
|
const SubmissionModel = models.SubmissionModel;
|
|
18757
|
-
const _sfc_main$
|
|
18757
|
+
const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
18758
18758
|
...{ name: "SubmissionDocumentTab" },
|
|
18759
18759
|
__name: "SubmissionDocumentTab",
|
|
18760
18760
|
props: {
|
|
18761
18761
|
isReadonly: {
|
|
18762
18762
|
type: Boolean,
|
|
18763
18763
|
default: false
|
|
18764
|
+
},
|
|
18765
|
+
toolbar: {
|
|
18766
|
+
type: String,
|
|
18767
|
+
default: ""
|
|
18764
18768
|
}
|
|
18765
18769
|
},
|
|
18766
18770
|
setup(__props) {
|
|
@@ -18783,8 +18787,9 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18783
18787
|
"use-pages": false,
|
|
18784
18788
|
"is-ready": unref(isReady) && isTouched,
|
|
18785
18789
|
"is-loading": unref(isLoading),
|
|
18786
|
-
"is-readonly": __props.isReadonly
|
|
18787
|
-
|
|
18790
|
+
"is-readonly": __props.isReadonly,
|
|
18791
|
+
toolbar: __props.toolbar
|
|
18792
|
+
}, null, 8, ["application-id", "object", "is-ready", "is-loading", "is-readonly", "toolbar"])
|
|
18788
18793
|
]),
|
|
18789
18794
|
_: 1
|
|
18790
18795
|
/* STABLE */
|
|
@@ -18792,6 +18797,70 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18792
18797
|
};
|
|
18793
18798
|
}
|
|
18794
18799
|
});
|
|
18800
|
+
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
18801
|
+
...{ name: "SubmissionDetailTab" },
|
|
18802
|
+
__name: "SubmissionDetailTab",
|
|
18803
|
+
setup(__props) {
|
|
18804
|
+
const {
|
|
18805
|
+
fields,
|
|
18806
|
+
id,
|
|
18807
|
+
initialValues,
|
|
18808
|
+
values,
|
|
18809
|
+
isLoading,
|
|
18810
|
+
isChanged,
|
|
18811
|
+
isReady,
|
|
18812
|
+
isMain,
|
|
18813
|
+
isNew,
|
|
18814
|
+
saveOne,
|
|
18815
|
+
discardChanges
|
|
18816
|
+
} = useSingle();
|
|
18817
|
+
return (_ctx, _cache) => {
|
|
18818
|
+
return !unref(isNew) ? (openBlock(), createBlock(unref(OfficeTab), {
|
|
18819
|
+
key: 0,
|
|
18820
|
+
handle: "detail",
|
|
18821
|
+
icon: "circle-info",
|
|
18822
|
+
title: "Detail"
|
|
18823
|
+
}, {
|
|
18824
|
+
default: withCtx(() => [
|
|
18825
|
+
createVNode(unref(NeonForm), {
|
|
18826
|
+
handle: "detail",
|
|
18827
|
+
"initial-values": unref(initialValues),
|
|
18828
|
+
"is-loading": unref(isLoading),
|
|
18829
|
+
"is-changed": unref(isChanged),
|
|
18830
|
+
"use-unsaved": "",
|
|
18831
|
+
onCancel: unref(discardChanges),
|
|
18832
|
+
onSubmit: unref(saveOne)
|
|
18833
|
+
}, {
|
|
18834
|
+
default: withCtx(() => [
|
|
18835
|
+
createVNode(unref(NeonField), mergeProps({
|
|
18836
|
+
modelValue: unref(values).detailRaise,
|
|
18837
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(values).detailRaise = $event)
|
|
18838
|
+
}, unref(fields).detailRaise), null, 16, ["modelValue"]),
|
|
18839
|
+
createVNode(unref(NeonField), mergeProps({
|
|
18840
|
+
modelValue: unref(values).detailProcess,
|
|
18841
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => unref(values).detailProcess = $event)
|
|
18842
|
+
}, unref(fields).detailProcess), null, 16, ["modelValue"]),
|
|
18843
|
+
createVNode(unref(NeonField), mergeProps({
|
|
18844
|
+
modelValue: unref(values).detailDecide,
|
|
18845
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => unref(values).detailDecide = $event)
|
|
18846
|
+
}, unref(fields).detailDecide), null, 16, ["modelValue"]),
|
|
18847
|
+
createVNode(unref(NeonField), mergeProps({
|
|
18848
|
+
modelValue: unref(values).detailDecideOther,
|
|
18849
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => unref(values).detailDecideOther = $event)
|
|
18850
|
+
}, unref(fields).detailDecideOther), null, 16, ["modelValue"])
|
|
18851
|
+
]),
|
|
18852
|
+
_: 1
|
|
18853
|
+
/* STABLE */
|
|
18854
|
+
}, 8, ["initial-values", "is-loading", "is-changed", "onCancel", "onSubmit"])
|
|
18855
|
+
]),
|
|
18856
|
+
_: 1
|
|
18857
|
+
/* STABLE */
|
|
18858
|
+
})) : createCommentVNode("v-if", true);
|
|
18859
|
+
};
|
|
18860
|
+
}
|
|
18861
|
+
});
|
|
18862
|
+
const SubmissionDetailTab_vue_vue_type_style_index_0_scoped_3f59d8c4_lang = "";
|
|
18863
|
+
const SubmissionDetailTab = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-3f59d8c4"]]);
|
|
18795
18864
|
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
18796
18865
|
...{
|
|
18797
18866
|
name: "SubmissionCollection"
|
|
@@ -18851,20 +18920,24 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18851
18920
|
modelValue: unref(values).title,
|
|
18852
18921
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(values).title = $event)
|
|
18853
18922
|
}, unref(fields).title), null, 16, ["modelValue"]),
|
|
18923
|
+
createVNode(unref(NeonField), mergeProps({
|
|
18924
|
+
modelValue: unref(values).nominal,
|
|
18925
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => unref(values).nominal = $event)
|
|
18926
|
+
}, unref(fields).nominal), null, 16, ["modelValue"]),
|
|
18854
18927
|
createVNode(unref(NeonField), mergeProps({
|
|
18855
18928
|
modelValue: unref(values).status,
|
|
18856
|
-
"onUpdate:modelValue": _cache[
|
|
18929
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => unref(values).status = $event)
|
|
18857
18930
|
}, unref(fields).status), null, 16, ["modelValue"]),
|
|
18858
18931
|
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
18859
18932
|
default: withCtx(() => [
|
|
18860
18933
|
createVNode(unref(OfficeRelation), {
|
|
18861
18934
|
modelValue: unref(values),
|
|
18862
|
-
"onUpdate:modelValue": _cache[
|
|
18935
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(values) ? values.value = $event : null),
|
|
18863
18936
|
field: unref(fields).branches
|
|
18864
18937
|
}, null, 8, ["modelValue", "field"]),
|
|
18865
18938
|
createVNode(unref(OfficeRelation), {
|
|
18866
18939
|
modelValue: unref(values),
|
|
18867
|
-
"onUpdate:modelValue": _cache[
|
|
18940
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => isRef(values) ? values.value = $event : null),
|
|
18868
18941
|
field: unref(fields).type
|
|
18869
18942
|
}, null, 8, ["modelValue", "field"])
|
|
18870
18943
|
]),
|
|
@@ -18875,12 +18948,12 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18875
18948
|
default: withCtx(() => [
|
|
18876
18949
|
createVNode(unref(OfficeRelation), {
|
|
18877
18950
|
modelValue: unref(values),
|
|
18878
|
-
"onUpdate:modelValue": _cache[
|
|
18951
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => isRef(values) ? values.value = $event : null),
|
|
18879
18952
|
field: unref(fields).submissionStaffs
|
|
18880
18953
|
}, null, 8, ["modelValue", "field"]),
|
|
18881
18954
|
createVNode(unref(OfficeRelation), {
|
|
18882
18955
|
modelValue: unref(values),
|
|
18883
|
-
"onUpdate:modelValue": _cache[
|
|
18956
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => isRef(values) ? values.value = $event : null),
|
|
18884
18957
|
field: unref(fields).raiseStaffs
|
|
18885
18958
|
}, null, 8, ["modelValue", "field"])
|
|
18886
18959
|
]),
|
|
@@ -18891,12 +18964,12 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18891
18964
|
default: withCtx(() => [
|
|
18892
18965
|
createVNode(unref(OfficeRelation), {
|
|
18893
18966
|
modelValue: unref(values),
|
|
18894
|
-
"onUpdate:modelValue": _cache[
|
|
18967
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => isRef(values) ? values.value = $event : null),
|
|
18895
18968
|
field: unref(fields).decideStaffs
|
|
18896
18969
|
}, null, 8, ["modelValue", "field"]),
|
|
18897
18970
|
createVNode(unref(OfficeRelation), {
|
|
18898
18971
|
modelValue: unref(values),
|
|
18899
|
-
"onUpdate:modelValue": _cache[
|
|
18972
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
|
|
18900
18973
|
field: unref(fields).followUpStaffs
|
|
18901
18974
|
}, null, 8, ["modelValue", "field"])
|
|
18902
18975
|
]),
|
|
@@ -18906,19 +18979,19 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18906
18979
|
createCommentVNode(' <NeonField\n v-model="values.specifications"\n v-bind="fields.specifications"\n /> '),
|
|
18907
18980
|
createVNode(unref(NeonField), mergeProps({
|
|
18908
18981
|
modelValue: unref(values).preparedAt,
|
|
18909
|
-
"onUpdate:modelValue": _cache[
|
|
18982
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => unref(values).preparedAt = $event)
|
|
18910
18983
|
}, unref(fields).preparedAt), null, 16, ["modelValue"]),
|
|
18911
18984
|
createVNode(unref(NeonField), mergeProps({
|
|
18912
18985
|
modelValue: unref(values).raisedAt,
|
|
18913
|
-
"onUpdate:modelValue": _cache[
|
|
18986
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => unref(values).raisedAt = $event)
|
|
18914
18987
|
}, unref(fields).raisedAt), null, 16, ["modelValue"]),
|
|
18915
18988
|
createVNode(unref(NeonField), mergeProps({
|
|
18916
18989
|
modelValue: unref(values).processedAt,
|
|
18917
|
-
"onUpdate:modelValue": _cache[
|
|
18990
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => unref(values).processedAt = $event)
|
|
18918
18991
|
}, unref(fields).processedAt), null, 16, ["modelValue"]),
|
|
18919
18992
|
createVNode(unref(NeonField), mergeProps({
|
|
18920
18993
|
modelValue: unref(values).updatedAt,
|
|
18921
|
-
"onUpdate:modelValue": _cache[
|
|
18994
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => unref(values).updatedAt = $event)
|
|
18922
18995
|
}, {
|
|
18923
18996
|
handle: "updatedAt",
|
|
18924
18997
|
name: "Tanggal Diupdate",
|
|
@@ -18932,28 +19005,68 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18932
19005
|
"is-dashed": "",
|
|
18933
19006
|
label: "Spesifikasi"
|
|
18934
19007
|
}),
|
|
18935
|
-
createVNode(unref(NeonField), mergeProps({
|
|
18936
|
-
modelValue: unref(values).nominal,
|
|
18937
|
-
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => unref(values).nominal = $event)
|
|
18938
|
-
}, unref(fields).nominal), null, 16, ["modelValue"]),
|
|
18939
19008
|
createVNode(unref(NeonField), mergeProps({
|
|
18940
19009
|
modelValue: unref(values).workingHours,
|
|
18941
19010
|
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => unref(values).workingHours = $event)
|
|
18942
19011
|
}, unref(fields).workingHours), null, 16, ["modelValue"]),
|
|
18943
19012
|
createVNode(unref(NeonDivider), {
|
|
18944
19013
|
"is-dashed": "",
|
|
18945
|
-
label: "
|
|
19014
|
+
label: "Menaikkan"
|
|
18946
19015
|
}),
|
|
18947
19016
|
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
18948
19017
|
default: withCtx(() => [
|
|
18949
19018
|
createVNode(unref(OfficeRelation), {
|
|
18950
19019
|
modelValue: unref(values),
|
|
18951
19020
|
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => isRef(values) ? values.value = $event : null),
|
|
18952
|
-
field: unref(fields).
|
|
19021
|
+
field: unref(fields).hasRaiseStaffs,
|
|
19022
|
+
"is-disabled": ""
|
|
18953
19023
|
}, null, 8, ["modelValue", "field"]),
|
|
18954
19024
|
createVNode(unref(OfficeRelation), {
|
|
18955
19025
|
modelValue: unref(values),
|
|
18956
19026
|
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19027
|
+
field: unref(fields).yetRaiseStaffs,
|
|
19028
|
+
"is-disabled": ""
|
|
19029
|
+
}, null, 8, ["modelValue", "field"])
|
|
19030
|
+
]),
|
|
19031
|
+
_: 1
|
|
19032
|
+
/* STABLE */
|
|
19033
|
+
}),
|
|
19034
|
+
createVNode(unref(NeonDivider), {
|
|
19035
|
+
"is-dashed": "",
|
|
19036
|
+
label: "Memproses"
|
|
19037
|
+
}),
|
|
19038
|
+
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
19039
|
+
default: withCtx(() => [
|
|
19040
|
+
createVNode(unref(OfficeRelation), {
|
|
19041
|
+
modelValue: unref(values),
|
|
19042
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19043
|
+
field: unref(fields).hasProcessStaffs,
|
|
19044
|
+
"is-disabled": ""
|
|
19045
|
+
}, null, 8, ["modelValue", "field"]),
|
|
19046
|
+
createVNode(unref(OfficeRelation), {
|
|
19047
|
+
modelValue: unref(values),
|
|
19048
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19049
|
+
field: unref(fields).yetProcessStaffs,
|
|
19050
|
+
"is-disabled": ""
|
|
19051
|
+
}, null, 8, ["modelValue", "field"])
|
|
19052
|
+
]),
|
|
19053
|
+
_: 1
|
|
19054
|
+
/* STABLE */
|
|
19055
|
+
}),
|
|
19056
|
+
createVNode(unref(NeonDivider), {
|
|
19057
|
+
"is-dashed": "",
|
|
19058
|
+
label: "Keputusan"
|
|
19059
|
+
}),
|
|
19060
|
+
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
19061
|
+
default: withCtx(() => [
|
|
19062
|
+
createVNode(unref(OfficeRelation), {
|
|
19063
|
+
modelValue: unref(values),
|
|
19064
|
+
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19065
|
+
field: unref(fields).delayStaffs
|
|
19066
|
+
}, null, 8, ["modelValue", "field"]),
|
|
19067
|
+
createVNode(unref(OfficeRelation), {
|
|
19068
|
+
modelValue: unref(values),
|
|
19069
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => isRef(values) ? values.value = $event : null),
|
|
18957
19070
|
field: unref(fields).agreedStaffs
|
|
18958
19071
|
}, null, 8, ["modelValue", "field"])
|
|
18959
19072
|
]),
|
|
@@ -18968,8 +19081,10 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18968
19081
|
_: 1
|
|
18969
19082
|
/* STABLE */
|
|
18970
19083
|
}),
|
|
19084
|
+
createCommentVNode(" DETAIL "),
|
|
19085
|
+
createVNode(unref(SubmissionDetailTab)),
|
|
18971
19086
|
createCommentVNode(" DOKUMEN "),
|
|
18972
|
-
createVNode(unref(_sfc_main$
|
|
19087
|
+
createVNode(unref(_sfc_main$i), { toolbar: "side" })
|
|
18973
19088
|
]),
|
|
18974
19089
|
_: 1
|
|
18975
19090
|
/* STABLE */
|
|
@@ -18981,8 +19096,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18981
19096
|
};
|
|
18982
19097
|
}
|
|
18983
19098
|
});
|
|
18984
|
-
const
|
|
18985
|
-
const SubmissionSingle = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-
|
|
19099
|
+
const SubmissionSingle_vue_vue_type_style_index_0_scoped_4a420628_lang = "";
|
|
19100
|
+
const SubmissionSingle = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-4a420628"]]);
|
|
18986
19101
|
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
18987
19102
|
__name: "SubmissionStaff",
|
|
18988
19103
|
setup(__props) {
|
|
@@ -19076,7 +19191,11 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19076
19191
|
values.value.preparedAt = defaultValues.preparedAt;
|
|
19077
19192
|
}
|
|
19078
19193
|
const syncRaise = async () => {
|
|
19079
|
-
|
|
19194
|
+
var _a2;
|
|
19195
|
+
await executeOne("raiseSubmission", {
|
|
19196
|
+
submissionId: id.value,
|
|
19197
|
+
staffId: (_a2 = staff.value) == null ? void 0 : _a2.id
|
|
19198
|
+
});
|
|
19080
19199
|
await syncOne();
|
|
19081
19200
|
};
|
|
19082
19201
|
return (_ctx, _cache) => {
|
|
@@ -19101,21 +19220,24 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19101
19220
|
}, {
|
|
19102
19221
|
default: withCtx(() => [
|
|
19103
19222
|
unref(isReady) ? (openBlock(), createBlock(unref(NeonField), { key: 0 }, {
|
|
19104
|
-
input: withCtx(() =>
|
|
19105
|
-
|
|
19106
|
-
|
|
19107
|
-
|
|
19108
|
-
|
|
19109
|
-
|
|
19110
|
-
|
|
19111
|
-
|
|
19112
|
-
|
|
19113
|
-
|
|
19114
|
-
|
|
19115
|
-
|
|
19116
|
-
|
|
19117
|
-
|
|
19118
|
-
|
|
19223
|
+
input: withCtx(() => {
|
|
19224
|
+
var _a2, _b;
|
|
19225
|
+
return [
|
|
19226
|
+
createVNode(unref(NeonButton), {
|
|
19227
|
+
size: "md",
|
|
19228
|
+
color: "dark",
|
|
19229
|
+
"icon-left": "arrow-up-from-line",
|
|
19230
|
+
"is-disabled": unref(isNew) || unref(isChanged) || unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved" || !unref(values).agreedStaffs || !unref(values).branches || !unref(values).decideStaffs || !unref(values).followUpStaffs || !unref(values).raiseStaffs || !unref(values).submissionStaffs || !unref(values).title || !unref(values).type || ((_b = unref(values).hasRaiseStaffIds) == null ? void 0 : _b.includes(((_a2 = unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
19231
|
+
onClick: syncRaise
|
|
19232
|
+
}, {
|
|
19233
|
+
default: withCtx(() => [
|
|
19234
|
+
createTextVNode("Dinaikkan")
|
|
19235
|
+
]),
|
|
19236
|
+
_: 1
|
|
19237
|
+
/* STABLE */
|
|
19238
|
+
}, 8, ["is-disabled"])
|
|
19239
|
+
];
|
|
19240
|
+
}),
|
|
19119
19241
|
_: 1
|
|
19120
19242
|
/* STABLE */
|
|
19121
19243
|
})) : createCommentVNode("v-if", true),
|
|
@@ -19125,18 +19247,24 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19125
19247
|
}, unref(fields).title, {
|
|
19126
19248
|
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
19127
19249
|
}), null, 16, ["modelValue", "is-disabled"]),
|
|
19250
|
+
createVNode(unref(NeonField), mergeProps({
|
|
19251
|
+
modelValue: unref(values).nominal,
|
|
19252
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => unref(values).nominal = $event)
|
|
19253
|
+
}, unref(fields).nominal, {
|
|
19254
|
+
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
19255
|
+
}), null, 16, ["modelValue", "is-disabled"]),
|
|
19128
19256
|
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
19129
19257
|
default: withCtx(() => [
|
|
19130
19258
|
createVNode(unref(OfficeRelation), {
|
|
19131
19259
|
modelValue: unref(values),
|
|
19132
|
-
"onUpdate:modelValue": _cache[
|
|
19260
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19133
19261
|
field: unref(fields).branches,
|
|
19134
19262
|
query: unref(Query).define(branchOptions.value),
|
|
19135
19263
|
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
19136
19264
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
19137
19265
|
createVNode(unref(OfficeRelation), {
|
|
19138
19266
|
modelValue: unref(values),
|
|
19139
|
-
"onUpdate:modelValue": _cache[
|
|
19267
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19140
19268
|
field: unref(fields).type,
|
|
19141
19269
|
query: unref(Query).define(typeOptions.value),
|
|
19142
19270
|
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
@@ -19146,22 +19274,25 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19146
19274
|
/* STABLE */
|
|
19147
19275
|
}),
|
|
19148
19276
|
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
19149
|
-
default: withCtx(() =>
|
|
19150
|
-
|
|
19151
|
-
|
|
19152
|
-
|
|
19153
|
-
|
|
19154
|
-
|
|
19155
|
-
|
|
19156
|
-
|
|
19157
|
-
|
|
19158
|
-
modelValue
|
|
19159
|
-
|
|
19160
|
-
|
|
19161
|
-
|
|
19162
|
-
|
|
19163
|
-
|
|
19164
|
-
|
|
19277
|
+
default: withCtx(() => {
|
|
19278
|
+
var _a2;
|
|
19279
|
+
return [
|
|
19280
|
+
createVNode(unref(OfficeRelation), {
|
|
19281
|
+
modelValue: unref(values),
|
|
19282
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19283
|
+
field: unref(fields).submissionStaffs,
|
|
19284
|
+
query: unref(Query).define(submissionStaffOptions.value),
|
|
19285
|
+
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved" || ((_a2 = unref(values).hasRaiseStaffIds) == null ? void 0 : _a2.length) ? true : false
|
|
19286
|
+
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
19287
|
+
createVNode(unref(OfficeRelation), {
|
|
19288
|
+
modelValue: unref(values),
|
|
19289
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19290
|
+
field: unref(fields).raiseStaffs,
|
|
19291
|
+
query: unref(Query).define(roleStaffOptions.value),
|
|
19292
|
+
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
19293
|
+
}, null, 8, ["modelValue", "field", "query", "is-disabled"])
|
|
19294
|
+
];
|
|
19295
|
+
}),
|
|
19165
19296
|
_: 1
|
|
19166
19297
|
/* STABLE */
|
|
19167
19298
|
}),
|
|
@@ -19169,14 +19300,14 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19169
19300
|
default: withCtx(() => [
|
|
19170
19301
|
createVNode(unref(OfficeRelation), {
|
|
19171
19302
|
modelValue: unref(values),
|
|
19172
|
-
"onUpdate:modelValue": _cache[
|
|
19303
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19173
19304
|
field: unref(fields).decideStaffs,
|
|
19174
19305
|
query: unref(Query).define(roleDecideStaffOptions.value),
|
|
19175
19306
|
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
19176
19307
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
19177
19308
|
createVNode(unref(OfficeRelation), {
|
|
19178
19309
|
modelValue: unref(values),
|
|
19179
|
-
"onUpdate:modelValue": _cache[
|
|
19310
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19180
19311
|
field: unref(fields).followUpStaffs
|
|
19181
19312
|
}, null, 8, ["modelValue", "field"])
|
|
19182
19313
|
]),
|
|
@@ -19197,26 +19328,20 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19197
19328
|
/> `),
|
|
19198
19329
|
createVNode(unref(NeonField), mergeProps({
|
|
19199
19330
|
modelValue: unref(values).preparedAt,
|
|
19200
|
-
"onUpdate:modelValue": _cache[
|
|
19331
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => unref(values).preparedAt = $event)
|
|
19201
19332
|
}, unref(fields).preparedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19202
19333
|
createVNode(unref(NeonField), mergeProps({
|
|
19203
19334
|
modelValue: unref(values).raisedAt,
|
|
19204
|
-
"onUpdate:modelValue": _cache[
|
|
19335
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => unref(values).raisedAt = $event)
|
|
19205
19336
|
}, unref(fields).raisedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19206
19337
|
createVNode(unref(NeonField), mergeProps({
|
|
19207
19338
|
modelValue: unref(values).processedAt,
|
|
19208
|
-
"onUpdate:modelValue": _cache[
|
|
19339
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => unref(values).processedAt = $event)
|
|
19209
19340
|
}, unref(fields).processedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19210
19341
|
createVNode(unref(NeonDivider), {
|
|
19211
19342
|
"is-dashed": "",
|
|
19212
19343
|
label: "Spesifikasi"
|
|
19213
19344
|
}),
|
|
19214
|
-
createVNode(unref(NeonField), mergeProps({
|
|
19215
|
-
modelValue: unref(values).nominal,
|
|
19216
|
-
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => unref(values).nominal = $event)
|
|
19217
|
-
}, unref(fields).nominal, {
|
|
19218
|
-
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
19219
|
-
}), null, 16, ["modelValue", "is-disabled"]),
|
|
19220
19345
|
createVNode(unref(NeonField), mergeProps({
|
|
19221
19346
|
modelValue: unref(values).workingHours,
|
|
19222
19347
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => unref(values).workingHours = $event)
|
|
@@ -19225,19 +19350,63 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19225
19350
|
}), null, 16, ["modelValue", "is-disabled"]),
|
|
19226
19351
|
createVNode(unref(NeonDivider), {
|
|
19227
19352
|
"is-dashed": "",
|
|
19228
|
-
label: "
|
|
19353
|
+
label: "Menaikkan"
|
|
19229
19354
|
}),
|
|
19230
19355
|
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
19231
19356
|
default: withCtx(() => [
|
|
19232
19357
|
createVNode(unref(OfficeRelation), {
|
|
19233
19358
|
modelValue: unref(values),
|
|
19234
19359
|
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19235
|
-
field: unref(fields).
|
|
19360
|
+
field: unref(fields).hasRaiseStaffs,
|
|
19236
19361
|
"is-disabled": ""
|
|
19237
19362
|
}, null, 8, ["modelValue", "field"]),
|
|
19238
19363
|
createVNode(unref(OfficeRelation), {
|
|
19239
19364
|
modelValue: unref(values),
|
|
19240
19365
|
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19366
|
+
field: unref(fields).yetRaiseStaffs,
|
|
19367
|
+
"is-disabled": ""
|
|
19368
|
+
}, null, 8, ["modelValue", "field"])
|
|
19369
|
+
]),
|
|
19370
|
+
_: 1
|
|
19371
|
+
/* STABLE */
|
|
19372
|
+
}),
|
|
19373
|
+
createVNode(unref(NeonDivider), {
|
|
19374
|
+
"is-dashed": "",
|
|
19375
|
+
label: "Memproses"
|
|
19376
|
+
}),
|
|
19377
|
+
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
19378
|
+
default: withCtx(() => [
|
|
19379
|
+
createVNode(unref(OfficeRelation), {
|
|
19380
|
+
modelValue: unref(values),
|
|
19381
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19382
|
+
field: unref(fields).hasProcessStaffs,
|
|
19383
|
+
"is-disabled": ""
|
|
19384
|
+
}, null, 8, ["modelValue", "field"]),
|
|
19385
|
+
createVNode(unref(OfficeRelation), {
|
|
19386
|
+
modelValue: unref(values),
|
|
19387
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19388
|
+
field: unref(fields).yetProcessStaffs,
|
|
19389
|
+
"is-disabled": ""
|
|
19390
|
+
}, null, 8, ["modelValue", "field"])
|
|
19391
|
+
]),
|
|
19392
|
+
_: 1
|
|
19393
|
+
/* STABLE */
|
|
19394
|
+
}),
|
|
19395
|
+
createVNode(unref(NeonDivider), {
|
|
19396
|
+
"is-dashed": "",
|
|
19397
|
+
label: "Keputusan"
|
|
19398
|
+
}),
|
|
19399
|
+
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
19400
|
+
default: withCtx(() => [
|
|
19401
|
+
createVNode(unref(OfficeRelation), {
|
|
19402
|
+
modelValue: unref(values),
|
|
19403
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19404
|
+
field: unref(fields).delayStaffs,
|
|
19405
|
+
"is-disabled": ""
|
|
19406
|
+
}, null, 8, ["modelValue", "field"]),
|
|
19407
|
+
createVNode(unref(OfficeRelation), {
|
|
19408
|
+
modelValue: unref(values),
|
|
19409
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19241
19410
|
field: unref(fields).agreedStaffs,
|
|
19242
19411
|
"is-disabled": ""
|
|
19243
19412
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -19253,8 +19422,11 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19253
19422
|
_: 1
|
|
19254
19423
|
/* STABLE */
|
|
19255
19424
|
}),
|
|
19425
|
+
createCommentVNode(" DETAIL "),
|
|
19426
|
+
createVNode(unref(SubmissionDetailTab)),
|
|
19256
19427
|
createCommentVNode(" DOKUMEN "),
|
|
19257
|
-
createVNode(unref(_sfc_main$
|
|
19428
|
+
createVNode(unref(_sfc_main$i), {
|
|
19429
|
+
toolbar: "side",
|
|
19258
19430
|
"is-readonly": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
19259
19431
|
}, null, 8, ["is-readonly"])
|
|
19260
19432
|
]),
|
|
@@ -19268,8 +19440,8 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19268
19440
|
};
|
|
19269
19441
|
}
|
|
19270
19442
|
});
|
|
19271
|
-
const
|
|
19272
|
-
const SubmissionStaff = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
19443
|
+
const SubmissionStaff_vue_vue_type_style_index_0_scoped_39e053b2_lang = "";
|
|
19444
|
+
const SubmissionStaff = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-39e053b2"]]);
|
|
19273
19445
|
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
19274
19446
|
__name: "SubmissionFollowUp",
|
|
19275
19447
|
setup(__props) {
|
|
@@ -19308,17 +19480,21 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
19308
19480
|
modelValue: unref(values).title,
|
|
19309
19481
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(values).title = $event)
|
|
19310
19482
|
}, unref(fields).title, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19483
|
+
createVNode(unref(NeonField), mergeProps({
|
|
19484
|
+
modelValue: unref(values).nominal,
|
|
19485
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => unref(values).nominal = $event)
|
|
19486
|
+
}, unref(fields).nominal, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19311
19487
|
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
19312
19488
|
default: withCtx(() => [
|
|
19313
19489
|
createVNode(unref(OfficeRelation), {
|
|
19314
19490
|
modelValue: unref(values),
|
|
19315
|
-
"onUpdate:modelValue": _cache[
|
|
19491
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19316
19492
|
field: unref(fields).branches,
|
|
19317
19493
|
"is-disabled": ""
|
|
19318
19494
|
}, null, 8, ["modelValue", "field"]),
|
|
19319
19495
|
createVNode(unref(OfficeRelation), {
|
|
19320
19496
|
modelValue: unref(values),
|
|
19321
|
-
"onUpdate:modelValue": _cache[
|
|
19497
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19322
19498
|
field: unref(fields).type,
|
|
19323
19499
|
"is-disabled": ""
|
|
19324
19500
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -19330,13 +19506,13 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
19330
19506
|
default: withCtx(() => [
|
|
19331
19507
|
createVNode(unref(OfficeRelation), {
|
|
19332
19508
|
modelValue: unref(values),
|
|
19333
|
-
"onUpdate:modelValue": _cache[
|
|
19509
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19334
19510
|
field: unref(fields).submissionStaffs,
|
|
19335
19511
|
"is-disabled": ""
|
|
19336
19512
|
}, null, 8, ["modelValue", "field"]),
|
|
19337
19513
|
createVNode(unref(OfficeRelation), {
|
|
19338
19514
|
modelValue: unref(values),
|
|
19339
|
-
"onUpdate:modelValue": _cache[
|
|
19515
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19340
19516
|
field: unref(fields).raiseStaffs,
|
|
19341
19517
|
"is-disabled": ""
|
|
19342
19518
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -19348,13 +19524,13 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
19348
19524
|
default: withCtx(() => [
|
|
19349
19525
|
createVNode(unref(OfficeRelation), {
|
|
19350
19526
|
modelValue: unref(values),
|
|
19351
|
-
"onUpdate:modelValue": _cache[
|
|
19527
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19352
19528
|
field: unref(fields).decideStaffs,
|
|
19353
19529
|
"is-disabled": ""
|
|
19354
19530
|
}, null, 8, ["modelValue", "field"]),
|
|
19355
19531
|
createVNode(unref(OfficeRelation), {
|
|
19356
19532
|
modelValue: unref(values),
|
|
19357
|
-
"onUpdate:modelValue": _cache[
|
|
19533
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19358
19534
|
field: unref(fields).followUpStaffs
|
|
19359
19535
|
}, null, 8, ["modelValue", "field"])
|
|
19360
19536
|
]),
|
|
@@ -19364,7 +19540,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
19364
19540
|
createCommentVNode(' <NeonField\n v-model="values.specifications"\n v-bind="fields.specifications"\n is-disabled\n /> '),
|
|
19365
19541
|
createVNode(unref(NeonField), mergeProps({
|
|
19366
19542
|
modelValue: unref(values).updatedAt,
|
|
19367
|
-
"onUpdate:modelValue": _cache[
|
|
19543
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => unref(values).updatedAt = $event)
|
|
19368
19544
|
}, {
|
|
19369
19545
|
handle: "updatedAt",
|
|
19370
19546
|
name: "Tanggal Diupdate",
|
|
@@ -19378,29 +19554,69 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
19378
19554
|
"is-dashed": "",
|
|
19379
19555
|
label: "Spesifikasi"
|
|
19380
19556
|
}),
|
|
19381
|
-
createVNode(unref(NeonField), mergeProps({
|
|
19382
|
-
modelValue: unref(values).nominal,
|
|
19383
|
-
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => unref(values).nominal = $event)
|
|
19384
|
-
}, unref(fields).nominal, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19385
19557
|
createVNode(unref(NeonField), mergeProps({
|
|
19386
19558
|
modelValue: unref(values).workingHours,
|
|
19387
19559
|
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => unref(values).workingHours = $event)
|
|
19388
19560
|
}, unref(fields).workingHours, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19389
19561
|
createVNode(unref(NeonDivider), {
|
|
19390
19562
|
"is-dashed": "",
|
|
19391
|
-
label: "
|
|
19563
|
+
label: "Menaikkan"
|
|
19392
19564
|
}),
|
|
19393
19565
|
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
19394
19566
|
default: withCtx(() => [
|
|
19395
19567
|
createVNode(unref(OfficeRelation), {
|
|
19396
19568
|
modelValue: unref(values),
|
|
19397
19569
|
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19398
|
-
field: unref(fields).
|
|
19570
|
+
field: unref(fields).hasRaiseStaffs,
|
|
19399
19571
|
"is-disabled": ""
|
|
19400
19572
|
}, null, 8, ["modelValue", "field"]),
|
|
19401
19573
|
createVNode(unref(OfficeRelation), {
|
|
19402
19574
|
modelValue: unref(values),
|
|
19403
19575
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19576
|
+
field: unref(fields).yetRaiseStaffs,
|
|
19577
|
+
"is-disabled": ""
|
|
19578
|
+
}, null, 8, ["modelValue", "field"])
|
|
19579
|
+
]),
|
|
19580
|
+
_: 1
|
|
19581
|
+
/* STABLE */
|
|
19582
|
+
}),
|
|
19583
|
+
createVNode(unref(NeonDivider), {
|
|
19584
|
+
"is-dashed": "",
|
|
19585
|
+
label: "Memproses"
|
|
19586
|
+
}),
|
|
19587
|
+
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
19588
|
+
default: withCtx(() => [
|
|
19589
|
+
createVNode(unref(OfficeRelation), {
|
|
19590
|
+
modelValue: unref(values),
|
|
19591
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19592
|
+
field: unref(fields).hasProcessStaffs,
|
|
19593
|
+
"is-disabled": ""
|
|
19594
|
+
}, null, 8, ["modelValue", "field"]),
|
|
19595
|
+
createVNode(unref(OfficeRelation), {
|
|
19596
|
+
modelValue: unref(values),
|
|
19597
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19598
|
+
field: unref(fields).yetProcessStaffs,
|
|
19599
|
+
"is-disabled": ""
|
|
19600
|
+
}, null, 8, ["modelValue", "field"])
|
|
19601
|
+
]),
|
|
19602
|
+
_: 1
|
|
19603
|
+
/* STABLE */
|
|
19604
|
+
}),
|
|
19605
|
+
createVNode(unref(NeonDivider), {
|
|
19606
|
+
"is-dashed": "",
|
|
19607
|
+
label: "Keputusan"
|
|
19608
|
+
}),
|
|
19609
|
+
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
19610
|
+
default: withCtx(() => [
|
|
19611
|
+
createVNode(unref(OfficeRelation), {
|
|
19612
|
+
modelValue: unref(values),
|
|
19613
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19614
|
+
field: unref(fields).delayStaffs,
|
|
19615
|
+
"is-disabled": ""
|
|
19616
|
+
}, null, 8, ["modelValue", "field"]),
|
|
19617
|
+
createVNode(unref(OfficeRelation), {
|
|
19618
|
+
modelValue: unref(values),
|
|
19619
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19404
19620
|
field: unref(fields).agreedStaffs,
|
|
19405
19621
|
"is-disabled": ""
|
|
19406
19622
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -19416,8 +19632,13 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
19416
19632
|
_: 1
|
|
19417
19633
|
/* STABLE */
|
|
19418
19634
|
}),
|
|
19635
|
+
createCommentVNode(" DETAIL "),
|
|
19636
|
+
createVNode(unref(SubmissionDetailTab)),
|
|
19419
19637
|
createCommentVNode(" DOKUMEN "),
|
|
19420
|
-
createVNode(unref(_sfc_main$
|
|
19638
|
+
createVNode(unref(_sfc_main$i), {
|
|
19639
|
+
toolbar: "side",
|
|
19640
|
+
"is-readonly": ""
|
|
19641
|
+
})
|
|
19421
19642
|
]),
|
|
19422
19643
|
_: 1
|
|
19423
19644
|
/* STABLE */
|
|
@@ -19429,13 +19650,14 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
19429
19650
|
};
|
|
19430
19651
|
}
|
|
19431
19652
|
});
|
|
19432
|
-
const
|
|
19433
|
-
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-
|
|
19653
|
+
const SubmissionFollowUp_vue_vue_type_style_index_0_scoped_7353dc8e_lang = "";
|
|
19654
|
+
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-7353dc8e"]]);
|
|
19434
19655
|
const _hoisted_1$4 = { class: "flex flex-wrap" };
|
|
19435
19656
|
const _hoisted_2$4 = { class: "mt-2" };
|
|
19436
19657
|
const _hoisted_3$3 = { class: "mt-2" };
|
|
19437
19658
|
const _hoisted_4$1 = { class: "mt-2" };
|
|
19438
19659
|
const _hoisted_5 = { class: "mt-2" };
|
|
19660
|
+
const _hoisted_6 = { class: "mt-2" };
|
|
19439
19661
|
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
19440
19662
|
__name: "SubmissionAudit",
|
|
19441
19663
|
setup(__props) {
|
|
@@ -19542,7 +19764,19 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
19542
19764
|
await syncOne();
|
|
19543
19765
|
};
|
|
19544
19766
|
const syncProcessed = async () => {
|
|
19545
|
-
|
|
19767
|
+
var _a2;
|
|
19768
|
+
await executeOne("processedSubmission", {
|
|
19769
|
+
submissionId: id.value,
|
|
19770
|
+
staffId: (_a2 = staff.value) == null ? void 0 : _a2.id
|
|
19771
|
+
});
|
|
19772
|
+
await syncOne();
|
|
19773
|
+
};
|
|
19774
|
+
const syncLowered = async () => {
|
|
19775
|
+
var _a2;
|
|
19776
|
+
await executeOne("loweredSubmission", {
|
|
19777
|
+
submissionId: id.value,
|
|
19778
|
+
staffId: (_a2 = staff.value) == null ? void 0 : _a2.id
|
|
19779
|
+
});
|
|
19546
19780
|
await syncOne();
|
|
19547
19781
|
};
|
|
19548
19782
|
return (_ctx, _cache) => {
|
|
@@ -19574,7 +19808,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
19574
19808
|
size: "md",
|
|
19575
19809
|
color: "success",
|
|
19576
19810
|
"icon-left": "file-check",
|
|
19577
|
-
"is-disabled": unref(isNew) || unref(values).status === "prepared" || unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "resolved",
|
|
19811
|
+
"is-disabled": unref(isNew) || unref(isChanged) || unref(values).status === "prepared" || unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "resolved",
|
|
19578
19812
|
onClick: syncResolved
|
|
19579
19813
|
}, {
|
|
19580
19814
|
default: withCtx(() => [
|
|
@@ -19596,7 +19830,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
19596
19830
|
size: "md",
|
|
19597
19831
|
color: "danger",
|
|
19598
19832
|
"icon-left": "ban",
|
|
19599
|
-
"is-disabled": unref(isNew) || unref(values).status === "prepared" || unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "discontinued",
|
|
19833
|
+
"is-disabled": unref(isNew) || unref(isChanged) || unref(values).status === "prepared" || unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "discontinued",
|
|
19600
19834
|
onClick: syncDiscontinued
|
|
19601
19835
|
}, {
|
|
19602
19836
|
default: withCtx(() => [
|
|
@@ -19618,7 +19852,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
19618
19852
|
size: "md",
|
|
19619
19853
|
color: "info",
|
|
19620
19854
|
"icon-left": "binoculars",
|
|
19621
|
-
"is-disabled": unref(isNew) || unref(values).status === "prepared" || unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "monitored",
|
|
19855
|
+
"is-disabled": unref(isNew) || unref(isChanged) || unref(values).status === "prepared" || unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "monitored",
|
|
19622
19856
|
onClick: syncMonitored
|
|
19623
19857
|
}, {
|
|
19624
19858
|
default: withCtx(() => [
|
|
@@ -19634,17 +19868,42 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
19634
19868
|
]),
|
|
19635
19869
|
createTextVNode(" "),
|
|
19636
19870
|
createElementVNode("div", _hoisted_5, [
|
|
19871
|
+
unref(isReady) ? (openBlock(), createBlock(unref(NeonField), { key: 0 }, {
|
|
19872
|
+
input: withCtx(() => {
|
|
19873
|
+
var _a2, _b;
|
|
19874
|
+
return [
|
|
19875
|
+
createVNode(unref(NeonButton), {
|
|
19876
|
+
size: "md",
|
|
19877
|
+
color: "warning",
|
|
19878
|
+
"icon-left": "spinner",
|
|
19879
|
+
"is-disabled": unref(isNew) || unref(isChanged) || unref(values).status === "prepared" || unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved" || unref(values).status !== "delay" && ((_b = unref(values).hasProcessStaffIds) == null ? void 0 : _b.includes(((_a2 = unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
19880
|
+
onClick: syncProcessed
|
|
19881
|
+
}, {
|
|
19882
|
+
default: withCtx(() => [
|
|
19883
|
+
createTextVNode("Diproses")
|
|
19884
|
+
]),
|
|
19885
|
+
_: 1
|
|
19886
|
+
/* STABLE */
|
|
19887
|
+
}, 8, ["is-disabled"])
|
|
19888
|
+
];
|
|
19889
|
+
}),
|
|
19890
|
+
_: 1
|
|
19891
|
+
/* STABLE */
|
|
19892
|
+
})) : createCommentVNode("v-if", true)
|
|
19893
|
+
]),
|
|
19894
|
+
createTextVNode(" "),
|
|
19895
|
+
createElementVNode("div", _hoisted_6, [
|
|
19637
19896
|
unref(isReady) ? (openBlock(), createBlock(unref(NeonField), { key: 0 }, {
|
|
19638
19897
|
input: withCtx(() => [
|
|
19639
19898
|
createVNode(unref(NeonButton), {
|
|
19640
19899
|
size: "md",
|
|
19641
|
-
color: "
|
|
19642
|
-
"icon-left": "
|
|
19643
|
-
"is-disabled": unref(isNew) || unref(
|
|
19644
|
-
onClick:
|
|
19900
|
+
color: "#DD9F00",
|
|
19901
|
+
"icon-left": "turn-down",
|
|
19902
|
+
"is-disabled": unref(isNew) || unref(isChanged) || unref(values).status === "prepared" || unref(values).status === "resolved",
|
|
19903
|
+
onClick: syncLowered
|
|
19645
19904
|
}, {
|
|
19646
19905
|
default: withCtx(() => [
|
|
19647
|
-
createTextVNode("
|
|
19906
|
+
createTextVNode("Diturunkan")
|
|
19648
19907
|
]),
|
|
19649
19908
|
_: 1
|
|
19650
19909
|
/* STABLE */
|
|
@@ -19661,18 +19920,24 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
19661
19920
|
}, unref(fields).title, {
|
|
19662
19921
|
"is-disabled": unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
19663
19922
|
}), null, 16, ["modelValue", "is-disabled"]),
|
|
19923
|
+
createVNode(unref(NeonField), mergeProps({
|
|
19924
|
+
modelValue: unref(values).nominal,
|
|
19925
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => unref(values).nominal = $event)
|
|
19926
|
+
}, unref(fields).nominal, {
|
|
19927
|
+
"is-disabled": unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
19928
|
+
}), null, 16, ["modelValue", "is-disabled"]),
|
|
19664
19929
|
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
19665
19930
|
default: withCtx(() => [
|
|
19666
19931
|
createVNode(unref(OfficeRelation), {
|
|
19667
19932
|
modelValue: unref(values),
|
|
19668
|
-
"onUpdate:modelValue": _cache[
|
|
19933
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19669
19934
|
field: unref(fields).branches,
|
|
19670
19935
|
query: unref(Query).define(branchOptions.value),
|
|
19671
19936
|
"is-disabled": unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
19672
19937
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
19673
19938
|
createVNode(unref(OfficeRelation), {
|
|
19674
19939
|
modelValue: unref(values),
|
|
19675
|
-
"onUpdate:modelValue": _cache[
|
|
19940
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19676
19941
|
field: unref(fields).type,
|
|
19677
19942
|
query: unref(Query).define(typeOptions.value),
|
|
19678
19943
|
"is-disabled": unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
@@ -19682,22 +19947,25 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
19682
19947
|
/* STABLE */
|
|
19683
19948
|
}),
|
|
19684
19949
|
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
19685
|
-
default: withCtx(() =>
|
|
19686
|
-
|
|
19687
|
-
|
|
19688
|
-
|
|
19689
|
-
|
|
19690
|
-
|
|
19691
|
-
|
|
19692
|
-
|
|
19693
|
-
|
|
19694
|
-
modelValue
|
|
19695
|
-
|
|
19696
|
-
|
|
19697
|
-
|
|
19698
|
-
|
|
19699
|
-
|
|
19700
|
-
|
|
19950
|
+
default: withCtx(() => {
|
|
19951
|
+
var _a2, _b;
|
|
19952
|
+
return [
|
|
19953
|
+
createVNode(unref(OfficeRelation), {
|
|
19954
|
+
modelValue: unref(values),
|
|
19955
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19956
|
+
field: unref(fields).submissionStaffs,
|
|
19957
|
+
query: unref(Query).define(submissionStaffOptions.value),
|
|
19958
|
+
"is-disabled": unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved" || ((_a2 = unref(values).hasRaiseStaffIds) == null ? void 0 : _a2.length) ? true : false
|
|
19959
|
+
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
19960
|
+
createVNode(unref(OfficeRelation), {
|
|
19961
|
+
modelValue: unref(values),
|
|
19962
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19963
|
+
field: unref(fields).raiseStaffs,
|
|
19964
|
+
query: unref(Query).define(roleStaffOptions.value),
|
|
19965
|
+
"is-disabled": unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved" || ((_b = unref(values).hasProcessStaffIds) == null ? void 0 : _b.length) ? true : false
|
|
19966
|
+
}, null, 8, ["modelValue", "field", "query", "is-disabled"])
|
|
19967
|
+
];
|
|
19968
|
+
}),
|
|
19701
19969
|
_: 1
|
|
19702
19970
|
/* STABLE */
|
|
19703
19971
|
}),
|
|
@@ -19705,53 +19973,36 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
19705
19973
|
default: withCtx(() => [
|
|
19706
19974
|
createVNode(unref(OfficeRelation), {
|
|
19707
19975
|
modelValue: unref(values),
|
|
19708
|
-
"onUpdate:modelValue": _cache[
|
|
19976
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19709
19977
|
field: unref(fields).decideStaffs,
|
|
19710
19978
|
query: unref(Query).define(roleDecideStaffOptions.value),
|
|
19711
19979
|
"is-disabled": unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
19712
19980
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
19713
19981
|
createVNode(unref(OfficeRelation), {
|
|
19714
19982
|
modelValue: unref(values),
|
|
19715
|
-
"onUpdate:modelValue": _cache[
|
|
19983
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19716
19984
|
field: unref(fields).followUpStaffs
|
|
19717
19985
|
}, null, 8, ["modelValue", "field"])
|
|
19718
19986
|
]),
|
|
19719
19987
|
_: 1
|
|
19720
19988
|
/* STABLE */
|
|
19721
19989
|
}),
|
|
19722
|
-
createCommentVNode(` <NeonField
|
|
19723
|
-
v-model="values.specifications"
|
|
19724
|
-
v-bind="fields.specifications"
|
|
19725
|
-
:is-disabled="
|
|
19726
|
-
values.status === 'processed' ||
|
|
19727
|
-
values.status === 'approved' ||
|
|
19728
|
-
values.status === 'monitored' ||
|
|
19729
|
-
values.status === 'discontinued' ||
|
|
19730
|
-
values.status === 'resolved'
|
|
19731
|
-
"
|
|
19732
|
-
/> `),
|
|
19733
19990
|
createVNode(unref(NeonField), mergeProps({
|
|
19734
19991
|
modelValue: unref(values).preparedAt,
|
|
19735
|
-
"onUpdate:modelValue": _cache[
|
|
19992
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => unref(values).preparedAt = $event)
|
|
19736
19993
|
}, unref(fields).preparedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19737
19994
|
createVNode(unref(NeonField), mergeProps({
|
|
19738
19995
|
modelValue: unref(values).raisedAt,
|
|
19739
|
-
"onUpdate:modelValue": _cache[
|
|
19996
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => unref(values).raisedAt = $event)
|
|
19740
19997
|
}, unref(fields).raisedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19741
19998
|
createVNode(unref(NeonField), mergeProps({
|
|
19742
19999
|
modelValue: unref(values).processedAt,
|
|
19743
|
-
"onUpdate:modelValue": _cache[
|
|
20000
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => unref(values).processedAt = $event)
|
|
19744
20001
|
}, unref(fields).processedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19745
20002
|
createVNode(unref(NeonDivider), {
|
|
19746
20003
|
"is-dashed": "",
|
|
19747
20004
|
label: "Spesifikasi"
|
|
19748
20005
|
}),
|
|
19749
|
-
createVNode(unref(NeonField), mergeProps({
|
|
19750
|
-
modelValue: unref(values).nominal,
|
|
19751
|
-
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => unref(values).nominal = $event)
|
|
19752
|
-
}, unref(fields).nominal, {
|
|
19753
|
-
"is-disabled": unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
19754
|
-
}), null, 16, ["modelValue", "is-disabled"]),
|
|
19755
20006
|
createVNode(unref(NeonField), mergeProps({
|
|
19756
20007
|
modelValue: unref(values).workingHours,
|
|
19757
20008
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => unref(values).workingHours = $event)
|
|
@@ -19760,19 +20011,63 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
19760
20011
|
}), null, 16, ["modelValue", "is-disabled"]),
|
|
19761
20012
|
createVNode(unref(NeonDivider), {
|
|
19762
20013
|
"is-dashed": "",
|
|
19763
|
-
label: "
|
|
20014
|
+
label: "Menaikkan"
|
|
19764
20015
|
}),
|
|
19765
20016
|
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
19766
20017
|
default: withCtx(() => [
|
|
19767
20018
|
createVNode(unref(OfficeRelation), {
|
|
19768
20019
|
modelValue: unref(values),
|
|
19769
20020
|
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19770
|
-
field: unref(fields).
|
|
20021
|
+
field: unref(fields).hasRaiseStaffs,
|
|
19771
20022
|
"is-disabled": ""
|
|
19772
20023
|
}, null, 8, ["modelValue", "field"]),
|
|
19773
20024
|
createVNode(unref(OfficeRelation), {
|
|
19774
20025
|
modelValue: unref(values),
|
|
19775
20026
|
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20027
|
+
field: unref(fields).yetRaiseStaffs,
|
|
20028
|
+
"is-disabled": ""
|
|
20029
|
+
}, null, 8, ["modelValue", "field"])
|
|
20030
|
+
]),
|
|
20031
|
+
_: 1
|
|
20032
|
+
/* STABLE */
|
|
20033
|
+
}),
|
|
20034
|
+
createVNode(unref(NeonDivider), {
|
|
20035
|
+
"is-dashed": "",
|
|
20036
|
+
label: "Memproses"
|
|
20037
|
+
}),
|
|
20038
|
+
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
20039
|
+
default: withCtx(() => [
|
|
20040
|
+
createVNode(unref(OfficeRelation), {
|
|
20041
|
+
modelValue: unref(values),
|
|
20042
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20043
|
+
field: unref(fields).hasProcessStaffs,
|
|
20044
|
+
"is-disabled": ""
|
|
20045
|
+
}, null, 8, ["modelValue", "field"]),
|
|
20046
|
+
createVNode(unref(OfficeRelation), {
|
|
20047
|
+
modelValue: unref(values),
|
|
20048
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20049
|
+
field: unref(fields).yetProcessStaffs,
|
|
20050
|
+
"is-disabled": ""
|
|
20051
|
+
}, null, 8, ["modelValue", "field"])
|
|
20052
|
+
]),
|
|
20053
|
+
_: 1
|
|
20054
|
+
/* STABLE */
|
|
20055
|
+
}),
|
|
20056
|
+
createVNode(unref(NeonDivider), {
|
|
20057
|
+
"is-dashed": "",
|
|
20058
|
+
label: "Keputusan"
|
|
20059
|
+
}),
|
|
20060
|
+
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
20061
|
+
default: withCtx(() => [
|
|
20062
|
+
createVNode(unref(OfficeRelation), {
|
|
20063
|
+
modelValue: unref(values),
|
|
20064
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20065
|
+
field: unref(fields).delayStaffs,
|
|
20066
|
+
"is-disabled": ""
|
|
20067
|
+
}, null, 8, ["modelValue", "field"]),
|
|
20068
|
+
createVNode(unref(OfficeRelation), {
|
|
20069
|
+
modelValue: unref(values),
|
|
20070
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => isRef(values) ? values.value = $event : null),
|
|
19776
20071
|
field: unref(fields).agreedStaffs,
|
|
19777
20072
|
"is-disabled": ""
|
|
19778
20073
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -19788,8 +20083,10 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
19788
20083
|
_: 1
|
|
19789
20084
|
/* STABLE */
|
|
19790
20085
|
}),
|
|
20086
|
+
createVNode(unref(SubmissionDetailTab)),
|
|
19791
20087
|
createCommentVNode(" DOKUMEN "),
|
|
19792
|
-
createVNode(unref(_sfc_main$
|
|
20088
|
+
createVNode(unref(_sfc_main$i), {
|
|
20089
|
+
toolbar: "side",
|
|
19793
20090
|
"is-readonly": unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
19794
20091
|
}, null, 8, ["is-readonly"]),
|
|
19795
20092
|
createCommentVNode(" PROGRESS "),
|
|
@@ -19847,8 +20144,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
19847
20144
|
};
|
|
19848
20145
|
}
|
|
19849
20146
|
});
|
|
19850
|
-
const
|
|
19851
|
-
const SubmissionAudit = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-
|
|
20147
|
+
const SubmissionAudit_vue_vue_type_style_index_0_scoped_0e15c280_lang = "";
|
|
20148
|
+
const SubmissionAudit = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-0e15c280"]]);
|
|
19852
20149
|
const _hoisted_1$3 = { class: "flex flex-wrap" };
|
|
19853
20150
|
const _hoisted_2$3 = { class: "mt-2" };
|
|
19854
20151
|
const _hoisted_3$2 = { class: "mt-2" };
|
|
@@ -19991,7 +20288,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
19991
20288
|
size: "md",
|
|
19992
20289
|
color: "danger",
|
|
19993
20290
|
"icon-left": "circle-stop",
|
|
19994
|
-
"is-disabled": unref(isNew) || unref(values).status === "prepared" || unref(values).status === "raised" || ((_b = unref(values).delayStaffIds) == null ? void 0 : _b.includes(((_a2 = unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
20291
|
+
"is-disabled": unref(isNew) || unref(isChanged) || unref(values).status === "prepared" || unref(values).status === "raised" || ((_b = unref(values).delayStaffIds) == null ? void 0 : _b.includes(((_a2 = unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
19995
20292
|
onClick: syncDelay
|
|
19996
20293
|
}, {
|
|
19997
20294
|
default: withCtx(() => [
|
|
@@ -20016,7 +20313,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
20016
20313
|
size: "md",
|
|
20017
20314
|
color: "success",
|
|
20018
20315
|
"icon-left": "list-check",
|
|
20019
|
-
"is-disabled": unref(isNew) || unref(values).status === "prepared" || unref(values).status === "raised" || ((_b = unref(values).agreedStaffIds) == null ? void 0 : _b.includes(((_a2 = unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
20316
|
+
"is-disabled": unref(isNew) || unref(isChanged) || unref(values).status === "prepared" || unref(values).status === "raised" || ((_b = unref(values).agreedStaffIds) == null ? void 0 : _b.includes(((_a2 = unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
20020
20317
|
onClick: syncApproved
|
|
20021
20318
|
}, {
|
|
20022
20319
|
default: withCtx(() => [
|
|
@@ -20038,18 +20335,24 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
20038
20335
|
}, unref(fields).title, {
|
|
20039
20336
|
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
20040
20337
|
}), null, 16, ["modelValue", "is-disabled"]),
|
|
20338
|
+
createVNode(unref(NeonField), mergeProps({
|
|
20339
|
+
modelValue: unref(values).nominal,
|
|
20340
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => unref(values).nominal = $event)
|
|
20341
|
+
}, unref(fields).nominal, {
|
|
20342
|
+
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
20343
|
+
}), null, 16, ["modelValue", "is-disabled"]),
|
|
20041
20344
|
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
20042
20345
|
default: withCtx(() => [
|
|
20043
20346
|
createVNode(unref(OfficeRelation), {
|
|
20044
20347
|
modelValue: unref(values),
|
|
20045
|
-
"onUpdate:modelValue": _cache[
|
|
20348
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20046
20349
|
field: unref(fields).branches,
|
|
20047
20350
|
query: unref(Query).define(branchOptions.value),
|
|
20048
20351
|
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
20049
20352
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
20050
20353
|
createVNode(unref(OfficeRelation), {
|
|
20051
20354
|
modelValue: unref(values),
|
|
20052
|
-
"onUpdate:modelValue": _cache[
|
|
20355
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20053
20356
|
field: unref(fields).type,
|
|
20054
20357
|
query: unref(Query).define(typeOptions.value),
|
|
20055
20358
|
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
@@ -20062,14 +20365,14 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
20062
20365
|
default: withCtx(() => [
|
|
20063
20366
|
createVNode(unref(OfficeRelation), {
|
|
20064
20367
|
modelValue: unref(values),
|
|
20065
|
-
"onUpdate:modelValue": _cache[
|
|
20368
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20066
20369
|
field: unref(fields).submissionStaffs,
|
|
20067
20370
|
query: unref(Query).define(submissionStaffOptions.value),
|
|
20068
20371
|
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
20069
20372
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
20070
20373
|
createVNode(unref(OfficeRelation), {
|
|
20071
20374
|
modelValue: unref(values),
|
|
20072
|
-
"onUpdate:modelValue": _cache[
|
|
20375
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20073
20376
|
field: unref(fields).raiseStaffs,
|
|
20074
20377
|
query: unref(Query).define(roleStaffOptions.value),
|
|
20075
20378
|
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
@@ -20082,14 +20385,14 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
20082
20385
|
default: withCtx(() => [
|
|
20083
20386
|
createVNode(unref(OfficeRelation), {
|
|
20084
20387
|
modelValue: unref(values),
|
|
20085
|
-
"onUpdate:modelValue": _cache[
|
|
20388
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20086
20389
|
field: unref(fields).decideStaffs,
|
|
20087
20390
|
query: unref(Query).define(roleDecideStaffOptions.value),
|
|
20088
20391
|
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
20089
20392
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
20090
20393
|
createVNode(unref(OfficeRelation), {
|
|
20091
20394
|
modelValue: unref(values),
|
|
20092
|
-
"onUpdate:modelValue": _cache[
|
|
20395
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20093
20396
|
field: unref(fields).followUpStaffs
|
|
20094
20397
|
}, null, 8, ["modelValue", "field"])
|
|
20095
20398
|
]),
|
|
@@ -20111,26 +20414,20 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
20111
20414
|
/> `),
|
|
20112
20415
|
createVNode(unref(NeonField), mergeProps({
|
|
20113
20416
|
modelValue: unref(values).preparedAt,
|
|
20114
|
-
"onUpdate:modelValue": _cache[
|
|
20417
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => unref(values).preparedAt = $event)
|
|
20115
20418
|
}, unref(fields).preparedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20116
20419
|
createVNode(unref(NeonField), mergeProps({
|
|
20117
20420
|
modelValue: unref(values).raisedAt,
|
|
20118
|
-
"onUpdate:modelValue": _cache[
|
|
20421
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => unref(values).raisedAt = $event)
|
|
20119
20422
|
}, unref(fields).raisedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20120
20423
|
createVNode(unref(NeonField), mergeProps({
|
|
20121
20424
|
modelValue: unref(values).processedAt,
|
|
20122
|
-
"onUpdate:modelValue": _cache[
|
|
20425
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => unref(values).processedAt = $event)
|
|
20123
20426
|
}, unref(fields).processedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20124
20427
|
createVNode(unref(NeonDivider), {
|
|
20125
20428
|
"is-dashed": "",
|
|
20126
20429
|
label: "Spesifikasi"
|
|
20127
20430
|
}),
|
|
20128
|
-
createVNode(unref(NeonField), mergeProps({
|
|
20129
|
-
modelValue: unref(values).nominal,
|
|
20130
|
-
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => unref(values).nominal = $event)
|
|
20131
|
-
}, unref(fields).nominal, {
|
|
20132
|
-
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
20133
|
-
}), null, 16, ["modelValue", "is-disabled"]),
|
|
20134
20431
|
createVNode(unref(NeonField), mergeProps({
|
|
20135
20432
|
modelValue: unref(values).workingHours,
|
|
20136
20433
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => unref(values).workingHours = $event)
|
|
@@ -20139,19 +20436,63 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
20139
20436
|
}), null, 16, ["modelValue", "is-disabled"]),
|
|
20140
20437
|
createVNode(unref(NeonDivider), {
|
|
20141
20438
|
"is-dashed": "",
|
|
20142
|
-
label: "
|
|
20439
|
+
label: "Menaikkan"
|
|
20143
20440
|
}),
|
|
20144
20441
|
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
20145
20442
|
default: withCtx(() => [
|
|
20146
20443
|
createVNode(unref(OfficeRelation), {
|
|
20147
20444
|
modelValue: unref(values),
|
|
20148
20445
|
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20149
|
-
field: unref(fields).
|
|
20446
|
+
field: unref(fields).hasRaiseStaffs,
|
|
20150
20447
|
"is-disabled": ""
|
|
20151
20448
|
}, null, 8, ["modelValue", "field"]),
|
|
20152
20449
|
createVNode(unref(OfficeRelation), {
|
|
20153
20450
|
modelValue: unref(values),
|
|
20154
20451
|
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20452
|
+
field: unref(fields).yetRaiseStaffs,
|
|
20453
|
+
"is-disabled": ""
|
|
20454
|
+
}, null, 8, ["modelValue", "field"])
|
|
20455
|
+
]),
|
|
20456
|
+
_: 1
|
|
20457
|
+
/* STABLE */
|
|
20458
|
+
}),
|
|
20459
|
+
createVNode(unref(NeonDivider), {
|
|
20460
|
+
"is-dashed": "",
|
|
20461
|
+
label: "Memproses"
|
|
20462
|
+
}),
|
|
20463
|
+
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
20464
|
+
default: withCtx(() => [
|
|
20465
|
+
createVNode(unref(OfficeRelation), {
|
|
20466
|
+
modelValue: unref(values),
|
|
20467
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20468
|
+
field: unref(fields).hasProcessStaffs,
|
|
20469
|
+
"is-disabled": ""
|
|
20470
|
+
}, null, 8, ["modelValue", "field"]),
|
|
20471
|
+
createVNode(unref(OfficeRelation), {
|
|
20472
|
+
modelValue: unref(values),
|
|
20473
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20474
|
+
field: unref(fields).yetProcessStaffs,
|
|
20475
|
+
"is-disabled": ""
|
|
20476
|
+
}, null, 8, ["modelValue", "field"])
|
|
20477
|
+
]),
|
|
20478
|
+
_: 1
|
|
20479
|
+
/* STABLE */
|
|
20480
|
+
}),
|
|
20481
|
+
createVNode(unref(NeonDivider), {
|
|
20482
|
+
"is-dashed": "",
|
|
20483
|
+
label: "Keputusan"
|
|
20484
|
+
}),
|
|
20485
|
+
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
20486
|
+
default: withCtx(() => [
|
|
20487
|
+
createVNode(unref(OfficeRelation), {
|
|
20488
|
+
modelValue: unref(values),
|
|
20489
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20490
|
+
field: unref(fields).delayStaffs,
|
|
20491
|
+
"is-disabled": ""
|
|
20492
|
+
}, null, 8, ["modelValue", "field"]),
|
|
20493
|
+
createVNode(unref(OfficeRelation), {
|
|
20494
|
+
modelValue: unref(values),
|
|
20495
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20155
20496
|
field: unref(fields).agreedStaffs,
|
|
20156
20497
|
"is-disabled": ""
|
|
20157
20498
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -20167,8 +20508,11 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
20167
20508
|
_: 1
|
|
20168
20509
|
/* STABLE */
|
|
20169
20510
|
}),
|
|
20511
|
+
createCommentVNode(" DETAIL "),
|
|
20512
|
+
createVNode(unref(SubmissionDetailTab)),
|
|
20170
20513
|
createCommentVNode(" DOKUMEN "),
|
|
20171
|
-
createVNode(unref(_sfc_main$
|
|
20514
|
+
createVNode(unref(_sfc_main$i), {
|
|
20515
|
+
toolbar: "side",
|
|
20172
20516
|
"is-readonly": unref(values).status === "raised" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
20173
20517
|
}, null, 8, ["is-readonly"]),
|
|
20174
20518
|
createCommentVNode(" PROGRESS "),
|
|
@@ -20226,8 +20570,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
20226
20570
|
};
|
|
20227
20571
|
}
|
|
20228
20572
|
});
|
|
20229
|
-
const
|
|
20230
|
-
const SubmissionDecision = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-
|
|
20573
|
+
const SubmissionDecision_vue_vue_type_style_index_0_scoped_94acb660_lang = "";
|
|
20574
|
+
const SubmissionDecision = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-94acb660"]]);
|
|
20231
20575
|
const _hoisted_1$2 = { class: "flex flex-wrap" };
|
|
20232
20576
|
const _hoisted_2$2 = { class: "mt-2" };
|
|
20233
20577
|
const _hoisted_3$1 = { class: "mt-2" };
|
|
@@ -20372,7 +20716,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
20372
20716
|
size: "md",
|
|
20373
20717
|
color: "danger",
|
|
20374
20718
|
"icon-left": "circle-stop",
|
|
20375
|
-
"is-disabled": unref(isNew) || unref(values).status === "prepared" || unref(values).status === "raised" || ((_b = unref(values).delayStaffIds) == null ? void 0 : _b.includes(((_a2 = unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
20719
|
+
"is-disabled": unref(isNew) || unref(isChanged) || unref(values).status === "prepared" || unref(values).status === "raised" || ((_b = unref(values).delayStaffIds) == null ? void 0 : _b.includes(((_a2 = unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
20376
20720
|
onClick: syncDelay
|
|
20377
20721
|
}, {
|
|
20378
20722
|
default: withCtx(() => [
|
|
@@ -20397,7 +20741,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
20397
20741
|
size: "md",
|
|
20398
20742
|
color: "success",
|
|
20399
20743
|
"icon-left": "list-check",
|
|
20400
|
-
"is-disabled": unref(isNew) || unref(values).status === "prepared" || unref(values).status === "raised" || ((_b = unref(values).agreedStaffIds) == null ? void 0 : _b.includes(((_a2 = unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
20744
|
+
"is-disabled": unref(isNew) || unref(isChanged) || unref(values).status === "prepared" || unref(values).status === "raised" || ((_b = unref(values).agreedStaffIds) == null ? void 0 : _b.includes(((_a2 = unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
20401
20745
|
onClick: syncApproved
|
|
20402
20746
|
}, {
|
|
20403
20747
|
default: withCtx(() => [
|
|
@@ -20419,18 +20763,24 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
20419
20763
|
}, unref(fields).title, {
|
|
20420
20764
|
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
20421
20765
|
}), null, 16, ["modelValue", "is-disabled"]),
|
|
20766
|
+
createVNode(unref(NeonField), mergeProps({
|
|
20767
|
+
modelValue: unref(values).nominal,
|
|
20768
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => unref(values).nominal = $event)
|
|
20769
|
+
}, unref(fields).nominal, {
|
|
20770
|
+
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
20771
|
+
}), null, 16, ["modelValue", "is-disabled"]),
|
|
20422
20772
|
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
20423
20773
|
default: withCtx(() => [
|
|
20424
20774
|
createVNode(unref(OfficeRelation), {
|
|
20425
20775
|
modelValue: unref(values),
|
|
20426
|
-
"onUpdate:modelValue": _cache[
|
|
20776
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20427
20777
|
field: unref(fields).branches,
|
|
20428
20778
|
query: unref(Query).define(branchOptions.value),
|
|
20429
20779
|
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
20430
20780
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
20431
20781
|
createVNode(unref(OfficeRelation), {
|
|
20432
20782
|
modelValue: unref(values),
|
|
20433
|
-
"onUpdate:modelValue": _cache[
|
|
20783
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20434
20784
|
field: unref(fields).type,
|
|
20435
20785
|
query: unref(Query).define(typeOptions.value),
|
|
20436
20786
|
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
@@ -20443,14 +20793,14 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
20443
20793
|
default: withCtx(() => [
|
|
20444
20794
|
createVNode(unref(OfficeRelation), {
|
|
20445
20795
|
modelValue: unref(values),
|
|
20446
|
-
"onUpdate:modelValue": _cache[
|
|
20796
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20447
20797
|
field: unref(fields).submissionStaffs,
|
|
20448
20798
|
query: unref(Query).define(submissionStaffOptions.value),
|
|
20449
20799
|
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
20450
20800
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
20451
20801
|
createVNode(unref(OfficeRelation), {
|
|
20452
20802
|
modelValue: unref(values),
|
|
20453
|
-
"onUpdate:modelValue": _cache[
|
|
20803
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20454
20804
|
field: unref(fields).raiseStaffs,
|
|
20455
20805
|
query: unref(Query).define(roleRaiseStaffOptions.value),
|
|
20456
20806
|
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
@@ -20463,14 +20813,14 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
20463
20813
|
default: withCtx(() => [
|
|
20464
20814
|
createVNode(unref(OfficeRelation), {
|
|
20465
20815
|
modelValue: unref(values),
|
|
20466
|
-
"onUpdate:modelValue": _cache[
|
|
20816
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20467
20817
|
field: unref(fields).decideStaffs,
|
|
20468
20818
|
query: unref(Query).define(roleDecideStaffOptions.value),
|
|
20469
20819
|
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
20470
20820
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
20471
20821
|
createVNode(unref(OfficeRelation), {
|
|
20472
20822
|
modelValue: unref(values),
|
|
20473
|
-
"onUpdate:modelValue": _cache[
|
|
20823
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20474
20824
|
field: unref(fields).followUpStaffs
|
|
20475
20825
|
}, null, 8, ["modelValue", "field"])
|
|
20476
20826
|
]),
|
|
@@ -20492,26 +20842,20 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
20492
20842
|
/> `),
|
|
20493
20843
|
createVNode(unref(NeonField), mergeProps({
|
|
20494
20844
|
modelValue: unref(values).preparedAt,
|
|
20495
|
-
"onUpdate:modelValue": _cache[
|
|
20845
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => unref(values).preparedAt = $event)
|
|
20496
20846
|
}, unref(fields).preparedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20497
20847
|
createVNode(unref(NeonField), mergeProps({
|
|
20498
20848
|
modelValue: unref(values).raisedAt,
|
|
20499
|
-
"onUpdate:modelValue": _cache[
|
|
20849
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => unref(values).raisedAt = $event)
|
|
20500
20850
|
}, unref(fields).raisedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20501
20851
|
createVNode(unref(NeonField), mergeProps({
|
|
20502
20852
|
modelValue: unref(values).processedAt,
|
|
20503
|
-
"onUpdate:modelValue": _cache[
|
|
20853
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => unref(values).processedAt = $event)
|
|
20504
20854
|
}, unref(fields).processedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20505
20855
|
createVNode(unref(NeonDivider), {
|
|
20506
20856
|
"is-dashed": "",
|
|
20507
20857
|
label: "Spesifikasi"
|
|
20508
20858
|
}),
|
|
20509
|
-
createVNode(unref(NeonField), mergeProps({
|
|
20510
|
-
modelValue: unref(values).nominal,
|
|
20511
|
-
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => unref(values).nominal = $event)
|
|
20512
|
-
}, unref(fields).nominal, {
|
|
20513
|
-
"is-disabled": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
20514
|
-
}), null, 16, ["modelValue", "is-disabled"]),
|
|
20515
20859
|
createVNode(unref(NeonField), mergeProps({
|
|
20516
20860
|
modelValue: unref(values).workingHours,
|
|
20517
20861
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => unref(values).workingHours = $event)
|
|
@@ -20520,19 +20864,63 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
20520
20864
|
}), null, 16, ["modelValue", "is-disabled"]),
|
|
20521
20865
|
createVNode(unref(NeonDivider), {
|
|
20522
20866
|
"is-dashed": "",
|
|
20523
|
-
label: "
|
|
20867
|
+
label: "Menaikkan"
|
|
20524
20868
|
}),
|
|
20525
20869
|
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
20526
20870
|
default: withCtx(() => [
|
|
20527
20871
|
createVNode(unref(OfficeRelation), {
|
|
20528
20872
|
modelValue: unref(values),
|
|
20529
20873
|
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20530
|
-
field: unref(fields).
|
|
20874
|
+
field: unref(fields).hasRaiseStaffs,
|
|
20531
20875
|
"is-disabled": ""
|
|
20532
20876
|
}, null, 8, ["modelValue", "field"]),
|
|
20533
20877
|
createVNode(unref(OfficeRelation), {
|
|
20534
20878
|
modelValue: unref(values),
|
|
20535
20879
|
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20880
|
+
field: unref(fields).yetRaiseStaffs,
|
|
20881
|
+
"is-disabled": ""
|
|
20882
|
+
}, null, 8, ["modelValue", "field"])
|
|
20883
|
+
]),
|
|
20884
|
+
_: 1
|
|
20885
|
+
/* STABLE */
|
|
20886
|
+
}),
|
|
20887
|
+
createVNode(unref(NeonDivider), {
|
|
20888
|
+
"is-dashed": "",
|
|
20889
|
+
label: "Memproses"
|
|
20890
|
+
}),
|
|
20891
|
+
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
20892
|
+
default: withCtx(() => [
|
|
20893
|
+
createVNode(unref(OfficeRelation), {
|
|
20894
|
+
modelValue: unref(values),
|
|
20895
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20896
|
+
field: unref(fields).hasProcessStaffs,
|
|
20897
|
+
"is-disabled": ""
|
|
20898
|
+
}, null, 8, ["modelValue", "field"]),
|
|
20899
|
+
createVNode(unref(OfficeRelation), {
|
|
20900
|
+
modelValue: unref(values),
|
|
20901
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20902
|
+
field: unref(fields).yetProcessStaffs,
|
|
20903
|
+
"is-disabled": ""
|
|
20904
|
+
}, null, 8, ["modelValue", "field"])
|
|
20905
|
+
]),
|
|
20906
|
+
_: 1
|
|
20907
|
+
/* STABLE */
|
|
20908
|
+
}),
|
|
20909
|
+
createVNode(unref(NeonDivider), {
|
|
20910
|
+
"is-dashed": "",
|
|
20911
|
+
label: "Keputusan"
|
|
20912
|
+
}),
|
|
20913
|
+
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
20914
|
+
default: withCtx(() => [
|
|
20915
|
+
createVNode(unref(OfficeRelation), {
|
|
20916
|
+
modelValue: unref(values),
|
|
20917
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20918
|
+
field: unref(fields).delayStaffs,
|
|
20919
|
+
"is-disabled": ""
|
|
20920
|
+
}, null, 8, ["modelValue", "field"]),
|
|
20921
|
+
createVNode(unref(OfficeRelation), {
|
|
20922
|
+
modelValue: unref(values),
|
|
20923
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20536
20924
|
field: unref(fields).agreedStaffs,
|
|
20537
20925
|
"is-disabled": ""
|
|
20538
20926
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -20548,8 +20936,11 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
20548
20936
|
_: 1
|
|
20549
20937
|
/* STABLE */
|
|
20550
20938
|
}),
|
|
20939
|
+
createCommentVNode(" DETAIL "),
|
|
20940
|
+
createVNode(unref(SubmissionDetailTab)),
|
|
20551
20941
|
createCommentVNode(" DOKUMEN "),
|
|
20552
|
-
createVNode(unref(_sfc_main$
|
|
20942
|
+
createVNode(unref(_sfc_main$i), {
|
|
20943
|
+
toolbar: "side",
|
|
20553
20944
|
"is-readonly": unref(values).status === "raised" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
20554
20945
|
}, null, 8, ["is-readonly"])
|
|
20555
20946
|
]),
|
|
@@ -20563,8 +20954,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
20563
20954
|
};
|
|
20564
20955
|
}
|
|
20565
20956
|
});
|
|
20566
|
-
const
|
|
20567
|
-
const SubmissionWaitingDecision = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
20957
|
+
const SubmissionWaitingDecision_vue_vue_type_style_index_0_scoped_ce22d9dd_lang = "";
|
|
20958
|
+
const SubmissionWaitingDecision = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-ce22d9dd"]]);
|
|
20568
20959
|
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
20569
20960
|
__name: "SubmissionSupervisor",
|
|
20570
20961
|
setup(__props) {
|
|
@@ -20608,17 +20999,21 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
20608
20999
|
modelValue: unref(values).title,
|
|
20609
21000
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(values).title = $event)
|
|
20610
21001
|
}, unref(fields).title, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
21002
|
+
createVNode(unref(NeonField), mergeProps({
|
|
21003
|
+
modelValue: unref(values).nominal,
|
|
21004
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => unref(values).nominal = $event)
|
|
21005
|
+
}, unref(fields).nominal, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20611
21006
|
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
20612
21007
|
default: withCtx(() => [
|
|
20613
21008
|
createVNode(unref(OfficeRelation), {
|
|
20614
21009
|
modelValue: unref(values),
|
|
20615
|
-
"onUpdate:modelValue": _cache[
|
|
21010
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20616
21011
|
field: unref(fields).branches,
|
|
20617
21012
|
"is-disabled": ""
|
|
20618
21013
|
}, null, 8, ["modelValue", "field"]),
|
|
20619
21014
|
createVNode(unref(OfficeRelation), {
|
|
20620
21015
|
modelValue: unref(values),
|
|
20621
|
-
"onUpdate:modelValue": _cache[
|
|
21016
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20622
21017
|
field: unref(fields).type,
|
|
20623
21018
|
"is-disabled": ""
|
|
20624
21019
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -20630,13 +21025,13 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
20630
21025
|
default: withCtx(() => [
|
|
20631
21026
|
createVNode(unref(OfficeRelation), {
|
|
20632
21027
|
modelValue: unref(values),
|
|
20633
|
-
"onUpdate:modelValue": _cache[
|
|
21028
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20634
21029
|
field: unref(fields).submissionStaffs,
|
|
20635
21030
|
"is-disabled": ""
|
|
20636
21031
|
}, null, 8, ["modelValue", "field"]),
|
|
20637
21032
|
createVNode(unref(OfficeRelation), {
|
|
20638
21033
|
modelValue: unref(values),
|
|
20639
|
-
"onUpdate:modelValue": _cache[
|
|
21034
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20640
21035
|
field: unref(fields).raiseStaffs,
|
|
20641
21036
|
"is-disabled": ""
|
|
20642
21037
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -20648,13 +21043,13 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
20648
21043
|
default: withCtx(() => [
|
|
20649
21044
|
createVNode(unref(OfficeRelation), {
|
|
20650
21045
|
modelValue: unref(values),
|
|
20651
|
-
"onUpdate:modelValue": _cache[
|
|
21046
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20652
21047
|
field: unref(fields).decideStaffs,
|
|
20653
21048
|
"is-disabled": ""
|
|
20654
21049
|
}, null, 8, ["modelValue", "field"]),
|
|
20655
21050
|
createVNode(unref(OfficeRelation), {
|
|
20656
21051
|
modelValue: unref(values),
|
|
20657
|
-
"onUpdate:modelValue": _cache[
|
|
21052
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20658
21053
|
field: unref(fields).followUpStaffs
|
|
20659
21054
|
}, null, 8, ["modelValue", "field"])
|
|
20660
21055
|
]),
|
|
@@ -20664,7 +21059,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
20664
21059
|
createCommentVNode(' <NeonField\n v-model="values.specifications"\n v-bind="fields.specifications"\n is-disabled\n /> '),
|
|
20665
21060
|
createVNode(unref(NeonField), mergeProps({
|
|
20666
21061
|
modelValue: unref(values).updatedAt,
|
|
20667
|
-
"onUpdate:modelValue": _cache[
|
|
21062
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => unref(values).updatedAt = $event)
|
|
20668
21063
|
}, {
|
|
20669
21064
|
handle: "updatedAt",
|
|
20670
21065
|
name: "Tanggal Diupdate",
|
|
@@ -20678,29 +21073,69 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
20678
21073
|
"is-dashed": "",
|
|
20679
21074
|
label: "Spesifikasi"
|
|
20680
21075
|
}),
|
|
20681
|
-
createVNode(unref(NeonField), mergeProps({
|
|
20682
|
-
modelValue: unref(values).nominal,
|
|
20683
|
-
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => unref(values).nominal = $event)
|
|
20684
|
-
}, unref(fields).nominal, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20685
21076
|
createVNode(unref(NeonField), mergeProps({
|
|
20686
21077
|
modelValue: unref(values).workingHours,
|
|
20687
21078
|
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => unref(values).workingHours = $event)
|
|
20688
21079
|
}, unref(fields).workingHours, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20689
21080
|
createVNode(unref(NeonDivider), {
|
|
20690
21081
|
"is-dashed": "",
|
|
20691
|
-
label: "
|
|
21082
|
+
label: "Menaikkan"
|
|
20692
21083
|
}),
|
|
20693
21084
|
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
20694
21085
|
default: withCtx(() => [
|
|
20695
21086
|
createVNode(unref(OfficeRelation), {
|
|
20696
21087
|
modelValue: unref(values),
|
|
20697
21088
|
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20698
|
-
field: unref(fields).
|
|
21089
|
+
field: unref(fields).hasRaiseStaffs,
|
|
20699
21090
|
"is-disabled": ""
|
|
20700
21091
|
}, null, 8, ["modelValue", "field"]),
|
|
20701
21092
|
createVNode(unref(OfficeRelation), {
|
|
20702
21093
|
modelValue: unref(values),
|
|
20703
21094
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => isRef(values) ? values.value = $event : null),
|
|
21095
|
+
field: unref(fields).yetRaiseStaffs,
|
|
21096
|
+
"is-disabled": ""
|
|
21097
|
+
}, null, 8, ["modelValue", "field"])
|
|
21098
|
+
]),
|
|
21099
|
+
_: 1
|
|
21100
|
+
/* STABLE */
|
|
21101
|
+
}),
|
|
21102
|
+
createVNode(unref(NeonDivider), {
|
|
21103
|
+
"is-dashed": "",
|
|
21104
|
+
label: "Memproses"
|
|
21105
|
+
}),
|
|
21106
|
+
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
21107
|
+
default: withCtx(() => [
|
|
21108
|
+
createVNode(unref(OfficeRelation), {
|
|
21109
|
+
modelValue: unref(values),
|
|
21110
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => isRef(values) ? values.value = $event : null),
|
|
21111
|
+
field: unref(fields).hasProcessStaffs,
|
|
21112
|
+
"is-disabled": ""
|
|
21113
|
+
}, null, 8, ["modelValue", "field"]),
|
|
21114
|
+
createVNode(unref(OfficeRelation), {
|
|
21115
|
+
modelValue: unref(values),
|
|
21116
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => isRef(values) ? values.value = $event : null),
|
|
21117
|
+
field: unref(fields).yetProcessStaffs,
|
|
21118
|
+
"is-disabled": ""
|
|
21119
|
+
}, null, 8, ["modelValue", "field"])
|
|
21120
|
+
]),
|
|
21121
|
+
_: 1
|
|
21122
|
+
/* STABLE */
|
|
21123
|
+
}),
|
|
21124
|
+
createVNode(unref(NeonDivider), {
|
|
21125
|
+
"is-dashed": "",
|
|
21126
|
+
label: "Keputusan"
|
|
21127
|
+
}),
|
|
21128
|
+
createVNode(unref(NeonFields), { md: "grid-cols-2" }, {
|
|
21129
|
+
default: withCtx(() => [
|
|
21130
|
+
createVNode(unref(OfficeRelation), {
|
|
21131
|
+
modelValue: unref(values),
|
|
21132
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => isRef(values) ? values.value = $event : null),
|
|
21133
|
+
field: unref(fields).delayStaffs,
|
|
21134
|
+
"is-disabled": ""
|
|
21135
|
+
}, null, 8, ["modelValue", "field"]),
|
|
21136
|
+
createVNode(unref(OfficeRelation), {
|
|
21137
|
+
modelValue: unref(values),
|
|
21138
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => isRef(values) ? values.value = $event : null),
|
|
20704
21139
|
field: unref(fields).agreedStaffs,
|
|
20705
21140
|
"is-disabled": ""
|
|
20706
21141
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -20716,8 +21151,13 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
20716
21151
|
_: 1
|
|
20717
21152
|
/* STABLE */
|
|
20718
21153
|
}),
|
|
21154
|
+
createCommentVNode(" DETAIL "),
|
|
21155
|
+
createVNode(unref(SubmissionDetailTab)),
|
|
20719
21156
|
createCommentVNode(" DOKUMEN "),
|
|
20720
|
-
createVNode(unref(_sfc_main$
|
|
21157
|
+
createVNode(unref(_sfc_main$i), {
|
|
21158
|
+
toolbar: "side",
|
|
21159
|
+
"is-readonly": ""
|
|
21160
|
+
})
|
|
20721
21161
|
]),
|
|
20722
21162
|
_: 1
|
|
20723
21163
|
/* STABLE */
|
|
@@ -20729,8 +21169,8 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
20729
21169
|
};
|
|
20730
21170
|
}
|
|
20731
21171
|
});
|
|
20732
|
-
const
|
|
20733
|
-
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
21172
|
+
const SubmissionSupervisor_vue_vue_type_style_index_0_scoped_8926b0ed_lang = "";
|
|
21173
|
+
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-8926b0ed"]]);
|
|
20734
21174
|
const SubmissionTypeModel = models.SubmissionTypeModel;
|
|
20735
21175
|
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
20736
21176
|
...{
|
|
@@ -21865,69 +22305,70 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
21865
22305
|
});
|
|
21866
22306
|
const components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
21867
22307
|
__proto__: null,
|
|
21868
|
-
AttendanceCollection: _sfc_main$
|
|
22308
|
+
AttendanceCollection: _sfc_main$13,
|
|
21869
22309
|
AttendanceManager,
|
|
21870
22310
|
AttendanceModel,
|
|
21871
22311
|
AttendanceSingle,
|
|
21872
22312
|
AttendanceStaff,
|
|
21873
22313
|
AttendanceSupervisor,
|
|
21874
22314
|
CheckInAccess,
|
|
21875
|
-
CheckInCollection: _sfc_main$
|
|
22315
|
+
CheckInCollection: _sfc_main$R,
|
|
21876
22316
|
CheckInExternal,
|
|
21877
22317
|
CheckInModel,
|
|
21878
22318
|
CheckInPresenceCollection,
|
|
21879
|
-
CheckInScanError: _sfc_main$
|
|
21880
|
-
CheckInScanSuccess: _sfc_main$
|
|
22319
|
+
CheckInScanError: _sfc_main$U,
|
|
22320
|
+
CheckInScanSuccess: _sfc_main$S,
|
|
21881
22321
|
CheckInScanner,
|
|
21882
22322
|
CheckInSingle,
|
|
21883
22323
|
CheckInSupervisor,
|
|
21884
22324
|
NeonTime,
|
|
21885
22325
|
OperasionalIdentitas,
|
|
21886
|
-
PlanCollection: _sfc_main$
|
|
22326
|
+
PlanCollection: _sfc_main$O,
|
|
21887
22327
|
PlanModel,
|
|
21888
22328
|
PlanSingle,
|
|
21889
22329
|
PlanStaff,
|
|
21890
|
-
PlanTypeCollection: _sfc_main$
|
|
22330
|
+
PlanTypeCollection: _sfc_main$L,
|
|
21891
22331
|
PlanTypeModel,
|
|
21892
22332
|
PlanTypeSingle,
|
|
21893
|
-
ProgressAccessCollection: _sfc_main$
|
|
22333
|
+
ProgressAccessCollection: _sfc_main$B,
|
|
21894
22334
|
ProgressAccessModel,
|
|
21895
22335
|
ProgressAccessSingle,
|
|
21896
22336
|
ProgressAccessSupervisor,
|
|
21897
|
-
ProgressButton: _sfc_main$
|
|
22337
|
+
ProgressButton: _sfc_main$J,
|
|
21898
22338
|
ProgressCollection,
|
|
21899
22339
|
ProgressModel,
|
|
21900
22340
|
ProgressNote,
|
|
21901
|
-
ProgressNoteButton: _sfc_main$
|
|
21902
|
-
ProgressNoteTab: _sfc_main$
|
|
22341
|
+
ProgressNoteButton: _sfc_main$I,
|
|
22342
|
+
ProgressNoteTab: _sfc_main$H,
|
|
21903
22343
|
ProgressSingle,
|
|
21904
22344
|
ProgressTomorrow,
|
|
21905
22345
|
ProgressYesterday,
|
|
21906
|
-
ResponsibilityCollection: _sfc_main$
|
|
22346
|
+
ResponsibilityCollection: _sfc_main$y,
|
|
21907
22347
|
ResponsibilityModel,
|
|
21908
22348
|
ResponsibilitySingle,
|
|
21909
22349
|
ResponsibilityStaff,
|
|
21910
22350
|
ResponsibilitySupervisor,
|
|
21911
|
-
ResponsibilityTypeCollection: _sfc_main$
|
|
22351
|
+
ResponsibilityTypeCollection: _sfc_main$u,
|
|
21912
22352
|
ResponsibilityTypeModel,
|
|
21913
22353
|
ResponsibilityTypeSingle,
|
|
21914
|
-
SituationCollection: _sfc_main$
|
|
22354
|
+
SituationCollection: _sfc_main$s,
|
|
21915
22355
|
SituationModel,
|
|
21916
|
-
SituationSingle: _sfc_main$
|
|
21917
|
-
SituationSupportive: _sfc_main$
|
|
21918
|
-
SituationTypeCollection: _sfc_main$
|
|
22356
|
+
SituationSingle: _sfc_main$r,
|
|
22357
|
+
SituationSupportive: _sfc_main$p,
|
|
22358
|
+
SituationTypeCollection: _sfc_main$o,
|
|
21919
22359
|
SituationTypeModel,
|
|
21920
|
-
SituationTypeSingle: _sfc_main$
|
|
21921
|
-
SituationWork: _sfc_main$
|
|
21922
|
-
StaffCollection: _sfc_main$
|
|
21923
|
-
StaffIdentity: _sfc_main$
|
|
22360
|
+
SituationTypeSingle: _sfc_main$n,
|
|
22361
|
+
SituationWork: _sfc_main$q,
|
|
22362
|
+
StaffCollection: _sfc_main$m,
|
|
22363
|
+
StaffIdentity: _sfc_main$j,
|
|
21924
22364
|
StaffModel,
|
|
21925
22365
|
StaffOperasional,
|
|
21926
22366
|
StaffSingle,
|
|
21927
22367
|
SubmissionAudit,
|
|
21928
22368
|
SubmissionCollection: _sfc_main$g,
|
|
21929
22369
|
SubmissionDecision,
|
|
21930
|
-
|
|
22370
|
+
SubmissionDetailTab,
|
|
22371
|
+
SubmissionDocumentTab: _sfc_main$i,
|
|
21931
22372
|
SubmissionFollowUp,
|
|
21932
22373
|
SubmissionModel,
|
|
21933
22374
|
SubmissionSingle,
|
|
@@ -22060,19 +22501,19 @@ const qrScannerWorker_min = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object
|
|
|
22060
22501
|
createWorker
|
|
22061
22502
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
22062
22503
|
export {
|
|
22063
|
-
_sfc_main$
|
|
22504
|
+
_sfc_main$13 as AttendanceCollection,
|
|
22064
22505
|
AttendanceManager,
|
|
22065
22506
|
AttendanceModel,
|
|
22066
22507
|
AttendanceSingle,
|
|
22067
22508
|
AttendanceStaff,
|
|
22068
22509
|
AttendanceSupervisor,
|
|
22069
22510
|
CheckInAccess,
|
|
22070
|
-
_sfc_main$
|
|
22511
|
+
_sfc_main$R as CheckInCollection,
|
|
22071
22512
|
CheckInExternal,
|
|
22072
22513
|
CheckInModel,
|
|
22073
22514
|
CheckInPresenceCollection,
|
|
22074
|
-
_sfc_main$
|
|
22075
|
-
_sfc_main$
|
|
22515
|
+
_sfc_main$U as CheckInScanError,
|
|
22516
|
+
_sfc_main$S as CheckInScanSuccess,
|
|
22076
22517
|
CheckInScanner,
|
|
22077
22518
|
CheckInSingle,
|
|
22078
22519
|
CheckInSupervisor,
|
|
@@ -22080,51 +22521,52 @@ export {
|
|
|
22080
22521
|
NeonTime,
|
|
22081
22522
|
OperasionalIdentitas,
|
|
22082
22523
|
OperasionalInterfacesPlugin,
|
|
22083
|
-
_sfc_main$
|
|
22524
|
+
_sfc_main$O as PlanCollection,
|
|
22084
22525
|
PlanModel,
|
|
22085
22526
|
PlanSingle,
|
|
22086
22527
|
PlanStaff,
|
|
22087
|
-
_sfc_main$
|
|
22528
|
+
_sfc_main$L as PlanTypeCollection,
|
|
22088
22529
|
PlanTypeModel,
|
|
22089
22530
|
PlanTypeSingle,
|
|
22090
|
-
_sfc_main$
|
|
22531
|
+
_sfc_main$B as ProgressAccessCollection,
|
|
22091
22532
|
ProgressAccessModel,
|
|
22092
22533
|
ProgressAccessSingle,
|
|
22093
22534
|
ProgressAccessSupervisor,
|
|
22094
|
-
_sfc_main$
|
|
22535
|
+
_sfc_main$J as ProgressButton,
|
|
22095
22536
|
ProgressCollection,
|
|
22096
22537
|
ProgressModel,
|
|
22097
22538
|
ProgressNote,
|
|
22098
|
-
_sfc_main$
|
|
22099
|
-
_sfc_main$
|
|
22539
|
+
_sfc_main$I as ProgressNoteButton,
|
|
22540
|
+
_sfc_main$H as ProgressNoteTab,
|
|
22100
22541
|
ProgressSingle,
|
|
22101
22542
|
ProgressTomorrow,
|
|
22102
22543
|
ProgressYesterday,
|
|
22103
|
-
_sfc_main$
|
|
22544
|
+
_sfc_main$y as ResponsibilityCollection,
|
|
22104
22545
|
ResponsibilityModel,
|
|
22105
22546
|
ResponsibilitySingle,
|
|
22106
22547
|
ResponsibilityStaff,
|
|
22107
22548
|
ResponsibilitySupervisor,
|
|
22108
|
-
_sfc_main$
|
|
22549
|
+
_sfc_main$u as ResponsibilityTypeCollection,
|
|
22109
22550
|
ResponsibilityTypeModel,
|
|
22110
22551
|
ResponsibilityTypeSingle,
|
|
22111
|
-
_sfc_main$
|
|
22552
|
+
_sfc_main$s as SituationCollection,
|
|
22112
22553
|
SituationModel,
|
|
22113
|
-
_sfc_main$
|
|
22114
|
-
_sfc_main$
|
|
22115
|
-
_sfc_main$
|
|
22554
|
+
_sfc_main$r as SituationSingle,
|
|
22555
|
+
_sfc_main$p as SituationSupportive,
|
|
22556
|
+
_sfc_main$o as SituationTypeCollection,
|
|
22116
22557
|
SituationTypeModel,
|
|
22117
|
-
_sfc_main$
|
|
22118
|
-
_sfc_main$
|
|
22119
|
-
_sfc_main$
|
|
22120
|
-
_sfc_main$
|
|
22558
|
+
_sfc_main$n as SituationTypeSingle,
|
|
22559
|
+
_sfc_main$q as SituationWork,
|
|
22560
|
+
_sfc_main$m as StaffCollection,
|
|
22561
|
+
_sfc_main$j as StaffIdentity,
|
|
22121
22562
|
StaffModel,
|
|
22122
22563
|
StaffOperasional,
|
|
22123
22564
|
StaffSingle,
|
|
22124
22565
|
SubmissionAudit,
|
|
22125
22566
|
_sfc_main$g as SubmissionCollection,
|
|
22126
22567
|
SubmissionDecision,
|
|
22127
|
-
|
|
22568
|
+
SubmissionDetailTab,
|
|
22569
|
+
_sfc_main$i as SubmissionDocumentTab,
|
|
22128
22570
|
SubmissionFollowUp,
|
|
22129
22571
|
SubmissionModel,
|
|
22130
22572
|
SubmissionSingle,
|