|
@@ -655,7 +655,7 @@ export default {
|
|
|
},
|
|
|
submit(status) {
|
|
|
//经营性费用不进行分配
|
|
|
- if (this.deptBudgetList.expensesPurpose == 1 && this.deptBudgetList.costType == 3 && this.mode != '暂不分配' || this.deptBudgetList.expensesPurpose == '3' && this.deptBudgetList.storageFeeFlag != 1 && this.mode != '暂不分配'&& this.deptBudgetList.autoAssign!=3 && this.deptBudgetList.autoAssign!=5) {
|
|
|
+ if (this.deptBudgetList.expensesPurpose == 1 && this.deptBudgetList.costType == 3 && this.mode != '暂不分配' || this.deptBudgetList.expensesPurpose == '3' && this.mode != '暂不分配' && this.deptBudgetList.autoAssign!=5) {
|
|
|
// if(this.deptBudgetList.expensesPurpose!=5&&this.mode!='暂不分配'){
|
|
|
for (let i = 0; i < this.feeDetailsDistributions.length; i++) {
|
|
|
if (!this.feeDetailsDistributions[i].distributionMoney) {
|
|
@@ -826,6 +826,7 @@ export default {
|
|
|
type: 'success',
|
|
|
})
|
|
|
this.rejectshow = false
|
|
|
+ this.feeDetailsDistributions = [{ receiptDocDate: '', inWarehouseWeight: 0, distributionMoney: 0, warehouseName: '', goodsName: '', goodsSource: '', index: 0 }]
|
|
|
this.$router.go(-1)
|
|
|
}).catch((response) => {
|
|
|
this.$message({
|