|  | @@ -250,7 +250,7 @@
 | 
	
		
			
				|  |  |        >
 | 
	
		
			
				|  |  |          <template slot-scope="scope">
 | 
	
		
			
				|  |  |            <span v-if="item.label == 'ifCntrno'">
 | 
	
		
			
				|  |  | -            
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |              <span v-if="scope.row.ifCntrno=='1'">是</span>
 | 
	
		
			
				|  |  |              <span v-else>否</span>
 | 
	
		
			
				|  |  |            </span>
 | 
	
	
		
			
				|  | @@ -412,7 +412,37 @@
 | 
	
		
			
				|  |  |              </el-form-item>
 | 
	
		
			
				|  |  |            </el-col>
 | 
	
		
			
				|  |  |          </el-row>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +        <el-row>
 | 
	
		
			
				|  |  | +          <el-col :span="12">
 | 
	
		
			
				|  |  | +            <el-form-item label="账册号" prop="fEmsNo">
 | 
	
		
			
				|  |  | +              <el-input v-model="form.fEmsNo" placeholder="请输入账册号"/>
 | 
	
		
			
				|  |  | +            </el-form-item>
 | 
	
		
			
				|  |  | +          </el-col>
 | 
	
		
			
				|  |  | +          <el-col :span="12">
 | 
	
		
			
				|  |  | +            <el-form-item label="账册序号" prop="fEmsSeqNo">
 | 
	
		
			
				|  |  | +              <el-input v-model="form.fEmsSeqNo" placeholder="请输入账册序号"/>
 | 
	
		
			
				|  |  | +            </el-form-item>
 | 
	
		
			
				|  |  | +          </el-col>
 | 
	
		
			
				|  |  | +        </el-row>
 | 
	
		
			
				|  |  | +        <el-row>
 | 
	
		
			
				|  |  | +          <el-col :span="12">
 | 
	
		
			
				|  |  | +            <el-form-item label="申报单位" prop="fWmsDclUnit">
 | 
	
		
			
				|  |  | +              <el-input v-model="form.fWmsDclUnit" placeholder="请输入申报计量单位"/>
 | 
	
		
			
				|  |  | +            </el-form-item>
 | 
	
		
			
				|  |  | +          </el-col>
 | 
	
		
			
				|  |  | +          <el-col :span="12">
 | 
	
		
			
				|  |  | +            <el-form-item label="法定单位" prop="fWmsLawUnit">
 | 
	
		
			
				|  |  | +              <el-input v-model="form.fWmsLawUnit" placeholder="请输入法定计量单位"/>
 | 
	
		
			
				|  |  | +            </el-form-item>
 | 
	
		
			
				|  |  | +          </el-col>
 | 
	
		
			
				|  |  | +        </el-row>
 | 
	
		
			
				|  |  | +        <el-row>
 | 
	
		
			
				|  |  | +          <el-col :span="12">
 | 
	
		
			
				|  |  | +            <el-form-item label="商品编码" prop="fGoodsTs">
 | 
	
		
			
				|  |  | +              <el-input v-model="form.fGoodsTs" placeholder="请输入商品编码"/>
 | 
	
		
			
				|  |  | +            </el-form-item>
 | 
	
		
			
				|  |  | +          </el-col>
 | 
	
		
			
				|  |  | +        </el-row>
 | 
	
		
			
				|  |  |          <el-row>
 | 
	
		
			
				|  |  |            <el-col :span="12">
 | 
	
		
			
				|  |  |              <el-form-item label="状态">
 | 
	
	
		
			
				|  | @@ -672,6 +702,41 @@ export default {
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  |            surface: "10",
 | 
	
		
			
				|  |  | +          label: "fEmsNo",
 | 
	
		
			
				|  |  | +          name: "账册号",
 | 
	
		
			
				|  |  | +          checked: 0,
 | 
	
		
			
				|  |  | +          width: 100,
 | 
	
		
			
				|  |  | +        },
 | 
	
		
			
				|  |  | +        {
 | 
	
		
			
				|  |  | +          surface: "11",
 | 
	
		
			
				|  |  | +          label: "fEmsSeqNo",
 | 
	
		
			
				|  |  | +          name: "账册序号",
 | 
	
		
			
				|  |  | +          checked: 0,
 | 
	
		
			
				|  |  | +          width: 100,
 | 
	
		
			
				|  |  | +        },
 | 
	
		
			
				|  |  | +        {
 | 
	
		
			
				|  |  | +          surface: "12",
 | 
	
		
			
				|  |  | +          label: "fGoodsTs",
 | 
	
		
			
				|  |  | +          name: "商品编码",
 | 
	
		
			
				|  |  | +          checked: 0,
 | 
	
		
			
				|  |  | +          width: 100,
 | 
	
		
			
				|  |  | +        },
 | 
	
		
			
				|  |  | +        {
 | 
	
		
			
				|  |  | +          surface: "13",
 | 
	
		
			
				|  |  | +          label: "fEmsSeqNo",
 | 
	
		
			
				|  |  | +          name: "申报单位",
 | 
	
		
			
				|  |  | +          checked: 0,
 | 
	
		
			
				|  |  | +          width: 100,
 | 
	
		
			
				|  |  | +        },
 | 
	
		
			
				|  |  | +        {
 | 
	
		
			
				|  |  | +          surface: "14",
 | 
	
		
			
				|  |  | +          label: "fWmsLawUnit",
 | 
	
		
			
				|  |  | +          name: "法定单位",
 | 
	
		
			
				|  |  | +          checked: 0,
 | 
	
		
			
				|  |  | +          width: 100,
 | 
	
		
			
				|  |  | +        },
 | 
	
		
			
				|  |  | +        {
 | 
	
		
			
				|  |  | +          surface: "15",
 | 
	
		
			
				|  |  |            label: "ifCntrno",
 | 
	
		
			
				|  |  |            name: "是否按照箱号统计",
 | 
	
		
			
				|  |  |            checked: 0,
 |