Browse Source

合同调整

qymljy 2 years ago
parent
commit
99647f8a44

+ 1 - 1
src/HDrpManagement/contractManage/components/productDetailList/productDetailList.vue

@@ -250,7 +250,7 @@ export default {
       })
       })
       this.tool.showMessage(res,() => {
       this.tool.showMessage(res,() => {
         this.editIndex = ''
         this.editIndex = ''
-        // this.listData()
+        this.listData()
         this.$emit('editSuccess',res.data.signamount)
         this.$emit('editSuccess',res.data.signamount)
       })
       })
     },
     },

+ 2 - 2
src/HDrpManagement/contractManage/modules/detail.vue

@@ -48,7 +48,7 @@
           </template>
           </template>
         </productBillno>
         </productBillno>
         <!--产品明细折扣表-->
         <!--产品明细折扣表-->
-        <productDetailList :data="mainData" :isLeader="isLeader" ref="productDetailList" v-if="mainData.type == '框架' || mainData.type == '直销'" @priceChange="queryMainData($route.query.id)" @closeDrawer="queryMainData($route.query.id)">
+        <productDetailList :data="mainData" :isLeader="isLeader" ref="productDetailList" v-if="mainData.type == '框架' || mainData.type == '直销'"  @priceChange="queryMainData($route.query.id)" @closeDrawer="queryMainData($route.query.id)">
           <importFile
           <importFile
             v-if="tool.checkAuth($route.name,'exportProduct') && isLeader && mainData.status === '新建'"
             v-if="tool.checkAuth($route.name,'exportProduct') && isLeader && mainData.status === '新建'"
             slot="export"
             slot="export"
@@ -553,7 +553,7 @@ export default {
             },
             },
             {
             {
               label:'合同类型',
               label:'合同类型',
-              value:'经销商合作协议'
+              value:'直销客户合作协议'
             },
             },
             {
             {
               label:'客户',
               label:'客户',