Merge branch 'master' of http://bore.pub:10439/r/ERP_override
| | |
| | | produceList = produceList.value.concat(deepClone(res.data.data)) |
| | | xGrid.value.reloadData(produceList) |
| | | gridOptions.loading = false |
| | | form.processes=value.value |
| | | } else { |
| | | ElMessage.warning(res.msg) |
| | | } |
| | |
| | | <vxe-button style="margin-right: 0.5rem" |
| | | @click="exportExcel('/report/exportScheduleReport', |
| | | t('report.productionScheduling'), |
| | | form.date1)"> |
| | | form)"> |
| | | {{ t('basicData.export') }} |
| | | </vxe-button> |
| | | </template> |
| | |
| | | v-model="dialogTableVisible" |
| | | @close="closeDialog" |
| | | destroy-on-close |
| | | style="width: 75%;height:75% " |
| | | style="width: 90%;height:90%;margin-top: 3vh " |
| | | :close-on-click-modal="false" |
| | | :close-on-press-escape="false" |
| | | > |
| | | <template #header="{ close, titleId, titleClass }"> |
| | | <el-button v-print="printContent" @click="printingNumber" :icon="Printer" circle /> |
| | |
| | | } |
| | | |
| | | public List exportScheduleReportSv(Map<String, Object> dates) { |
| | | List<LocalDate> date= (List<LocalDate>) dates.get("date"); |
| | | List<LocalDate> date= (List<LocalDate>) dates.get("date1"); |
| | | String process= (String) dates.get("processes"); |
| | | return reportMapper.exportScheduleReportMp(date,process); |
| | | } |