|
|
@@ -748,9 +748,9 @@ |
|
|
|
}) |
|
|
|
.then(() => { |
|
|
|
addCash(this.form).then((response) => { |
|
|
|
this.chargeItme.map(res => { |
|
|
|
_this.chargeItme.map((res,idx) => { |
|
|
|
res.cashId = response.data.id |
|
|
|
addCashdetail(res).then((r,idx) => { |
|
|
|
addCashdetail(res).then(rdd => { |
|
|
|
if(idx == (_this.chargeItme.length - 1)){ |
|
|
|
if(_this.form.capitalExpenditureType==2){ |
|
|
|
_this.projectForm.outId = response.data.id |
|
|
|