|
@@ -334,6 +334,7 @@
|
|
|
},
|
|
|
selectware(e,index){
|
|
|
var arr=[]
|
|
|
+ this.feeDetailsDistributions[index].orderId=''
|
|
|
this.datelist[index]=[]
|
|
|
getwarehousingorder({contractNo:this.deptBudgetList.contractNo,warehouseName:this.feeDetailsDistributions[index].warehouseName,receiptDocDate:this.feeDetailsDistributions[index].receiptDocDate}).toPromise()
|
|
|
.then(response => {
|
|
@@ -414,6 +415,7 @@
|
|
|
// console.log(this.feeDetailsDistributions)
|
|
|
},
|
|
|
receiptDocDatechange(e,index){
|
|
|
+ this.feeDetailsDistributions[index].orderId=''
|
|
|
var arr=[]
|
|
|
this.goodsourcelist[index]=[]
|
|
|
getwarehousingorder({warehouseName:this.deptBudgetList.warehouseName,receiptDocDate:e}).toPromise()
|
|
@@ -722,7 +724,6 @@
|
|
|
.then(() => {
|
|
|
addexenseinfo(this.deptBudgetList).toPromise()
|
|
|
.then(response => {
|
|
|
- console.log(response)
|
|
|
if(response=='合同请款金额超出总粮款!'){
|
|
|
this.$message({
|
|
|
message: '合同请款金额超出总粮款!',
|