Commit 0cc75360 authored by 杨硕's avatar 杨硕

维修参加参数

parent 1ba5d87d
......@@ -96,7 +96,7 @@
<el-col :span="24" style="text-align: right;margin-top: 40px">
<el-button class="blackBtn" style="margin-right: 20px;width: 120px" type="danger" size="small" @click="allDismantle(item)">全拆 <br> Apart</el-button>
<el-button class="blackBtn" style="margin-right: 20px;width: 120px" type="danger" size="small" @click="wrongMeasure(item)">误测 <br> Error</el-button>
<el-button class="redBtn" style="width: 120px" type="danger" size="small" @click="repairRegister(item.businessId,item.sn,item.orderId,item.uniqueCode)">维修登记 <br> Rework</el-button>
<el-button v-hasPermi="['pad:repair:register']" class="redBtn" style="width: 120px" type="danger" size="small" @click="repairRegister(item.businessId,item.sn,item.orderId,item.uniqueCode)">维修登记 <br> Rework</el-button>
</el-col>
</el-row>
</el-card>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment