Compare commits

..

2 Commits

Author SHA1 Message Date
FCD 84b1a9ec08 设备管理无法修改设备编号bug修复 1 month ago
FCD ccba4ea5bf 白坯看板调整 1 month ago

@ -211,7 +211,7 @@
</div>
<div class="item-table item-table1">
<div class="titlebox" style="margin-bottom: 14px">
<div class="titlename">本年各月产品不合格数量对比</div>
<div class="titlename">本年各月白坯不合格数量对比</div>
</div>
<div
id="echart3"
@ -255,7 +255,7 @@ import {
getLineDayNoOk,
getMonthOfYearContrast,
getKBTest,
getDictData,
getDictData, getBpMonthNoOk,
} from "@/api/kanban/quality";
import { getDeviceRefreshTime } from "@/api/kanban/equipment";
import * as echarts from "echarts";

@ -2,6 +2,13 @@
<div class="app-container">
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="80px">
<el-form-item label="生产批号" prop="incomeBatchNo">
<el-input
v-model="queryParams.incomeBatchNo"
placeholder="请输入生产批号"
clearable
/>
</el-form-item>
<el-form-item label="样品名称" prop="materialName">
<el-input
v-model="queryParams.materialName"

@ -1694,6 +1694,7 @@ export default {
}
});
this.open = true;
this.canEdit = true
this.title = "添加设备管理";
},

Loading…
Cancel
Save