|  | @@ -3067,6 +3067,7 @@ export default {
 | 
	
		
			
				|  |  |          this.approval = JSON.parse(this.approval)
 | 
	
		
			
				|  |  |          this.approVal = true
 | 
	
		
			
				|  |  |          this.browseStatus = true;
 | 
	
		
			
				|  |  | +        this.contrOl = true;
 | 
	
		
			
				|  |  |          this.detailsHidden = false;
 | 
	
		
			
				|  |  |          this.formBrowseStatus = false;
 | 
	
		
			
				|  |  |          this.dataList = [];
 | 
	
	
		
			
				|  | @@ -3253,7 +3254,7 @@ export default {
 | 
	
		
			
				|  |  |            message: "请维护货权方",
 | 
	
		
			
				|  |  |            type: "warning",
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  | -      }else if(this.dataList[0].fGoodsid == undefined) {
 | 
	
		
			
				|  |  | +      }else if(this.form.fGoodsid == undefined) {
 | 
	
		
			
				|  |  |          this.$message({
 | 
	
		
			
				|  |  |            message: "请维护入库明细品名",
 | 
	
		
			
				|  |  |            type: "warning",
 | 
	
	
		
			
				|  | @@ -3273,6 +3274,11 @@ export default {
 | 
	
		
			
				|  |  |            message: "请维护货权方",
 | 
	
		
			
				|  |  |            type: "warning",
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  | +      }else if(this.form.fGoodsid == undefined) {
 | 
	
		
			
				|  |  | +        this.$message({
 | 
	
		
			
				|  |  | +          message: "请维护入库明细品名",
 | 
	
		
			
				|  |  | +          type: "warning",
 | 
	
		
			
				|  |  | +        });
 | 
	
		
			
				|  |  |        } else {
 | 
	
		
			
				|  |  |          this.whgenlegList = [];
 | 
	
		
			
				|  |  |          this.dialogWhgenlegList = [];
 | 
	
	
		
			
				|  | @@ -3405,7 +3411,7 @@ export default {
 | 
	
		
			
				|  |  |              return false
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |            if (!this.Printinglist[li].fMarks) {
 | 
	
		
			
				|  |  | -            this.$message.error('请输入品牌')
 | 
	
		
			
				|  |  | +            this.$message.error('请输入属性详情')
 | 
	
		
			
				|  |  |              return false
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |            if (!this.Printinglist[li].fDriverName) {
 |