合同主体字段修改
This commit is contained in:
		
							parent
							
								
									ee1454ef55
								
							
						
					
					
						commit
						dfa4f49ead
					
				| 
						 | 
				
			
			@ -140,7 +140,7 @@
 | 
			
		|||
        :show-overflow-tooltip="true"
 | 
			
		||||
      />
 | 
			
		||||
      <el-table-column
 | 
			
		||||
        label="合同主体单位"
 | 
			
		||||
        label="合同主体"
 | 
			
		||||
        align="center"
 | 
			
		||||
        prop="contractPart"
 | 
			
		||||
        width="150px"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -101,7 +101,7 @@
 | 
			
		|||
        :show-overflow-tooltip="true"
 | 
			
		||||
      />
 | 
			
		||||
      <el-table-column
 | 
			
		||||
        label="合同主体单位"
 | 
			
		||||
        label="合同主体"
 | 
			
		||||
        align="center"
 | 
			
		||||
        prop="contractPart"
 | 
			
		||||
        width="150px"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -91,7 +91,7 @@
 | 
			
		|||
        :show-overflow-tooltip="true"
 | 
			
		||||
      />
 | 
			
		||||
      <el-table-column
 | 
			
		||||
        label="合同主体单位"
 | 
			
		||||
        label="合同主体"
 | 
			
		||||
        align="center"
 | 
			
		||||
        prop="contractPart"
 | 
			
		||||
        width="150px"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -82,9 +82,9 @@
 | 
			
		|||
            <!-- <el-table-column align="center" label="序号" type="index"/> -->
 | 
			
		||||
            <el-table-column label="退料单位" align="center" prop="backUnit" :show-overflow-tooltip="true"/>
 | 
			
		||||
            <el-table-column label="退料工程" align="center" prop="backPro" :show-overflow-tooltip="true"/>
 | 
			
		||||
            <el-table-column label="维修单号" align="center" prop="repairCode" :show-overflow-tooltip="true"/>
 | 
			
		||||
            <el-table-column label="维修单号" align="center" prop="repairCode" :show-overflow-tooltip="true" width="150"/>
 | 
			
		||||
            <el-table-column label="物资类型" align="center" prop="type" :show-overflow-tooltip="true"/>
 | 
			
		||||
            <el-table-column label="退料单号" align="center" prop="backCode" :show-overflow-tooltip="true"/>
 | 
			
		||||
            <el-table-column label="退料单号" align="center" prop="backCode" :show-overflow-tooltip="true" width="150"/>
 | 
			
		||||
            <el-table-column label="维修班组" align="center" prop="repairer" :show-overflow-tooltip="true"/>
 | 
			
		||||
            <!-- <el-table-column label="退料人电话" align="center" prop="phone" :show-overflow-tooltip="true"/> -->
 | 
			
		||||
            <el-table-column label="创建人" align="center" prop="createName" :show-overflow-tooltip="true"/>
 | 
			
		||||
| 
						 | 
				
			
			@ -95,7 +95,7 @@
 | 
			
		|||
                </template>
 | 
			
		||||
            </el-table-column>
 | 
			
		||||
            <el-table-column label="备注" align="center" prop="remark" :show-overflow-tooltip="true"/>
 | 
			
		||||
            <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="250">
 | 
			
		||||
            <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="300">
 | 
			
		||||
                <template slot-scope="scope">
 | 
			
		||||
                    <el-button size="mini" plain icon="el-icon-zoom-in" @click="handleSee(scope.row)" >查看</el-button>
 | 
			
		||||
                    <el-button size="mini" type="primary" plain icon="el-icon-edit" v-if="scope.row.repairStatusCode=='0'" @click="handleUpdate(scope.row)">维修</el-button>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -125,7 +125,7 @@
 | 
			
		|||
          <el-table-column label="往来单位" align="center" prop="unitName" :show-overflow-tooltip="true"/>
 | 
			
		||||
          <el-table-column label="协议号" align="center" prop="agreementCode" :show-overflow-tooltip="true"/>
 | 
			
		||||
          <el-table-column label="实施单位" align="center" prop="impUnitName" width="150px" :show-overflow-tooltip="true"/>
 | 
			
		||||
          <el-table-column label="合同主体单位" align="center" prop="contractPart" width="150px" :show-overflow-tooltip="true"/>
 | 
			
		||||
          <el-table-column label="合同主体" align="center" prop="contractPart" width="150px" :show-overflow-tooltip="true"/>
 | 
			
		||||
          <el-table-column label="物资名称" align="center" prop="typeName" :show-overflow-tooltip="true"/>
 | 
			
		||||
          <el-table-column label="规格型号" align="center" prop="typeModelName" :show-overflow-tooltip="true"/>
 | 
			
		||||
          <el-table-column label="设备编码" align="center" prop="maCode" :show-overflow-tooltip="true"/> 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -119,7 +119,7 @@
 | 
			
		|||
          <el-table-column label="工程名称" align="center" prop="proName" :show-overflow-tooltip="true"/>
 | 
			
		||||
          <el-table-column label="往来单位" align="center" prop="unitName" :show-overflow-tooltip="true"/>
 | 
			
		||||
          <el-table-column label="实施单位" align="center" prop="impUnitName" width="150px" :show-overflow-tooltip="true"/>
 | 
			
		||||
          <el-table-column label="合同主体单位" align="center" prop="contractPart" width="150px" :show-overflow-tooltip="true"/>
 | 
			
		||||
          <el-table-column label="合同主体" align="center" prop="contractPart" width="150px" :show-overflow-tooltip="true"/>
 | 
			
		||||
          <el-table-column label="物资名称" align="center" prop="typeName" :show-overflow-tooltip="true"/>
 | 
			
		||||
          <el-table-column label="规格型号" align="center" prop="typeModelName" :show-overflow-tooltip="true"/>
 | 
			
		||||
          <el-table-column label="计量单位" align="center" prop="unit" :show-overflow-tooltip="true"/> 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue