|
@@ -2,16 +2,18 @@
|
|
|
<div>
|
|
<div>
|
|
|
|
|
|
|
|
<header>
|
|
<header>
|
|
|
- <el-button type="primary" @click="onBZ">班组维护</el-button>
|
|
|
|
|
- <el-button type="primary" @click="onzhicheng" >制程检验</el-button>
|
|
|
|
|
- <el-button type="primary" @click="onxuncha">管理巡查</el-button>
|
|
|
|
|
- <el-button type="primary" @click="ondianjian">设备点检</el-button>
|
|
|
|
|
- <el-button type="primary" @click="onyinban">印版领退</el-button>
|
|
|
|
|
|
|
+ <el-button type="primary" class="bt" @click="onBZ">班组维护</el-button>
|
|
|
|
|
+ <el-button type="primary" class="bt" @click="onzhicheng" >制程检验</el-button>
|
|
|
|
|
+ <el-button type="primary" class="bt" @click="onxuncha">管理巡查</el-button>
|
|
|
|
|
+ <el-button type="primary" class="bt" @click="ondianjian">设备点检</el-button>
|
|
|
|
|
+ <el-button type="primary" class="bt" @click="onyinban">印版领退</el-button>
|
|
|
<!-- <el-button type="primary" @click="onstatus" >设置机台状态</el-button> -->
|
|
<!-- <el-button type="primary" @click="onstatus" >设置机台状态</el-button> -->
|
|
|
- <el-button type="primary" @click="oncomplaints" >客诉记录</el-button>
|
|
|
|
|
- <el-button type="primary" @click="onClear" >换型清场</el-button>
|
|
|
|
|
- <el-button type="primary" @click="onDel" v-if="DelType === true" >删除</el-button>
|
|
|
|
|
- <el-button type="primary" @click="onADD" v-if="AddType === true">新增</el-button>
|
|
|
|
|
|
|
+ <el-button type="primary" class="bt" @click="oncomplaints" >客诉记录</el-button>
|
|
|
|
|
+ <el-button type="primary" class="bt" @click="onClear" >换型清场</el-button>
|
|
|
|
|
+ <el-button type="primary" class="bt" @click="onDel" v-if="DelType === true" >删除</el-button>
|
|
|
|
|
+ <el-button type="primary" class="bt" @click="onADD" v-if="AddType === true">新增</el-button>
|
|
|
|
|
+ <el-button type="primary" class="bt" @click="onADD" v-if="AddType === true">核算参数调整</el-button>
|
|
|
|
|
+ <el-button type="primary" class="bt" @click="onADD" v-if="AddType === true">修正核算参数</el-button>
|
|
|
<!-- <el-button type="primary" @click="onClear2" >换型清场</el-button> -->
|
|
<!-- <el-button type="primary" @click="onClear2" >换型清场</el-button> -->
|
|
|
</header>
|
|
</header>
|
|
|
|
|
|
|
@@ -1821,6 +1823,12 @@
|
|
|
<span style="margin-top: 8px;">{{ item.设备编号 + ' - ' + item.设备名称 }}</span>
|
|
<span style="margin-top: 8px;">{{ item.设备编号 + ' - ' + item.设备名称 }}</span>
|
|
|
</button>
|
|
</button>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ </el-dialog>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <el-dialog v-model="hesuanVisible" :before-close="closehesuanVisible" title="核算参数调整"
|
|
|
|
|
+ destroy-on-close width="80%" style="height: 100%;">
|
|
|
|
|
+
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
|
|
|
|
|
<Shebeizhuangtai
|
|
<Shebeizhuangtai
|