ソースを参照

平台结算报表-保险公司列表查询补充对接人和手机号查询

@dongkboy 2 ヶ月 前
コミット
d524f5d1df

+ 0 - 3
src/views/finance/modules/auditDetail.vue

@@ -897,9 +897,6 @@
       <div id="salesChannelMsg" class="costMsg">
         <div class="title special">
           <div>分销信息</div>
-          <div class="btns">
-            <el-button size="small" type="primary" plain @click="handleCostView">查看出单费用</el-button>
-          </div>
         </div>
         <table class="costTable" cellpadding="0" cellspacing="0">
           <thead>

+ 2 - 0
src/views/platform/platformReport.vue

@@ -278,6 +278,8 @@ const initData1 = () => {
     settlementStartTime: recordForm.value.settlementTime?.[0],
     settlementEndTime: recordForm.value.settlementTime?.[1],
     status: recordForm.value.status,
+    contactPerson: recordForm.value.contactPerson,
+    contactPersonPhone: recordForm.value.contactPersonPhone,
     agreementType: '1'
   }).then((res: any) => {
     if (res.code == 200) {