qushaowei
2023-08-21 c120699170354666327cc3c1d7f1cc1eb5f90c4f
src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer.vue
@@ -147,7 +147,7 @@
                        style="max-width:80px;font-size: 12px;font-style: italic;"
                      />
                      <a-select
                        v-if="col.dataIndex == 'inspectionProjectResult' && record.analysisMethod == '2'"
                        v-if="col.dataIndex == 'inspectionProjectResult' && record.testValueType == '2'"
                        :value="text"
                        :options="record.inspectionCycles"
                        @change="(e) => handleChange(e, record.key, col, index)"
@@ -156,7 +156,7 @@
                      />
                      <a-input-number
                        :value="text"
                        v-if="col.dataIndex == 'inspectionProjectResult' && record.analysisMethod == '1'"
                        v-if="col.dataIndex == 'inspectionProjectResult' && record.testValueType == '1'"
                        :min="0"
                        :max="20000"
                        @change="(e)=>handleChange(e, record.key, col, index,record)"
@@ -663,7 +663,7 @@
      if (target) {
        if (column.dataIndex == 'inspectionProjectResult') {
          if (target.analysisMethod === "1") {
          if (target.testValueType === "1") {
            target[column.dataIndex] = value;
            let maxValue = target.maxValue
            let minValue = target.minValue