|
|
@@ -9,11 +9,11 @@
|
|
|
<el-button type="primary" class="bt" @click="onyinban">印版领退</el-button>
|
|
|
<!-- <el-button type="primary" @click="onstatus" >设置机台状态</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="onClear" >换型清场</el-button>
|
|
|
<el-button type="primary" class="bt" @click="hesuan" v-if="AddType === true">核算参数调整</el-button>
|
|
|
- <el-button type="primary" icon="edit" @click="onxzhscsclick" class="bt" title="修正核算参数">修正核算参数</el-button>
|
|
|
+ <el-button type="primary" icon="edit" @click="onxzhscsclick" class="bt" title="修正核算参数">修正核算参数</el-button>
|
|
|
+ <el-button type="primary" class="bt" @click="onADD" v-if="AddType === true">新增</el-button>
|
|
|
+ <el-button type="primary" class="bt" @click="onDel" v-if="DelType === true" >删除</el-button>
|
|
|
<!-- <el-button type="primary" @click="onClear2" >换型清场</el-button> -->
|
|
|
</header>
|
|
|
|