维修工单修改

This commit is contained in:
JinLu.Yin 2022-10-01 21:11:53 +08:00
parent 2b7aa9bcac
commit 45795d50fb
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="login"> <div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form"> <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">苦糖果MES</h3> <h3 class="title">苦糖果生产执行管理系统</h3>
<el-form-item prop="username"> <el-form-item prop="username">
<el-input <el-input
v-model="loginForm.username" v-model="loginForm.username"

View File

@ -283,7 +283,7 @@
<script> <script>
import { listRepair, getRepair, delRepair, addRepair, updateRepair } from "@/api/mes/dv/repair"; import { listRepair, getRepair, delRepair, addRepair, updateRepair } from "@/api/mes/dv/repair";
import Repairline from './line.vue' import Repairline from './line.vue'
import {genCode} from "@/api/system/autocode/rule"
export default { export default {
name: "Repair", name: "Repair",
dicts: ['mes_repair_result', 'mes_order_status'], dicts: ['mes_repair_result', 'mes_order_status'],
@ -399,6 +399,7 @@ export default {
updateBy: null, updateBy: null,
updateTime: null updateTime: null
}; };
this.autoGenFlag= false;
this.resetForm("form"); this.resetForm("form");
}, },
/** 搜索按钮操作 */ /** 搜索按钮操作 */

View File

@ -93,7 +93,7 @@
<dict-tag :options="dict.type.mes_order_status" :value="scope.row.status"/> <dict-tag :options="dict.type.mes_order_status" :value="scope.row.status"/>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" width="100px" align="center" class-name="small-padding fixed-width"> <el-table-column label="操作" width="150px" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
size="mini" size="mini"