Explorar el Código

银农app

wulanhaote
yujk hace 3 años
padre
commit
99322c75c4
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd11.vue
  2. +1
    -1
      src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd12.vue

+ 1
- 1
src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd11.vue Ver fichero

@@ -666,7 +666,7 @@
})
.then(() => {
addCash(this.form).then((response) => {
this.chargeItme.map((r,idx) => {
this.chargeItme.map((res,idx) => {
res.cashId = response.data.id
addCashdetail(res).then(r => {
if(idx == (_this.chargeItme.length - 1)){


+ 1
- 1
src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd12.vue Ver fichero

@@ -748,7 +748,7 @@
})
.then(() => {
addCash(this.form).then((response) => {
this.chargeItme.map((r,idx) => {
this.chargeItme.map((res,idx) => {
res.cashId = response.data.id
addCashdetail(res).then(r => {
if(idx == (_this.chargeItme.length - 1)){


Cargando…
Cancelar
Guardar