Compare commits

..

No commits in common. '84b1a9ec089ef8bd2af49121df90195cbb2b56e9' and '9fd1fa382585d097a1ae5ef3e4e3914c4c409e19' have entirely different histories.

@ -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, getBpMonthNoOk,
getDictData,
} from "@/api/kanban/quality";
import { getDeviceRefreshTime } from "@/api/kanban/equipment";
import * as echarts from "echarts";

@ -2,13 +2,6 @@
<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,7 +1694,6 @@ export default {
}
});
this.open = true;
this.canEdit = true
this.title = "添加设备管理";
},

Loading…
Cancel
Save