Bläddra i källkod

底腿页面优化及施工历史公共页面调整

wang_xy 1 år sedan
förälder
incheckning
0611fac852

+ 5 - 5
src/components/ConstructionDetails/index.vue

@@ -102,7 +102,7 @@
                     label-width="95px"
                   >
                     <div class="block" style="display: inline-block; margin-right: 20px;">
-                      <el-input v-model="i.remark" placeholder="请输入具体位置" style="width: 100%"   maxlength="100"  :disabled="status == 'read-only'"></el-input>
+                      <el-input v-model="i.remark" placeholder="请输入施工内容" style="width: 100%"   maxlength="100" type="textarea" :disabled="status == 'read-only'"></el-input>
                     </div>
                   </el-form-item>
                   <el-form-item
@@ -129,12 +129,12 @@
                     v-if="currentDicts.some(item=>item.label==='底腿')"
                     :prop="i.number + ''"
                     :class="enginType != '基建工程' && enginType != '民用工程' ? 'labelWidth' : '' "
-                    label="具体位置"
+                    label=""
                     v-show="i.number != null"
                     label-width="95px"
                   >
                     <div class="block" style="display: inline-block; margin-right: 20px;">
-                      <el-input v-model="i.remark" placeholder="请填写描述" style="width: 200px;" maxlength="255" type="textarea" :disabled="status == 'read-only'"/>
+                      <el-input v-model="i.remark" placeholder="请输入具体位置" style="width: 90%;" maxlength="255" type="number" :disabled="status == 'read-only'"/><span style="font-weight:bold;">根</span>
                     </div>
                   </el-form-item>
 
@@ -348,7 +348,7 @@
               ></ObsImageUpload>
             </div>
             <div style="display: flex;width: 100%;height: 100%;" v-if="currentDicts.some(item=>item.label==='底腿')">
-              <h3 style="width: 95px;font-weight: 600;text-align: center;text-indent: 41px;">沟上部分</h3>
+              <h3 style="width: 95px;font-weight: 600;text-align: center;text-indent: 30px;">沟上部分</h3>
               <ObsImageUpload
                 :class=" status == 'read-only' ? 'obsImageUploads' : '' "
                 ref="obsImageUpload"
@@ -830,7 +830,7 @@ export default {
 
   .el-dialog__body {
     overflow: hidden;
-    height: 94%;
+    height: 91%;
   }
 }
 

+ 2 - 2
src/components/EnginNodeInfo/index.vue

@@ -255,12 +255,12 @@
           <el-form-item
             :prop="'zEngineeringMaterialBo.' + index + '.number'"
             label-width="100px"
-            label="具体施工位置"
+            label=""
           >
             <!--                  :rules="[{required: true, message: '请输入数量', trigger: 'change'},{validator: [checkPositiveInteger], trigger: 'blur'}]"-->
             <div class="block" style="display: inline-block; margin-right: 20px;">
               <!--              <el-input-number v-model="item.number" placeholder="请输入管径" style="width: 100%" type="number" oninput="value = value.replace(/[^\d]/g, '');if(value.length>9); value=value.slice(0,9)" :disabled="status == 'read-only'"></el-input-number>-->
-              <el-input v-model="item.number" placeholder="请输入具体施工位置" style="width: 100%"  :disabled="status == 'read-only'"></el-input>
+              <el-input v-model="item.number" type="number" placeholder="请输入具体位置" style="width: 90%"  :disabled="status == 'read-only'"></el-input><span style="font-weight:bold;">根</span>
             </div>
           </el-form-item>
         </el-col>