|  | @@ -723,6 +723,24 @@
 | 
	
		
			
				|  |  |            >
 | 
	
		
			
				|  |  |              <el-table-column type="selection" width="55" align="center" />
 | 
	
		
			
				|  |  |              <el-table-column label="序号" type="index" width="80" />
 | 
	
		
			
				|  |  | +            <el-table-column prop="fDistinationid" header-align="center" align="center"  label="目的港">
 | 
	
		
			
				|  |  | +              <template slot-scope="scope">
 | 
	
		
			
				|  |  | +                <el-select
 | 
	
		
			
				|  |  | +                  v-model="scope.row.fDistinationid"
 | 
	
		
			
				|  |  | +                  clearable
 | 
	
		
			
				|  |  | +                  placeholder="请输入目的港"
 | 
	
		
			
				|  |  | +                  :disabled="doNot"
 | 
	
		
			
				|  |  | +                  size="small"
 | 
	
		
			
				|  |  | +                >
 | 
	
		
			
				|  |  | +                  <el-option
 | 
	
		
			
				|  |  | +                    v-for="item in portOptions"
 | 
	
		
			
				|  |  | +                    :key="item.fId"
 | 
	
		
			
				|  |  | +                    :label="item.fName"
 | 
	
		
			
				|  |  | +                    :value="item.fId"
 | 
	
		
			
				|  |  | +                  />
 | 
	
		
			
				|  |  | +                </el-select>
 | 
	
		
			
				|  |  | +              </template>
 | 
	
		
			
				|  |  | +            </el-table-column>
 | 
	
		
			
				|  |  |              <el-table-column prop="fCntrid" header-align="center" align="center"  label="集装箱">
 | 
	
		
			
				|  |  |                <template slot-scope="scope">
 | 
	
		
			
				|  |  |                  <el-select
 | 
	
	
		
			
				|  | @@ -1410,7 +1428,8 @@
 | 
	
		
			
				|  |  |                fPrice:null,
 | 
	
		
			
				|  |  |                remarks:null,
 | 
	
		
			
				|  |  |                fStatus:'T',
 | 
	
		
			
				|  |  | -              fDates:null
 | 
	
		
			
				|  |  | +              fDates:null,
 | 
	
		
			
				|  |  | +              fDistinationid: null,
 | 
	
		
			
				|  |  |              })
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          })
 |