loulijun2021
2023-01-31 13c58d78112a8bb63abd288a51165f122fc0965b
src/views/bbgl/wwgx.vue
@@ -276,6 +276,7 @@
    </div>
    <el-dialog
      v-el-drag-dialog
      :title="operation==='add'?'新增':'编辑'"
      :visible.sync="dialogVisible"
      width="800px"
@@ -320,12 +321,14 @@
import ImportPicker from '@/components/ImportPicker'
import { handleDatetime, validateCode } from '@/utils/global'
import { OutSourceReportExcelSearch, OutSourceReportSearch } from '@/api/bbgl'
import elDragDialog from '@/directive/el-drag-dialog'
export default {
  name: 'Zzjg',
  components: {
    Pagination, ImportPicker
  },
  directives: { elDragDialog },
  data() {
    return {
      mouseHoverType: 'mouseout',