|
@@ -45,7 +45,7 @@
|
|
</ws-select>
|
|
</ws-select>
|
|
<div :class='{"forbidden":forbidden1==true}' @click='add'><i class="el-icon-arrow-right"></i></div>
|
|
<div :class='{"forbidden":forbidden1==true}' @click='add'><i class="el-icon-arrow-right"></i></div>
|
|
</div>
|
|
</div>
|
|
- <span v-if='warehouseList.records>0'>合计:{{count}}元</span>
|
|
|
|
|
|
+ <span v-if='deptBudgetTotal>0'>合计:{{count}}元</span>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12" class="bg-right">
|
|
<el-col :span="12" class="bg-right">
|
|
@@ -399,7 +399,7 @@ this.cangid=this.$route.query.cangId
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- editinventory({applUrl:this.applUrl,expenseName:this.expenseName,amount:this.amount,warehouseId:this.cangid,warehouseName:this.warehouseName}).toPromise()
|
|
|
|
|
|
+ editinventory({id:this.id,applUrl:this.applUrl,expenseName:this.expenseName,amount:this.amount,warehouseId:this.cangid,warehouseName:this.warehouseName}).toPromise()
|
|
.then((response) => {
|
|
.then((response) => {
|
|
this.$notify.success({
|
|
this.$notify.success({
|
|
title: '成功',
|
|
title: '成功',
|