loulijun2021
2023-01-06 72932dd999c97b14fa561002d332520985178cf5
src/views/scgl/sckbg.vue
@@ -515,6 +515,7 @@
    </div>
    <el-dialog
      v-el-drag-dialog
      :title="dialogTitle"
      :visible.sync="dialogVisible"
      width="850px"
@@ -935,6 +936,7 @@
    <!--打印预览页面  小标签-->
    <el-dialog
      v-el-drag-dialog
      title="预览"
      :visible.sync="dialogVisible2"
      width="1140"
@@ -1011,6 +1013,7 @@
    <!--    不良处理列表对话框-->
    <el-dialog
      v-el-drag-dialog
      title="维修处理"
      :visible.sync="badDialogVisible"
      width="990px"
@@ -1203,6 +1206,7 @@
import QRCode from 'qrcodejs2'
import { getCookie } from '@/utils/auth'
import { handleDatetime2 } from '@/utils/global'
import elDragDialog from '@/directive/el-drag-dialog'
const SER_HZ = /^[\u4e00-\u9fa5]+$/
export default {
@@ -1210,6 +1214,7 @@
  components: {
    Pagination
  },
  directives: { elDragDialog },
  data() {
    const validateName = (rule, value, callback) => {
      if (!value) {