mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadir lineas presupuesto desde comp
This commit is contained in:
@ -135,10 +135,6 @@ $(document).on('click', '.btn-edit-add', function(e) {
|
||||
$('#add_entregaPieCalle').prop('checked', data.entregaPieCalle==1?true:false)
|
||||
|
||||
$newAddDialog.modal('show')
|
||||
|
||||
|
||||
console.log(data)
|
||||
console.log()
|
||||
})
|
||||
|
||||
|
||||
|
||||
@ -249,8 +249,6 @@
|
||||
})
|
||||
|
||||
|
||||
const POD = <?php echo $POD; ?>;
|
||||
|
||||
$('#serv_default').on('click', function(){
|
||||
get_tarifas_enc('default').then(
|
||||
get_tarifas_manipulado('default')
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -22,7 +22,7 @@
|
||||
<?php if(str_contains($formAction,'edit')): ?>
|
||||
<?= view("themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoClienteItems") ?>
|
||||
<?= view("themes/backend/vuexy/form/presupuestos/cosidotapablanda/_lineasPresupuestoItems") ?>
|
||||
<?= view("themes/backend/vuexy/form/presupuestos/cosidotapablanda/_previewItems") ?>
|
||||
|
||||
<?= view("themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosServiciosItems") ?>
|
||||
<?= view("themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosEnvios") ?>
|
||||
<?= view("themes/backend/vuexy/form/presupuestos/cosidotapablanda/_comentariosItems") ?>
|
||||
@ -109,8 +109,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<?= $this->endSection() ?>
|
||||
|
||||
|
||||
@ -120,6 +118,8 @@
|
||||
<!------------------------------------------->
|
||||
<?php if(str_contains($formAction,'edit')): ?>
|
||||
<?= $this->section("additionalInlineJs") ?>
|
||||
const POD = <?php echo $POD; ?>;
|
||||
|
||||
|
||||
if(url_parts[url_parts.length-2] == 'edit'){
|
||||
id = url_parts[url_parts.length-1];
|
||||
|
||||
Reference in New Issue
Block a user