|
|
|
@ -564,7 +564,7 @@ |
|
|
|
<el-button @click="SOPModal()" type="primary">查看SOP</el-button> |
|
|
|
<el-button @click="setUp.reviewFlag = false">取消</el-button> |
|
|
|
<el-button type="primary" :disabled="setUp.saveButton" @click="saveReport('N')">报工确定</el-button> |
|
|
|
<el-button type="primary" :disabled="setUp.saveButton" style="margin-left: 70px" @click="saveReport('Y')">完工确定</el-button> |
|
|
|
<el-button type="primary" :disabled="setUp.saveButton" style="margin-left: 200px" @click="saveReport('Y')">整单完工确定</el-button> |
|
|
|
</span> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|