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