|  | @@ -248,10 +248,9 @@
 | 
	
		
			
				|  |  |          </template>
 | 
	
		
			
				|  |  |        </el-table-column>
 | 
	
		
			
				|  |  |        <el-table-column label="仓库" align="center" prop="fWarehouseid" />
 | 
	
		
			
				|  |  | -      <el-table-column label="计划调拨件数" align="center" prop="fPlanqty" />
 | 
	
		
			
				|  |  | -      <el-table-column label="调拨件数" align="center" prop="fQty" />
 | 
	
		
			
				|  |  | -      <el-table-column label="调拨毛重" align="center" prop="fGrossweight" />
 | 
	
		
			
				|  |  | -      <el-table-column label="调拨净重" align="center" prop="fNetweight" />
 | 
	
		
			
				|  |  | +      <el-table-column label="调拨件数" align="center" prop="fPlanqty" />
 | 
	
		
			
				|  |  | +      <el-table-column label="调拨毛重" align="center" prop="fPlangrossweight" />
 | 
	
		
			
				|  |  | +      <el-table-column label="调拨净重" align="center" prop="fPlannetweight" />
 | 
	
		
			
				|  |  |        <el-table-column
 | 
	
		
			
				|  |  |          width="100"
 | 
	
		
			
				|  |  |          label="调拨状态"
 | 
	
	
		
			
				|  | @@ -517,7 +516,7 @@
 | 
	
		
			
				|  |  |              </el-form-item>
 | 
	
		
			
				|  |  |            </el-col>
 | 
	
		
			
				|  |  |            <el-col :span="8">
 | 
	
		
			
				|  |  | -            <el-form-item label="计划调拨件数" prop="fPlanqty">
 | 
	
		
			
				|  |  | +            <el-form-item label="计划调拨件数">
 | 
	
		
			
				|  |  |                <el-input
 | 
	
		
			
				|  |  |                  v-model="form.fPlanqty"
 | 
	
		
			
				|  |  |                  style="width: 80%"
 | 
	
	
		
			
				|  | @@ -526,6 +525,24 @@
 | 
	
		
			
				|  |  |              </el-form-item>
 | 
	
		
			
				|  |  |            </el-col>
 | 
	
		
			
				|  |  |            <el-col :span="8">
 | 
	
		
			
				|  |  | +            <el-form-item label="计划调拨净重">
 | 
	
		
			
				|  |  | +              <el-input
 | 
	
		
			
				|  |  | +                v-model="form.fPlannetweight"
 | 
	
		
			
				|  |  | +                style="width: 80%"
 | 
	
		
			
				|  |  | +                placeholder="请输入计划调拨净重"
 | 
	
		
			
				|  |  | +              />
 | 
	
		
			
				|  |  | +            </el-form-item>
 | 
	
		
			
				|  |  | +          </el-col>
 | 
	
		
			
				|  |  | +          <el-col :span="8">
 | 
	
		
			
				|  |  | +            <el-form-item label="计划调拨毛重">
 | 
	
		
			
				|  |  | +              <el-input
 | 
	
		
			
				|  |  | +                v-model="form.fPlangrossweight"
 | 
	
		
			
				|  |  | +                style="width: 80%"
 | 
	
		
			
				|  |  | +                placeholder="请输入计划调拨毛重"
 | 
	
		
			
				|  |  | +              />
 | 
	
		
			
				|  |  | +            </el-form-item>
 | 
	
		
			
				|  |  | +          </el-col>
 | 
	
		
			
				|  |  | +          <el-col :span="8">
 | 
	
		
			
				|  |  |              <el-form-item label="品牌" prop="fMarks">
 | 
	
		
			
				|  |  |                <el-input
 | 
	
		
			
				|  |  |                  v-model="form.fMarks"
 |