@neutron.co.id/operasional-interfaces 1.11.4 → 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/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 +764 -337
- package/build/index.mjs +764 -337
- package/build/module.json +1 -1
- package/build/nuxt.json +1 -1
- package/build/style.css +11 -7
- package/package.json +6 -6
package/build/index.cjs
CHANGED
|
@@ -24,7 +24,7 @@ const relation = require("@neon.id/relation");
|
|
|
24
24
|
const code = require("@neon.id/utils/code");
|
|
25
25
|
const catatInterfaces = require("@neon.id/catat-interfaces");
|
|
26
26
|
const AttendanceModel = personaliaModels.models.AttendanceModel;
|
|
27
|
-
const _sfc_main$
|
|
27
|
+
const _sfc_main$13 = /* @__PURE__ */ vue.defineComponent({
|
|
28
28
|
...{
|
|
29
29
|
name: "AttendanceCollection"
|
|
30
30
|
},
|
|
@@ -8356,7 +8356,7 @@ const _hoisted_3$a = {
|
|
|
8356
8356
|
};
|
|
8357
8357
|
const _hoisted_4$7 = { class: "vc-time-weekday" };
|
|
8358
8358
|
const _hoisted_5$5 = { class: "vc-time-month" };
|
|
8359
|
-
const _hoisted_6$
|
|
8359
|
+
const _hoisted_6$5 = { class: "vc-time-day" };
|
|
8360
8360
|
const _hoisted_7$3 = { class: "vc-time-year" };
|
|
8361
8361
|
const _hoisted_8$3 = { class: "vc-time-select" };
|
|
8362
8362
|
const _hoisted_9$3 = /* @__PURE__ */ vue.createElementVNode("span", { style: { "margin": "0 4px" } }, ":", -1);
|
|
@@ -8374,7 +8374,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8374
8374
|
$options.date ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$a, [
|
|
8375
8375
|
vue.createElementVNode("span", _hoisted_4$7, vue.toDisplayString($props.locale.format($options.date, "WWW")), 1),
|
|
8376
8376
|
vue.createElementVNode("span", _hoisted_5$5, vue.toDisplayString($props.locale.format($options.date, "MMM")), 1),
|
|
8377
|
-
vue.createElementVNode("span", _hoisted_6$
|
|
8377
|
+
vue.createElementVNode("span", _hoisted_6$5, vue.toDisplayString($props.locale.format($options.date, "D")), 1),
|
|
8378
8378
|
vue.createElementVNode("span", _hoisted_7$3, vue.toDisplayString($props.locale.format($options.date, "YYYY")), 1)
|
|
8379
8379
|
])) : vue.createCommentVNode("", true),
|
|
8380
8380
|
vue.createElementVNode("div", _hoisted_8$3, [
|
|
@@ -8425,7 +8425,7 @@ const RANGE_PRIORITY = {
|
|
|
8425
8425
|
END: 2,
|
|
8426
8426
|
BOTH: 3
|
|
8427
8427
|
};
|
|
8428
|
-
const _sfc_main$
|
|
8428
|
+
const _sfc_main$12 = {
|
|
8429
8429
|
name: "DatePicker",
|
|
8430
8430
|
emits: [
|
|
8431
8431
|
"update:modelValue",
|
|
@@ -10109,7 +10109,7 @@ const _hoisted_2$i = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ vue.cr
|
|
|
10109
10109
|
const _hoisted_3$9 = [
|
|
10110
10110
|
_hoisted_2$i
|
|
10111
10111
|
];
|
|
10112
|
-
const _sfc_main$
|
|
10112
|
+
const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
10113
10113
|
__name: "NeonTime",
|
|
10114
10114
|
props: {
|
|
10115
10115
|
modelValue: {
|
|
@@ -10147,7 +10147,7 @@ const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
|
|
|
10147
10147
|
class: vue.normalizeClass(["neon-time", { "is-disabled": __props.isDisabled }])
|
|
10148
10148
|
},
|
|
10149
10149
|
[
|
|
10150
|
-
__props.isLoading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$p, _hoisted_3$9)) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
10150
|
+
__props.isLoading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$p, _hoisted_3$9)) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$12), vue.mergeProps({
|
|
10151
10151
|
key: 1,
|
|
10152
10152
|
"model-value": internalValue.value
|
|
10153
10153
|
}, {
|
|
@@ -10178,7 +10178,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
10178
10178
|
}
|
|
10179
10179
|
return target;
|
|
10180
10180
|
};
|
|
10181
|
-
const NeonTime = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10181
|
+
const NeonTime = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-805321b9"]]);
|
|
10182
10182
|
const _hoisted_1$o = { class: "flex flex-wrap" };
|
|
10183
10183
|
const _hoisted_2$h = { class: "mt-2" };
|
|
10184
10184
|
const _hoisted_3$8 = { class: "mt-2" };
|
|
@@ -10187,7 +10187,7 @@ const _hoisted_4$6 = {
|
|
|
10187
10187
|
class: "grid gap-2 sm:grid-cols-2"
|
|
10188
10188
|
};
|
|
10189
10189
|
const _hoisted_5$4 = { class: "text-right text-fg-subdued text-sm" };
|
|
10190
|
-
const _hoisted_6$
|
|
10190
|
+
const _hoisted_6$4 = {
|
|
10191
10191
|
key: 5,
|
|
10192
10192
|
class: "grid gap-2 sm:grid-cols-2"
|
|
10193
10193
|
};
|
|
@@ -10197,7 +10197,7 @@ const _hoisted_8$2 = {
|
|
|
10197
10197
|
class: "grid gap-2 sm:grid-cols-2"
|
|
10198
10198
|
};
|
|
10199
10199
|
const _hoisted_9$2 = { class: "text-right text-fg-subdued text-sm" };
|
|
10200
|
-
const _sfc_main
|
|
10200
|
+
const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
|
|
10201
10201
|
__name: "AttendanceManager",
|
|
10202
10202
|
setup(__props) {
|
|
10203
10203
|
var _a;
|
|
@@ -10442,7 +10442,7 @@ const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
|
|
|
10442
10442
|
}, 16, ["modelValue"])
|
|
10443
10443
|
])) : vue.createCommentVNode("v-if", true),
|
|
10444
10444
|
vue.createCommentVNode(" COME TOO LATE "),
|
|
10445
|
-
vue.unref(values).type == "comeLate" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$
|
|
10445
|
+
vue.unref(values).type == "comeLate" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$4, [
|
|
10446
10446
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
10447
10447
|
modelValue: vue.unref(values).startedAt,
|
|
10448
10448
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(values).startedAt = $event)
|
|
@@ -10565,10 +10565,10 @@ const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
|
|
|
10565
10565
|
}
|
|
10566
10566
|
});
|
|
10567
10567
|
const AttendanceManager_vue_vue_type_style_index_0_scoped_4da92bf5_lang = "";
|
|
10568
|
-
const AttendanceManager = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
10568
|
+
const AttendanceManager = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__scopeId", "data-v-4da92bf5"]]);
|
|
10569
10569
|
const _hoisted_1$n = { class: "grid gap-2 sm:grid-cols-2" };
|
|
10570
10570
|
const _hoisted_2$g = { class: "text-right text-fg-subdued text-sm" };
|
|
10571
|
-
const _sfc_main
|
|
10571
|
+
const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
|
|
10572
10572
|
__name: "AttendanceSingle",
|
|
10573
10573
|
setup(__props) {
|
|
10574
10574
|
const {
|
|
@@ -10756,7 +10756,7 @@ const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
|
|
|
10756
10756
|
}
|
|
10757
10757
|
});
|
|
10758
10758
|
const AttendanceSingle_vue_vue_type_style_index_0_scoped_7fdc9043_lang = "";
|
|
10759
|
-
const AttendanceSingle = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
10759
|
+
const AttendanceSingle = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-7fdc9043"]]);
|
|
10760
10760
|
const _hoisted_1$m = {
|
|
10761
10761
|
key: 1,
|
|
10762
10762
|
class: "flex flex-wrap"
|
|
@@ -10768,7 +10768,7 @@ const _hoisted_4$5 = {
|
|
|
10768
10768
|
class: "grid gap-2 sm:grid-cols-2"
|
|
10769
10769
|
};
|
|
10770
10770
|
const _hoisted_5$3 = { class: "text-right text-fg-subdued text-sm" };
|
|
10771
|
-
const _hoisted_6$
|
|
10771
|
+
const _hoisted_6$3 = {
|
|
10772
10772
|
key: 7,
|
|
10773
10773
|
class: "grid gap-2 sm:grid-cols-2"
|
|
10774
10774
|
};
|
|
@@ -10778,7 +10778,7 @@ const _hoisted_8$1 = {
|
|
|
10778
10778
|
class: "grid gap-2 sm:grid-cols-2"
|
|
10779
10779
|
};
|
|
10780
10780
|
const _hoisted_9$1 = { class: "text-right text-fg-subdued text-sm" };
|
|
10781
|
-
const _sfc_main$
|
|
10781
|
+
const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
|
|
10782
10782
|
__name: "AttendanceStaff",
|
|
10783
10783
|
setup(__props) {
|
|
10784
10784
|
var _a;
|
|
@@ -11057,7 +11057,7 @@ const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
|
|
|
11057
11057
|
}, 16, ["modelValue"])
|
|
11058
11058
|
])) : vue.createCommentVNode("v-if", true),
|
|
11059
11059
|
vue.createCommentVNode(" COME TOO LATE "),
|
|
11060
|
-
vue.unref(values).type == "comeLate" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$
|
|
11060
|
+
vue.unref(values).type == "comeLate" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$3, [
|
|
11061
11061
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
11062
11062
|
modelValue: vue.unref(values).startedAt,
|
|
11063
11063
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(values).startedAt = $event)
|
|
@@ -11184,7 +11184,7 @@ const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
|
|
|
11184
11184
|
}
|
|
11185
11185
|
});
|
|
11186
11186
|
const AttendanceStaff_vue_vue_type_style_index_0_scoped_d541d5ab_lang = "";
|
|
11187
|
-
const AttendanceStaff = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11187
|
+
const AttendanceStaff = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__scopeId", "data-v-d541d5ab"]]);
|
|
11188
11188
|
const _hoisted_1$l = { class: "flex flex-wrap" };
|
|
11189
11189
|
const _hoisted_2$e = { class: "mt-2" };
|
|
11190
11190
|
const _hoisted_3$6 = { class: "mt-2" };
|
|
@@ -11193,7 +11193,7 @@ const _hoisted_4$4 = {
|
|
|
11193
11193
|
class: "grid gap-2 sm:grid-cols-2"
|
|
11194
11194
|
};
|
|
11195
11195
|
const _hoisted_5$2 = { class: "text-right text-fg-subdued text-sm" };
|
|
11196
|
-
const _hoisted_6$
|
|
11196
|
+
const _hoisted_6$2 = {
|
|
11197
11197
|
key: 5,
|
|
11198
11198
|
class: "grid gap-2 sm:grid-cols-2"
|
|
11199
11199
|
};
|
|
@@ -11203,7 +11203,7 @@ const _hoisted_8 = {
|
|
|
11203
11203
|
class: "grid gap-2 sm:grid-cols-2"
|
|
11204
11204
|
};
|
|
11205
11205
|
const _hoisted_9 = { class: "text-right text-fg-subdued text-sm" };
|
|
11206
|
-
const _sfc_main$
|
|
11206
|
+
const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
|
|
11207
11207
|
__name: "AttendanceSupervisor",
|
|
11208
11208
|
setup(__props) {
|
|
11209
11209
|
var _a;
|
|
@@ -11447,7 +11447,7 @@ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
|
11447
11447
|
}, 16, ["modelValue"])
|
|
11448
11448
|
])) : vue.createCommentVNode("v-if", true),
|
|
11449
11449
|
vue.createCommentVNode(" COME TOO LATE "),
|
|
11450
|
-
vue.unref(values).type == "comeLate" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$
|
|
11450
|
+
vue.unref(values).type == "comeLate" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$2, [
|
|
11451
11451
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
11452
11452
|
modelValue: vue.unref(values).startedAt,
|
|
11453
11453
|
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(values).startedAt = $event)
|
|
@@ -11570,7 +11570,7 @@ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
|
11570
11570
|
}
|
|
11571
11571
|
});
|
|
11572
11572
|
const AttendanceSupervisor_vue_vue_type_style_index_0_scoped_8eefa083_lang = "";
|
|
11573
|
-
const AttendanceSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11573
|
+
const AttendanceSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-8eefa083"]]);
|
|
11574
11574
|
const CheckInModel = tempatModels.models.CheckInModel;
|
|
11575
11575
|
function _typeof(o) {
|
|
11576
11576
|
"@babel/helpers - typeof";
|
|
@@ -13122,8 +13122,8 @@ const _hoisted_5$1 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ vue.cr
|
|
|
13122
13122
|
-1
|
|
13123
13123
|
/* HOISTED */
|
|
13124
13124
|
));
|
|
13125
|
-
const _hoisted_6 = { class: "end" };
|
|
13126
|
-
const _sfc_main$
|
|
13125
|
+
const _hoisted_6$1 = { class: "end" };
|
|
13126
|
+
const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
13127
13127
|
...{
|
|
13128
13128
|
name: "CheckInPresenceCollection"
|
|
13129
13129
|
},
|
|
@@ -13472,7 +13472,7 @@ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
|
13472
13472
|
default: vue.withCtx(() => [
|
|
13473
13473
|
vue.createElementVNode("div", _hoisted_4$3, [
|
|
13474
13474
|
_hoisted_5$1,
|
|
13475
|
-
vue.createElementVNode("div", _hoisted_6, [
|
|
13475
|
+
vue.createElementVNode("div", _hoisted_6$1, [
|
|
13476
13476
|
vue.createVNode(vue.unref(office.OfficeCollectionQuery), { displays: ["table"] }, {
|
|
13477
13477
|
default: vue.withCtx(() => [
|
|
13478
13478
|
vue.createVNode(vue.unref(office.OfficeCollectionOperation), { "is-main": "" })
|
|
@@ -13498,9 +13498,9 @@ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
|
13498
13498
|
}
|
|
13499
13499
|
});
|
|
13500
13500
|
const CheckInPresenceCollection_vue_vue_type_style_index_0_scoped_3c4aa352_lang = "";
|
|
13501
|
-
const CheckInPresenceCollection = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13501
|
+
const CheckInPresenceCollection = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-3c4aa352"]]);
|
|
13502
13502
|
const _hoisted_1$j = { class: "grid gap-4 sm:grid-cols-2" };
|
|
13503
|
-
const _sfc_main$
|
|
13503
|
+
const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
13504
13504
|
__name: "CheckInSingle",
|
|
13505
13505
|
setup(__props) {
|
|
13506
13506
|
const {
|
|
@@ -13598,9 +13598,9 @@ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
|
13598
13598
|
}
|
|
13599
13599
|
});
|
|
13600
13600
|
const CheckInSingle_vue_vue_type_style_index_0_scoped_e56842b0_lang = "";
|
|
13601
|
-
const CheckInSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13601
|
+
const CheckInSingle = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-e56842b0"]]);
|
|
13602
13602
|
const _hoisted_1$i = { class: "grid gap-4 sm:grid-cols-2" };
|
|
13603
|
-
const _sfc_main$
|
|
13603
|
+
const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
13604
13604
|
__name: "CheckInExternal",
|
|
13605
13605
|
setup(__props) {
|
|
13606
13606
|
const {
|
|
@@ -13716,7 +13716,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
13716
13716
|
}
|
|
13717
13717
|
});
|
|
13718
13718
|
const CheckInExternal_vue_vue_type_style_index_0_scoped_942d2d80_lang = "";
|
|
13719
|
-
const CheckInExternal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13719
|
+
const CheckInExternal = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-942d2d80"]]);
|
|
13720
13720
|
const _withScopeId$1 = (n) => (vue.pushScopeId("data-v-d6ac1ebc"), n = n(), vue.popScopeId(), n);
|
|
13721
13721
|
const _hoisted_1$h = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode(
|
|
13722
13722
|
"h4",
|
|
@@ -13736,7 +13736,7 @@ const _hoisted_2$c = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.cr
|
|
|
13736
13736
|
-1
|
|
13737
13737
|
/* HOISTED */
|
|
13738
13738
|
));
|
|
13739
|
-
const _sfc_main$
|
|
13739
|
+
const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
13740
13740
|
__name: "CheckInAccess",
|
|
13741
13741
|
emits: ["close"],
|
|
13742
13742
|
setup(__props) {
|
|
@@ -13789,9 +13789,9 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
13789
13789
|
}
|
|
13790
13790
|
});
|
|
13791
13791
|
const CheckInAccess_vue_vue_type_style_index_0_scoped_d6ac1ebc_lang = "";
|
|
13792
|
-
const CheckInAccess = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13792
|
+
const CheckInAccess = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-d6ac1ebc"]]);
|
|
13793
13793
|
const _hoisted_1$g = { class: "buttons" };
|
|
13794
|
-
const _sfc_main$
|
|
13794
|
+
const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
13795
13795
|
__name: "CheckInScanError",
|
|
13796
13796
|
setup(__props) {
|
|
13797
13797
|
const attendanceStore = useAttendanceStore();
|
|
@@ -14266,7 +14266,7 @@ const _hoisted_2$b = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.crea
|
|
|
14266
14266
|
));
|
|
14267
14267
|
const _hoisted_3$4 = ["onClick"];
|
|
14268
14268
|
const _hoisted_4$2 = { class: "mr-2 text-sm" };
|
|
14269
|
-
const _sfc_main$
|
|
14269
|
+
const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
14270
14270
|
__name: "CheckInScanner",
|
|
14271
14271
|
emits: ["start", "stop", "scanned", "close"],
|
|
14272
14272
|
setup(__props, { emit: __emit }) {
|
|
@@ -14449,7 +14449,7 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
|
14449
14449
|
}
|
|
14450
14450
|
});
|
|
14451
14451
|
const CheckInScanner_vue_vue_type_style_index_0_scoped_dc535804_lang = "";
|
|
14452
|
-
const CheckInScanner = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14452
|
+
const CheckInScanner = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-dc535804"]]);
|
|
14453
14453
|
const _hoisted_1$e = /* @__PURE__ */ vue.createElementVNode(
|
|
14454
14454
|
"h3",
|
|
14455
14455
|
{ align: "center" },
|
|
@@ -14457,7 +14457,7 @@ const _hoisted_1$e = /* @__PURE__ */ vue.createElementVNode(
|
|
|
14457
14457
|
-1
|
|
14458
14458
|
/* HOISTED */
|
|
14459
14459
|
);
|
|
14460
|
-
const _sfc_main$
|
|
14460
|
+
const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
14461
14461
|
__name: "CheckInScanSuccess",
|
|
14462
14462
|
emits: ["close"],
|
|
14463
14463
|
setup(__props) {
|
|
@@ -14489,7 +14489,7 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
14489
14489
|
};
|
|
14490
14490
|
}
|
|
14491
14491
|
});
|
|
14492
|
-
const _sfc_main$
|
|
14492
|
+
const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
14493
14493
|
...{
|
|
14494
14494
|
name: "CheckInCollection"
|
|
14495
14495
|
},
|
|
@@ -14508,7 +14508,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
14508
14508
|
}
|
|
14509
14509
|
});
|
|
14510
14510
|
const _hoisted_1$d = { class: "grid gap-4 sm:grid-cols-2" };
|
|
14511
|
-
const _sfc_main$
|
|
14511
|
+
const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
14512
14512
|
__name: "CheckInSupervisor",
|
|
14513
14513
|
setup(__props) {
|
|
14514
14514
|
const {
|
|
@@ -14622,13 +14622,13 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
|
14622
14622
|
}
|
|
14623
14623
|
});
|
|
14624
14624
|
const CheckInSupervisor_vue_vue_type_style_index_0_scoped_551b53ec_lang = "";
|
|
14625
|
-
const CheckInSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14625
|
+
const CheckInSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-551b53ec"]]);
|
|
14626
14626
|
const _hoisted_1$c = { class: "operasional-identitas" };
|
|
14627
14627
|
const _hoisted_2$a = {
|
|
14628
14628
|
key: 2,
|
|
14629
14629
|
class: "section"
|
|
14630
14630
|
};
|
|
14631
|
-
const _sfc_main$
|
|
14631
|
+
const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
14632
14632
|
...{ name: "OperasionalIdentitas" },
|
|
14633
14633
|
__name: "OperasionalIdentitas",
|
|
14634
14634
|
props: {
|
|
@@ -14982,9 +14982,9 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
|
14982
14982
|
}
|
|
14983
14983
|
});
|
|
14984
14984
|
const OperasionalIdentitas_vue_vue_type_style_index_0_scoped_e6073495_lang = "";
|
|
14985
|
-
const OperasionalIdentitas = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14985
|
+
const OperasionalIdentitas = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-e6073495"]]);
|
|
14986
14986
|
const PlanModel = personaliaModels.models.PlanModel;
|
|
14987
|
-
const _sfc_main$
|
|
14987
|
+
const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
14988
14988
|
...{
|
|
14989
14989
|
name: "PlanCollection"
|
|
14990
14990
|
},
|
|
@@ -15002,7 +15002,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
15002
15002
|
};
|
|
15003
15003
|
}
|
|
15004
15004
|
});
|
|
15005
|
-
const _sfc_main$
|
|
15005
|
+
const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
15006
15006
|
__name: "PlanSingle",
|
|
15007
15007
|
setup(__props) {
|
|
15008
15008
|
const {
|
|
@@ -15185,8 +15185,8 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
15185
15185
|
}
|
|
15186
15186
|
});
|
|
15187
15187
|
const PlanSingle_vue_vue_type_style_index_0_scoped_21ce9030_lang = "";
|
|
15188
|
-
const PlanSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15189
|
-
const _sfc_main$
|
|
15188
|
+
const PlanSingle = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-21ce9030"]]);
|
|
15189
|
+
const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
15190
15190
|
__name: "PlanStaff",
|
|
15191
15191
|
setup(__props) {
|
|
15192
15192
|
const {
|
|
@@ -15338,9 +15338,9 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
15338
15338
|
}
|
|
15339
15339
|
});
|
|
15340
15340
|
const PlanStaff_vue_vue_type_style_index_0_scoped_50e978a0_lang = "";
|
|
15341
|
-
const PlanStaff = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15341
|
+
const PlanStaff = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-50e978a0"]]);
|
|
15342
15342
|
const PlanTypeModel = personaliaModels.models.PlanTypeModel;
|
|
15343
|
-
const _sfc_main$
|
|
15343
|
+
const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
15344
15344
|
...{
|
|
15345
15345
|
name: "PlanTypeCollection"
|
|
15346
15346
|
},
|
|
@@ -15358,7 +15358,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
15358
15358
|
};
|
|
15359
15359
|
}
|
|
15360
15360
|
});
|
|
15361
|
-
const _sfc_main$
|
|
15361
|
+
const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
15362
15362
|
__name: "PlanTypeSingle",
|
|
15363
15363
|
setup(__props) {
|
|
15364
15364
|
const {
|
|
@@ -15479,9 +15479,9 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
15479
15479
|
}
|
|
15480
15480
|
});
|
|
15481
15481
|
const PlanTypeSingle_vue_vue_type_style_index_0_scoped_7690175d_lang = "";
|
|
15482
|
-
const PlanTypeSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15482
|
+
const PlanTypeSingle = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-7690175d"]]);
|
|
15483
15483
|
const _hoisted_1$b = { class: "flex flex-wrap" };
|
|
15484
|
-
const _sfc_main$
|
|
15484
|
+
const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
15485
15485
|
...{ name: "ProgressButton" },
|
|
15486
15486
|
__name: "ProgressButton",
|
|
15487
15487
|
setup(__props) {
|
|
@@ -15528,7 +15528,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
15528
15528
|
}
|
|
15529
15529
|
});
|
|
15530
15530
|
const _hoisted_1$a = { class: "flex flex-wrap" };
|
|
15531
|
-
const _sfc_main$
|
|
15531
|
+
const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
15532
15532
|
...{ name: "ProgressNoteButton" },
|
|
15533
15533
|
__name: "ProgressNoteButton",
|
|
15534
15534
|
setup(__props) {
|
|
@@ -15551,7 +15551,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
15551
15551
|
}
|
|
15552
15552
|
});
|
|
15553
15553
|
const ProgressModel = personaliaModels.models.ProgressModel;
|
|
15554
|
-
const _sfc_main$
|
|
15554
|
+
const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
15555
15555
|
...{ name: "ProgressNoteTab" },
|
|
15556
15556
|
__name: "ProgressNoteTab",
|
|
15557
15557
|
setup(__props) {
|
|
@@ -15582,7 +15582,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
|
15582
15582
|
};
|
|
15583
15583
|
}
|
|
15584
15584
|
});
|
|
15585
|
-
const _sfc_main$
|
|
15585
|
+
const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
15586
15586
|
...{
|
|
15587
15587
|
name: "ProgressCollection"
|
|
15588
15588
|
},
|
|
@@ -15646,10 +15646,10 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
15646
15646
|
}
|
|
15647
15647
|
});
|
|
15648
15648
|
const ProgressCollection_vue_vue_type_style_index_0_scoped_73139a91_lang = "";
|
|
15649
|
-
const ProgressCollection = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15649
|
+
const ProgressCollection = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-73139a91"]]);
|
|
15650
15650
|
const _hoisted_1$9 = { class: "grid gap-2 sm:grid-cols-2" };
|
|
15651
15651
|
const _hoisted_2$9 = { class: "text-right text-fg-subdued text-sm" };
|
|
15652
|
-
const _sfc_main$
|
|
15652
|
+
const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
15653
15653
|
__name: "ProgressSingle",
|
|
15654
15654
|
setup(__props) {
|
|
15655
15655
|
var _a;
|
|
@@ -16017,7 +16017,7 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
|
16017
16017
|
_: 1
|
|
16018
16018
|
/* STABLE */
|
|
16019
16019
|
})) : vue.createCommentVNode("v-if", true),
|
|
16020
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
16020
|
+
vue.createVNode(vue.unref(_sfc_main$H))
|
|
16021
16021
|
];
|
|
16022
16022
|
}),
|
|
16023
16023
|
_: 1
|
|
@@ -16031,10 +16031,10 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
|
16031
16031
|
}
|
|
16032
16032
|
});
|
|
16033
16033
|
const ProgressSingle_vue_vue_type_style_index_0_scoped_ba369d9e_lang = "";
|
|
16034
|
-
const ProgressSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16034
|
+
const ProgressSingle = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-ba369d9e"]]);
|
|
16035
16035
|
const _hoisted_1$8 = { class: "grid gap-2 sm:grid-cols-2" };
|
|
16036
16036
|
const _hoisted_2$8 = { class: "text-right text-fg-subdued text-sm" };
|
|
16037
|
-
const _sfc_main$
|
|
16037
|
+
const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
16038
16038
|
__name: "ProgressTomorrow",
|
|
16039
16039
|
setup(__props) {
|
|
16040
16040
|
var _a;
|
|
@@ -16315,7 +16315,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
16315
16315
|
_: 1
|
|
16316
16316
|
/* STABLE */
|
|
16317
16317
|
})) : vue.createCommentVNode("v-if", true),
|
|
16318
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
16318
|
+
vue.createVNode(vue.unref(_sfc_main$H))
|
|
16319
16319
|
];
|
|
16320
16320
|
}),
|
|
16321
16321
|
_: 1
|
|
@@ -16329,10 +16329,10 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
16329
16329
|
}
|
|
16330
16330
|
});
|
|
16331
16331
|
const ProgressTomorrow_vue_vue_type_style_index_0_scoped_0c5dc3d7_lang = "";
|
|
16332
|
-
const ProgressTomorrow = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16332
|
+
const ProgressTomorrow = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-0c5dc3d7"]]);
|
|
16333
16333
|
const _hoisted_1$7 = { class: "grid gap-2 sm:grid-cols-2" };
|
|
16334
16334
|
const _hoisted_2$7 = { class: "text-right text-fg-subdued text-sm" };
|
|
16335
|
-
const _sfc_main$
|
|
16335
|
+
const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
16336
16336
|
__name: "ProgressYesterday",
|
|
16337
16337
|
setup(__props) {
|
|
16338
16338
|
var _a;
|
|
@@ -16613,7 +16613,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
16613
16613
|
_: 1
|
|
16614
16614
|
/* STABLE */
|
|
16615
16615
|
})) : vue.createCommentVNode("v-if", true),
|
|
16616
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
16616
|
+
vue.createVNode(vue.unref(_sfc_main$H))
|
|
16617
16617
|
];
|
|
16618
16618
|
}),
|
|
16619
16619
|
_: 1
|
|
@@ -16627,8 +16627,8 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
16627
16627
|
}
|
|
16628
16628
|
});
|
|
16629
16629
|
const ProgressYesterday_vue_vue_type_style_index_0_scoped_84ac6152_lang = "";
|
|
16630
|
-
const ProgressYesterday = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16631
|
-
const _sfc_main$
|
|
16630
|
+
const ProgressYesterday = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-84ac6152"]]);
|
|
16631
|
+
const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
16632
16632
|
__name: "ProgressNote",
|
|
16633
16633
|
setup(__props) {
|
|
16634
16634
|
var _a;
|
|
@@ -16737,7 +16737,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
16737
16737
|
_: 1
|
|
16738
16738
|
/* STABLE */
|
|
16739
16739
|
}),
|
|
16740
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
16740
|
+
vue.createVNode(vue.unref(_sfc_main$H))
|
|
16741
16741
|
]),
|
|
16742
16742
|
_: 1
|
|
16743
16743
|
/* STABLE */
|
|
@@ -16750,9 +16750,9 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
16750
16750
|
}
|
|
16751
16751
|
});
|
|
16752
16752
|
const ProgressNote_vue_vue_type_style_index_0_scoped_046e6306_lang = "";
|
|
16753
|
-
const ProgressNote = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16753
|
+
const ProgressNote = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-046e6306"]]);
|
|
16754
16754
|
const ProgressAccessModel = personaliaModels.models.ProgressAccessModel;
|
|
16755
|
-
const _sfc_main$
|
|
16755
|
+
const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
16756
16756
|
...{
|
|
16757
16757
|
name: "ProgressAccessCollection"
|
|
16758
16758
|
},
|
|
@@ -16770,7 +16770,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
16770
16770
|
};
|
|
16771
16771
|
}
|
|
16772
16772
|
});
|
|
16773
|
-
const _sfc_main$
|
|
16773
|
+
const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
16774
16774
|
__name: "ProgressAccessSingle",
|
|
16775
16775
|
setup(__props) {
|
|
16776
16776
|
const {
|
|
@@ -16837,8 +16837,8 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
16837
16837
|
}
|
|
16838
16838
|
});
|
|
16839
16839
|
const ProgressAccessSingle_vue_vue_type_style_index_0_scoped_a12532ca_lang = "";
|
|
16840
|
-
const ProgressAccessSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16841
|
-
const _sfc_main$
|
|
16840
|
+
const ProgressAccessSingle = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-a12532ca"]]);
|
|
16841
|
+
const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
16842
16842
|
__name: "ProgressAccessSupervisor",
|
|
16843
16843
|
setup(__props) {
|
|
16844
16844
|
const {
|
|
@@ -16907,9 +16907,9 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
16907
16907
|
}
|
|
16908
16908
|
});
|
|
16909
16909
|
const ProgressAccessSupervisor_vue_vue_type_style_index_0_scoped_856146bf_lang = "";
|
|
16910
|
-
const ProgressAccessSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16910
|
+
const ProgressAccessSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-856146bf"]]);
|
|
16911
16911
|
const ResponsibilityModel = personaliaModels.models.ResponsibilityModel;
|
|
16912
|
-
const _sfc_main$
|
|
16912
|
+
const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
16913
16913
|
...{
|
|
16914
16914
|
name: "ResponsibilityCollection"
|
|
16915
16915
|
},
|
|
@@ -16927,7 +16927,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
16927
16927
|
};
|
|
16928
16928
|
}
|
|
16929
16929
|
});
|
|
16930
|
-
const _sfc_main$
|
|
16930
|
+
const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
16931
16931
|
__name: "ResponsibilitySingle",
|
|
16932
16932
|
setup(__props) {
|
|
16933
16933
|
const {
|
|
@@ -17154,8 +17154,8 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
17154
17154
|
}
|
|
17155
17155
|
});
|
|
17156
17156
|
const ResponsibilitySingle_vue_vue_type_style_index_0_scoped_5c8b04ca_lang = "";
|
|
17157
|
-
const ResponsibilitySingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17158
|
-
const _sfc_main$
|
|
17157
|
+
const ResponsibilitySingle = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-5c8b04ca"]]);
|
|
17158
|
+
const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
17159
17159
|
__name: "ResponsibilityStaff",
|
|
17160
17160
|
setup(__props) {
|
|
17161
17161
|
const {
|
|
@@ -17349,8 +17349,8 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
17349
17349
|
}
|
|
17350
17350
|
});
|
|
17351
17351
|
const ResponsibilityStaff_vue_vue_type_style_index_0_scoped_6c8c000f_lang = "";
|
|
17352
|
-
const ResponsibilityStaff = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17353
|
-
const _sfc_main$
|
|
17352
|
+
const ResponsibilityStaff = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-6c8c000f"]]);
|
|
17353
|
+
const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
17354
17354
|
__name: "ResponsibilitySupervisor",
|
|
17355
17355
|
setup(__props) {
|
|
17356
17356
|
const {
|
|
@@ -17544,9 +17544,9 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
17544
17544
|
}
|
|
17545
17545
|
});
|
|
17546
17546
|
const ResponsibilitySupervisor_vue_vue_type_style_index_0_scoped_291d61f5_lang = "";
|
|
17547
|
-
const ResponsibilitySupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17547
|
+
const ResponsibilitySupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-291d61f5"]]);
|
|
17548
17548
|
const ResponsibilityTypeModel = personaliaModels.models.ResponsibilityTypeModel;
|
|
17549
|
-
const _sfc_main$
|
|
17549
|
+
const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
17550
17550
|
...{
|
|
17551
17551
|
name: "ResponsibilityTypeCollection"
|
|
17552
17552
|
},
|
|
@@ -17564,7 +17564,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
17564
17564
|
};
|
|
17565
17565
|
}
|
|
17566
17566
|
});
|
|
17567
|
-
const _sfc_main$
|
|
17567
|
+
const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
17568
17568
|
__name: "ResponsibilityTypeSingle",
|
|
17569
17569
|
setup(__props) {
|
|
17570
17570
|
const {
|
|
@@ -17630,9 +17630,9 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
17630
17630
|
}
|
|
17631
17631
|
});
|
|
17632
17632
|
const ResponsibilityTypeSingle_vue_vue_type_style_index_0_scoped_3df9fac1_lang = "";
|
|
17633
|
-
const ResponsibilityTypeSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17633
|
+
const ResponsibilityTypeSingle = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-3df9fac1"]]);
|
|
17634
17634
|
const SituationModel = personaliaModels.models.SituationModel;
|
|
17635
|
-
const _sfc_main$
|
|
17635
|
+
const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
17636
17636
|
...{ name: "SituationCollection" },
|
|
17637
17637
|
__name: "SituationCollection",
|
|
17638
17638
|
setup(__props) {
|
|
@@ -17648,7 +17648,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
|
17648
17648
|
};
|
|
17649
17649
|
}
|
|
17650
17650
|
});
|
|
17651
|
-
const _sfc_main$
|
|
17651
|
+
const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
17652
17652
|
__name: "SituationSingle",
|
|
17653
17653
|
setup(__props) {
|
|
17654
17654
|
const {
|
|
@@ -17785,7 +17785,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
17785
17785
|
};
|
|
17786
17786
|
}
|
|
17787
17787
|
});
|
|
17788
|
-
const _sfc_main$
|
|
17788
|
+
const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
17789
17789
|
__name: "SituationWork",
|
|
17790
17790
|
setup(__props) {
|
|
17791
17791
|
const {
|
|
@@ -17964,7 +17964,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
17964
17964
|
};
|
|
17965
17965
|
}
|
|
17966
17966
|
});
|
|
17967
|
-
const _sfc_main$
|
|
17967
|
+
const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
17968
17968
|
...{ name: "SituationSupportive" },
|
|
17969
17969
|
__name: "SituationSupportive",
|
|
17970
17970
|
setup(__props) {
|
|
@@ -18103,7 +18103,7 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
18103
18103
|
}
|
|
18104
18104
|
});
|
|
18105
18105
|
const SituationTypeModel = personaliaModels.models.SituationTypeModel;
|
|
18106
|
-
const _sfc_main$
|
|
18106
|
+
const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
18107
18107
|
...{ name: "SituationTypeCollection" },
|
|
18108
18108
|
__name: "SituationTypeCollection",
|
|
18109
18109
|
setup(__props) {
|
|
@@ -18119,7 +18119,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
18119
18119
|
};
|
|
18120
18120
|
}
|
|
18121
18121
|
});
|
|
18122
|
-
const _sfc_main$
|
|
18122
|
+
const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
18123
18123
|
__name: "SituationTypeSingle",
|
|
18124
18124
|
setup(__props) {
|
|
18125
18125
|
const {
|
|
@@ -18191,7 +18191,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
18191
18191
|
}
|
|
18192
18192
|
});
|
|
18193
18193
|
const StaffModel = personaliaModels.models.StaffModel;
|
|
18194
|
-
const _sfc_main$
|
|
18194
|
+
const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
18195
18195
|
...{
|
|
18196
18196
|
name: "StaffCollection"
|
|
18197
18197
|
},
|
|
@@ -18211,7 +18211,7 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
18211
18211
|
});
|
|
18212
18212
|
const _hoisted_1$6 = { class: "grid gap-4 sm:grid-cols-[3fr_1fr]" };
|
|
18213
18213
|
const _hoisted_2$6 = { class: "grid gap-4 sm:grid-cols-2" };
|
|
18214
|
-
const _sfc_main$
|
|
18214
|
+
const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
18215
18215
|
__name: "StaffSingle",
|
|
18216
18216
|
setup(__props) {
|
|
18217
18217
|
const {
|
|
@@ -18295,7 +18295,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
18295
18295
|
title: "Identitas"
|
|
18296
18296
|
}, {
|
|
18297
18297
|
default: vue.withCtx(() => [
|
|
18298
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
18298
|
+
vue.createVNode(vue.unref(_sfc_main$j))
|
|
18299
18299
|
]),
|
|
18300
18300
|
_: 1
|
|
18301
18301
|
/* STABLE */
|
|
@@ -18364,10 +18364,10 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
18364
18364
|
}
|
|
18365
18365
|
});
|
|
18366
18366
|
const StaffSingle_vue_vue_type_style_index_0_scoped_be2a1aa4_lang = "";
|
|
18367
|
-
const StaffSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
18367
|
+
const StaffSingle = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-be2a1aa4"]]);
|
|
18368
18368
|
const _hoisted_1$5 = { class: "grid gap-4 sm:grid-cols-[3fr_1fr]" };
|
|
18369
18369
|
const _hoisted_2$5 = { class: "grid gap-4 sm:grid-cols-2" };
|
|
18370
|
-
const _sfc_main$
|
|
18370
|
+
const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
18371
18371
|
__name: "StaffOperasional",
|
|
18372
18372
|
setup(__props) {
|
|
18373
18373
|
const {
|
|
@@ -18451,7 +18451,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
18451
18451
|
title: "Identitas"
|
|
18452
18452
|
}, {
|
|
18453
18453
|
default: vue.withCtx(() => [
|
|
18454
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
18454
|
+
vue.createVNode(vue.unref(_sfc_main$j))
|
|
18455
18455
|
]),
|
|
18456
18456
|
_: 1
|
|
18457
18457
|
/* STABLE */
|
|
@@ -18527,8 +18527,8 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
18527
18527
|
}
|
|
18528
18528
|
});
|
|
18529
18529
|
const StaffOperasional_vue_vue_type_style_index_0_scoped_759338da_lang = "";
|
|
18530
|
-
const StaffOperasional = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
18531
|
-
const _sfc_main$
|
|
18530
|
+
const StaffOperasional = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-759338da"]]);
|
|
18531
|
+
const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
18532
18532
|
__name: "StaffIdentity",
|
|
18533
18533
|
setup(__props) {
|
|
18534
18534
|
const { values, saveOne, executeOne, syncOne } = context.useSingle();
|
|
@@ -18756,7 +18756,7 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
18756
18756
|
}
|
|
18757
18757
|
});
|
|
18758
18758
|
const SubmissionModel = personaliaModels.models.SubmissionModel;
|
|
18759
|
-
const _sfc_main$
|
|
18759
|
+
const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
18760
18760
|
...{ name: "SubmissionDocumentTab" },
|
|
18761
18761
|
__name: "SubmissionDocumentTab",
|
|
18762
18762
|
props: {
|
|
@@ -18799,6 +18799,70 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
18799
18799
|
};
|
|
18800
18800
|
}
|
|
18801
18801
|
});
|
|
18802
|
+
const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
18803
|
+
...{ name: "SubmissionDetailTab" },
|
|
18804
|
+
__name: "SubmissionDetailTab",
|
|
18805
|
+
setup(__props) {
|
|
18806
|
+
const {
|
|
18807
|
+
fields,
|
|
18808
|
+
id,
|
|
18809
|
+
initialValues,
|
|
18810
|
+
values,
|
|
18811
|
+
isLoading,
|
|
18812
|
+
isChanged,
|
|
18813
|
+
isReady,
|
|
18814
|
+
isMain,
|
|
18815
|
+
isNew,
|
|
18816
|
+
saveOne,
|
|
18817
|
+
discardChanges
|
|
18818
|
+
} = context.useSingle();
|
|
18819
|
+
return (_ctx, _cache) => {
|
|
18820
|
+
return !vue.unref(isNew) ? (vue.openBlock(), vue.createBlock(vue.unref(office.OfficeTab), {
|
|
18821
|
+
key: 0,
|
|
18822
|
+
handle: "detail",
|
|
18823
|
+
icon: "circle-info",
|
|
18824
|
+
title: "Detail"
|
|
18825
|
+
}, {
|
|
18826
|
+
default: vue.withCtx(() => [
|
|
18827
|
+
vue.createVNode(vue.unref(form.NeonForm), {
|
|
18828
|
+
handle: "detail",
|
|
18829
|
+
"initial-values": vue.unref(initialValues),
|
|
18830
|
+
"is-loading": vue.unref(isLoading),
|
|
18831
|
+
"is-changed": vue.unref(isChanged),
|
|
18832
|
+
"use-unsaved": "",
|
|
18833
|
+
onCancel: vue.unref(discardChanges),
|
|
18834
|
+
onSubmit: vue.unref(saveOne)
|
|
18835
|
+
}, {
|
|
18836
|
+
default: vue.withCtx(() => [
|
|
18837
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
18838
|
+
modelValue: vue.unref(values).detailRaise,
|
|
18839
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.unref(values).detailRaise = $event)
|
|
18840
|
+
}, vue.unref(fields).detailRaise), null, 16, ["modelValue"]),
|
|
18841
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
18842
|
+
modelValue: vue.unref(values).detailProcess,
|
|
18843
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.unref(values).detailProcess = $event)
|
|
18844
|
+
}, vue.unref(fields).detailProcess), null, 16, ["modelValue"]),
|
|
18845
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
18846
|
+
modelValue: vue.unref(values).detailDecide,
|
|
18847
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.unref(values).detailDecide = $event)
|
|
18848
|
+
}, vue.unref(fields).detailDecide), null, 16, ["modelValue"]),
|
|
18849
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
18850
|
+
modelValue: vue.unref(values).detailDecideOther,
|
|
18851
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.unref(values).detailDecideOther = $event)
|
|
18852
|
+
}, vue.unref(fields).detailDecideOther), null, 16, ["modelValue"])
|
|
18853
|
+
]),
|
|
18854
|
+
_: 1
|
|
18855
|
+
/* STABLE */
|
|
18856
|
+
}, 8, ["initial-values", "is-loading", "is-changed", "onCancel", "onSubmit"])
|
|
18857
|
+
]),
|
|
18858
|
+
_: 1
|
|
18859
|
+
/* STABLE */
|
|
18860
|
+
})) : vue.createCommentVNode("v-if", true);
|
|
18861
|
+
};
|
|
18862
|
+
}
|
|
18863
|
+
});
|
|
18864
|
+
const SubmissionDetailTab_vue_vue_type_style_index_0_scoped_3f59d8c4_lang = "";
|
|
18865
|
+
const SubmissionDetailTab = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-3f59d8c4"]]);
|
|
18802
18866
|
const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
18803
18867
|
...{
|
|
18804
18868
|
name: "SubmissionCollection"
|
|
@@ -18858,20 +18922,24 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
18858
18922
|
modelValue: vue.unref(values).title,
|
|
18859
18923
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.unref(values).title = $event)
|
|
18860
18924
|
}, vue.unref(fields).title), null, 16, ["modelValue"]),
|
|
18925
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
18926
|
+
modelValue: vue.unref(values).nominal,
|
|
18927
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.unref(values).nominal = $event)
|
|
18928
|
+
}, vue.unref(fields).nominal), null, 16, ["modelValue"]),
|
|
18861
18929
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
18862
18930
|
modelValue: vue.unref(values).status,
|
|
18863
|
-
"onUpdate:modelValue": _cache[
|
|
18931
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.unref(values).status = $event)
|
|
18864
18932
|
}, vue.unref(fields).status), null, 16, ["modelValue"]),
|
|
18865
18933
|
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
18866
18934
|
default: vue.withCtx(() => [
|
|
18867
18935
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
18868
18936
|
modelValue: vue.unref(values),
|
|
18869
|
-
"onUpdate:modelValue": _cache[
|
|
18937
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
18870
18938
|
field: vue.unref(fields).branches
|
|
18871
18939
|
}, null, 8, ["modelValue", "field"]),
|
|
18872
18940
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
18873
18941
|
modelValue: vue.unref(values),
|
|
18874
|
-
"onUpdate:modelValue": _cache[
|
|
18942
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
18875
18943
|
field: vue.unref(fields).type
|
|
18876
18944
|
}, null, 8, ["modelValue", "field"])
|
|
18877
18945
|
]),
|
|
@@ -18882,12 +18950,12 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
18882
18950
|
default: vue.withCtx(() => [
|
|
18883
18951
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
18884
18952
|
modelValue: vue.unref(values),
|
|
18885
|
-
"onUpdate:modelValue": _cache[
|
|
18953
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
18886
18954
|
field: vue.unref(fields).submissionStaffs
|
|
18887
18955
|
}, null, 8, ["modelValue", "field"]),
|
|
18888
18956
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
18889
18957
|
modelValue: vue.unref(values),
|
|
18890
|
-
"onUpdate:modelValue": _cache[
|
|
18958
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
18891
18959
|
field: vue.unref(fields).raiseStaffs
|
|
18892
18960
|
}, null, 8, ["modelValue", "field"])
|
|
18893
18961
|
]),
|
|
@@ -18898,12 +18966,12 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
18898
18966
|
default: vue.withCtx(() => [
|
|
18899
18967
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
18900
18968
|
modelValue: vue.unref(values),
|
|
18901
|
-
"onUpdate:modelValue": _cache[
|
|
18969
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
18902
18970
|
field: vue.unref(fields).decideStaffs
|
|
18903
18971
|
}, null, 8, ["modelValue", "field"]),
|
|
18904
18972
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
18905
18973
|
modelValue: vue.unref(values),
|
|
18906
|
-
"onUpdate:modelValue": _cache[
|
|
18974
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
18907
18975
|
field: vue.unref(fields).followUpStaffs
|
|
18908
18976
|
}, null, 8, ["modelValue", "field"])
|
|
18909
18977
|
]),
|
|
@@ -18913,19 +18981,19 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
18913
18981
|
vue.createCommentVNode(' <NeonField\n v-model="values.specifications"\n v-bind="fields.specifications"\n /> '),
|
|
18914
18982
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
18915
18983
|
modelValue: vue.unref(values).preparedAt,
|
|
18916
|
-
"onUpdate:modelValue": _cache[
|
|
18984
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.unref(values).preparedAt = $event)
|
|
18917
18985
|
}, vue.unref(fields).preparedAt), null, 16, ["modelValue"]),
|
|
18918
18986
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
18919
18987
|
modelValue: vue.unref(values).raisedAt,
|
|
18920
|
-
"onUpdate:modelValue": _cache[
|
|
18988
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(values).raisedAt = $event)
|
|
18921
18989
|
}, vue.unref(fields).raisedAt), null, 16, ["modelValue"]),
|
|
18922
18990
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
18923
18991
|
modelValue: vue.unref(values).processedAt,
|
|
18924
|
-
"onUpdate:modelValue": _cache[
|
|
18992
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(values).processedAt = $event)
|
|
18925
18993
|
}, vue.unref(fields).processedAt), null, 16, ["modelValue"]),
|
|
18926
18994
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
18927
18995
|
modelValue: vue.unref(values).updatedAt,
|
|
18928
|
-
"onUpdate:modelValue": _cache[
|
|
18996
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.unref(values).updatedAt = $event)
|
|
18929
18997
|
}, {
|
|
18930
18998
|
handle: "updatedAt",
|
|
18931
18999
|
name: "Tanggal Diupdate",
|
|
@@ -18939,28 +19007,68 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
18939
19007
|
"is-dashed": "",
|
|
18940
19008
|
label: "Spesifikasi"
|
|
18941
19009
|
}),
|
|
18942
|
-
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
18943
|
-
modelValue: vue.unref(values).nominal,
|
|
18944
|
-
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.unref(values).nominal = $event)
|
|
18945
|
-
}, vue.unref(fields).nominal), null, 16, ["modelValue"]),
|
|
18946
19010
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
18947
19011
|
modelValue: vue.unref(values).workingHours,
|
|
18948
19012
|
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => vue.unref(values).workingHours = $event)
|
|
18949
19013
|
}, vue.unref(fields).workingHours), null, 16, ["modelValue"]),
|
|
18950
19014
|
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
18951
19015
|
"is-dashed": "",
|
|
18952
|
-
label: "
|
|
19016
|
+
label: "Menaikkan"
|
|
18953
19017
|
}),
|
|
18954
19018
|
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
18955
19019
|
default: vue.withCtx(() => [
|
|
18956
19020
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
18957
19021
|
modelValue: vue.unref(values),
|
|
18958
19022
|
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
18959
|
-
field: vue.unref(fields).
|
|
19023
|
+
field: vue.unref(fields).hasRaiseStaffs,
|
|
19024
|
+
"is-disabled": ""
|
|
18960
19025
|
}, null, 8, ["modelValue", "field"]),
|
|
18961
19026
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
18962
19027
|
modelValue: vue.unref(values),
|
|
18963
19028
|
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19029
|
+
field: vue.unref(fields).yetRaiseStaffs,
|
|
19030
|
+
"is-disabled": ""
|
|
19031
|
+
}, null, 8, ["modelValue", "field"])
|
|
19032
|
+
]),
|
|
19033
|
+
_: 1
|
|
19034
|
+
/* STABLE */
|
|
19035
|
+
}),
|
|
19036
|
+
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
19037
|
+
"is-dashed": "",
|
|
19038
|
+
label: "Memproses"
|
|
19039
|
+
}),
|
|
19040
|
+
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
19041
|
+
default: vue.withCtx(() => [
|
|
19042
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19043
|
+
modelValue: vue.unref(values),
|
|
19044
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19045
|
+
field: vue.unref(fields).hasProcessStaffs,
|
|
19046
|
+
"is-disabled": ""
|
|
19047
|
+
}, null, 8, ["modelValue", "field"]),
|
|
19048
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19049
|
+
modelValue: vue.unref(values),
|
|
19050
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19051
|
+
field: vue.unref(fields).yetProcessStaffs,
|
|
19052
|
+
"is-disabled": ""
|
|
19053
|
+
}, null, 8, ["modelValue", "field"])
|
|
19054
|
+
]),
|
|
19055
|
+
_: 1
|
|
19056
|
+
/* STABLE */
|
|
19057
|
+
}),
|
|
19058
|
+
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
19059
|
+
"is-dashed": "",
|
|
19060
|
+
label: "Keputusan"
|
|
19061
|
+
}),
|
|
19062
|
+
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
19063
|
+
default: vue.withCtx(() => [
|
|
19064
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19065
|
+
modelValue: vue.unref(values),
|
|
19066
|
+
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19067
|
+
field: vue.unref(fields).delayStaffs
|
|
19068
|
+
}, null, 8, ["modelValue", "field"]),
|
|
19069
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19070
|
+
modelValue: vue.unref(values),
|
|
19071
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
18964
19072
|
field: vue.unref(fields).agreedStaffs
|
|
18965
19073
|
}, null, 8, ["modelValue", "field"])
|
|
18966
19074
|
]),
|
|
@@ -18975,8 +19083,10 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
18975
19083
|
_: 1
|
|
18976
19084
|
/* STABLE */
|
|
18977
19085
|
}),
|
|
19086
|
+
vue.createCommentVNode(" DETAIL "),
|
|
19087
|
+
vue.createVNode(vue.unref(SubmissionDetailTab)),
|
|
18978
19088
|
vue.createCommentVNode(" DOKUMEN "),
|
|
18979
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
19089
|
+
vue.createVNode(vue.unref(_sfc_main$i), { toolbar: "side" })
|
|
18980
19090
|
]),
|
|
18981
19091
|
_: 1
|
|
18982
19092
|
/* STABLE */
|
|
@@ -18988,8 +19098,8 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
18988
19098
|
};
|
|
18989
19099
|
}
|
|
18990
19100
|
});
|
|
18991
|
-
const
|
|
18992
|
-
const SubmissionSingle = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-
|
|
19101
|
+
const SubmissionSingle_vue_vue_type_style_index_0_scoped_4a420628_lang = "";
|
|
19102
|
+
const SubmissionSingle = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-4a420628"]]);
|
|
18993
19103
|
const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
18994
19104
|
__name: "SubmissionStaff",
|
|
18995
19105
|
setup(__props) {
|
|
@@ -19083,7 +19193,11 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
19083
19193
|
values.value.preparedAt = defaultValues.preparedAt;
|
|
19084
19194
|
}
|
|
19085
19195
|
const syncRaise = async () => {
|
|
19086
|
-
|
|
19196
|
+
var _a2;
|
|
19197
|
+
await executeOne("raiseSubmission", {
|
|
19198
|
+
submissionId: id.value,
|
|
19199
|
+
staffId: (_a2 = staff.value) == null ? void 0 : _a2.id
|
|
19200
|
+
});
|
|
19087
19201
|
await syncOne();
|
|
19088
19202
|
};
|
|
19089
19203
|
return (_ctx, _cache) => {
|
|
@@ -19108,21 +19222,24 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
19108
19222
|
}, {
|
|
19109
19223
|
default: vue.withCtx(() => [
|
|
19110
19224
|
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
19111
|
-
input: vue.withCtx(() =>
|
|
19112
|
-
|
|
19113
|
-
|
|
19114
|
-
|
|
19115
|
-
|
|
19116
|
-
|
|
19117
|
-
|
|
19118
|
-
|
|
19119
|
-
|
|
19120
|
-
|
|
19121
|
-
|
|
19122
|
-
|
|
19123
|
-
|
|
19124
|
-
|
|
19125
|
-
|
|
19225
|
+
input: vue.withCtx(() => {
|
|
19226
|
+
var _a2, _b;
|
|
19227
|
+
return [
|
|
19228
|
+
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
19229
|
+
size: "md",
|
|
19230
|
+
color: "dark",
|
|
19231
|
+
"icon-left": "arrow-up-from-line",
|
|
19232
|
+
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved" || !vue.unref(values).agreedStaffs || !vue.unref(values).branches || !vue.unref(values).decideStaffs || !vue.unref(values).followUpStaffs || !vue.unref(values).raiseStaffs || !vue.unref(values).submissionStaffs || !vue.unref(values).title || !vue.unref(values).type || ((_b = vue.unref(values).hasRaiseStaffIds) == null ? void 0 : _b.includes(((_a2 = vue.unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
19233
|
+
onClick: syncRaise
|
|
19234
|
+
}, {
|
|
19235
|
+
default: vue.withCtx(() => [
|
|
19236
|
+
vue.createTextVNode("Dinaikkan")
|
|
19237
|
+
]),
|
|
19238
|
+
_: 1
|
|
19239
|
+
/* STABLE */
|
|
19240
|
+
}, 8, ["is-disabled"])
|
|
19241
|
+
];
|
|
19242
|
+
}),
|
|
19126
19243
|
_: 1
|
|
19127
19244
|
/* STABLE */
|
|
19128
19245
|
})) : vue.createCommentVNode("v-if", true),
|
|
@@ -19132,18 +19249,24 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
19132
19249
|
}, vue.unref(fields).title, {
|
|
19133
19250
|
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
19134
19251
|
}), null, 16, ["modelValue", "is-disabled"]),
|
|
19252
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
19253
|
+
modelValue: vue.unref(values).nominal,
|
|
19254
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.unref(values).nominal = $event)
|
|
19255
|
+
}, vue.unref(fields).nominal, {
|
|
19256
|
+
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
19257
|
+
}), null, 16, ["modelValue", "is-disabled"]),
|
|
19135
19258
|
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
19136
19259
|
default: vue.withCtx(() => [
|
|
19137
19260
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19138
19261
|
modelValue: vue.unref(values),
|
|
19139
|
-
"onUpdate:modelValue": _cache[
|
|
19262
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19140
19263
|
field: vue.unref(fields).branches,
|
|
19141
19264
|
query: vue.unref(query.Query).define(branchOptions.value),
|
|
19142
19265
|
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
19143
19266
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
19144
19267
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19145
19268
|
modelValue: vue.unref(values),
|
|
19146
|
-
"onUpdate:modelValue": _cache[
|
|
19269
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19147
19270
|
field: vue.unref(fields).type,
|
|
19148
19271
|
query: vue.unref(query.Query).define(typeOptions.value),
|
|
19149
19272
|
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
@@ -19153,22 +19276,25 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
19153
19276
|
/* STABLE */
|
|
19154
19277
|
}),
|
|
19155
19278
|
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
19156
|
-
default: vue.withCtx(() =>
|
|
19157
|
-
|
|
19158
|
-
|
|
19159
|
-
|
|
19160
|
-
|
|
19161
|
-
|
|
19162
|
-
|
|
19163
|
-
|
|
19164
|
-
|
|
19165
|
-
modelValue
|
|
19166
|
-
|
|
19167
|
-
|
|
19168
|
-
|
|
19169
|
-
|
|
19170
|
-
|
|
19171
|
-
|
|
19279
|
+
default: vue.withCtx(() => {
|
|
19280
|
+
var _a2;
|
|
19281
|
+
return [
|
|
19282
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19283
|
+
modelValue: vue.unref(values),
|
|
19284
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19285
|
+
field: vue.unref(fields).submissionStaffs,
|
|
19286
|
+
query: vue.unref(query.Query).define(submissionStaffOptions.value),
|
|
19287
|
+
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved" || ((_a2 = vue.unref(values).hasRaiseStaffIds) == null ? void 0 : _a2.length) ? true : false
|
|
19288
|
+
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
19289
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19290
|
+
modelValue: vue.unref(values),
|
|
19291
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19292
|
+
field: vue.unref(fields).raiseStaffs,
|
|
19293
|
+
query: vue.unref(query.Query).define(roleStaffOptions.value),
|
|
19294
|
+
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
19295
|
+
}, null, 8, ["modelValue", "field", "query", "is-disabled"])
|
|
19296
|
+
];
|
|
19297
|
+
}),
|
|
19172
19298
|
_: 1
|
|
19173
19299
|
/* STABLE */
|
|
19174
19300
|
}),
|
|
@@ -19176,14 +19302,14 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
19176
19302
|
default: vue.withCtx(() => [
|
|
19177
19303
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19178
19304
|
modelValue: vue.unref(values),
|
|
19179
|
-
"onUpdate:modelValue": _cache[
|
|
19305
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19180
19306
|
field: vue.unref(fields).decideStaffs,
|
|
19181
19307
|
query: vue.unref(query.Query).define(roleDecideStaffOptions.value),
|
|
19182
19308
|
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
19183
19309
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
19184
19310
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19185
19311
|
modelValue: vue.unref(values),
|
|
19186
|
-
"onUpdate:modelValue": _cache[
|
|
19312
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19187
19313
|
field: vue.unref(fields).followUpStaffs
|
|
19188
19314
|
}, null, 8, ["modelValue", "field"])
|
|
19189
19315
|
]),
|
|
@@ -19204,26 +19330,20 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
19204
19330
|
/> `),
|
|
19205
19331
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
19206
19332
|
modelValue: vue.unref(values).preparedAt,
|
|
19207
|
-
"onUpdate:modelValue": _cache[
|
|
19333
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.unref(values).preparedAt = $event)
|
|
19208
19334
|
}, vue.unref(fields).preparedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19209
19335
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
19210
19336
|
modelValue: vue.unref(values).raisedAt,
|
|
19211
|
-
"onUpdate:modelValue": _cache[
|
|
19337
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.unref(values).raisedAt = $event)
|
|
19212
19338
|
}, vue.unref(fields).raisedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19213
19339
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
19214
19340
|
modelValue: vue.unref(values).processedAt,
|
|
19215
|
-
"onUpdate:modelValue": _cache[
|
|
19341
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(values).processedAt = $event)
|
|
19216
19342
|
}, vue.unref(fields).processedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19217
19343
|
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
19218
19344
|
"is-dashed": "",
|
|
19219
19345
|
label: "Spesifikasi"
|
|
19220
19346
|
}),
|
|
19221
|
-
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
19222
|
-
modelValue: vue.unref(values).nominal,
|
|
19223
|
-
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(values).nominal = $event)
|
|
19224
|
-
}, vue.unref(fields).nominal, {
|
|
19225
|
-
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
19226
|
-
}), null, 16, ["modelValue", "is-disabled"]),
|
|
19227
19347
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
19228
19348
|
modelValue: vue.unref(values).workingHours,
|
|
19229
19349
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(values).workingHours = $event)
|
|
@@ -19232,19 +19352,63 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
19232
19352
|
}), null, 16, ["modelValue", "is-disabled"]),
|
|
19233
19353
|
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
19234
19354
|
"is-dashed": "",
|
|
19235
|
-
label: "
|
|
19355
|
+
label: "Menaikkan"
|
|
19236
19356
|
}),
|
|
19237
19357
|
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
19238
19358
|
default: vue.withCtx(() => [
|
|
19239
19359
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19240
19360
|
modelValue: vue.unref(values),
|
|
19241
19361
|
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19242
|
-
field: vue.unref(fields).
|
|
19362
|
+
field: vue.unref(fields).hasRaiseStaffs,
|
|
19243
19363
|
"is-disabled": ""
|
|
19244
19364
|
}, null, 8, ["modelValue", "field"]),
|
|
19245
19365
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19246
19366
|
modelValue: vue.unref(values),
|
|
19247
19367
|
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19368
|
+
field: vue.unref(fields).yetRaiseStaffs,
|
|
19369
|
+
"is-disabled": ""
|
|
19370
|
+
}, null, 8, ["modelValue", "field"])
|
|
19371
|
+
]),
|
|
19372
|
+
_: 1
|
|
19373
|
+
/* STABLE */
|
|
19374
|
+
}),
|
|
19375
|
+
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
19376
|
+
"is-dashed": "",
|
|
19377
|
+
label: "Memproses"
|
|
19378
|
+
}),
|
|
19379
|
+
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
19380
|
+
default: vue.withCtx(() => [
|
|
19381
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19382
|
+
modelValue: vue.unref(values),
|
|
19383
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19384
|
+
field: vue.unref(fields).hasProcessStaffs,
|
|
19385
|
+
"is-disabled": ""
|
|
19386
|
+
}, null, 8, ["modelValue", "field"]),
|
|
19387
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19388
|
+
modelValue: vue.unref(values),
|
|
19389
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19390
|
+
field: vue.unref(fields).yetProcessStaffs,
|
|
19391
|
+
"is-disabled": ""
|
|
19392
|
+
}, null, 8, ["modelValue", "field"])
|
|
19393
|
+
]),
|
|
19394
|
+
_: 1
|
|
19395
|
+
/* STABLE */
|
|
19396
|
+
}),
|
|
19397
|
+
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
19398
|
+
"is-dashed": "",
|
|
19399
|
+
label: "Keputusan"
|
|
19400
|
+
}),
|
|
19401
|
+
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
19402
|
+
default: vue.withCtx(() => [
|
|
19403
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19404
|
+
modelValue: vue.unref(values),
|
|
19405
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19406
|
+
field: vue.unref(fields).delayStaffs,
|
|
19407
|
+
"is-disabled": ""
|
|
19408
|
+
}, null, 8, ["modelValue", "field"]),
|
|
19409
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19410
|
+
modelValue: vue.unref(values),
|
|
19411
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19248
19412
|
field: vue.unref(fields).agreedStaffs,
|
|
19249
19413
|
"is-disabled": ""
|
|
19250
19414
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -19260,8 +19424,10 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
19260
19424
|
_: 1
|
|
19261
19425
|
/* STABLE */
|
|
19262
19426
|
}),
|
|
19427
|
+
vue.createCommentVNode(" DETAIL "),
|
|
19428
|
+
vue.createVNode(vue.unref(SubmissionDetailTab)),
|
|
19263
19429
|
vue.createCommentVNode(" DOKUMEN "),
|
|
19264
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
19430
|
+
vue.createVNode(vue.unref(_sfc_main$i), {
|
|
19265
19431
|
toolbar: "side",
|
|
19266
19432
|
"is-readonly": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
19267
19433
|
}, null, 8, ["is-readonly"])
|
|
@@ -19276,8 +19442,8 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
19276
19442
|
};
|
|
19277
19443
|
}
|
|
19278
19444
|
});
|
|
19279
|
-
const
|
|
19280
|
-
const SubmissionStaff = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
19445
|
+
const SubmissionStaff_vue_vue_type_style_index_0_scoped_39e053b2_lang = "";
|
|
19446
|
+
const SubmissionStaff = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-39e053b2"]]);
|
|
19281
19447
|
const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
19282
19448
|
__name: "SubmissionFollowUp",
|
|
19283
19449
|
setup(__props) {
|
|
@@ -19316,17 +19482,21 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
19316
19482
|
modelValue: vue.unref(values).title,
|
|
19317
19483
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.unref(values).title = $event)
|
|
19318
19484
|
}, vue.unref(fields).title, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19485
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
19486
|
+
modelValue: vue.unref(values).nominal,
|
|
19487
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.unref(values).nominal = $event)
|
|
19488
|
+
}, vue.unref(fields).nominal, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19319
19489
|
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
19320
19490
|
default: vue.withCtx(() => [
|
|
19321
19491
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19322
19492
|
modelValue: vue.unref(values),
|
|
19323
|
-
"onUpdate:modelValue": _cache[
|
|
19493
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19324
19494
|
field: vue.unref(fields).branches,
|
|
19325
19495
|
"is-disabled": ""
|
|
19326
19496
|
}, null, 8, ["modelValue", "field"]),
|
|
19327
19497
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19328
19498
|
modelValue: vue.unref(values),
|
|
19329
|
-
"onUpdate:modelValue": _cache[
|
|
19499
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19330
19500
|
field: vue.unref(fields).type,
|
|
19331
19501
|
"is-disabled": ""
|
|
19332
19502
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -19338,13 +19508,13 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
19338
19508
|
default: vue.withCtx(() => [
|
|
19339
19509
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19340
19510
|
modelValue: vue.unref(values),
|
|
19341
|
-
"onUpdate:modelValue": _cache[
|
|
19511
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19342
19512
|
field: vue.unref(fields).submissionStaffs,
|
|
19343
19513
|
"is-disabled": ""
|
|
19344
19514
|
}, null, 8, ["modelValue", "field"]),
|
|
19345
19515
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19346
19516
|
modelValue: vue.unref(values),
|
|
19347
|
-
"onUpdate:modelValue": _cache[
|
|
19517
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19348
19518
|
field: vue.unref(fields).raiseStaffs,
|
|
19349
19519
|
"is-disabled": ""
|
|
19350
19520
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -19356,13 +19526,13 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
19356
19526
|
default: vue.withCtx(() => [
|
|
19357
19527
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19358
19528
|
modelValue: vue.unref(values),
|
|
19359
|
-
"onUpdate:modelValue": _cache[
|
|
19529
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19360
19530
|
field: vue.unref(fields).decideStaffs,
|
|
19361
19531
|
"is-disabled": ""
|
|
19362
19532
|
}, null, 8, ["modelValue", "field"]),
|
|
19363
19533
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19364
19534
|
modelValue: vue.unref(values),
|
|
19365
|
-
"onUpdate:modelValue": _cache[
|
|
19535
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19366
19536
|
field: vue.unref(fields).followUpStaffs
|
|
19367
19537
|
}, null, 8, ["modelValue", "field"])
|
|
19368
19538
|
]),
|
|
@@ -19372,7 +19542,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
19372
19542
|
vue.createCommentVNode(' <NeonField\n v-model="values.specifications"\n v-bind="fields.specifications"\n is-disabled\n /> '),
|
|
19373
19543
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
19374
19544
|
modelValue: vue.unref(values).updatedAt,
|
|
19375
|
-
"onUpdate:modelValue": _cache[
|
|
19545
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.unref(values).updatedAt = $event)
|
|
19376
19546
|
}, {
|
|
19377
19547
|
handle: "updatedAt",
|
|
19378
19548
|
name: "Tanggal Diupdate",
|
|
@@ -19386,29 +19556,69 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
19386
19556
|
"is-dashed": "",
|
|
19387
19557
|
label: "Spesifikasi"
|
|
19388
19558
|
}),
|
|
19389
|
-
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
19390
|
-
modelValue: vue.unref(values).nominal,
|
|
19391
|
-
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.unref(values).nominal = $event)
|
|
19392
|
-
}, vue.unref(fields).nominal, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19393
19559
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
19394
19560
|
modelValue: vue.unref(values).workingHours,
|
|
19395
19561
|
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.unref(values).workingHours = $event)
|
|
19396
19562
|
}, vue.unref(fields).workingHours, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19397
19563
|
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
19398
19564
|
"is-dashed": "",
|
|
19399
|
-
label: "
|
|
19565
|
+
label: "Menaikkan"
|
|
19400
19566
|
}),
|
|
19401
19567
|
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
19402
19568
|
default: vue.withCtx(() => [
|
|
19403
19569
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19404
19570
|
modelValue: vue.unref(values),
|
|
19405
19571
|
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19406
|
-
field: vue.unref(fields).
|
|
19572
|
+
field: vue.unref(fields).hasRaiseStaffs,
|
|
19407
19573
|
"is-disabled": ""
|
|
19408
19574
|
}, null, 8, ["modelValue", "field"]),
|
|
19409
19575
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19410
19576
|
modelValue: vue.unref(values),
|
|
19411
19577
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19578
|
+
field: vue.unref(fields).yetRaiseStaffs,
|
|
19579
|
+
"is-disabled": ""
|
|
19580
|
+
}, null, 8, ["modelValue", "field"])
|
|
19581
|
+
]),
|
|
19582
|
+
_: 1
|
|
19583
|
+
/* STABLE */
|
|
19584
|
+
}),
|
|
19585
|
+
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
19586
|
+
"is-dashed": "",
|
|
19587
|
+
label: "Memproses"
|
|
19588
|
+
}),
|
|
19589
|
+
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
19590
|
+
default: vue.withCtx(() => [
|
|
19591
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19592
|
+
modelValue: vue.unref(values),
|
|
19593
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19594
|
+
field: vue.unref(fields).hasProcessStaffs,
|
|
19595
|
+
"is-disabled": ""
|
|
19596
|
+
}, null, 8, ["modelValue", "field"]),
|
|
19597
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19598
|
+
modelValue: vue.unref(values),
|
|
19599
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19600
|
+
field: vue.unref(fields).yetProcessStaffs,
|
|
19601
|
+
"is-disabled": ""
|
|
19602
|
+
}, null, 8, ["modelValue", "field"])
|
|
19603
|
+
]),
|
|
19604
|
+
_: 1
|
|
19605
|
+
/* STABLE */
|
|
19606
|
+
}),
|
|
19607
|
+
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
19608
|
+
"is-dashed": "",
|
|
19609
|
+
label: "Keputusan"
|
|
19610
|
+
}),
|
|
19611
|
+
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
19612
|
+
default: vue.withCtx(() => [
|
|
19613
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19614
|
+
modelValue: vue.unref(values),
|
|
19615
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19616
|
+
field: vue.unref(fields).delayStaffs,
|
|
19617
|
+
"is-disabled": ""
|
|
19618
|
+
}, null, 8, ["modelValue", "field"]),
|
|
19619
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19620
|
+
modelValue: vue.unref(values),
|
|
19621
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19412
19622
|
field: vue.unref(fields).agreedStaffs,
|
|
19413
19623
|
"is-disabled": ""
|
|
19414
19624
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -19424,8 +19634,10 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
19424
19634
|
_: 1
|
|
19425
19635
|
/* STABLE */
|
|
19426
19636
|
}),
|
|
19637
|
+
vue.createCommentVNode(" DETAIL "),
|
|
19638
|
+
vue.createVNode(vue.unref(SubmissionDetailTab)),
|
|
19427
19639
|
vue.createCommentVNode(" DOKUMEN "),
|
|
19428
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
19640
|
+
vue.createVNode(vue.unref(_sfc_main$i), {
|
|
19429
19641
|
toolbar: "side",
|
|
19430
19642
|
"is-readonly": ""
|
|
19431
19643
|
})
|
|
@@ -19440,13 +19652,14 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
19440
19652
|
};
|
|
19441
19653
|
}
|
|
19442
19654
|
});
|
|
19443
|
-
const
|
|
19444
|
-
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-
|
|
19655
|
+
const SubmissionFollowUp_vue_vue_type_style_index_0_scoped_7353dc8e_lang = "";
|
|
19656
|
+
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-7353dc8e"]]);
|
|
19445
19657
|
const _hoisted_1$4 = { class: "flex flex-wrap" };
|
|
19446
19658
|
const _hoisted_2$4 = { class: "mt-2" };
|
|
19447
19659
|
const _hoisted_3$3 = { class: "mt-2" };
|
|
19448
19660
|
const _hoisted_4$1 = { class: "mt-2" };
|
|
19449
19661
|
const _hoisted_5 = { class: "mt-2" };
|
|
19662
|
+
const _hoisted_6 = { class: "mt-2" };
|
|
19450
19663
|
const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
19451
19664
|
__name: "SubmissionAudit",
|
|
19452
19665
|
setup(__props) {
|
|
@@ -19553,7 +19766,19 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
19553
19766
|
await syncOne();
|
|
19554
19767
|
};
|
|
19555
19768
|
const syncProcessed = async () => {
|
|
19556
|
-
|
|
19769
|
+
var _a2;
|
|
19770
|
+
await executeOne("processedSubmission", {
|
|
19771
|
+
submissionId: id.value,
|
|
19772
|
+
staffId: (_a2 = staff.value) == null ? void 0 : _a2.id
|
|
19773
|
+
});
|
|
19774
|
+
await syncOne();
|
|
19775
|
+
};
|
|
19776
|
+
const syncLowered = async () => {
|
|
19777
|
+
var _a2;
|
|
19778
|
+
await executeOne("loweredSubmission", {
|
|
19779
|
+
submissionId: id.value,
|
|
19780
|
+
staffId: (_a2 = staff.value) == null ? void 0 : _a2.id
|
|
19781
|
+
});
|
|
19557
19782
|
await syncOne();
|
|
19558
19783
|
};
|
|
19559
19784
|
return (_ctx, _cache) => {
|
|
@@ -19585,7 +19810,7 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
19585
19810
|
size: "md",
|
|
19586
19811
|
color: "success",
|
|
19587
19812
|
"icon-left": "file-check",
|
|
19588
|
-
"is-disabled": vue.unref(isNew) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "resolved",
|
|
19813
|
+
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "resolved",
|
|
19589
19814
|
onClick: syncResolved
|
|
19590
19815
|
}, {
|
|
19591
19816
|
default: vue.withCtx(() => [
|
|
@@ -19607,7 +19832,7 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
19607
19832
|
size: "md",
|
|
19608
19833
|
color: "danger",
|
|
19609
19834
|
"icon-left": "ban",
|
|
19610
|
-
"is-disabled": vue.unref(isNew) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "discontinued",
|
|
19835
|
+
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "discontinued",
|
|
19611
19836
|
onClick: syncDiscontinued
|
|
19612
19837
|
}, {
|
|
19613
19838
|
default: vue.withCtx(() => [
|
|
@@ -19629,7 +19854,7 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
19629
19854
|
size: "md",
|
|
19630
19855
|
color: "info",
|
|
19631
19856
|
"icon-left": "binoculars",
|
|
19632
|
-
"is-disabled": vue.unref(isNew) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "monitored",
|
|
19857
|
+
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "monitored",
|
|
19633
19858
|
onClick: syncMonitored
|
|
19634
19859
|
}, {
|
|
19635
19860
|
default: vue.withCtx(() => [
|
|
@@ -19645,17 +19870,42 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
19645
19870
|
]),
|
|
19646
19871
|
vue.createTextVNode(" "),
|
|
19647
19872
|
vue.createElementVNode("div", _hoisted_5, [
|
|
19873
|
+
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
19874
|
+
input: vue.withCtx(() => {
|
|
19875
|
+
var _a2, _b;
|
|
19876
|
+
return [
|
|
19877
|
+
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
19878
|
+
size: "md",
|
|
19879
|
+
color: "warning",
|
|
19880
|
+
"icon-left": "spinner",
|
|
19881
|
+
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved" || vue.unref(values).status !== "delay" && ((_b = vue.unref(values).hasProcessStaffIds) == null ? void 0 : _b.includes(((_a2 = vue.unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
19882
|
+
onClick: syncProcessed
|
|
19883
|
+
}, {
|
|
19884
|
+
default: vue.withCtx(() => [
|
|
19885
|
+
vue.createTextVNode("Diproses")
|
|
19886
|
+
]),
|
|
19887
|
+
_: 1
|
|
19888
|
+
/* STABLE */
|
|
19889
|
+
}, 8, ["is-disabled"])
|
|
19890
|
+
];
|
|
19891
|
+
}),
|
|
19892
|
+
_: 1
|
|
19893
|
+
/* STABLE */
|
|
19894
|
+
})) : vue.createCommentVNode("v-if", true)
|
|
19895
|
+
]),
|
|
19896
|
+
vue.createTextVNode(" "),
|
|
19897
|
+
vue.createElementVNode("div", _hoisted_6, [
|
|
19648
19898
|
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
19649
19899
|
input: vue.withCtx(() => [
|
|
19650
19900
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
19651
19901
|
size: "md",
|
|
19652
|
-
color: "
|
|
19653
|
-
"icon-left": "
|
|
19654
|
-
"is-disabled": vue.unref(isNew) || vue.unref(
|
|
19655
|
-
onClick:
|
|
19902
|
+
color: "#DD9F00",
|
|
19903
|
+
"icon-left": "turn-down",
|
|
19904
|
+
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "resolved",
|
|
19905
|
+
onClick: syncLowered
|
|
19656
19906
|
}, {
|
|
19657
19907
|
default: vue.withCtx(() => [
|
|
19658
|
-
vue.createTextVNode("
|
|
19908
|
+
vue.createTextVNode("Diturunkan")
|
|
19659
19909
|
]),
|
|
19660
19910
|
_: 1
|
|
19661
19911
|
/* STABLE */
|
|
@@ -19672,18 +19922,24 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
19672
19922
|
}, vue.unref(fields).title, {
|
|
19673
19923
|
"is-disabled": vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
19674
19924
|
}), null, 16, ["modelValue", "is-disabled"]),
|
|
19925
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
19926
|
+
modelValue: vue.unref(values).nominal,
|
|
19927
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.unref(values).nominal = $event)
|
|
19928
|
+
}, vue.unref(fields).nominal, {
|
|
19929
|
+
"is-disabled": vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
19930
|
+
}), null, 16, ["modelValue", "is-disabled"]),
|
|
19675
19931
|
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
19676
19932
|
default: vue.withCtx(() => [
|
|
19677
19933
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19678
19934
|
modelValue: vue.unref(values),
|
|
19679
|
-
"onUpdate:modelValue": _cache[
|
|
19935
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19680
19936
|
field: vue.unref(fields).branches,
|
|
19681
19937
|
query: vue.unref(query.Query).define(branchOptions.value),
|
|
19682
19938
|
"is-disabled": vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
19683
19939
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
19684
19940
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19685
19941
|
modelValue: vue.unref(values),
|
|
19686
|
-
"onUpdate:modelValue": _cache[
|
|
19942
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19687
19943
|
field: vue.unref(fields).type,
|
|
19688
19944
|
query: vue.unref(query.Query).define(typeOptions.value),
|
|
19689
19945
|
"is-disabled": vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
@@ -19693,22 +19949,25 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
19693
19949
|
/* STABLE */
|
|
19694
19950
|
}),
|
|
19695
19951
|
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
19696
|
-
default: vue.withCtx(() =>
|
|
19697
|
-
|
|
19698
|
-
|
|
19699
|
-
|
|
19700
|
-
|
|
19701
|
-
|
|
19702
|
-
|
|
19703
|
-
|
|
19704
|
-
|
|
19705
|
-
modelValue
|
|
19706
|
-
|
|
19707
|
-
|
|
19708
|
-
|
|
19709
|
-
|
|
19710
|
-
|
|
19711
|
-
|
|
19952
|
+
default: vue.withCtx(() => {
|
|
19953
|
+
var _a2, _b;
|
|
19954
|
+
return [
|
|
19955
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19956
|
+
modelValue: vue.unref(values),
|
|
19957
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19958
|
+
field: vue.unref(fields).submissionStaffs,
|
|
19959
|
+
query: vue.unref(query.Query).define(submissionStaffOptions.value),
|
|
19960
|
+
"is-disabled": vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved" || ((_a2 = vue.unref(values).hasRaiseStaffIds) == null ? void 0 : _a2.length) ? true : false
|
|
19961
|
+
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
19962
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19963
|
+
modelValue: vue.unref(values),
|
|
19964
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19965
|
+
field: vue.unref(fields).raiseStaffs,
|
|
19966
|
+
query: vue.unref(query.Query).define(roleStaffOptions.value),
|
|
19967
|
+
"is-disabled": vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved" || ((_b = vue.unref(values).hasProcessStaffIds) == null ? void 0 : _b.length) ? true : false
|
|
19968
|
+
}, null, 8, ["modelValue", "field", "query", "is-disabled"])
|
|
19969
|
+
];
|
|
19970
|
+
}),
|
|
19712
19971
|
_: 1
|
|
19713
19972
|
/* STABLE */
|
|
19714
19973
|
}),
|
|
@@ -19716,53 +19975,36 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
19716
19975
|
default: vue.withCtx(() => [
|
|
19717
19976
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19718
19977
|
modelValue: vue.unref(values),
|
|
19719
|
-
"onUpdate:modelValue": _cache[
|
|
19978
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19720
19979
|
field: vue.unref(fields).decideStaffs,
|
|
19721
19980
|
query: vue.unref(query.Query).define(roleDecideStaffOptions.value),
|
|
19722
19981
|
"is-disabled": vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
19723
19982
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
19724
19983
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19725
19984
|
modelValue: vue.unref(values),
|
|
19726
|
-
"onUpdate:modelValue": _cache[
|
|
19985
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19727
19986
|
field: vue.unref(fields).followUpStaffs
|
|
19728
19987
|
}, null, 8, ["modelValue", "field"])
|
|
19729
19988
|
]),
|
|
19730
19989
|
_: 1
|
|
19731
19990
|
/* STABLE */
|
|
19732
19991
|
}),
|
|
19733
|
-
vue.createCommentVNode(` <NeonField
|
|
19734
|
-
v-model="values.specifications"
|
|
19735
|
-
v-bind="fields.specifications"
|
|
19736
|
-
:is-disabled="
|
|
19737
|
-
values.status === 'processed' ||
|
|
19738
|
-
values.status === 'approved' ||
|
|
19739
|
-
values.status === 'monitored' ||
|
|
19740
|
-
values.status === 'discontinued' ||
|
|
19741
|
-
values.status === 'resolved'
|
|
19742
|
-
"
|
|
19743
|
-
/> `),
|
|
19744
19992
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
19745
19993
|
modelValue: vue.unref(values).preparedAt,
|
|
19746
|
-
"onUpdate:modelValue": _cache[
|
|
19994
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.unref(values).preparedAt = $event)
|
|
19747
19995
|
}, vue.unref(fields).preparedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19748
19996
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
19749
19997
|
modelValue: vue.unref(values).raisedAt,
|
|
19750
|
-
"onUpdate:modelValue": _cache[
|
|
19998
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.unref(values).raisedAt = $event)
|
|
19751
19999
|
}, vue.unref(fields).raisedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19752
20000
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
19753
20001
|
modelValue: vue.unref(values).processedAt,
|
|
19754
|
-
"onUpdate:modelValue": _cache[
|
|
20002
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(values).processedAt = $event)
|
|
19755
20003
|
}, vue.unref(fields).processedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
19756
20004
|
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
19757
20005
|
"is-dashed": "",
|
|
19758
20006
|
label: "Spesifikasi"
|
|
19759
20007
|
}),
|
|
19760
|
-
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
19761
|
-
modelValue: vue.unref(values).nominal,
|
|
19762
|
-
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(values).nominal = $event)
|
|
19763
|
-
}, vue.unref(fields).nominal, {
|
|
19764
|
-
"is-disabled": vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
19765
|
-
}), null, 16, ["modelValue", "is-disabled"]),
|
|
19766
20008
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
19767
20009
|
modelValue: vue.unref(values).workingHours,
|
|
19768
20010
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(values).workingHours = $event)
|
|
@@ -19771,19 +20013,63 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
19771
20013
|
}), null, 16, ["modelValue", "is-disabled"]),
|
|
19772
20014
|
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
19773
20015
|
"is-dashed": "",
|
|
19774
|
-
label: "
|
|
20016
|
+
label: "Menaikkan"
|
|
19775
20017
|
}),
|
|
19776
20018
|
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
19777
20019
|
default: vue.withCtx(() => [
|
|
19778
20020
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19779
20021
|
modelValue: vue.unref(values),
|
|
19780
20022
|
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19781
|
-
field: vue.unref(fields).
|
|
20023
|
+
field: vue.unref(fields).hasRaiseStaffs,
|
|
19782
20024
|
"is-disabled": ""
|
|
19783
20025
|
}, null, 8, ["modelValue", "field"]),
|
|
19784
20026
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
19785
20027
|
modelValue: vue.unref(values),
|
|
19786
20028
|
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20029
|
+
field: vue.unref(fields).yetRaiseStaffs,
|
|
20030
|
+
"is-disabled": ""
|
|
20031
|
+
}, null, 8, ["modelValue", "field"])
|
|
20032
|
+
]),
|
|
20033
|
+
_: 1
|
|
20034
|
+
/* STABLE */
|
|
20035
|
+
}),
|
|
20036
|
+
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
20037
|
+
"is-dashed": "",
|
|
20038
|
+
label: "Memproses"
|
|
20039
|
+
}),
|
|
20040
|
+
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
20041
|
+
default: vue.withCtx(() => [
|
|
20042
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20043
|
+
modelValue: vue.unref(values),
|
|
20044
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20045
|
+
field: vue.unref(fields).hasProcessStaffs,
|
|
20046
|
+
"is-disabled": ""
|
|
20047
|
+
}, null, 8, ["modelValue", "field"]),
|
|
20048
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20049
|
+
modelValue: vue.unref(values),
|
|
20050
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20051
|
+
field: vue.unref(fields).yetProcessStaffs,
|
|
20052
|
+
"is-disabled": ""
|
|
20053
|
+
}, null, 8, ["modelValue", "field"])
|
|
20054
|
+
]),
|
|
20055
|
+
_: 1
|
|
20056
|
+
/* STABLE */
|
|
20057
|
+
}),
|
|
20058
|
+
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
20059
|
+
"is-dashed": "",
|
|
20060
|
+
label: "Keputusan"
|
|
20061
|
+
}),
|
|
20062
|
+
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
20063
|
+
default: vue.withCtx(() => [
|
|
20064
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20065
|
+
modelValue: vue.unref(values),
|
|
20066
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20067
|
+
field: vue.unref(fields).delayStaffs,
|
|
20068
|
+
"is-disabled": ""
|
|
20069
|
+
}, null, 8, ["modelValue", "field"]),
|
|
20070
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20071
|
+
modelValue: vue.unref(values),
|
|
20072
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
19787
20073
|
field: vue.unref(fields).agreedStaffs,
|
|
19788
20074
|
"is-disabled": ""
|
|
19789
20075
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -19799,8 +20085,9 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
19799
20085
|
_: 1
|
|
19800
20086
|
/* STABLE */
|
|
19801
20087
|
}),
|
|
20088
|
+
vue.createVNode(vue.unref(SubmissionDetailTab)),
|
|
19802
20089
|
vue.createCommentVNode(" DOKUMEN "),
|
|
19803
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
20090
|
+
vue.createVNode(vue.unref(_sfc_main$i), {
|
|
19804
20091
|
toolbar: "side",
|
|
19805
20092
|
"is-readonly": vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
19806
20093
|
}, null, 8, ["is-readonly"]),
|
|
@@ -19859,8 +20146,8 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
19859
20146
|
};
|
|
19860
20147
|
}
|
|
19861
20148
|
});
|
|
19862
|
-
const
|
|
19863
|
-
const SubmissionAudit = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-
|
|
20149
|
+
const SubmissionAudit_vue_vue_type_style_index_0_scoped_0e15c280_lang = "";
|
|
20150
|
+
const SubmissionAudit = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-0e15c280"]]);
|
|
19864
20151
|
const _hoisted_1$3 = { class: "flex flex-wrap" };
|
|
19865
20152
|
const _hoisted_2$3 = { class: "mt-2" };
|
|
19866
20153
|
const _hoisted_3$2 = { class: "mt-2" };
|
|
@@ -20003,7 +20290,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
20003
20290
|
size: "md",
|
|
20004
20291
|
color: "danger",
|
|
20005
20292
|
"icon-left": "circle-stop",
|
|
20006
|
-
"is-disabled": vue.unref(isNew) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || ((_b = vue.unref(values).delayStaffIds) == null ? void 0 : _b.includes(((_a2 = vue.unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
20293
|
+
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || ((_b = vue.unref(values).delayStaffIds) == null ? void 0 : _b.includes(((_a2 = vue.unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
20007
20294
|
onClick: syncDelay
|
|
20008
20295
|
}, {
|
|
20009
20296
|
default: vue.withCtx(() => [
|
|
@@ -20028,7 +20315,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
20028
20315
|
size: "md",
|
|
20029
20316
|
color: "success",
|
|
20030
20317
|
"icon-left": "list-check",
|
|
20031
|
-
"is-disabled": vue.unref(isNew) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || ((_b = vue.unref(values).agreedStaffIds) == null ? void 0 : _b.includes(((_a2 = vue.unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
20318
|
+
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || ((_b = vue.unref(values).agreedStaffIds) == null ? void 0 : _b.includes(((_a2 = vue.unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
20032
20319
|
onClick: syncApproved
|
|
20033
20320
|
}, {
|
|
20034
20321
|
default: vue.withCtx(() => [
|
|
@@ -20050,18 +20337,24 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
20050
20337
|
}, vue.unref(fields).title, {
|
|
20051
20338
|
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
20052
20339
|
}), null, 16, ["modelValue", "is-disabled"]),
|
|
20340
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
20341
|
+
modelValue: vue.unref(values).nominal,
|
|
20342
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.unref(values).nominal = $event)
|
|
20343
|
+
}, vue.unref(fields).nominal, {
|
|
20344
|
+
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
20345
|
+
}), null, 16, ["modelValue", "is-disabled"]),
|
|
20053
20346
|
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
20054
20347
|
default: vue.withCtx(() => [
|
|
20055
20348
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20056
20349
|
modelValue: vue.unref(values),
|
|
20057
|
-
"onUpdate:modelValue": _cache[
|
|
20350
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20058
20351
|
field: vue.unref(fields).branches,
|
|
20059
20352
|
query: vue.unref(query.Query).define(branchOptions.value),
|
|
20060
20353
|
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
20061
20354
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
20062
20355
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20063
20356
|
modelValue: vue.unref(values),
|
|
20064
|
-
"onUpdate:modelValue": _cache[
|
|
20357
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20065
20358
|
field: vue.unref(fields).type,
|
|
20066
20359
|
query: vue.unref(query.Query).define(typeOptions.value),
|
|
20067
20360
|
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
@@ -20074,14 +20367,14 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
20074
20367
|
default: vue.withCtx(() => [
|
|
20075
20368
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20076
20369
|
modelValue: vue.unref(values),
|
|
20077
|
-
"onUpdate:modelValue": _cache[
|
|
20370
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20078
20371
|
field: vue.unref(fields).submissionStaffs,
|
|
20079
20372
|
query: vue.unref(query.Query).define(submissionStaffOptions.value),
|
|
20080
20373
|
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
20081
20374
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
20082
20375
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20083
20376
|
modelValue: vue.unref(values),
|
|
20084
|
-
"onUpdate:modelValue": _cache[
|
|
20377
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20085
20378
|
field: vue.unref(fields).raiseStaffs,
|
|
20086
20379
|
query: vue.unref(query.Query).define(roleStaffOptions.value),
|
|
20087
20380
|
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
@@ -20094,14 +20387,14 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
20094
20387
|
default: vue.withCtx(() => [
|
|
20095
20388
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20096
20389
|
modelValue: vue.unref(values),
|
|
20097
|
-
"onUpdate:modelValue": _cache[
|
|
20390
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20098
20391
|
field: vue.unref(fields).decideStaffs,
|
|
20099
20392
|
query: vue.unref(query.Query).define(roleDecideStaffOptions.value),
|
|
20100
20393
|
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
20101
20394
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
20102
20395
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20103
20396
|
modelValue: vue.unref(values),
|
|
20104
|
-
"onUpdate:modelValue": _cache[
|
|
20397
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20105
20398
|
field: vue.unref(fields).followUpStaffs
|
|
20106
20399
|
}, null, 8, ["modelValue", "field"])
|
|
20107
20400
|
]),
|
|
@@ -20123,26 +20416,20 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
20123
20416
|
/> `),
|
|
20124
20417
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
20125
20418
|
modelValue: vue.unref(values).preparedAt,
|
|
20126
|
-
"onUpdate:modelValue": _cache[
|
|
20419
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.unref(values).preparedAt = $event)
|
|
20127
20420
|
}, vue.unref(fields).preparedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20128
20421
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
20129
20422
|
modelValue: vue.unref(values).raisedAt,
|
|
20130
|
-
"onUpdate:modelValue": _cache[
|
|
20423
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.unref(values).raisedAt = $event)
|
|
20131
20424
|
}, vue.unref(fields).raisedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20132
20425
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
20133
20426
|
modelValue: vue.unref(values).processedAt,
|
|
20134
|
-
"onUpdate:modelValue": _cache[
|
|
20427
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(values).processedAt = $event)
|
|
20135
20428
|
}, vue.unref(fields).processedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20136
20429
|
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
20137
20430
|
"is-dashed": "",
|
|
20138
20431
|
label: "Spesifikasi"
|
|
20139
20432
|
}),
|
|
20140
|
-
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
20141
|
-
modelValue: vue.unref(values).nominal,
|
|
20142
|
-
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(values).nominal = $event)
|
|
20143
|
-
}, vue.unref(fields).nominal, {
|
|
20144
|
-
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
20145
|
-
}), null, 16, ["modelValue", "is-disabled"]),
|
|
20146
20433
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
20147
20434
|
modelValue: vue.unref(values).workingHours,
|
|
20148
20435
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(values).workingHours = $event)
|
|
@@ -20151,19 +20438,63 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
20151
20438
|
}), null, 16, ["modelValue", "is-disabled"]),
|
|
20152
20439
|
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
20153
20440
|
"is-dashed": "",
|
|
20154
|
-
label: "
|
|
20441
|
+
label: "Menaikkan"
|
|
20155
20442
|
}),
|
|
20156
20443
|
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
20157
20444
|
default: vue.withCtx(() => [
|
|
20158
20445
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20159
20446
|
modelValue: vue.unref(values),
|
|
20160
20447
|
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20161
|
-
field: vue.unref(fields).
|
|
20448
|
+
field: vue.unref(fields).hasRaiseStaffs,
|
|
20162
20449
|
"is-disabled": ""
|
|
20163
20450
|
}, null, 8, ["modelValue", "field"]),
|
|
20164
20451
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20165
20452
|
modelValue: vue.unref(values),
|
|
20166
20453
|
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20454
|
+
field: vue.unref(fields).yetRaiseStaffs,
|
|
20455
|
+
"is-disabled": ""
|
|
20456
|
+
}, null, 8, ["modelValue", "field"])
|
|
20457
|
+
]),
|
|
20458
|
+
_: 1
|
|
20459
|
+
/* STABLE */
|
|
20460
|
+
}),
|
|
20461
|
+
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
20462
|
+
"is-dashed": "",
|
|
20463
|
+
label: "Memproses"
|
|
20464
|
+
}),
|
|
20465
|
+
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
20466
|
+
default: vue.withCtx(() => [
|
|
20467
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20468
|
+
modelValue: vue.unref(values),
|
|
20469
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20470
|
+
field: vue.unref(fields).hasProcessStaffs,
|
|
20471
|
+
"is-disabled": ""
|
|
20472
|
+
}, null, 8, ["modelValue", "field"]),
|
|
20473
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20474
|
+
modelValue: vue.unref(values),
|
|
20475
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20476
|
+
field: vue.unref(fields).yetProcessStaffs,
|
|
20477
|
+
"is-disabled": ""
|
|
20478
|
+
}, null, 8, ["modelValue", "field"])
|
|
20479
|
+
]),
|
|
20480
|
+
_: 1
|
|
20481
|
+
/* STABLE */
|
|
20482
|
+
}),
|
|
20483
|
+
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
20484
|
+
"is-dashed": "",
|
|
20485
|
+
label: "Keputusan"
|
|
20486
|
+
}),
|
|
20487
|
+
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
20488
|
+
default: vue.withCtx(() => [
|
|
20489
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20490
|
+
modelValue: vue.unref(values),
|
|
20491
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20492
|
+
field: vue.unref(fields).delayStaffs,
|
|
20493
|
+
"is-disabled": ""
|
|
20494
|
+
}, null, 8, ["modelValue", "field"]),
|
|
20495
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20496
|
+
modelValue: vue.unref(values),
|
|
20497
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20167
20498
|
field: vue.unref(fields).agreedStaffs,
|
|
20168
20499
|
"is-disabled": ""
|
|
20169
20500
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -20179,8 +20510,10 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
20179
20510
|
_: 1
|
|
20180
20511
|
/* STABLE */
|
|
20181
20512
|
}),
|
|
20513
|
+
vue.createCommentVNode(" DETAIL "),
|
|
20514
|
+
vue.createVNode(vue.unref(SubmissionDetailTab)),
|
|
20182
20515
|
vue.createCommentVNode(" DOKUMEN "),
|
|
20183
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
20516
|
+
vue.createVNode(vue.unref(_sfc_main$i), {
|
|
20184
20517
|
toolbar: "side",
|
|
20185
20518
|
"is-readonly": vue.unref(values).status === "raised" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
20186
20519
|
}, null, 8, ["is-readonly"]),
|
|
@@ -20239,8 +20572,8 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
20239
20572
|
};
|
|
20240
20573
|
}
|
|
20241
20574
|
});
|
|
20242
|
-
const
|
|
20243
|
-
const SubmissionDecision = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-
|
|
20575
|
+
const SubmissionDecision_vue_vue_type_style_index_0_scoped_94acb660_lang = "";
|
|
20576
|
+
const SubmissionDecision = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-94acb660"]]);
|
|
20244
20577
|
const _hoisted_1$2 = { class: "flex flex-wrap" };
|
|
20245
20578
|
const _hoisted_2$2 = { class: "mt-2" };
|
|
20246
20579
|
const _hoisted_3$1 = { class: "mt-2" };
|
|
@@ -20385,7 +20718,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
20385
20718
|
size: "md",
|
|
20386
20719
|
color: "danger",
|
|
20387
20720
|
"icon-left": "circle-stop",
|
|
20388
|
-
"is-disabled": vue.unref(isNew) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || ((_b = vue.unref(values).delayStaffIds) == null ? void 0 : _b.includes(((_a2 = vue.unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
20721
|
+
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || ((_b = vue.unref(values).delayStaffIds) == null ? void 0 : _b.includes(((_a2 = vue.unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
20389
20722
|
onClick: syncDelay
|
|
20390
20723
|
}, {
|
|
20391
20724
|
default: vue.withCtx(() => [
|
|
@@ -20410,7 +20743,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
20410
20743
|
size: "md",
|
|
20411
20744
|
color: "success",
|
|
20412
20745
|
"icon-left": "list-check",
|
|
20413
|
-
"is-disabled": vue.unref(isNew) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || ((_b = vue.unref(values).agreedStaffIds) == null ? void 0 : _b.includes(((_a2 = vue.unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
20746
|
+
"is-disabled": vue.unref(isNew) || vue.unref(isChanged) || vue.unref(values).status === "prepared" || vue.unref(values).status === "raised" || ((_b = vue.unref(values).agreedStaffIds) == null ? void 0 : _b.includes(((_a2 = vue.unref(staff)) == null ? void 0 : _a2.id) || "")) ? true : false,
|
|
20414
20747
|
onClick: syncApproved
|
|
20415
20748
|
}, {
|
|
20416
20749
|
default: vue.withCtx(() => [
|
|
@@ -20432,18 +20765,24 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
20432
20765
|
}, vue.unref(fields).title, {
|
|
20433
20766
|
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
20434
20767
|
}), null, 16, ["modelValue", "is-disabled"]),
|
|
20768
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
20769
|
+
modelValue: vue.unref(values).nominal,
|
|
20770
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.unref(values).nominal = $event)
|
|
20771
|
+
}, vue.unref(fields).nominal, {
|
|
20772
|
+
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
20773
|
+
}), null, 16, ["modelValue", "is-disabled"]),
|
|
20435
20774
|
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
20436
20775
|
default: vue.withCtx(() => [
|
|
20437
20776
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20438
20777
|
modelValue: vue.unref(values),
|
|
20439
|
-
"onUpdate:modelValue": _cache[
|
|
20778
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20440
20779
|
field: vue.unref(fields).branches,
|
|
20441
20780
|
query: vue.unref(query.Query).define(branchOptions.value),
|
|
20442
20781
|
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
20443
20782
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
20444
20783
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20445
20784
|
modelValue: vue.unref(values),
|
|
20446
|
-
"onUpdate:modelValue": _cache[
|
|
20785
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20447
20786
|
field: vue.unref(fields).type,
|
|
20448
20787
|
query: vue.unref(query.Query).define(typeOptions.value),
|
|
20449
20788
|
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
@@ -20456,14 +20795,14 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
20456
20795
|
default: vue.withCtx(() => [
|
|
20457
20796
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20458
20797
|
modelValue: vue.unref(values),
|
|
20459
|
-
"onUpdate:modelValue": _cache[
|
|
20798
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20460
20799
|
field: vue.unref(fields).submissionStaffs,
|
|
20461
20800
|
query: vue.unref(query.Query).define(submissionStaffOptions.value),
|
|
20462
20801
|
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
20463
20802
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
20464
20803
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20465
20804
|
modelValue: vue.unref(values),
|
|
20466
|
-
"onUpdate:modelValue": _cache[
|
|
20805
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20467
20806
|
field: vue.unref(fields).raiseStaffs,
|
|
20468
20807
|
query: vue.unref(query.Query).define(roleRaiseStaffOptions.value),
|
|
20469
20808
|
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
@@ -20476,14 +20815,14 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
20476
20815
|
default: vue.withCtx(() => [
|
|
20477
20816
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20478
20817
|
modelValue: vue.unref(values),
|
|
20479
|
-
"onUpdate:modelValue": _cache[
|
|
20818
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20480
20819
|
field: vue.unref(fields).decideStaffs,
|
|
20481
20820
|
query: vue.unref(query.Query).define(roleDecideStaffOptions.value),
|
|
20482
20821
|
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
20483
20822
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"]),
|
|
20484
20823
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20485
20824
|
modelValue: vue.unref(values),
|
|
20486
|
-
"onUpdate:modelValue": _cache[
|
|
20825
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20487
20826
|
field: vue.unref(fields).followUpStaffs
|
|
20488
20827
|
}, null, 8, ["modelValue", "field"])
|
|
20489
20828
|
]),
|
|
@@ -20505,26 +20844,20 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
20505
20844
|
/> `),
|
|
20506
20845
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
20507
20846
|
modelValue: vue.unref(values).preparedAt,
|
|
20508
|
-
"onUpdate:modelValue": _cache[
|
|
20847
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.unref(values).preparedAt = $event)
|
|
20509
20848
|
}, vue.unref(fields).preparedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20510
20849
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
20511
20850
|
modelValue: vue.unref(values).raisedAt,
|
|
20512
|
-
"onUpdate:modelValue": _cache[
|
|
20851
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.unref(values).raisedAt = $event)
|
|
20513
20852
|
}, vue.unref(fields).raisedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20514
20853
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
20515
20854
|
modelValue: vue.unref(values).processedAt,
|
|
20516
|
-
"onUpdate:modelValue": _cache[
|
|
20855
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(values).processedAt = $event)
|
|
20517
20856
|
}, vue.unref(fields).processedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20518
20857
|
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
20519
20858
|
"is-dashed": "",
|
|
20520
20859
|
label: "Spesifikasi"
|
|
20521
20860
|
}),
|
|
20522
|
-
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
20523
|
-
modelValue: vue.unref(values).nominal,
|
|
20524
|
-
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(values).nominal = $event)
|
|
20525
|
-
}, vue.unref(fields).nominal, {
|
|
20526
|
-
"is-disabled": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
20527
|
-
}), null, 16, ["modelValue", "is-disabled"]),
|
|
20528
20861
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
20529
20862
|
modelValue: vue.unref(values).workingHours,
|
|
20530
20863
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(values).workingHours = $event)
|
|
@@ -20533,19 +20866,63 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
20533
20866
|
}), null, 16, ["modelValue", "is-disabled"]),
|
|
20534
20867
|
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
20535
20868
|
"is-dashed": "",
|
|
20536
|
-
label: "
|
|
20869
|
+
label: "Menaikkan"
|
|
20537
20870
|
}),
|
|
20538
20871
|
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
20539
20872
|
default: vue.withCtx(() => [
|
|
20540
20873
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20541
20874
|
modelValue: vue.unref(values),
|
|
20542
20875
|
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20543
|
-
field: vue.unref(fields).
|
|
20876
|
+
field: vue.unref(fields).hasRaiseStaffs,
|
|
20544
20877
|
"is-disabled": ""
|
|
20545
20878
|
}, null, 8, ["modelValue", "field"]),
|
|
20546
20879
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20547
20880
|
modelValue: vue.unref(values),
|
|
20548
20881
|
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20882
|
+
field: vue.unref(fields).yetRaiseStaffs,
|
|
20883
|
+
"is-disabled": ""
|
|
20884
|
+
}, null, 8, ["modelValue", "field"])
|
|
20885
|
+
]),
|
|
20886
|
+
_: 1
|
|
20887
|
+
/* STABLE */
|
|
20888
|
+
}),
|
|
20889
|
+
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
20890
|
+
"is-dashed": "",
|
|
20891
|
+
label: "Memproses"
|
|
20892
|
+
}),
|
|
20893
|
+
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
20894
|
+
default: vue.withCtx(() => [
|
|
20895
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20896
|
+
modelValue: vue.unref(values),
|
|
20897
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20898
|
+
field: vue.unref(fields).hasProcessStaffs,
|
|
20899
|
+
"is-disabled": ""
|
|
20900
|
+
}, null, 8, ["modelValue", "field"]),
|
|
20901
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20902
|
+
modelValue: vue.unref(values),
|
|
20903
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20904
|
+
field: vue.unref(fields).yetProcessStaffs,
|
|
20905
|
+
"is-disabled": ""
|
|
20906
|
+
}, null, 8, ["modelValue", "field"])
|
|
20907
|
+
]),
|
|
20908
|
+
_: 1
|
|
20909
|
+
/* STABLE */
|
|
20910
|
+
}),
|
|
20911
|
+
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
20912
|
+
"is-dashed": "",
|
|
20913
|
+
label: "Keputusan"
|
|
20914
|
+
}),
|
|
20915
|
+
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
20916
|
+
default: vue.withCtx(() => [
|
|
20917
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20918
|
+
modelValue: vue.unref(values),
|
|
20919
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20920
|
+
field: vue.unref(fields).delayStaffs,
|
|
20921
|
+
"is-disabled": ""
|
|
20922
|
+
}, null, 8, ["modelValue", "field"]),
|
|
20923
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20924
|
+
modelValue: vue.unref(values),
|
|
20925
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20549
20926
|
field: vue.unref(fields).agreedStaffs,
|
|
20550
20927
|
"is-disabled": ""
|
|
20551
20928
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -20561,8 +20938,10 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
20561
20938
|
_: 1
|
|
20562
20939
|
/* STABLE */
|
|
20563
20940
|
}),
|
|
20941
|
+
vue.createCommentVNode(" DETAIL "),
|
|
20942
|
+
vue.createVNode(vue.unref(SubmissionDetailTab)),
|
|
20564
20943
|
vue.createCommentVNode(" DOKUMEN "),
|
|
20565
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
20944
|
+
vue.createVNode(vue.unref(_sfc_main$i), {
|
|
20566
20945
|
toolbar: "side",
|
|
20567
20946
|
"is-readonly": vue.unref(values).status === "raised" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
20568
20947
|
}, null, 8, ["is-readonly"])
|
|
@@ -20577,8 +20956,8 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
20577
20956
|
};
|
|
20578
20957
|
}
|
|
20579
20958
|
});
|
|
20580
|
-
const
|
|
20581
|
-
const SubmissionWaitingDecision = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
20959
|
+
const SubmissionWaitingDecision_vue_vue_type_style_index_0_scoped_ce22d9dd_lang = "";
|
|
20960
|
+
const SubmissionWaitingDecision = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-ce22d9dd"]]);
|
|
20582
20961
|
const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
20583
20962
|
__name: "SubmissionSupervisor",
|
|
20584
20963
|
setup(__props) {
|
|
@@ -20622,17 +21001,21 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20622
21001
|
modelValue: vue.unref(values).title,
|
|
20623
21002
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.unref(values).title = $event)
|
|
20624
21003
|
}, vue.unref(fields).title, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
21004
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
21005
|
+
modelValue: vue.unref(values).nominal,
|
|
21006
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.unref(values).nominal = $event)
|
|
21007
|
+
}, vue.unref(fields).nominal, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20625
21008
|
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
20626
21009
|
default: vue.withCtx(() => [
|
|
20627
21010
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20628
21011
|
modelValue: vue.unref(values),
|
|
20629
|
-
"onUpdate:modelValue": _cache[
|
|
21012
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20630
21013
|
field: vue.unref(fields).branches,
|
|
20631
21014
|
"is-disabled": ""
|
|
20632
21015
|
}, null, 8, ["modelValue", "field"]),
|
|
20633
21016
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20634
21017
|
modelValue: vue.unref(values),
|
|
20635
|
-
"onUpdate:modelValue": _cache[
|
|
21018
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20636
21019
|
field: vue.unref(fields).type,
|
|
20637
21020
|
"is-disabled": ""
|
|
20638
21021
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -20644,13 +21027,13 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20644
21027
|
default: vue.withCtx(() => [
|
|
20645
21028
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20646
21029
|
modelValue: vue.unref(values),
|
|
20647
|
-
"onUpdate:modelValue": _cache[
|
|
21030
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20648
21031
|
field: vue.unref(fields).submissionStaffs,
|
|
20649
21032
|
"is-disabled": ""
|
|
20650
21033
|
}, null, 8, ["modelValue", "field"]),
|
|
20651
21034
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20652
21035
|
modelValue: vue.unref(values),
|
|
20653
|
-
"onUpdate:modelValue": _cache[
|
|
21036
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20654
21037
|
field: vue.unref(fields).raiseStaffs,
|
|
20655
21038
|
"is-disabled": ""
|
|
20656
21039
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -20662,13 +21045,13 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20662
21045
|
default: vue.withCtx(() => [
|
|
20663
21046
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20664
21047
|
modelValue: vue.unref(values),
|
|
20665
|
-
"onUpdate:modelValue": _cache[
|
|
21048
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20666
21049
|
field: vue.unref(fields).decideStaffs,
|
|
20667
21050
|
"is-disabled": ""
|
|
20668
21051
|
}, null, 8, ["modelValue", "field"]),
|
|
20669
21052
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20670
21053
|
modelValue: vue.unref(values),
|
|
20671
|
-
"onUpdate:modelValue": _cache[
|
|
21054
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20672
21055
|
field: vue.unref(fields).followUpStaffs
|
|
20673
21056
|
}, null, 8, ["modelValue", "field"])
|
|
20674
21057
|
]),
|
|
@@ -20678,7 +21061,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20678
21061
|
vue.createCommentVNode(' <NeonField\n v-model="values.specifications"\n v-bind="fields.specifications"\n is-disabled\n /> '),
|
|
20679
21062
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
20680
21063
|
modelValue: vue.unref(values).updatedAt,
|
|
20681
|
-
"onUpdate:modelValue": _cache[
|
|
21064
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.unref(values).updatedAt = $event)
|
|
20682
21065
|
}, {
|
|
20683
21066
|
handle: "updatedAt",
|
|
20684
21067
|
name: "Tanggal Diupdate",
|
|
@@ -20692,29 +21075,69 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20692
21075
|
"is-dashed": "",
|
|
20693
21076
|
label: "Spesifikasi"
|
|
20694
21077
|
}),
|
|
20695
|
-
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
20696
|
-
modelValue: vue.unref(values).nominal,
|
|
20697
|
-
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.unref(values).nominal = $event)
|
|
20698
|
-
}, vue.unref(fields).nominal, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20699
21078
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
20700
21079
|
modelValue: vue.unref(values).workingHours,
|
|
20701
21080
|
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.unref(values).workingHours = $event)
|
|
20702
21081
|
}, vue.unref(fields).workingHours, { "is-disabled": "" }), null, 16, ["modelValue"]),
|
|
20703
21082
|
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
20704
21083
|
"is-dashed": "",
|
|
20705
|
-
label: "
|
|
21084
|
+
label: "Menaikkan"
|
|
20706
21085
|
}),
|
|
20707
21086
|
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
20708
21087
|
default: vue.withCtx(() => [
|
|
20709
21088
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20710
21089
|
modelValue: vue.unref(values),
|
|
20711
21090
|
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20712
|
-
field: vue.unref(fields).
|
|
21091
|
+
field: vue.unref(fields).hasRaiseStaffs,
|
|
20713
21092
|
"is-disabled": ""
|
|
20714
21093
|
}, null, 8, ["modelValue", "field"]),
|
|
20715
21094
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
20716
21095
|
modelValue: vue.unref(values),
|
|
20717
21096
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
21097
|
+
field: vue.unref(fields).yetRaiseStaffs,
|
|
21098
|
+
"is-disabled": ""
|
|
21099
|
+
}, null, 8, ["modelValue", "field"])
|
|
21100
|
+
]),
|
|
21101
|
+
_: 1
|
|
21102
|
+
/* STABLE */
|
|
21103
|
+
}),
|
|
21104
|
+
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
21105
|
+
"is-dashed": "",
|
|
21106
|
+
label: "Memproses"
|
|
21107
|
+
}),
|
|
21108
|
+
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
21109
|
+
default: vue.withCtx(() => [
|
|
21110
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
21111
|
+
modelValue: vue.unref(values),
|
|
21112
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
21113
|
+
field: vue.unref(fields).hasProcessStaffs,
|
|
21114
|
+
"is-disabled": ""
|
|
21115
|
+
}, null, 8, ["modelValue", "field"]),
|
|
21116
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
21117
|
+
modelValue: vue.unref(values),
|
|
21118
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
21119
|
+
field: vue.unref(fields).yetProcessStaffs,
|
|
21120
|
+
"is-disabled": ""
|
|
21121
|
+
}, null, 8, ["modelValue", "field"])
|
|
21122
|
+
]),
|
|
21123
|
+
_: 1
|
|
21124
|
+
/* STABLE */
|
|
21125
|
+
}),
|
|
21126
|
+
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
21127
|
+
"is-dashed": "",
|
|
21128
|
+
label: "Keputusan"
|
|
21129
|
+
}),
|
|
21130
|
+
vue.createVNode(vue.unref(form.NeonFields), { md: "grid-cols-2" }, {
|
|
21131
|
+
default: vue.withCtx(() => [
|
|
21132
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
21133
|
+
modelValue: vue.unref(values),
|
|
21134
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
21135
|
+
field: vue.unref(fields).delayStaffs,
|
|
21136
|
+
"is-disabled": ""
|
|
21137
|
+
}, null, 8, ["modelValue", "field"]),
|
|
21138
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
21139
|
+
modelValue: vue.unref(values),
|
|
21140
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
20718
21141
|
field: vue.unref(fields).agreedStaffs,
|
|
20719
21142
|
"is-disabled": ""
|
|
20720
21143
|
}, null, 8, ["modelValue", "field"])
|
|
@@ -20730,8 +21153,10 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20730
21153
|
_: 1
|
|
20731
21154
|
/* STABLE */
|
|
20732
21155
|
}),
|
|
21156
|
+
vue.createCommentVNode(" DETAIL "),
|
|
21157
|
+
vue.createVNode(vue.unref(SubmissionDetailTab)),
|
|
20733
21158
|
vue.createCommentVNode(" DOKUMEN "),
|
|
20734
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
21159
|
+
vue.createVNode(vue.unref(_sfc_main$i), {
|
|
20735
21160
|
toolbar: "side",
|
|
20736
21161
|
"is-readonly": ""
|
|
20737
21162
|
})
|
|
@@ -20746,8 +21171,8 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20746
21171
|
};
|
|
20747
21172
|
}
|
|
20748
21173
|
});
|
|
20749
|
-
const
|
|
20750
|
-
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
21174
|
+
const SubmissionSupervisor_vue_vue_type_style_index_0_scoped_8926b0ed_lang = "";
|
|
21175
|
+
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-8926b0ed"]]);
|
|
20751
21176
|
const SubmissionTypeModel = personaliaModels.models.SubmissionTypeModel;
|
|
20752
21177
|
const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
20753
21178
|
...{
|
|
@@ -21882,69 +22307,70 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
21882
22307
|
});
|
|
21883
22308
|
const components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
21884
22309
|
__proto__: null,
|
|
21885
|
-
AttendanceCollection: _sfc_main$
|
|
22310
|
+
AttendanceCollection: _sfc_main$13,
|
|
21886
22311
|
AttendanceManager,
|
|
21887
22312
|
AttendanceModel,
|
|
21888
22313
|
AttendanceSingle,
|
|
21889
22314
|
AttendanceStaff,
|
|
21890
22315
|
AttendanceSupervisor,
|
|
21891
22316
|
CheckInAccess,
|
|
21892
|
-
CheckInCollection: _sfc_main$
|
|
22317
|
+
CheckInCollection: _sfc_main$R,
|
|
21893
22318
|
CheckInExternal,
|
|
21894
22319
|
CheckInModel,
|
|
21895
22320
|
CheckInPresenceCollection,
|
|
21896
|
-
CheckInScanError: _sfc_main$
|
|
21897
|
-
CheckInScanSuccess: _sfc_main$
|
|
22321
|
+
CheckInScanError: _sfc_main$U,
|
|
22322
|
+
CheckInScanSuccess: _sfc_main$S,
|
|
21898
22323
|
CheckInScanner,
|
|
21899
22324
|
CheckInSingle,
|
|
21900
22325
|
CheckInSupervisor,
|
|
21901
22326
|
NeonTime,
|
|
21902
22327
|
OperasionalIdentitas,
|
|
21903
|
-
PlanCollection: _sfc_main$
|
|
22328
|
+
PlanCollection: _sfc_main$O,
|
|
21904
22329
|
PlanModel,
|
|
21905
22330
|
PlanSingle,
|
|
21906
22331
|
PlanStaff,
|
|
21907
|
-
PlanTypeCollection: _sfc_main$
|
|
22332
|
+
PlanTypeCollection: _sfc_main$L,
|
|
21908
22333
|
PlanTypeModel,
|
|
21909
22334
|
PlanTypeSingle,
|
|
21910
|
-
ProgressAccessCollection: _sfc_main$
|
|
22335
|
+
ProgressAccessCollection: _sfc_main$B,
|
|
21911
22336
|
ProgressAccessModel,
|
|
21912
22337
|
ProgressAccessSingle,
|
|
21913
22338
|
ProgressAccessSupervisor,
|
|
21914
|
-
ProgressButton: _sfc_main$
|
|
22339
|
+
ProgressButton: _sfc_main$J,
|
|
21915
22340
|
ProgressCollection,
|
|
21916
22341
|
ProgressModel,
|
|
21917
22342
|
ProgressNote,
|
|
21918
|
-
ProgressNoteButton: _sfc_main$
|
|
21919
|
-
ProgressNoteTab: _sfc_main$
|
|
22343
|
+
ProgressNoteButton: _sfc_main$I,
|
|
22344
|
+
ProgressNoteTab: _sfc_main$H,
|
|
21920
22345
|
ProgressSingle,
|
|
21921
22346
|
ProgressTomorrow,
|
|
21922
22347
|
ProgressYesterday,
|
|
21923
|
-
ResponsibilityCollection: _sfc_main$
|
|
22348
|
+
ResponsibilityCollection: _sfc_main$y,
|
|
21924
22349
|
ResponsibilityModel,
|
|
21925
22350
|
ResponsibilitySingle,
|
|
21926
22351
|
ResponsibilityStaff,
|
|
21927
22352
|
ResponsibilitySupervisor,
|
|
21928
|
-
ResponsibilityTypeCollection: _sfc_main$
|
|
22353
|
+
ResponsibilityTypeCollection: _sfc_main$u,
|
|
21929
22354
|
ResponsibilityTypeModel,
|
|
21930
22355
|
ResponsibilityTypeSingle,
|
|
21931
|
-
SituationCollection: _sfc_main$
|
|
22356
|
+
SituationCollection: _sfc_main$s,
|
|
21932
22357
|
SituationModel,
|
|
21933
|
-
SituationSingle: _sfc_main$
|
|
21934
|
-
SituationSupportive: _sfc_main$
|
|
21935
|
-
SituationTypeCollection: _sfc_main$
|
|
22358
|
+
SituationSingle: _sfc_main$r,
|
|
22359
|
+
SituationSupportive: _sfc_main$p,
|
|
22360
|
+
SituationTypeCollection: _sfc_main$o,
|
|
21936
22361
|
SituationTypeModel,
|
|
21937
|
-
SituationTypeSingle: _sfc_main$
|
|
21938
|
-
SituationWork: _sfc_main$
|
|
21939
|
-
StaffCollection: _sfc_main$
|
|
21940
|
-
StaffIdentity: _sfc_main$
|
|
22362
|
+
SituationTypeSingle: _sfc_main$n,
|
|
22363
|
+
SituationWork: _sfc_main$q,
|
|
22364
|
+
StaffCollection: _sfc_main$m,
|
|
22365
|
+
StaffIdentity: _sfc_main$j,
|
|
21941
22366
|
StaffModel,
|
|
21942
22367
|
StaffOperasional,
|
|
21943
22368
|
StaffSingle,
|
|
21944
22369
|
SubmissionAudit,
|
|
21945
22370
|
SubmissionCollection: _sfc_main$g,
|
|
21946
22371
|
SubmissionDecision,
|
|
21947
|
-
|
|
22372
|
+
SubmissionDetailTab,
|
|
22373
|
+
SubmissionDocumentTab: _sfc_main$i,
|
|
21948
22374
|
SubmissionFollowUp,
|
|
21949
22375
|
SubmissionModel,
|
|
21950
22376
|
SubmissionSingle,
|
|
@@ -22076,19 +22502,19 @@ const qrScannerWorker_min = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object
|
|
|
22076
22502
|
__proto__: null,
|
|
22077
22503
|
createWorker
|
|
22078
22504
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
22079
|
-
exports.AttendanceCollection = _sfc_main$
|
|
22505
|
+
exports.AttendanceCollection = _sfc_main$13;
|
|
22080
22506
|
exports.AttendanceManager = AttendanceManager;
|
|
22081
22507
|
exports.AttendanceModel = AttendanceModel;
|
|
22082
22508
|
exports.AttendanceSingle = AttendanceSingle;
|
|
22083
22509
|
exports.AttendanceStaff = AttendanceStaff;
|
|
22084
22510
|
exports.AttendanceSupervisor = AttendanceSupervisor;
|
|
22085
22511
|
exports.CheckInAccess = CheckInAccess;
|
|
22086
|
-
exports.CheckInCollection = _sfc_main$
|
|
22512
|
+
exports.CheckInCollection = _sfc_main$R;
|
|
22087
22513
|
exports.CheckInExternal = CheckInExternal;
|
|
22088
22514
|
exports.CheckInModel = CheckInModel;
|
|
22089
22515
|
exports.CheckInPresenceCollection = CheckInPresenceCollection;
|
|
22090
|
-
exports.CheckInScanError = _sfc_main$
|
|
22091
|
-
exports.CheckInScanSuccess = _sfc_main$
|
|
22516
|
+
exports.CheckInScanError = _sfc_main$U;
|
|
22517
|
+
exports.CheckInScanSuccess = _sfc_main$S;
|
|
22092
22518
|
exports.CheckInScanner = CheckInScanner;
|
|
22093
22519
|
exports.CheckInSingle = CheckInSingle;
|
|
22094
22520
|
exports.CheckInSupervisor = CheckInSupervisor;
|
|
@@ -22096,51 +22522,52 @@ exports.NOperasional = operasional_types;
|
|
|
22096
22522
|
exports.NeonTime = NeonTime;
|
|
22097
22523
|
exports.OperasionalIdentitas = OperasionalIdentitas;
|
|
22098
22524
|
exports.OperasionalInterfacesPlugin = OperasionalInterfacesPlugin;
|
|
22099
|
-
exports.PlanCollection = _sfc_main$
|
|
22525
|
+
exports.PlanCollection = _sfc_main$O;
|
|
22100
22526
|
exports.PlanModel = PlanModel;
|
|
22101
22527
|
exports.PlanSingle = PlanSingle;
|
|
22102
22528
|
exports.PlanStaff = PlanStaff;
|
|
22103
|
-
exports.PlanTypeCollection = _sfc_main$
|
|
22529
|
+
exports.PlanTypeCollection = _sfc_main$L;
|
|
22104
22530
|
exports.PlanTypeModel = PlanTypeModel;
|
|
22105
22531
|
exports.PlanTypeSingle = PlanTypeSingle;
|
|
22106
|
-
exports.ProgressAccessCollection = _sfc_main$
|
|
22532
|
+
exports.ProgressAccessCollection = _sfc_main$B;
|
|
22107
22533
|
exports.ProgressAccessModel = ProgressAccessModel;
|
|
22108
22534
|
exports.ProgressAccessSingle = ProgressAccessSingle;
|
|
22109
22535
|
exports.ProgressAccessSupervisor = ProgressAccessSupervisor;
|
|
22110
|
-
exports.ProgressButton = _sfc_main$
|
|
22536
|
+
exports.ProgressButton = _sfc_main$J;
|
|
22111
22537
|
exports.ProgressCollection = ProgressCollection;
|
|
22112
22538
|
exports.ProgressModel = ProgressModel;
|
|
22113
22539
|
exports.ProgressNote = ProgressNote;
|
|
22114
|
-
exports.ProgressNoteButton = _sfc_main$
|
|
22115
|
-
exports.ProgressNoteTab = _sfc_main$
|
|
22540
|
+
exports.ProgressNoteButton = _sfc_main$I;
|
|
22541
|
+
exports.ProgressNoteTab = _sfc_main$H;
|
|
22116
22542
|
exports.ProgressSingle = ProgressSingle;
|
|
22117
22543
|
exports.ProgressTomorrow = ProgressTomorrow;
|
|
22118
22544
|
exports.ProgressYesterday = ProgressYesterday;
|
|
22119
|
-
exports.ResponsibilityCollection = _sfc_main$
|
|
22545
|
+
exports.ResponsibilityCollection = _sfc_main$y;
|
|
22120
22546
|
exports.ResponsibilityModel = ResponsibilityModel;
|
|
22121
22547
|
exports.ResponsibilitySingle = ResponsibilitySingle;
|
|
22122
22548
|
exports.ResponsibilityStaff = ResponsibilityStaff;
|
|
22123
22549
|
exports.ResponsibilitySupervisor = ResponsibilitySupervisor;
|
|
22124
|
-
exports.ResponsibilityTypeCollection = _sfc_main$
|
|
22550
|
+
exports.ResponsibilityTypeCollection = _sfc_main$u;
|
|
22125
22551
|
exports.ResponsibilityTypeModel = ResponsibilityTypeModel;
|
|
22126
22552
|
exports.ResponsibilityTypeSingle = ResponsibilityTypeSingle;
|
|
22127
|
-
exports.SituationCollection = _sfc_main$
|
|
22553
|
+
exports.SituationCollection = _sfc_main$s;
|
|
22128
22554
|
exports.SituationModel = SituationModel;
|
|
22129
|
-
exports.SituationSingle = _sfc_main$
|
|
22130
|
-
exports.SituationSupportive = _sfc_main$
|
|
22131
|
-
exports.SituationTypeCollection = _sfc_main$
|
|
22555
|
+
exports.SituationSingle = _sfc_main$r;
|
|
22556
|
+
exports.SituationSupportive = _sfc_main$p;
|
|
22557
|
+
exports.SituationTypeCollection = _sfc_main$o;
|
|
22132
22558
|
exports.SituationTypeModel = SituationTypeModel;
|
|
22133
|
-
exports.SituationTypeSingle = _sfc_main$
|
|
22134
|
-
exports.SituationWork = _sfc_main$
|
|
22135
|
-
exports.StaffCollection = _sfc_main$
|
|
22136
|
-
exports.StaffIdentity = _sfc_main$
|
|
22559
|
+
exports.SituationTypeSingle = _sfc_main$n;
|
|
22560
|
+
exports.SituationWork = _sfc_main$q;
|
|
22561
|
+
exports.StaffCollection = _sfc_main$m;
|
|
22562
|
+
exports.StaffIdentity = _sfc_main$j;
|
|
22137
22563
|
exports.StaffModel = StaffModel;
|
|
22138
22564
|
exports.StaffOperasional = StaffOperasional;
|
|
22139
22565
|
exports.StaffSingle = StaffSingle;
|
|
22140
22566
|
exports.SubmissionAudit = SubmissionAudit;
|
|
22141
22567
|
exports.SubmissionCollection = _sfc_main$g;
|
|
22142
22568
|
exports.SubmissionDecision = SubmissionDecision;
|
|
22143
|
-
exports.
|
|
22569
|
+
exports.SubmissionDetailTab = SubmissionDetailTab;
|
|
22570
|
+
exports.SubmissionDocumentTab = _sfc_main$i;
|
|
22144
22571
|
exports.SubmissionFollowUp = SubmissionFollowUp;
|
|
22145
22572
|
exports.SubmissionModel = SubmissionModel;
|
|
22146
22573
|
exports.SubmissionSingle = SubmissionSingle;
|