소스 검색

项目报价

qymljy 2 년 전
부모
커밋
0a91107c2a

+ 3 - 3
src/SDrpManagement/QuotedPrice/detail/modules/contacts/list.vue

@@ -21,7 +21,7 @@
         <toVoid v-if="tool.checkAuth($route.name,'toVoid')" :data="scope.data" @toVoidSuccess="onSuccess"></toVoid>-->
       </template>
     </tableLayout>
-    <div style="margin-top:16px;text-align:right">
+<!--    <div style="margin-top:16px;text-align:right">
       <el-pagination
           background
           small
@@ -32,7 +32,7 @@
           layout="total, prev, pager, next, jumper"
           :total="total">
       </el-pagination>
-    </div>
+    </div>-->
   </div>
 </template>
 
@@ -46,7 +46,7 @@ export default {
   props:["data"],
   data(){
     return {
-      tableHieght:"600px",
+      tableHieght:"200px",
       tablecols:[],
       list:[],
       total:0,

+ 3 - 2
src/SDrpManagement/QuotedPrice/detail/modules/projectChange/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <tableLayout ref="list" :layout="tablecols" :data="list" :custom="true" height="200">
+    <tableLayout  :layout="tablecols" :data="list" :custom="true" height="200">
       <template v-slot:customcol="scope">
         <p >{{scope.column.data[scope.column.columnname]}}</p>
       </template>
@@ -34,7 +34,8 @@ export default {
           "sa_projectid": this.data.sa_projectid
         },
       })
-      console.log(res,"项目商机数据")
+      this.list[0] = res.data
+      console.log(this.list,"项目商机内容")
     }
   },
   created() {