| src/views/productionManagement/productionProcess/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/productionManagement/workOrderEdit/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/productionManagement/workOrderManagement/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/productionManagement/productionProcess/index.vue
@@ -1,3 +1,4 @@ // 工序 <template> <div class="app-container"> <div class="search_form"> src/views/productionManagement/workOrderEdit/index.vue
@@ -1,3 +1,4 @@ // 生产排产 <template> <div class="app-container"> <div class="search_form"> @@ -131,6 +132,11 @@ width: "140", }, { label: "计划工时(小时)", prop: "plannedWorkHours", width: "140", }, { label: "完成数量", prop: "completeQuantity", width: "140", src/views/productionManagement/workOrderManagement/index.vue
@@ -1,3 +1,4 @@ // 生产报工 <template> <div class="app-container"> <div class="search_form"> @@ -234,6 +235,11 @@ width: "140", }, { label: "计划工时(小时)", prop: "plannedWorkHours", width: "140", }, { label: "计划开始时间", prop: "planStartTime", width: "140",