loulijun2021
2022-12-29 bd2f187c3f6e24576919e71c794cf8cb9f8c8bac
src/views/zlgl/gxjy.vue
@@ -220,6 +220,7 @@
            <el-table-column
              prop="code"
              label="检验标准编码"
              show-tooltip-when-overflow
            >
              <template slot-scope="{row}">
                <div v-if="row.isVisible===0">{{ row.code }}</div>
@@ -242,6 +243,7 @@
            <el-table-column
              prop="name"
              label="检验标准名称"
              show-tooltip-when-overflow
            >
              <template slot-scope="{row}">
                <div v-if="row.isVisible===0">{{ row.name }}</div>
@@ -265,6 +267,7 @@
            <el-table-column
              prop="stepcheckitem_desc"
              label="检验标准描述"
              show-tooltip-when-overflow
            >
              <template slot-scope="scope">
                <el-input
@@ -285,6 +288,7 @@
              prop="result"
              label="检验结果"
              width="100"
              show-tooltip-when-overflow
            >
              <template slot-scope="{row}">
                <div v-if="row.result==='OK'">合格</div>
@@ -358,6 +362,7 @@
  StepCheckItemSelect
} from '@/api/zlgl'
import { MesOrderSelectUser } from '@/api/scgl'
import { getCookie } from '@/utils/auth'
export default {
  name: 'QXDY',
@@ -381,7 +386,7 @@
      },
      checkStandard: '', // 检验标准
      checkStandardSelect: [], // 检验标准下拉数组
      checkUser: '', // 检验人员
      checkUser: getCookie('navTabId'), // 检验人员
      checkqty: 0, // 检验数量
      checkUserSelect: [], // 检验人员下拉数组
      checkResult: '', // 检验结果
@@ -638,6 +643,9 @@
        if (this.form.orderstepqrcode.length < 1) {
          return this.$message.info('扫描条码不能为空!')
        }
        if (this.form.wo_code.toString().length === 0) {
          return this.$message.info('未获得工单编码!')
        }
        if (this.checkStandard.length < 1) {
          return this.$message.info('检验标准不能为空!')
        }
@@ -705,7 +713,7 @@
      this.JYTableData = []
      this.multipleSelection = []
      this.checkdescr = ''
      this.checkUser = ''
      this.checkUser = getCookie('navTabId')
      this.checkqty = 0
      this.checkResult = ''
      this.checkStandard = ''