yusheng 3 周之前
父節點
當前提交
946ebccc2b

+ 2 - 2
src/views/inspectionWork/components/inspectionProjectReport.vue

@@ -239,9 +239,9 @@
           </span>
           </span>
           <span v-else-if="row.textType == 8">
           <span v-else-if="row.textType == 8">
             标准值:{{ row.defaultValue }}{{ row.unitName||'' }} 下限:{{
             标准值:{{ row.defaultValue }}{{ row.unitName||'' }} 下限:{{
-              row.minValue
+              row.minValue||0
             }}{{ row.unitName||'' }}
             }}{{ row.unitName||'' }}
-            上限:{{ row.maxValue }}{{ row.unitName||'' }}
+            上限:{{ row.maxValue ||0}}{{ row.unitName||'' }}
           </span>
           </span>
           <span v-else>
           <span v-else>
             <span>{{ row.defaultValue }}</span>
             <span>{{ row.defaultValue }}</span>

+ 2 - 2
src/views/inspectionWork/components/newQualityContentTabs.vue

@@ -514,9 +514,9 @@
                 </span>
                 </span>
                 <span v-else-if="scope.row.textType == 8">
                 <span v-else-if="scope.row.textType == 8">
                   标准值:{{ scope.row.defaultValue }}{{ scope.row.unitName||'' }} 下限:{{
                   标准值:{{ scope.row.defaultValue }}{{ scope.row.unitName||'' }} 下限:{{
-                    scope.row.minValue
+                    scope.row.minValue||0
                   }}{{ scope.row.unitName||'' }}
                   }}{{ scope.row.unitName||'' }}
-                  上限:{{ scope.row.maxValue }}{{ scope.row.unitName||'' }}
+                  上限:{{ scope.row.maxValue||0 }}{{ scope.row.unitName||'' }}
                 </span>
                 </span>
                 <span v-else>
                 <span v-else>
                   <span>{{ scope.row.defaultValue }}</span>
                   <span>{{ scope.row.defaultValue }}</span>

+ 2 - 2
src/views/inspectionWork/components/sampleListDialog.vue

@@ -99,9 +99,9 @@
                     <span v-else-if="scope.row.textType == 8">
                     <span v-else-if="scope.row.textType == 8">
                       标准值:{{ scope.row.defaultValue
                       标准值:{{ scope.row.defaultValue
                       }}{{ scope.row.unitName || '' }} 下限:{{
                       }}{{ scope.row.unitName || '' }} 下限:{{
-                        scope.row.minValue
+                        scope.row.minValue||0
                       }}{{ scope.row.unitName || '' }} 上限:{{
                       }}{{ scope.row.unitName || '' }} 上限:{{
-                        scope.row.maxValue
+                        scope.row.maxValue||0
                       }}{{ scope.row.unitName || '' }}
                       }}{{ scope.row.unitName || '' }}
                     </span>
                     </span>
                     <span v-else>
                     <span v-else>

+ 2 - 2
src/views/inspectionWork/details.vue

@@ -371,8 +371,8 @@
                     </span>
                     </span>
                     <span v-else-if="row.textType == 8">
                     <span v-else-if="row.textType == 8">
                       标准值:{{ row.defaultValue
                       标准值:{{ row.defaultValue
-                      }}{{ row.unitName || '' }} 下限:{{ row.minValue
-                      }}{{ row.unitName || '' }} 上限:{{ row.maxValue
+                      }}{{ row.unitName || '' }} 下限:{{ row.minValue||0
+                      }}{{ row.unitName || '' }} 上限:{{ row.maxValue||0
                       }}{{ row.unitName || '' }}
                       }}{{ row.unitName || '' }}
                     </span>
                     </span>
                     <span v-else>
                     <span v-else>