qinhouyu 1 tahun lalu
induk
melakukan
28b207a6f1

+ 3 - 5
src/components/EngineePipe/index.vue

@@ -361,6 +361,7 @@ export default {
       this.currentType = type
       if (this.currentType == 'add') {
         this.title = '新增顶管信息'
+        this.queryParams.enginId = data.id
       } else if (this.currentType == 'put') {
         this.title = '修改顶管信息'
       } else if (this.currentType == 'addMaterial') {
@@ -368,7 +369,6 @@ export default {
         this.enginNodeStatus = '添加用料'
         this.queryParams = sata
       }
-      this.queryParams.enginId = data.id
       this.queryParams.type = data.type
       //带值(民用工程、工业工程、市政工程)
       if (data.type=='民用工程'){
@@ -480,9 +480,7 @@ export default {
     },
     // 表单重置
     reset() {
-      for (let formKey in this.form) {
-        this.form[formKey] = null
-      }
+      this.resetForm("form");
     },
     /** 提交按钮 */
     submitForm() {
@@ -497,7 +495,7 @@ export default {
 
 <style lang="scss" scoped>
 ::v-deep .appendElDialog {
-  width: 850px;
+  width: 950px;
   height: 700px;
 
   .el-dialog__footer {

+ 1 - 1
src/views/zdsz/engineeringPipeJacking/index.vue

@@ -52,7 +52,7 @@
             <el-table-column label="工程规模" align="center" prop="enginScale" />
             <el-table-column label="施工质量" align="center" prop="constructQuality" />
             <el-table-column label="施工进度" align="center" prop="constructSchedule" />
-            <el-table-column label="备注" align="center" prop="remark" show-overflow-tooltip/>
+<!--            <el-table-column label="备注" align="center" prop="remark" show-overflow-tooltip/>-->
             <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="300">
               <template slot-scope="scope">
                   <!-- <el-button