生产管理页面调整

dev-scheduling
zhangdi 1 month ago
parent a5943d607b
commit 9d3d68148e
  1. 0
      src/views/productionManagement/WIPChange/components/assignDaialog.vue
  2. 0
      src/views/productionManagement/WIPChange/components/taskHandleDialog.vue
  3. 0
      src/views/productionManagement/WIPChange/components/taskHandleQuality.vue
  4. 0
      src/views/productionManagement/WIPChange/index.vue
  5. 0
      src/views/productionManagement/abnormalProductionHandling/index.vue
  6. 0
      src/views/productionManagement/beforeAndAfterPlating/components/afterPlatingEntryDialog.vue
  7. 0
      src/views/productionManagement/beforeAndAfterPlating/components/beforePlatingBoundDialog.vue
  8. 0
      src/views/productionManagement/beforeAndAfterPlating/components/beforePlatingEntryDialog.vue
  9. 2
      src/views/productionManagement/beforeAndAfterPlating/index.vue
  10. 0
      src/views/productionManagement/frontTooling/index.vue
  11. 20
      src/views/productionManagement/productionMonitoring/index.vue
  12. 0
      src/views/productionManagement/reworkOrder/components/updateMakeQty.vue
  13. 0
      src/views/productionManagement/reworkOrder/index.vue
  14. 0
      src/views/productionManagement/sameFurnaceQuery/index.vue
  15. 0
      src/views/productionManagement/shortageApplication/components/declareAdd.vue
  16. 0
      src/views/productionManagement/shortageApplication/index.vue
  17. 0
      src/views/productionManagement/sinteringProductionMonitoring/index.vue
  18. 4
      src/views/productionManagement/workReportingManagement/index.vue

@ -45,7 +45,7 @@
</template> </template>
<script> <script>
import columnData from './js/platingColumnData'; import columnData from '../js/platingColumnData';
import beforePlatingEntryDialog from './components/beforePlatingEntryDialog.vue'; import beforePlatingEntryDialog from './components/beforePlatingEntryDialog.vue';
import beforePlatingBoundDialog from './components/beforePlatingBoundDialog.vue'; import beforePlatingBoundDialog from './components/beforePlatingBoundDialog.vue';
import afterPlatingEntryDialog from './components/afterPlatingEntryDialog.vue'; import afterPlatingEntryDialog from './components/afterPlatingEntryDialog.vue';

@ -90,12 +90,7 @@
:itemData="itemData" :itemData="itemData"
@closeDialog="closeDialog" @closeDialog="closeDialog"
></outsource-dialog> ></outsource-dialog>
<!-- 生产监控 -->
<production-dialog
:monitor-dialog="monitorDialog"
:row-item="rowItem"
@closeDialog="closeDialog"
></production-dialog>
<!-- 分批弹窗 --> <!-- 分批弹窗 -->
<batches-dialog <batches-dialog
v-if="showBatches" v-if="showBatches"
@ -130,12 +125,12 @@
</template> </template>
<script> <script>
import outsourceDialog from './components/outsourceDialog.vue'; import outsourceDialog from '../components/outsourceDialog.vue';
import productionDialog from './components/productionDialog.vue'; import productionDialog from '../components/productionDialog.vue';
import batchesDialog from './components/batchesDialog.vue'; import batchesDialog from '../components/batchesDialog.vue';
import closedDialog from './components/closedDialog.vue'; import closedDialog from '../components/abnormalDialog.vue';
import abnormalDialog from './components/abnormalDialog.vue'; import abnormalDialog from '../components/abnormalDialog.vue';
import productionMonitoringDialog from './components/productionMonitoringDialog.vue'; import productionMonitoringDialog from '../components/productionMonitoringDialog.vue';
import workRate from "@/views/workRate/index.vue"; import workRate from "@/views/workRate/index.vue";
import { getList,turnType } from '@/api/productionManagement/productionMonitoring'; import { getList,turnType } from '@/api/productionManagement/productionMonitoring';
@ -155,7 +150,6 @@ export default {
isPriorityOpen: false, isPriorityOpen: false,
showAbnormal: false, showAbnormal: false,
showOemDialog: false, showOemDialog: false,
monitorDialog: false,
showBatches: false, showBatches: false,
showClose: false, showClose: false,
data: [], data: [],

@ -113,8 +113,8 @@
</template> </template>
<script> <script>
import wordReporting from './js/wordReporting'; import wordReporting from '../js/wordReporting';
import workReportingData from './js/workReportingData'; import workReportingData from '../js/workReportingData';
import { getTeamSetList } from '@/api/processManagement/taskProcessing'; import { getTeamSetList } from '@/api/processManagement/taskProcessing';
import { getRoleUserList } from '@/api/processManagement/taskDispatch'; import { getRoleUserList } from '@/api/processManagement/taskDispatch';
Loading…
Cancel
Save