|  | @@ -3106,7 +3106,12 @@ export default {
 | 
	
		
			
				|  |  |            message: "请维护货权方",
 | 
	
		
			
				|  |  |            type: "warning",
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  | -      } else {
 | 
	
		
			
				|  |  | +      }else if(this.dataList[0].fGoodsid == undefined) {
 | 
	
		
			
				|  |  | +        this.$message({
 | 
	
		
			
				|  |  | +          message: "请维护入库明细品名",
 | 
	
		
			
				|  |  | +          type: "warning",
 | 
	
		
			
				|  |  | +        });
 | 
	
		
			
				|  |  | +      }else {
 | 
	
		
			
				|  |  |          this.whgenlegList = [];
 | 
	
		
			
				|  |  |          this.dialogWhgenlegList = [];
 | 
	
		
			
				|  |  |          this.whgenlegTotal = 0;
 | 
	
	
		
			
				|  | @@ -3405,8 +3410,16 @@ export default {
 | 
	
		
			
				|  |  |      // 查询作业费信息
 | 
	
		
			
				|  |  |      getWhgenlegList() {
 | 
	
		
			
				|  |  |        // this.queryParams.fCorpid = this.form.fCorpid;
 | 
	
		
			
				|  |  | -      this.queryParams.fLineno = this.form.fCorpid;
 | 
	
		
			
				|  |  | -      operationAgreement(this.queryParams).then((response) => {
 | 
	
		
			
				|  |  | +      // this.queryParams.fLineno = this.form.fCorpid;
 | 
	
		
			
				|  |  | +      // console.log(this.queryParams)
 | 
	
		
			
				|  |  | +      // console.log(this.dataList[0].fGoodsid)
 | 
	
		
			
				|  |  | +      let data = {
 | 
	
		
			
				|  |  | +        pageNum:1,
 | 
	
		
			
				|  |  | +        pageSize:10,
 | 
	
		
			
				|  |  | +        fLineno:this.form.fCorpid,
 | 
	
		
			
				|  |  | +        fFeeid:this.dataList[0].fGoodsid
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  | +      operationAgreement(data).then((response) => {
 | 
	
		
			
				|  |  |          this.tasklegList = response.rows;
 | 
	
		
			
				|  |  |          for (let li in this.tasklegList) {
 | 
	
		
			
				|  |  |            this.$set(
 |