|  | @@ -416,17 +416,12 @@ export default {
 | 
	
		
			
				|  |  |                });
 | 
	
		
			
				|  |  |                this.purchaseOrderNo = null
 | 
	
		
			
				|  |  |                this.purchaseOrderId = null
 | 
	
		
			
				|  |  | +              this.remark = null
 | 
	
		
			
				|  |  |                this.form1 = [];
 | 
	
		
			
				|  |  |              } else {
 | 
	
		
			
				|  |  | -              console.log();
 | 
	
		
			
				|  |  |                this.remark = res.data.data.remark;
 | 
	
		
			
				|  |  |                this.purchaseOrderId = res.data.data.purchaseOrderId;
 | 
	
		
			
				|  |  |                this.purchaseOrderNo = res.data.data.purchaseOrderNo;
 | 
	
		
			
				|  |  | -              // if (res.data.data.receiveUnitId == 1) {
 | 
	
		
			
				|  |  | -              //   this.orderType = 6;
 | 
	
		
			
				|  |  | -              // } else {
 | 
	
		
			
				|  |  | -              //   this.orderType = 7;
 | 
	
		
			
				|  |  | -              // }
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |            } else {
 | 
	
		
			
				|  |  |              this.$message.error("请求失败");
 | 
	
	
		
			
				|  | @@ -528,7 +523,7 @@ export default {
 | 
	
		
			
				|  |  |        if (num == 1) {
 | 
	
		
			
				|  |  |          this.frist.requestUrl =
 | 
	
		
			
				|  |  |            "/api/v1/uc/queryAPOMaterialByLike?apiId=244&startNum=050&index=" +
 | 
	
		
			
				|  |  | -          this.input + "&supplierId=" + this.supplierId;;
 | 
	
		
			
				|  |  | +          this.input + "&supplierId=" + this.supplierId;
 | 
	
		
			
				|  |  |        } else if (num == 2) {
 | 
	
		
			
				|  |  |          this.secend.requestUrl =
 | 
	
		
			
				|  |  |            "/api/v1/uc/getSupplierMesByMaterialId?apiId=247&materialId=" +
 | 
	
	
		
			
				|  | @@ -569,6 +564,7 @@ export default {
 | 
	
		
			
				|  |  |      currentRadioChange1(selection) {
 | 
	
		
			
				|  |  |        this.materialName = selection.materialName;
 | 
	
		
			
				|  |  |        this.materialId = selection.materialId;
 | 
	
		
			
				|  |  | +      this.remark = null
 | 
	
		
			
				|  |  |        this.getPurchaseOrderNo();
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      currentRadioChange2(selection) {
 |