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>
@@ -639,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('检验标准不能为空!')
        }