|
@@ -792,14 +792,11 @@ export default {
|
|
this.deptBudgetList.costNo = 'HTF' + this.getdate() + this.Num
|
|
this.deptBudgetList.costNo = 'HTF' + this.getdate() + this.Num
|
|
} else if (this.deptBudgetList.purpose == '库点费用') {
|
|
} else if (this.deptBudgetList.purpose == '库点费用') {
|
|
this.deptBudgetList.expensesPurpose = 3
|
|
this.deptBudgetList.expensesPurpose = 3
|
|
- debugger
|
|
|
|
for (var i = 0;i<this.typeList.length;i++) {
|
|
for (var i = 0;i<this.typeList.length;i++) {
|
|
if (this.typeList[i].key == 8) {
|
|
if (this.typeList[i].key == 8) {
|
|
this.deptBudgetList.storageFeeFlag = 1
|
|
this.deptBudgetList.storageFeeFlag = 1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- debugger
|
|
|
|
-
|
|
|
|
if (this.mode == '暂不分配') {
|
|
if (this.mode == '暂不分配') {
|
|
this.deptBudgetList.expenseAllocationInfoList = []
|
|
this.deptBudgetList.expenseAllocationInfoList = []
|
|
} else {
|
|
} else {
|