Compilados Stocky

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 8

MODIFICAR COMPILADOS

En el archivo: /public/js/main.min.js agregar:

_defineProperty(_Receipt$Pos_Settings, "DueDate", "Fecha de Vencimiento"),


_defineProperty(_Receipt$Pos_Settings, "Enter_Due_Date", 'Ingrese la fecha de
vencimiento del producto'), _defineProperty(_Receipt$Pos_Settings, "Location",
'Ubicación'), _defineProperty(_Receipt$Pos_Settings, "Shelf", 'Estante'),
_defineProperty(_Receipt$Pos_Settings, "Enter_Shelf", 'Ingrese el No. de
estante'), _defineProperty(_Receipt$Pos_Settings, "Column", 'Columna'),
_defineProperty(_Receipt$Pos_Settings, "Enter_Column", 'Ingrese el No. de
columna'), _defineProperty(_Receipt$Pos_Settings, "Row", 'Fila'),
_defineProperty(_Receipt$Pos_Settings, "Enter_Row", 'Ingrese el No. de fila'),

En el archivo: /public/js/bundle/detail_product.js agregar:

_c("tr", [_c("td", [_vm._v(_vm._s(_vm.$t("DueDate")))]), _vm._v(" "), _c("th",


[_vm._v(_vm._s(_vm.product.due_date))])]), _vm._v(" "), _c("tr", [_c("td",
[_vm._v(_vm._s(_vm.$t("Location")) + " (" + _vm._s(_vm.$t("Shelf")) + " - " +
_vm._s(_vm.$t("Column")) + " - " + _vm._s(_vm.$t("Row")) + ")")]), _vm._v("
"), _c("th", [_vm._v(_vm._s(_vm.product.shelf) + " - " +
_vm._s(_vm.product.column) + " - " + _vm._s(_vm.product.row))])])])])]),
_vm._v(" "),
MODIFICAR COMPILADOS

En el archivo: /public/js/bundle/edit_product.js agregar:

1-

staticClass: "mb-2",
attrs: {
md: "6"
}
}, [_c("b-form-group", {
attrs: {
label: _vm.$t("DueDate")
}
}, [_c("b-form-input", {
attrs: {
placeholder: _vm.$t("Enter_Due_Date"),
label: "DueDate",
type: "date"
},
model: {
value: _vm.product.due_date,
callback: function callback($$v) {
_vm.$set(_vm.product, "due_date", $$v);
},
expression: "product.due_date"
}
})], 1)], 1), _vm._v(" "), _c("b-col", {
MODIFICAR COMPILADOS

2-

staticClass: "mt-3",
attrs: {
md: "8"
}
}, [_c("b-card", [_c("div", {
staticClass: "card-header"
}, [_c("h5", [_vm._v(_vm._s(_vm.$t("Location")))])]), _vm._v(" "), _c("div",
{
staticClass: "card-body"
}, [_c("b-row", {
staticClass: "form-group"
}, [_c("b-col", {
staticClass: "mb-2",
attrs: {
md: "4"
}
}, [_c("b-form-group", {
attrs: {
label: _vm.$t("Shelf")
}
}, [_c("b-form-input", {
attrs: {
placeholder: _vm.$t("Enter_Shelf"),
label: "Shelf",
type: "number"
},
model: {
value: _vm.product.shelf,
callback: function callback($$v) {
_vm.$set(_vm.product, "shelf", $$v);
},
expression: "product.shelf"
}
})], 1)], 1), _vm._v(" "), _c("b-col", {
staticClass: "mb-2",
attrs: {
md: "4"
}
}, [_c("b-form-group", {
attrs: {
label: _vm.$t("Column")
}
}, [_c("b-form-input", {
attrs: {
placeholder: _vm.$t("Enter_Column"),
label: "column",
type: "number"
},
model: {
value: _vm.product.column,
callback: function callback($$v) {
_vm.$set(_vm.product, "column", $$v);
},
expression: "product.column"
MODIFICAR COMPILADOS

}
})], 1)], 1), _vm._v(" "), _c("b-col", {
staticClass: "mb-2",
attrs: {
md: "4"
}
}, [_c("b-form-group", {
attrs: {
label: _vm.$t("Row")
}
}, [_c("b-form-input", {
attrs: {
placeholder: _vm.$t("Enter_Row"),
label: "Row",
type: "number"
},
model: {
value: _vm.product.row,
callback: function callback($$v) {
_vm.$set(_vm.product, "row", $$v);
},
expression: "product.row"
}
})], 1)], 1)], 1)], 1)])], 1), _vm._v(" "), _c("b-col", {

….
MODIFICAR COMPILADOS

En el archivo: /public/js/bundle/store_product.js agregar:

1-

staticClass: "mb-2",
attrs: {
md: "6"
}
}, [_c("b-form-group", {
attrs: {
label: _vm.$t("DueDate")
}
}, [_c("b-form-input", {
attrs: {
placeholder: _vm.$t("Enter_Due_Date"),
label: "DueDate",
type: "date"
},
model: {
value: _vm.product.due_date,
callback: function callback($$v) {
_vm.$set(_vm.product, "due_date", $$v);
},
expression: "product.due_date"
}
})], 1)], 1), _vm._v(" "), _c("b-col", {
MODIFICAR COMPILADOS

2-

staticClass: "mt-3",
attrs: {
md: "8"
}
}, [_c("b-card", [_c("div", {
staticClass: "card-header"
}, [_c("h5", [_vm._v(_vm._s(_vm.$t("Location")))])]), _vm._v(" "), _c("div",
{
staticClass: "card-body"
}, [_c("b-row", {
staticClass: "form-group"
}, [_c("b-col", {
staticClass: "mb-2",
attrs: {
md: "4"
}
}, [_c("b-form-group", {
attrs: {
label: _vm.$t("Shelf")
}
}, [_c("b-form-input", {
attrs: {
placeholder: _vm.$t("Enter_Shelf"),
label: "Shelf",
type: "number"
},
model: {
value: _vm.product.shelf,
callback: function callback($$v) {
_vm.$set(_vm.product, "shelf", $$v);
},
expression: "product.shelf"
}
})], 1)], 1), _vm._v(" "), _c("b-col", {
staticClass: "mb-2",
attrs: {
md: "4"
}
}, [_c("b-form-group", {
attrs: {
label: _vm.$t("Column")
}
}, [_c("b-form-input", {
attrs: {
placeholder: _vm.$t("Enter_Column"),
label: "column",
type: "number"
},
model: {
value: _vm.product.column,
callback: function callback($$v) {
_vm.$set(_vm.product, "column", $$v);
},
expression: "product.column"
MODIFICAR COMPILADOS

}
})], 1)], 1), _vm._v(" "), _c("b-col", {
staticClass: "mb-2",
attrs: {
md: "4"
}
}, [_c("b-form-group", {
attrs: {
label: _vm.$t("Row")
}
}, [_c("b-form-input", {
attrs: {
placeholder: _vm.$t("Enter_Row"),
label: "Row",
type: "number"
},
model: {
value: _vm.product.row,
callback: function callback($$v) {
_vm.$set(_vm.product, "row", $$v);
},
expression: "product.row"
}
})], 1)], 1)], 1)], 1)])], 1), _vm._v(" "), _c("b-col", {


MODIFICAR COMPILADOS

En el archivo: /public/js/bundle/index_products.js agregar:

{
label: this.$t("DueDate"),
field: "due_date",
tdClass: "text-left",
thClass: "text-left"
},

En el archivo: /public/js/bundle/pos.js agregar:

_c("p", {
staticClass: "text-muted text-small w-15 w-sm-100 mb-2"
}, [_vm._v(_vm._s(product.shelf) + " - " + _vm._s(product.column) + " - "
+ _vm._s(product.row))]), _vm._v(" "),

You might also like