@neutron.co.id/operasional-interfaces 1.17.38 → 1.17.40

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.
@@ -147,6 +147,7 @@
147
147
  values.status === 'resolved'
148
148
  "
149
149
  />
150
+ <NeonField v-model="values.code" v-bind="fields.code" is-disabled />
150
151
 
151
152
  <NeonField
152
153
  v-model="values.nominal"
@@ -72,6 +72,11 @@
72
72
  values.status === 'resolved'
73
73
  "
74
74
  />
75
+ <NeonField
76
+ v-model="values.code"
77
+ v-bind="fields.code"
78
+ :is-disabled="true"
79
+ />
75
80
 
76
81
  <NeonField
77
82
  v-model="values.nominal"
@@ -45,6 +45,7 @@ const copy = ref({
45
45
  @submit="saveOne"
46
46
  >
47
47
  <NeonField v-model="values.title" v-bind="fields.title" is-disabled />
48
+ <NeonField v-model="values.code" v-bind="fields.code" is-disabled />
48
49
 
49
50
  <NeonField
50
51
  v-model="values.nominal"
@@ -224,6 +224,7 @@ const copy = ref({
224
224
  values.status === 'resolved'
225
225
  "
226
226
  />
227
+ <NeonField v-model="values.code" v-bind="fields.code" is-disabled />
227
228
 
228
229
  <NeonField
229
230
  v-model="values.nominal"
@@ -56,6 +56,7 @@
56
56
  values.statusStaff === 'resolved'
57
57
  "
58
58
  />
59
+ <NeonField v-model="values.code" v-bind="fields.code" is-disabled />
59
60
 
60
61
  <NeonField
61
62
  v-model="values.nominal"
@@ -45,6 +45,7 @@ const copy = ref({
45
45
  @submit="saveOne"
46
46
  >
47
47
  <NeonField v-model="values.title" v-bind="fields.title" is-disabled />
48
+ <NeonField v-model="values.code" v-bind="fields.code" is-disabled />
48
49
 
49
50
  <NeonField
50
51
  v-model="values.nominal"
@@ -222,6 +222,7 @@ const copy = ref({
222
222
  values.status === 'resolved'
223
223
  "
224
224
  />
225
+ <NeonField v-model="values.code" v-bind="fields.code" is-disabled />
225
226
 
226
227
  <NeonField
227
228
  v-model="values.nominal"