维修驳回
This commit is contained in:
		
							parent
							
								
									bed4846b48
								
							
						
					
					
						commit
						4acd91d466
					
				| 
						 | 
				
			
			@ -61,11 +61,11 @@
 | 
			
		|||
                <el-button type="primary" plain size="mini" @click="handleAdd">新增</el-button>
 | 
			
		||||
            </el-col> -->
 | 
			
		||||
            <el-col :span="1.5">
 | 
			
		||||
                <el-button type="warning" plain size="mini"  @click="handleSend">提交</el-button>
 | 
			
		||||
            </el-col>
 | 
			
		||||
            <el-col :span="1.5">
 | 
			
		||||
                <el-button type="danger" plain size="mini" @click="handleReject">退回</el-button>
 | 
			
		||||
                <el-button type="primary" plain size="mini"  @click="handleSend">提交审核</el-button>
 | 
			
		||||
            </el-col>
 | 
			
		||||
            <!-- <el-col :span="1.5">
 | 
			
		||||
                <el-button type="danger" plain size="mini" @click="handleReject">驳回退料</el-button>
 | 
			
		||||
            </el-col> -->
 | 
			
		||||
            <el-col :span="1.5">
 | 
			
		||||
                <el-button type="success" plain icon="el-icon-download" size="mini" @click="handleExport">导出</el-button>
 | 
			
		||||
            </el-col>
 | 
			
		||||
| 
						 | 
				
			
			@ -99,7 +99,7 @@
 | 
			
		|||
                <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>
 | 
			
		||||
                    <el-button size="mini" type="danger" icon="el-icon-delete" v-if="scope.row.repairStatusCode=='0'" @click="handleReject(scope.row)">驳回</el-button>
 | 
			
		||||
                    <el-button size="mini" type="danger" icon="el-icon-delete" v-if="scope.row.repairStatusCode=='0'||scope.row.repairStatusCode=='2'" @click="handleReject(scope.row)">驳回</el-button>
 | 
			
		||||
                    <el-button size="mini" type="success"   @click="handlePrint(scope.row)">维修单</el-button>
 | 
			
		||||
                </template>
 | 
			
		||||
            </el-table-column>
 | 
			
		||||
| 
						 | 
				
			
			@ -578,8 +578,7 @@ export default {
 | 
			
		|||
            }).then(() => {
 | 
			
		||||
                this.getList();
 | 
			
		||||
                this.$modal.msgSuccess("驳回成功");
 | 
			
		||||
            }).catch(() => {});
 | 
			
		||||
 | 
			
		||||
            }).catch(() => {}); 
 | 
			
		||||
        },
 | 
			
		||||
        /** 导出按钮操作 */
 | 
			
		||||
        handleExport() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue