|  | @@ -253,7 +253,7 @@
 | 
	
		
			
				|  |  |              <el-input
 | 
	
		
			
				|  |  |                v-model="form.fPlannetweight"
 | 
	
		
			
				|  |  |                style="width: 80%"
 | 
	
		
			
				|  |  | -              maxlength="9"
 | 
	
		
			
				|  |  | +              maxlength="16"
 | 
	
		
			
				|  |  |                v-input-limit="2"
 | 
	
		
			
				|  |  |                laceholder="计划净重"
 | 
	
		
			
				|  |  |                :disabled="browseStatus || current !== before"
 | 
	
	
		
			
				|  | @@ -270,7 +270,7 @@
 | 
	
		
			
				|  |  |                v-input-limit="2"
 | 
	
		
			
				|  |  |                style="width: 80%"
 | 
	
		
			
				|  |  |                laceholder="计划毛重"
 | 
	
		
			
				|  |  | -              maxlength="9"
 | 
	
		
			
				|  |  | +              maxlength="16"
 | 
	
		
			
				|  |  |                :disabled="browseStatus || current !== before"
 | 
	
		
			
				|  |  |                @change="tfGrossweight"
 | 
	
		
			
				|  |  |              >
 | 
	
	
		
			
				|  | @@ -1476,6 +1476,12 @@
 | 
	
		
			
				|  |  |                type="danger"
 | 
	
		
			
				|  |  |                >作业费协议</el-button
 | 
	
		
			
				|  |  |              >
 | 
	
		
			
				|  |  | +<!--            <el-button-->
 | 
	
		
			
				|  |  | +<!--              type="primary"-->
 | 
	
		
			
				|  |  | +<!--              size="small"-->
 | 
	
		
			
				|  |  | +<!--              v-if="browseStatus"-->
 | 
	
		
			
				|  |  | +<!--              @click="feeChange"-->
 | 
	
		
			
				|  |  | +<!--            >费用变更</el-button>-->
 | 
	
		
			
				|  |  |            </div>
 | 
	
		
			
				|  |  |          </div>
 | 
	
		
			
				|  |  |          <el-table
 | 
	
	
		
			
				|  | @@ -1841,6 +1847,12 @@
 | 
	
		
			
				|  |  |                :disabled="browseStatus"
 | 
	
		
			
				|  |  |                >作业费协议</el-button
 | 
	
		
			
				|  |  |              >
 | 
	
		
			
				|  |  | +<!--            <el-button-->
 | 
	
		
			
				|  |  | +<!--              type="primary"-->
 | 
	
		
			
				|  |  | +<!--              size="small"-->
 | 
	
		
			
				|  |  | +<!--              v-if="browseStatus"-->
 | 
	
		
			
				|  |  | +<!--              @click="feeChange"-->
 | 
	
		
			
				|  |  | +<!--            >费用变更</el-button>-->
 | 
	
		
			
				|  |  |            </div>
 | 
	
		
			
				|  |  |          </div>
 | 
	
		
			
				|  |  |          <el-table
 | 
	
	
		
			
				|  | @@ -5581,6 +5593,13 @@ export default {
 | 
	
		
			
				|  |  |            this.cancel();
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  | +    feeChange() {
 | 
	
		
			
				|  |  | +      this.$router.push({
 | 
	
		
			
				|  |  | +        path: "/business/costModify",
 | 
	
		
			
				|  |  | +        // query: { id: this.form.id},
 | 
	
		
			
				|  |  | +        query: { id: 1},
 | 
	
		
			
				|  |  | +      });
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    watch: {
 | 
	
		
			
				|  |  |      // 监听 addOrUpdateVisible 改变
 |