Browse Source

注释

intex
yufei_wang 1 day ago
parent
commit
700dd78b0a
  1. 1
      src/views/wms/basicDataManage/customerManage/customerDeliveryForecast/index.vue
  2. 1
      src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/index.vue
  3. 1
      src/views/wms/productionManage/processproduction/processproductionRecord/index.vue
  4. 2
      src/views/wms/productionManage/processproduction/processproductionRequest/index.vue
  5. 1
      src/views/wms/productionManage/productionplan/qadproductionplan/index.vue

1
src/views/wms/basicDataManage/customerManage/customerDeliveryForecast/index.vue

@ -68,6 +68,7 @@ import Detail from '@/components/Detail/src/Detail.vue'
import { formatDate } from '@/utils/formatTime'
import { usePageLoading } from '@/hooks/web/usePageLoading'
const { loadStart, loadDone } = usePageLoading()
//
defineOptions({ name: 'CustomerDeliveryForecast' })
const message = useMessage() //

1
src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/index.vue

@ -91,6 +91,7 @@ import { formatDate } from '@/utils/formatTime'
import { usePageLoading } from '@/hooks/web/usePageLoading'
const { loadStart, loadDone } = usePageLoading()
//
//
defineOptions({ name: 'DeliverPlanMain' })
const message = useMessage() //

1
src/views/wms/productionManage/processproduction/processproductionRecord/index.vue

@ -85,6 +85,7 @@ import Detail from '@/components/Detail/src/Detail.vue'
import { formatDate } from '@/utils/formatTime'
import { usePageLoading } from '@/hooks/web/usePageLoading'
const { loadStart, loadDone } = usePageLoading()
//
defineOptions({ name: 'ProcessproductionRequestMain' })
const message = useMessage() //

2
src/views/wms/productionManage/processproduction/processproductionRequest/index.vue

@ -101,7 +101,7 @@ import Detail from '@/components/Detail/src/Detail.vue'
import { formatDate } from '@/utils/formatTime'
import { usePageLoading } from '@/hooks/web/usePageLoading'
const { loadStart, loadDone } = usePageLoading()
//
defineOptions({ name: 'ProcessproductionRequestMain' })
const message = useMessage() //

1
src/views/wms/productionManage/productionplan/qadproductionplan/index.vue

@ -68,6 +68,7 @@ import Detail from '@/components/Detail/src/Detail.vue'
import { formatDate } from '@/utils/formatTime'
import { usePageLoading } from '@/hooks/web/usePageLoading'
const { loadStart, loadDone } = usePageLoading()
// QAD
defineOptions({ name: 'QadProductionPlanMain' })
const message = useMessage() //

Loading…
Cancel
Save