Dumped Contents
In
ProductoService.php
line 155:
if($_ENV['DEV_DEBUG'] == "true"){
dump($body);
dump($response);
// die;
}
"<?xml version="1.0" encoding="UTF-8" ?><enquiry><jobTemplateCode>PEDIDO</jobTemplateCode><customerCode>ABAMA</customerCode><addressNumber>1</addressNumber><customerRef>Ref. Cliente</customerRef><contactName>Contacto</contactName><telephone>34 555 99 99 99</telephone><emailAddress>pruebas@acme.es</emailAddress><repCode>WEB</repCode><origCode>BERTO</origCode><currencyCode></currencyCode><dueAt>2022-12-31T17:00</dueAt><!-- Opcional. --><!-- <jobVariable><name>ep_fecha_entrega</name><type>datetime</type><value>2023-12-30T12:00</value></jobVariable>--><!-- Obligatorio. Depende del producto oferta. --><jobVariable><name>ep_tipo_pedido</name><type>string</type><value>BOLSASNT</value></jobVariable><jobVariable><name>ep_titulo</name><type>string</type><value>Pedido WEB</value></jobVariable><jobVariable><name>ep_fecha_entrega</name><type>datetime</type><value>2025-12-24T12:00</value></jobVariable><line><!-- Tipo de Trabajo. --><productCode>VARIOS</productCode><!-- Título de la línea de oferta. --><description>WEB SERVICES</description><quantity>200</quantity><productVariable><name>e_diseno</name><type>integer</type><value>0</value></productVariable><productVariable><name>e_sg_calidad</name><type>string</type><value>ALTA</value></productVariable><productVariable><name>e_serigrafia</name><type>boolean</type><value>1</value></productVariable><productVariable><name>e_digital</name><type>boolean</type><value>0</value></productVariable><productVariable><name>e_sg_cobertura</name><type>decimal</type><value>60.00</value></productVariable><productVariable><name>e_sg_nota</name><type>string</type><value></value></productVariable><productVariable><name>e_dg_pr_1_desc</name><type>string</type><value>20</value></productVariable><productVariable><name>e_dg_pr_1_cal</name><type>string</type><value>ALTA</value></productVariable><productVariable><name>e_dg_pr_1_gama</name><type>boolean</type><value>1</value></productVariable><productVariable><name>e_dg_pr_1_blanco</name><type>boolean</type><value>0</value></productVariable><productVariable><name>e_dg_pr_2_desc</name><type>string</type><value>20</value></productVariable><productVariable><name>e_dg_pr_2_cal</name><type>string</type><value>ALTA</value></productVariable><productVariable><name>e_dg_pr_2_gama</name><type>boolean</type><value>1</value></productVariable><productVariable><name>e_dg_pr_2_blanco</name><type>boolean</type><value>0</value></productVariable><productVariable><name>e_maquina</name><type>string</type><value>PULPO</value></productVariable><productVariable><name>e_sg_tipo_imp</name><type>string</type><value>1/0 LACA</value></productVariable><productVariable><name>e_digital</name><type>boolean</type><value>0</value></productVariable><productVariable><name>e_material</name><type>string</type><value>BSPCARIBBEAN22239B</value></productVariable><productVariable><name>e_dg_pr_1_sp_ancho</name><type>integer</type><value>120</value></productVariable><productVariable><name>e_dg_pr_1_sp_alto</name><type>integer</type><value>170</value></productVariable><productVariable><name>e_dg_pr_2_sp_ancho</name><type>integer</type><value>120</value></productVariable><productVariable><name>e_dg_pr_2_sp_alto</name><type>integer</type><value>170</value></productVariable><productVariable><name>e_ent_tipo</name><type>string</type><value>N_MEDIOS</value></productVariable><productVariable><name>e_ent_destino</name><type>string</type><value>TENERIFE</value></productVariable></line></enquiry>"
In
ProductoService.php
line 156:
if($_ENV['DEV_DEBUG'] == "true"){
dump($body);
dump($response);
// die;
}
if($response->success == "true"){
{#939
+"success": "true"
+"lineQtyPrice": {#947
+"lineNumber": "1"
+"quantity": "200"
+"price": "158.23"
+"taxValue": "0"
+"foreignPrice": "0"
+"foreignTaxValue": "0"
+"isUnresolved": "false"
+"whyUnresolved": {#942}
}
}
In
ProductoController.php
line 148:
if($_ENV['DEV_DEBUG'] == "true"){
dump($producto->getSubGrupoProducto()->getPlantilla());
dump($precio);
}
// Si no obtenemos un precio volvemos a las categorias
"VARIOS"
In
ProductoController.php
line 149:
if($_ENV['DEV_DEBUG'] == "true"){
dump($producto->getSubGrupoProducto()->getPlantilla());
dump($precio);
}
// Si no obtenemos un precio volvemos a las categorias
if(!isset($precio)){
158.23
In
ProductoService.php
line 129:
$response = $this->apiService->productInputList($producto->getSubGrupoProducto()->getPlantilla());
if($_ENV['DEV_DEBUG'] == "true"){
dump($response);
// die;
}
if($response->success == "true"){
{#1027
+"success": "true"
+"inputs": {#1029
+"input": array:61 [
0 => {#1028
+"inputCode": "e_diseno"
+"description": "Diseño"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
1 => {#1089
+"inputCode": "e_material"
+"description": "Material"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
2 => {#1088
+"inputCode": "e_maquina"
+"description": "Máquina"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1161
+"entry": array:4 [
0 => {#1087
+"code": "ANATOL"
+"name": "Pulpo 6 Colores"
}
1 => {#1086
+"code": "BROTHER GTX"
+"name": "Brother GTX"
}
2 => {#1154
+"code": "DIGIFLEX"
+"name": "Digiflex"
}
3 => {#1162
+"code": "PULPO"
+"name": "Pulpo 2 Colores"
}
]
}
}
3 => {#1160
+"inputCode": "e_serigrafia"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_BOOLEAN"
}
4 => {#1159
+"inputCode": "e_digital"
+"description": "Digital"
+"inputType": "UI_TYPE_BOOLEAN"
}
5 => {#1158
+"inputCode": "e_sep_serigrafia"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
6 => {#1157
+"inputCode": "e_sg_calidad"
+"description": "Calidad"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1150
+"entry": array:3 [
0 => {#1156
+"code": "ALTA"
+"name": "Calidad Alta (70)"
}
1 => {#1155
+"code": "MUY ALTA"
+"name": "Calidad Muy Alta (120)"
}
2 => {#1085
+"code": "PREMIUM"
+"name": "Calidad Premium (200)"
}
]
}
}
7 => {#1153
+"inputCode": "e_sg_tipo_imp"
+"description": "Impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1068
+"entry": array:26 [
0 => {#1152
+"code": "1/0 LACA"
+"name": "1/0 Laca"
}
1 => {#1151
+"code": "1/0 PLASTICA"
+"name": "1/0 Plástica"
}
2 => {#1084
+"code": "1/1 LACA"
+"name": "1/1 Laca"
}
3 => {#1083
+"code": "1/1 PLASTICA"
+"name": "1/1 Plástica"
}
4 => {#1082
+"code": "2/0 LACA"
+"name": "2/0 Laca"
}
5 => {#1081
+"code": "2/0 PLASTICA"
+"name": "2/0 Plástica"
}
6 => {#1080
+"code": "2/1 LACA"
+"name": "2/1 Laca"
}
7 => {#1079
+"code": "2/1 PLASTICA"
+"name": "2/1 Plástica"
}
8 => {#1078
+"code": "2/2 LACA"
+"name": "2/2 Laca"
}
9 => {#1146
+"code": "2/2 PLASTICA"
+"name": "2/2 Plástica"
}
10 => {#1149
+"code": "3/0 LACA"
+"name": "3/0 Laca"
}
11 => {#1148
+"code": "3/0 PLASTICA"
+"name": "3/0 Plastica"
}
12 => {#1147
+"code": "3/3 LACA"
+"name": "3/3 Laca"
}
13 => {#1077
+"code": "3/3 PLASTICA"
+"name": "3/3 Plastica"
}
14 => {#1076
+"code": "4/0 LACA"
+"name": "4/0 Laca"
}
15 => {#1075
+"code": "4/0 PLASTICA"
+"name": "4/0 Plastica"
}
16 => {#1074
+"code": "4/4 LACA"
+"name": "4/4 Laca"
}
17 => {#1073
+"code": "4/4 PLASTICA"
+"name": "4/4 Plastica"
}
18 => {#1072
+"code": "5/0 LACA"
+"name": "5/0 Laca"
}
19 => {#1071
+"code": "5/0 PLASTICA"
+"name": "5/0 Plastica"
}
20 => {#1142
+"code": "5/5 LACA"
+"name": "5/5 Laca"
}
21 => {#1145
+"code": "5/5 PLASTICA"
+"name": "5/5 Plastica"
}
22 => {#1144
+"code": "6/0 LACA"
+"name": "6/0 Laca"
}
23 => {#1143
+"code": "6/0 PLASTICA"
+"name": "6/0 Plastica"
}
24 => {#1070
+"code": "6/6 LACA"
+"name": "6/6 Laca"
}
25 => {#1069
+"code": "6/6 PLASTICA"
+"name": "6/6 Plastica"
}
]
}
}
8 => {#1067
+"inputCode": "e_sg_cobertura"
+"description": "Porcentaje de Cobertura"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.01"
+"maxValue": "100.00"
}
9 => {#1066
+"inputCode": "e_sg_nota"
+"description": "Notas"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "50"
+"upperCase": "false"
}
10 => {#1065
+"inputCode": "e_sep_serigrafia_fin"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
11 => {#1064
+"inputCode": "e_sep_digital"
+"description": "Digital"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
12 => {#1138
+"inputCode": "e_dg_pr_1_si"
+"description": "Punto 1"
+"inputType": "UI_TYPE_BOOLEAN"
}
13 => {#1141
+"inputCode": "e_dg_pr_1_desc"
+"description": "Zona de impresión de 1"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
14 => {#1140
+"inputCode": "e_dg_pr_1_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1061
+"entry": array:3 [
0 => {#1139
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1063
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1062
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
15 => {#1060
+"inputCode": "e_dg_pr_1_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
16 => {#1059
+"inputCode": "e_dg_pr_1_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
17 => {#1058
+"inputCode": "e_dg_pr_1_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
18 => {#1057
+"inputCode": "e_dg_pr_1_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
19 => {#1134
+"inputCode": "e_dg_pr_2_si"
+"description": "Punto 2"
+"inputType": "UI_TYPE_BOOLEAN"
}
20 => {#1137
+"inputCode": "e_dg_pr_2_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
21 => {#1136
+"inputCode": "e_dg_pr_2_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1054
+"entry": array:3 [
0 => {#1135
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1056
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1055
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
22 => {#1053
+"inputCode": "e_dg_pr_2_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
23 => {#1052
+"inputCode": "e_dg_pr_2_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
24 => {#1051
+"inputCode": "e_dg_pr_2_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
25 => {#1050
+"inputCode": "e_dg_pr_2_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
26 => {#1130
+"inputCode": "e_dg_pr_3_si"
+"description": "Punto 3"
+"inputType": "UI_TYPE_BOOLEAN"
}
27 => {#1133
+"inputCode": "e_dg_pr_3_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
28 => {#1132
+"inputCode": "e_dg_pr_3_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1047
+"entry": array:3 [
0 => {#1131
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1049
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1048
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
29 => {#1046
+"inputCode": "e_dg_pr_3_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
30 => {#1045
+"inputCode": "e_dg_pr_3_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
31 => {#1044
+"inputCode": "e_dg_pr_3_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
32 => {#1043
+"inputCode": "e_dg_pr_3_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
33 => {#1126
+"inputCode": "e_dg_pr_4_si"
+"description": "Punto 4"
+"inputType": "UI_TYPE_BOOLEAN"
}
34 => {#1129
+"inputCode": "e_dg_pr_4_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
35 => {#1128
+"inputCode": "e_dg_pr_4_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1040
+"entry": array:3 [
0 => {#1127
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1042
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1041
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
36 => {#1039
+"inputCode": "e_dg_pr_4_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
37 => {#1038
+"inputCode": "e_dg_pr_4_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
38 => {#1037
+"inputCode": "e_dg_pr_4_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
39 => {#1036
+"inputCode": "e_dg_pr_4_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
40 => {#1099
+"inputCode": "e_dg_pr_5_si"
+"description": "Punto 5"
+"inputType": "UI_TYPE_BOOLEAN"
}
41 => {#1125
+"inputCode": "e_dg_pr_5_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
42 => {#1124
+"inputCode": "e_dg_pr_5_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1120
+"entry": array:3 [
0 => {#1123
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1122
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1121
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
43 => {#1119
+"inputCode": "e_dg_pr_5_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
44 => {#1118
+"inputCode": "e_dg_pr_5_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
45 => {#1117
+"inputCode": "e_dg_pr_5_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
46 => {#1116
+"inputCode": "e_dg_pr_5_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
47 => {#1115
+"inputCode": "e_dg_pr_6_si"
+"description": "Punto 6"
+"inputType": "UI_TYPE_BOOLEAN"
}
48 => {#1114
+"inputCode": "e_dg_pr_6_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
49 => {#1113
+"inputCode": "e_dg_pr_6_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1109
+"entry": array:3 [
0 => {#1112
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1111
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1110
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
50 => {#1108
+"inputCode": "e_dg_pr_6_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
51 => {#1107
+"inputCode": "e_dg_pr_6_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
52 => {#1106
+"inputCode": "e_dg_pr_6_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
53 => {#1105
+"inputCode": "e_dg_pr_6_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
54 => {#1104
+"inputCode": "e_sep_digital_fin"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
55 => {#1103
+"inputCode": "e_sep_entrega"
+"description": "Entrega"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
56 => {#1102
+"inputCode": "e_ent_tipo"
+"description": "Entrega"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1095
+"option": array:3 [
0 => {#1101
+"label": "Agencia"
+"value": "AGENCIA"
}
1 => {#1100
+"label": "Recoge Cliente"
+"value": "CLIENTE"
}
2 => {#1035
+"label": "Nuestros Medios"
+"value": "N_MEDIOS"
}
]
}
}
57 => {#1098
+"inputCode": "e_ent_destino"
+"description": "Entrega en"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1093
+"entry": array:8 [
0 => {#1097
+"code": "EL HIERRO"
+"name": "El Hierro"
}
1 => {#1096
+"code": "FUERTEVENTURA"
+"name": "Fuerteventura"
}
2 => {#1034
+"code": "LA GOMERA"
+"name": "La Gomera"
}
3 => {#1033
+"code": "LA PALMA"
+"name": "La Palma"
}
4 => {#1032
+"code": "LANZAROTE"
+"name": "Lanzarote"
}
5 => {#1031
+"code": "LAS PALMAS"
+"name": "Las Palmas"
}
6 => {#1090
+"code": "SANTA CRUZ"
+"name": "Santa Cruz"
}
7 => {#1094
+"code": "TENERIFE"
+"name": "Tenerife"
}
]
}
}
58 => {#1092
+"inputCode": "e_sep_entrega_fin"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
59 => {#1091
+"inputCode": "e_texto_oferta"
+"description": "Texto de oferta"
+"inputType": "UI_TYPE_TEXT"
}
60 => {#1030
+"inputCode": "e_texto_oferta_mod"
+"description": "Mod."
+"inputType": "UI_TYPE_BOOLEAN"
}
]
}
}
In
ProductoController.php
line 177:
if($_ENV['DEV_DEBUG'] == "true"){
dump($inputs_api);
// die;
}
$form = $this->createForm(ItemCarroCompraType::class, $itemCarroCompra, [
array:17 [
0 => array:14 [
"inputCode" => "e_diseno"
"inputType" => "UI_TYPE_NUMBER"
"description" => "Diseño"
"label_placeholder" => "Diseño"
"tipo" => "integer"
"options" => []
"min" => "0"
"max" => "999999"
"step" => 1
"id_detalle" => 969
"visible" => false
"api_type" => "productVariable"
"value" => "0"
"required" => true
]
1 => array:14 [
"inputCode" => "e_sg_calidad"
"inputType" => "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
"description" => "Calidad"
"label_placeholder" => "Calidad"
"tipo" => "select"
"options" => array:3 [
0 => array:2 [
"label" => "Calidad Alta (70)"
"value" => "ALTA"
]
1 => array:2 [
"label" => "Calidad Muy Alta (120)"
"value" => "MUY ALTA"
]
2 => array:2 [
"label" => "Calidad Premium (200)"
"value" => "PREMIUM"
]
]
"id_detalle" => 972
"visible" => false
"api_type" => "productVariable"
"value" => "ALTA"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
2 => array:14 [
"inputCode" => "e_serigrafia"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Serigrafía"
"label_placeholder" => "Serigrafía"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 974
"visible" => false
"api_type" => "productVariable"
"value" => "1"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
3 => array:14 [
"inputCode" => "e_digital"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Digital"
"label_placeholder" => "Digital"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 975
"visible" => false
"api_type" => "productVariable"
"value" => "0"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
4 => array:14 [
"inputCode" => "e_sg_cobertura"
"inputType" => "UI_TYPE_DECIMAL"
"description" => "Porcentaje de Cobertura"
"label_placeholder" => "Porcentaje de Cobertura"
"tipo" => "number"
"options" => []
"min" => "0.01"
"max" => "100.00"
"step" => 1
"id_detalle" => 977
"visible" => false
"api_type" => "productVariable"
"value" => "60.00"
"required" => true
]
5 => array:14 [
"inputCode" => "e_dg_pr_1_cal"
"inputType" => "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
"description" => "Calidad de impresión"
"label_placeholder" => "Calidad de impresión"
"tipo" => "select"
"options" => array:3 [
0 => array:2 [
"label" => "Alta"
"value" => "ALTA"
]
1 => array:2 [
"label" => "Baja"
"value" => "BAJA"
]
2 => array:2 [
"label" => "Media"
"value" => "MEDIA"
]
]
"id_detalle" => 981
"visible" => false
"api_type" => "productVariable"
"value" => "ALTA"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
6 => array:14 [
"inputCode" => "e_dg_pr_1_gama"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Gama"
"label_placeholder" => "Gama"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 984
"visible" => false
"api_type" => "productVariable"
"value" => "1"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
7 => array:14 [
"inputCode" => "e_dg_pr_1_blanco"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Blanco"
"label_placeholder" => "Blanco"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 985
"visible" => false
"api_type" => "productVariable"
"value" => "0"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
8 => array:14 [
"inputCode" => "e_dg_pr_2_cal"
"inputType" => "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
"description" => "Calidad de impresión"
"label_placeholder" => "Calidad de impresión"
"tipo" => "select"
"options" => array:3 [
0 => array:2 [
"label" => "Alta"
"value" => "ALTA"
]
1 => array:2 [
"label" => "Baja"
"value" => "BAJA"
]
2 => array:2 [
"label" => "Media"
"value" => "MEDIA"
]
]
"id_detalle" => 988
"visible" => false
"api_type" => "productVariable"
"value" => "ALTA"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
9 => array:14 [
"inputCode" => "e_dg_pr_2_gama"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Gama"
"label_placeholder" => "Gama"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 991
"visible" => false
"api_type" => "productVariable"
"value" => "1"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
10 => array:14 [
"inputCode" => "e_dg_pr_2_blanco"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Blanco"
"label_placeholder" => "Blanco"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 992
"visible" => false
"api_type" => "productVariable"
"value" => "0"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
11 => array:17 [
"inputCode" => "cantidad"
"inputType" => "UI_TYPE_NUMBER"
"label_placeholder" => "Cantidad"
"tipo" => "integer"
"options" => []
"min" => "200"
"max" => null
"step" => "200"
"id_detalle" => 1001
"visible" => true
"api_type" => "custom"
"value" => "200"
"id_relacion" => null
"has_relacion" => false
"attribute_info" => null
"disabled" => false
"required" => true
]
12 => array:15 [
"inputCode" => "tinta"
"inputType" => "UI_TYPE_CHOICE"
"label_placeholder" => "Tinta"
"tipo" => "radio"
"options" => array:12 [
0 => array:2 [
"label" => "1/0 LACA"
"value" => "0"
]
1 => array:2 [
"label" => "1/1 LACA"
"value" => "1"
]
2 => array:2 [
"label" => "2/0 LACA"
"value" => "2"
]
3 => array:2 [
"label" => "2/2 LACA"
"value" => "3"
]
4 => array:2 [
"label" => "3/0 LACA"
"value" => "4"
]
5 => array:2 [
"label" => "3/3 LACA"
"value" => "5"
]
6 => array:2 [
"label" => "4/0 LACA"
"value" => "6"
]
7 => array:2 [
"label" => "4/4 LACA"
"value" => "7"
]
8 => array:2 [
"label" => "5/0 LACA"
"value" => "8"
]
9 => array:2 [
"label" => "5/5 LACA"
"value" => "9"
]
10 => array:2 [
"label" => "6/0 LACA"
"value" => "10"
]
11 => array:2 [
"label" => "6/6 LACA"
"value" => "11"
]
]
"id_detalle" => 998
"visible" => true
"api_type" => "custom"
"value" => "0"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => true
]
13 => array:15 [
"inputCode" => "size"
"inputType" => "UI_TYPE_CHOICE"
"label_placeholder" => "Tamaño"
"tipo" => "radio"
"options" => array:8 [
0 => array:2 [
"label" => "22x23x9 Blanca"
"value" => "0"
]
1 => array:2 [
"label" => "25x31x11 Blanca"
"value" => "1"
]
2 => array:2 [
"label" => "30x29x18 Blanca"
"value" => "2"
]
3 => array:2 [
"label" => "32x40x12 Blanca"
"value" => "3"
]
4 => array:2 [
"label" => "22x23x9 Kraf"
"value" => "4"
]
5 => array:2 [
"label" => "25x31x11 Kraf"
"value" => "5"
]
6 => array:2 [
"label" => "30x29x18 Kraf"
"value" => "6"
]
7 => array:2 [
"label" => "32x40x12 Kraf"
"value" => "7"
]
]
"id_detalle" => 999
"visible" => true
"api_type" => "custom"
"value" => "0"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => true
]
14 => array:16 [
"inputCode" => "e_ent_tipo"
"inputType" => "UI_TYPE_CHOICE"
"description" => "Entrega"
"label_placeholder" => "Entrega "
"tipo" => "radio"
"options" => array:3 [
0 => array:2 [
"label" => "Agencia"
"value" => "AGENCIA"
]
1 => array:2 [
"label" => "Recoge Cliente"
"value" => "CLIENTE"
]
2 => array:2 [
"label" => "Nuestros Medios"
"value" => "N_MEDIOS"
]
]
"id_detalle" => 994
"visible" => true
"api_type" => "productVariable"
"value" => "N_MEDIOS"
"id_relacion" => null
"has_relacion" => true
"values_show_direccion" => array:2 [
0 => "AGENCIA"
1 => "N_MEDIOS"
]
"attribute_info" => "form.producto.help.entrega"
"disabled" => false
"required" => true
]
15 => array:14 [
"inputCode" => "e_ent_destino"
"inputType" => "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
"description" => "Entrega en"
"label_placeholder" => "Entrega en"
"tipo" => "select"
"options" => array:8 [
0 => array:2 [
"label" => "El Hierro"
"value" => "EL HIERRO"
]
1 => array:2 [
"label" => "Fuerteventura"
"value" => "FUERTEVENTURA"
]
2 => array:2 [
"label" => "La Gomera"
"value" => "LA GOMERA"
]
3 => array:2 [
"label" => "La Palma"
"value" => "LA PALMA"
]
4 => array:2 [
"label" => "Lanzarote"
"value" => "LANZAROTE"
]
5 => array:2 [
"label" => "Las Palmas"
"value" => "LAS PALMAS"
]
6 => array:2 [
"label" => "Santa Cruz"
"value" => "SANTA CRUZ"
]
7 => array:2 [
"label" => "Tenerife"
"value" => "TENERIFE"
]
]
"id_detalle" => 995
"visible" => true
"api_type" => "productVariable"
"value" => "TENERIFE"
"id_relacion" => 994
"has_relacion" => false
"disabled" => false
"required" => true
]
16 => array:11 [
"inputCode" => "ep_fecha_entrega"
"inputType" => "datetime"
"description" => ""
"label_placeholder" => "Fecha de entraga"
"tipo" => "datetime"
"options" => []
"id_detalle" => 997
"visible" => true
"api_type" => "jobVariable"
"value" => DateTime @1766547023 {#1444
date: 2025-12-24 03:30:23.235979 Atlantic/Canary (+00:00)
}
"required" => true
]
]
In
ProductoService.php
line 129:
$response = $this->apiService->productInputList($producto->getSubGrupoProducto()->getPlantilla());
if($_ENV['DEV_DEBUG'] == "true"){
dump($response);
// die;
}
if($response->success == "true"){
{#1606
+"success": "true"
+"inputs": {#1574
+"input": array:61 [
0 => {#1592
+"inputCode": "e_diseno"
+"description": "Diseño"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
1 => {#1772
+"inputCode": "e_material"
+"description": "Material"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
2 => {#1771
+"inputCode": "e_maquina"
+"description": "Máquina"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1844
+"entry": array:4 [
0 => {#1770
+"code": "ANATOL"
+"name": "Pulpo 6 Colores"
}
1 => {#1769
+"code": "BROTHER GTX"
+"name": "Brother GTX"
}
2 => {#1837
+"code": "DIGIFLEX"
+"name": "Digiflex"
}
3 => {#1845
+"code": "PULPO"
+"name": "Pulpo 2 Colores"
}
]
}
}
3 => {#1843
+"inputCode": "e_serigrafia"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_BOOLEAN"
}
4 => {#1842
+"inputCode": "e_digital"
+"description": "Digital"
+"inputType": "UI_TYPE_BOOLEAN"
}
5 => {#1841
+"inputCode": "e_sep_serigrafia"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
6 => {#1840
+"inputCode": "e_sg_calidad"
+"description": "Calidad"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1833
+"entry": array:3 [
0 => {#1839
+"code": "ALTA"
+"name": "Calidad Alta (70)"
}
1 => {#1838
+"code": "MUY ALTA"
+"name": "Calidad Muy Alta (120)"
}
2 => {#1768
+"code": "PREMIUM"
+"name": "Calidad Premium (200)"
}
]
}
}
7 => {#1836
+"inputCode": "e_sg_tipo_imp"
+"description": "Impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1751
+"entry": array:26 [
0 => {#1835
+"code": "1/0 LACA"
+"name": "1/0 Laca"
}
1 => {#1834
+"code": "1/0 PLASTICA"
+"name": "1/0 Plástica"
}
2 => {#1767
+"code": "1/1 LACA"
+"name": "1/1 Laca"
}
3 => {#1766
+"code": "1/1 PLASTICA"
+"name": "1/1 Plástica"
}
4 => {#1765
+"code": "2/0 LACA"
+"name": "2/0 Laca"
}
5 => {#1764
+"code": "2/0 PLASTICA"
+"name": "2/0 Plástica"
}
6 => {#1763
+"code": "2/1 LACA"
+"name": "2/1 Laca"
}
7 => {#1762
+"code": "2/1 PLASTICA"
+"name": "2/1 Plástica"
}
8 => {#1761
+"code": "2/2 LACA"
+"name": "2/2 Laca"
}
9 => {#1829
+"code": "2/2 PLASTICA"
+"name": "2/2 Plástica"
}
10 => {#1832
+"code": "3/0 LACA"
+"name": "3/0 Laca"
}
11 => {#1831
+"code": "3/0 PLASTICA"
+"name": "3/0 Plastica"
}
12 => {#1830
+"code": "3/3 LACA"
+"name": "3/3 Laca"
}
13 => {#1760
+"code": "3/3 PLASTICA"
+"name": "3/3 Plastica"
}
14 => {#1759
+"code": "4/0 LACA"
+"name": "4/0 Laca"
}
15 => {#1758
+"code": "4/0 PLASTICA"
+"name": "4/0 Plastica"
}
16 => {#1757
+"code": "4/4 LACA"
+"name": "4/4 Laca"
}
17 => {#1756
+"code": "4/4 PLASTICA"
+"name": "4/4 Plastica"
}
18 => {#1755
+"code": "5/0 LACA"
+"name": "5/0 Laca"
}
19 => {#1754
+"code": "5/0 PLASTICA"
+"name": "5/0 Plastica"
}
20 => {#1825
+"code": "5/5 LACA"
+"name": "5/5 Laca"
}
21 => {#1828
+"code": "5/5 PLASTICA"
+"name": "5/5 Plastica"
}
22 => {#1827
+"code": "6/0 LACA"
+"name": "6/0 Laca"
}
23 => {#1826
+"code": "6/0 PLASTICA"
+"name": "6/0 Plastica"
}
24 => {#1753
+"code": "6/6 LACA"
+"name": "6/6 Laca"
}
25 => {#1752
+"code": "6/6 PLASTICA"
+"name": "6/6 Plastica"
}
]
}
}
8 => {#1750
+"inputCode": "e_sg_cobertura"
+"description": "Porcentaje de Cobertura"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.01"
+"maxValue": "100.00"
}
9 => {#1749
+"inputCode": "e_sg_nota"
+"description": "Notas"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "50"
+"upperCase": "false"
}
10 => {#1748
+"inputCode": "e_sep_serigrafia_fin"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
11 => {#1747
+"inputCode": "e_sep_digital"
+"description": "Digital"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
12 => {#1821
+"inputCode": "e_dg_pr_1_si"
+"description": "Punto 1"
+"inputType": "UI_TYPE_BOOLEAN"
}
13 => {#1824
+"inputCode": "e_dg_pr_1_desc"
+"description": "Zona de impresión de 1"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
14 => {#1823
+"inputCode": "e_dg_pr_1_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1744
+"entry": array:3 [
0 => {#1822
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1746
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1745
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
15 => {#1743
+"inputCode": "e_dg_pr_1_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
16 => {#1742
+"inputCode": "e_dg_pr_1_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
17 => {#1741
+"inputCode": "e_dg_pr_1_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
18 => {#1740
+"inputCode": "e_dg_pr_1_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
19 => {#1817
+"inputCode": "e_dg_pr_2_si"
+"description": "Punto 2"
+"inputType": "UI_TYPE_BOOLEAN"
}
20 => {#1820
+"inputCode": "e_dg_pr_2_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
21 => {#1819
+"inputCode": "e_dg_pr_2_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1729
+"entry": array:3 [
0 => {#1818
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1739
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1737
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
22 => {#1728
+"inputCode": "e_dg_pr_2_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
23 => {#1727
+"inputCode": "e_dg_pr_2_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
24 => {#1726
+"inputCode": "e_dg_pr_2_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
25 => {#1724
+"inputCode": "e_dg_pr_2_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
26 => {#1813
+"inputCode": "e_dg_pr_3_si"
+"description": "Punto 3"
+"inputType": "UI_TYPE_BOOLEAN"
}
27 => {#1816
+"inputCode": "e_dg_pr_3_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
28 => {#1815
+"inputCode": "e_dg_pr_3_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1720
+"entry": array:3 [
0 => {#1814
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1722
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1721
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
29 => {#1697
+"inputCode": "e_dg_pr_3_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
30 => {#1706
+"inputCode": "e_dg_pr_3_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
31 => {#1687
+"inputCode": "e_dg_pr_3_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
32 => {#1678
+"inputCode": "e_dg_pr_3_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
33 => {#1809
+"inputCode": "e_dg_pr_4_si"
+"description": "Punto 4"
+"inputType": "UI_TYPE_BOOLEAN"
}
34 => {#1812
+"inputCode": "e_dg_pr_4_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
35 => {#1811
+"inputCode": "e_dg_pr_4_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1648
+"entry": array:3 [
0 => {#1810
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1677
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1675
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
36 => {#1647
+"inputCode": "e_dg_pr_4_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
37 => {#1646
+"inputCode": "e_dg_pr_4_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
38 => {#1645
+"inputCode": "e_dg_pr_4_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
39 => {#1643
+"inputCode": "e_dg_pr_4_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
40 => {#1782
+"inputCode": "e_dg_pr_5_si"
+"description": "Punto 5"
+"inputType": "UI_TYPE_BOOLEAN"
}
41 => {#1808
+"inputCode": "e_dg_pr_5_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
42 => {#1807
+"inputCode": "e_dg_pr_5_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1803
+"entry": array:3 [
0 => {#1806
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1805
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1804
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
43 => {#1802
+"inputCode": "e_dg_pr_5_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
44 => {#1801
+"inputCode": "e_dg_pr_5_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
45 => {#1800
+"inputCode": "e_dg_pr_5_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
46 => {#1799
+"inputCode": "e_dg_pr_5_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
47 => {#1798
+"inputCode": "e_dg_pr_6_si"
+"description": "Punto 6"
+"inputType": "UI_TYPE_BOOLEAN"
}
48 => {#1797
+"inputCode": "e_dg_pr_6_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
49 => {#1796
+"inputCode": "e_dg_pr_6_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1792
+"entry": array:3 [
0 => {#1795
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1794
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1793
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
50 => {#1791
+"inputCode": "e_dg_pr_6_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
51 => {#1790
+"inputCode": "e_dg_pr_6_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
52 => {#1789
+"inputCode": "e_dg_pr_6_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
53 => {#1788
+"inputCode": "e_dg_pr_6_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
54 => {#1787
+"inputCode": "e_sep_digital_fin"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
55 => {#1786
+"inputCode": "e_sep_entrega"
+"description": "Entrega"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
56 => {#1785
+"inputCode": "e_ent_tipo"
+"description": "Entrega"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1778
+"option": array:3 [
0 => {#1784
+"label": "Agencia"
+"value": "AGENCIA"
}
1 => {#1783
+"label": "Recoge Cliente"
+"value": "CLIENTE"
}
2 => {#1501
+"label": "Nuestros Medios"
+"value": "N_MEDIOS"
}
]
}
}
57 => {#1781
+"inputCode": "e_ent_destino"
+"description": "Entrega en"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1776
+"entry": array:8 [
0 => {#1780
+"code": "EL HIERRO"
+"name": "El Hierro"
}
1 => {#1779
+"code": "FUERTEVENTURA"
+"name": "Fuerteventura"
}
2 => {#1479
+"code": "LA GOMERA"
+"name": "La Gomera"
}
3 => {#1515
+"code": "LA PALMA"
+"name": "La Palma"
}
4 => {#1526
+"code": "LANZAROTE"
+"name": "Lanzarote"
}
5 => {#1537
+"code": "LAS PALMAS"
+"name": "Las Palmas"
}
6 => {#1773
+"code": "SANTA CRUZ"
+"name": "Santa Cruz"
}
7 => {#1777
+"code": "TENERIFE"
+"name": "Tenerife"
}
]
}
}
58 => {#1775
+"inputCode": "e_sep_entrega_fin"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
59 => {#1774
+"inputCode": "e_texto_oferta"
+"description": "Texto de oferta"
+"inputType": "UI_TYPE_TEXT"
}
60 => {#1559
+"inputCode": "e_texto_oferta_mod"
+"description": "Mod."
+"inputType": "UI_TYPE_BOOLEAN"
}
]
}
}