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: "salaryQuota", width: "140", }, { label: "计划开始时间", prop: "planStartTime", width: "140", @@ -438,7 +444,7 @@ const getList = () => { tableLoading.value = true; const params = { ...searchForm.value, ...page }; const params = { ...searchForm.value, ...page, type: 2 }; productWorkOrderPage(params) .then(res => { tableLoading.value = false;