|  | @@ -572,7 +572,7 @@
 | 
	
		
			
				|  |  |                      <el-select
 | 
	
		
			
				|  |  |                        v-model="scope.row.cntrId"
 | 
	
		
			
				|  |  |                        placeholder="请选择箱型"
 | 
	
		
			
				|  |  | -                      :disabled="scope.row.billStatus == 6"
 | 
	
		
			
				|  |  | +                      :disabled="scope.row.billStatus == 6||scope.row.billStatus == 3||scope.row.billStatus == 3"
 | 
	
		
			
				|  |  |                        @change="checkPid(scope.row)"
 | 
	
		
			
				|  |  |                      >
 | 
	
		
			
				|  |  |                        <el-option
 | 
	
	
		
			
				|  | @@ -595,7 +595,7 @@
 | 
	
		
			
				|  |  |                      <el-input
 | 
	
		
			
				|  |  |                        v-model="scope.row.cntrQty"
 | 
	
		
			
				|  |  |                        placeholder="货量"
 | 
	
		
			
				|  |  | -                      :disabled="scope.row.billStatus == 6"
 | 
	
		
			
				|  |  | +                      :disabled="scope.row.billStatus == 6||scope.row.billStatus == 3"
 | 
	
		
			
				|  |  |                      />
 | 
	
		
			
				|  |  |                    </template>
 | 
	
		
			
				|  |  |                  </el-table-column>
 | 
	
	
		
			
				|  | @@ -610,7 +610,7 @@
 | 
	
		
			
				|  |  |                      <el-input
 | 
	
		
			
				|  |  |                        v-model="scope.row.cntrNo"
 | 
	
		
			
				|  |  |                        placeholder="箱号"
 | 
	
		
			
				|  |  | -                      :disabled="scope.row.billStatus == 6"
 | 
	
		
			
				|  |  | +                      :disabled="scope.row.billStatus == 6||scope.row.billStatus == 3"
 | 
	
		
			
				|  |  |                      />
 | 
	
		
			
				|  |  |                    </template>
 | 
	
		
			
				|  |  |                  </el-table-column>
 | 
	
	
		
			
				|  | @@ -624,12 +624,12 @@
 | 
	
		
			
				|  |  |                      <!-- <el-input
 | 
	
		
			
				|  |  |                        v-model="scope.row.carregNo"
 | 
	
		
			
				|  |  |                        placeholder="车号"
 | 
	
		
			
				|  |  | -                      :disabled="scope.row.billStatus == 6"
 | 
	
		
			
				|  |  | +                      :disabled="scope.row.billStatus == 6||scope.row.billStatus == 3"
 | 
	
		
			
				|  |  |                      /> -->
 | 
	
		
			
				|  |  |                      <el-select
 | 
	
		
			
				|  |  |                        v-model="scope.row.carregNo"
 | 
	
		
			
				|  |  |                        placeholder="车号"
 | 
	
		
			
				|  |  | -                      :disabled="scope.row.billStatus == 6"
 | 
	
		
			
				|  |  | +                      :disabled="scope.row.billStatus == 6||scope.row.billStatus == 3"
 | 
	
		
			
				|  |  |                        :clearable="true"
 | 
	
		
			
				|  |  |                        filterable
 | 
	
		
			
				|  |  |                        @change="carChange(scope.row)"
 | 
	
	
		
			
				|  | @@ -676,7 +676,7 @@
 | 
	
		
			
				|  |  |                      <el-input
 | 
	
		
			
				|  |  |                        v-model="scope.row.remarks"
 | 
	
		
			
				|  |  |                        placeholder="备注"
 | 
	
		
			
				|  |  | -                      :disabled="scope.row.billStatus == 6"
 | 
	
		
			
				|  |  | +                      :disabled="scope.row.billStatus == 6||scope.row.billStatus == 3"
 | 
	
		
			
				|  |  |                      />
 | 
	
		
			
				|  |  |                    </template>
 | 
	
		
			
				|  |  |                  </el-table-column>
 | 
	
	
		
			
				|  | @@ -712,7 +712,7 @@
 | 
	
		
			
				|  |  |                        @click.native.prevent="
 | 
	
		
			
				|  |  |                          delscarsRow(scope.$index, vehicleList, scope.row)
 | 
	
		
			
				|  |  |                        "
 | 
	
		
			
				|  |  | -                      :disabled="scope.row.billStatus == 6"
 | 
	
		
			
				|  |  | +                      :disabled="scope.row.billStatus == 6||scope.row.billStatus == 3"
 | 
	
		
			
				|  |  |                        >删除</el-button
 | 
	
		
			
				|  |  |                      >
 | 
	
		
			
				|  |  |                      <el-button
 | 
	
	
		
			
				|  | @@ -720,7 +720,7 @@
 | 
	
		
			
				|  |  |                        type="text"
 | 
	
		
			
				|  |  |                        icon="el-icon-document-checked"
 | 
	
		
			
				|  |  |                        @click.native.prevent="addscarsRow(scope.row)"
 | 
	
		
			
				|  |  | -                      :disabled="scope.row.billStatus == 6"
 | 
	
		
			
				|  |  | +                      :disabled="scope.row.billStatus == 6||scope.row.billStatus == 3"
 | 
	
		
			
				|  |  |                        >提交</el-button
 | 
	
		
			
				|  |  |                      >
 | 
	
		
			
				|  |  |                      <el-button
 |