qymljy 2 лет назад
Родитель
Сommit
aadb2160bf

+ 1 - 4
src/Form/QuotedPrice/editCopy copy1.vue

@@ -570,13 +570,10 @@ export default {
           "sa_quotedpriceid":this.form.sa_quotedpriceid     //sat_notice_classid<=0时 为新增
         }
       })
-      console.log(res,"产品明细")
       this.clearData = []
       res.data.forEach((item,index)=>{
-        console.log(item)
         this.clearData[index] = item.sa_quotedprice_itemsid
       })
-      console.log(this.clearData,"需要删除的产品明细")
       this.productClear()
     },
     /*清空产品明细*/
@@ -670,4 +667,4 @@ export default {
   align-items: center;
 }
 
-</style>
+</style>

+ 1 - 1
src/SDrpManagement/commissionDistribution/index.vue

@@ -14,7 +14,7 @@
           <label  class="search__label">状态:</label>
           <el-select class="inline-24" v-model="status" placeholder="请选择状态" @change="selectChange" size="small" clearable>
             <el-option label="新建" value="新建"></el-option>
-            <el-option label="审核" value="审核"></el-option>
+            <el-option label="发放" value="发放"></el-option>
           </el-select>
         </div>
         <div class="mt-10">

+ 3 - 3
src/SDrpManagement/myaccountclass/index.vue

@@ -40,7 +40,7 @@
               </el-input>
             </div>
           </template>
-          <tableLayout :layout="tablecols" :data="list" :opwidth="200" :custom="true" :fixedName="'operation'" height="calc(100vh - 390px)">
+          <tableLayout :layout="tablecols" :data="list" :opwidth="200" :custom="true" :fixedName="'operation'" height="calc(100vh - 430px)">
             <template v-slot:customcol="scope">
               <div v-if="scope.column.columnname == 'type'">
                 {{ scope.column.data.type ? '收入' : '支出' }}
@@ -69,7 +69,7 @@
               />
             </template>
           </tableLayout>
-          <div style="margin-top:16px;text-align:right">
+<!--          <div style="margin-top:16px;text-align:right">
             <el-pagination
               background
               small
@@ -80,7 +80,7 @@
               layout="total, prev, pager, next, jumper"
               :total="total">
             </el-pagination>
-          </div>
+          </div>-->
         </div>
       </div>
     </normal-layout>

+ 6 - 6
src/SDrpManagement/salerAccount/modules/detail.vue

@@ -41,7 +41,7 @@
         </div>
       </div>
       <div style="padding:0 16px 0 16px">
-        <tableNewLayout :layout="tablecols" :data="list" :opwidth="200" height="calc(100vh - 182px)" :width="true" :custom="true" >
+        <tableNewLayout :layout="tablecols" :data="list" :opwidth="200" height="calc(100vh - 134px)" :width="true" :custom="true" >
           <template v-slot:customcol="scope">
             <div v-if="scope.column.columnname === 'type'">
               {{scope.column.data[[scope.column.columnname]] == '1' ? '收入':'支出'}}
@@ -51,7 +51,7 @@
             </div>
           </template>
         </tableNewLayout>
-        <div  class="container normal-panel" style="text-align:right">
+<!--        <div  class="container normal-panel" style="text-align:right">
           <el-pagination
               background
               @size-change="handleSizeChange"
@@ -62,7 +62,7 @@
               layout="total,sizes, prev, pager, next, jumper"
               :total="total">
           </el-pagination>
-        </div>
+        </div>-->
       </div>
 
     </el-drawer>
@@ -107,9 +107,9 @@ export default {
     async listData(){
       this.param.content.hrid = this.hrid
       const res = await this.$api.requested(this.param)
-      this.list = res.data
-      this.total = res.total
-      this.currentPage = res.pageNumner
+      this.list = res.data.rows
+      /*this.total = res.total
+      this.currentPage = res.pageNumner*/
     },
     selectChange(){
       console.log(this.dateSelect)