|  | @@ -4885,10 +4885,10 @@ export default {
 | 
	
		
			
				|  |  |        this.unloadModes = response.data;
 | 
	
		
			
				|  |  |      });
 | 
	
		
			
				|  |  |      this.company = Cookies.get("companyName")
 | 
	
		
			
				|  |  | +    this.$set(this.form, 'fBstime', Date.parse(new Date()));
 | 
	
		
			
				|  |  |      this.queryUser();
 | 
	
		
			
				|  |  |      this.getRow();
 | 
	
		
			
				|  |  |      this.getRow2();
 | 
	
		
			
				|  |  | -    this.form.fBstime = Date.parse(new Date());
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    activated() {
 | 
	
		
			
				|  |  |      this.getDicts("st_out_type").then((response) => {
 | 
	
	
		
			
				|  | @@ -6329,20 +6329,20 @@ export default {
 | 
	
		
			
				|  |  |            if (e.fShipper) {
 | 
	
		
			
				|  |  |              fShipper.push(e.fShipper)
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  | -          if (e.fPlanqty) {
 | 
	
		
			
				|  |  | -            fPlanqty += e.fPlanqty
 | 
	
		
			
				|  |  | +          if (e.fQty) {
 | 
	
		
			
				|  |  | +            fPlanqty += e.fQty
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  | -          if (e.fPlannetweight) {
 | 
	
		
			
				|  |  | -            fPlannetweight += e.fPlannetweight
 | 
	
		
			
				|  |  | +          if (e.fGrossweight) {
 | 
	
		
			
				|  |  | +            fPlannetweight += e.fGrossweight
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  | -          if (e.fPlangrossweight) {
 | 
	
		
			
				|  |  | -            fPlangrossweight += e.fPlangrossweight
 | 
	
		
			
				|  |  | +          if (e.fNetweight) {
 | 
	
		
			
				|  |  | +            fPlangrossweight += e.fNetweight
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |          // 如果计划件数、计划净重、计划毛重 为空或为0带入明细
 | 
	
		
			
				|  |  |          this.form.fPlanqty == 0 || !this.form.fPlanqty? this.$set(this.form, "fPlanqty", fPlanqty): 0
 | 
	
		
			
				|  |  | -        this.form.fPlannetweight == 0 || !this.form.fPlannetweight? this.$set(this.form, "fPlannetweight", fPlanqty): 0
 | 
	
		
			
				|  |  | -        this.form.fPlangrossweight == 0 || !this.form.fPlangrossweight? this.$set(this.form, "fPlangrossweight", fPlanqty): 0
 | 
	
		
			
				|  |  | +        this.form.fPlannetweight == 0 || !this.form.fPlannetweight? this.$set(this.form, "fPlannetweight", fPlannetweight): 0
 | 
	
		
			
				|  |  | +        this.form.fPlangrossweight == 0 || !this.form.fPlangrossweight? this.$set(this.form, "fPlangrossweight", fPlangrossweight): 0
 | 
	
		
			
				|  |  |          this.$set(this.form, "fShipper", [...new Set(fShipper)].join(","))
 | 
	
		
			
				|  |  |          this.$set(this.form, "fMarks", [...new Set(fMarks)].join(","));
 | 
	
		
			
				|  |  |          this.$set(
 | 
	
	
		
			
				|  | @@ -6904,7 +6904,6 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      // 查询作业费信息
 | 
	
		
			
				|  |  |      getWhgenlegList(key) {
 | 
	
		
			
				|  |  | -      console.log(key)
 | 
	
		
			
				|  |  |        let data = {};
 | 
	
		
			
				|  |  |        if (key == 2) {
 | 
	
		
			
				|  |  |          this.key_id = key;
 |