|  | @@ -510,7 +510,7 @@ export default {
 | 
											
												
													
														|  |              srcOrderno:item.orderNo,
 |  |              srcOrderno:item.orderNo,
 | 
											
												
													
														|  |              itemType:"采购",
 |  |              itemType:"采购",
 | 
											
												
													
														|  |              optionType:"GN",
 |  |              optionType:"GN",
 | 
											
												
													
														|  | -            corpsName: item.strCorpName,
 |  | 
 | 
											
												
													
														|  | 
 |  | +            corpsName: [{cname: item.strCorpName, id: item.id}],
 | 
											
												
													
														|  |              corpId:item.corpId,
 |  |              corpId:item.corpId,
 | 
											
												
													
														|  |              srcParentId: item.id,
 |  |              srcParentId: item.id,
 | 
											
												
													
														|  |              currency: 'CNY',
 |  |              currency: 'CNY',
 | 
											
										
											
												
													
														|  | @@ -528,23 +528,6 @@ export default {
 | 
											
												
													
														|  |            }
 |  |            }
 | 
											
												
													
														|  |            a.push(form)
 |  |            a.push(form)
 | 
											
												
													
														|  |          })
 |  |          })
 | 
											
												
													
														|  | -        // let form = {
 |  | 
 | 
											
												
													
														|  | -        //   srcOrderno:item.orderNo,
 |  | 
 | 
											
												
													
														|  | -        //   itemType:"采购",
 |  | 
 | 
											
												
													
														|  | -        //   optionType:"GN",
 |  | 
 | 
											
												
													
														|  | -        //   corpsName:item.strCorpName,
 |  | 
 | 
											
												
													
														|  | -        //   corpId:item.corpId,
 |  | 
 | 
											
												
													
														|  | -        //   srcParentId: item.id,
 |  | 
 | 
											
												
													
														|  | -        //   currency: 'CNY',
 |  | 
 | 
											
												
													
														|  | -        //   exchangeRate: '1',
 |  | 
 | 
											
												
													
														|  | -        //   taxRate: '0',
 |  | 
 | 
											
												
													
														|  | -        //   accDate: item.businesDate,
 |  | 
 | 
											
												
													
														|  | -        //   srcType: 1,
 |  | 
 | 
											
												
													
														|  | -        //   tradeType: 'GN',
 |  | 
 | 
											
												
													
														|  | -        //   amount: item.orderAmount,
 |  | 
 | 
											
												
													
														|  | -        //   costType: this.feesOption.find(e => e.cname == '货款')? this.feesOption.find(e => e.cname == '货款').id: null,
 |  | 
 | 
											
												
													
														|  | -        // }
 |  | 
 | 
											
												
													
														|  | -        // a.push(form)
 |  | 
 | 
											
												
													
														|  |        })
 |  |        })
 | 
											
												
													
														|  |        this.applyPaymentList = [...a]
 |  |        this.applyPaymentList = [...a]
 | 
											
												
													
														|  |        // this.beforeBillData(true);
 |  |        // this.beforeBillData(true);
 |