| src/views/productionManagement/workOrder/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/productionManagement/workOrder/index.vue
@@ -165,7 +165,7 @@ </div> </el-dialog> <el-dialog v-model="reportDialogVisible" title="报工" :title="`报工(机台:${currentReportRowData?.deviceName || '-'})`" width="500px"> <el-form ref="reportFormRef" :model="reportForm" @@ -318,6 +318,10 @@ prop: "processName", }, { label: "机台名称", prop: "deviceName", }, { label: "需求数量", prop: "planQuantity", width: "140",