Browse Source

0412 新看板

master
ruanqi 1 year ago
parent
commit
dac0ee7b7e
  1. 2
      src/views/modules/production/generateReport.vue

2
src/views/modules/production/generateReport.vue

@ -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>

Loading…
Cancel
Save