From 416b4ef820586a62b136d77fa0ccc185f173b5b9 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期五, 03 一月 2025 21:33:20 +0800
Subject: [PATCH] 1

---
 src/views/system/comp/index.vue | 1388 +++++++++++++++++++++++++-------------------------------
 1 files changed, 622 insertions(+), 766 deletions(-)

diff --git a/src/views/system/comp/index.vue b/src/views/system/comp/index.vue
index ab041e2..3163714 100644
--- a/src/views/system/comp/index.vue
+++ b/src/views/system/comp/index.vue
@@ -1,183 +1,59 @@
 <template>
   <div class="app-container">
-    <el-form
-      :model="queryParams"
-      ref="queryForm"
-      size="small"
-      :inline="true"
-      v-show="showSearch"
-      label-width="68px"
-    >
+    <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
       <el-form-item label="鍗曚綅鍚嶇О" prop="cnName">
-        <el-input
-          ref="inputName"
-          v-model="queryParams.cnName"
-          placeholder="璇疯緭鍏ュ崟浣嶅悕绉�"
-          clearable
-          @keyup.enter.native="handleQuery"
-        />
+        <el-input ref="inputName" v-model="queryParams.cnName" placeholder="璇疯緭鍏ュ崟浣嶅悕绉�" clearable
+          @keyup.enter.native="handleQuery" />
       </el-form-item>
       <el-form-item>
-        <el-button
-          type="primary"
-          icon="el-icon-search"
-          size="mini"
-          @click="handleQuery"
-          style="margin: 0 15px"
-          >鎼滅储</el-button
-        >
-        <el-button icon="el-icon-refresh" size="mini" @click="resetQuery"
-          >閲嶇疆</el-button
-        >
+        <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery"
+          style="margin: 0 15px">鎼滅储</el-button>
+        <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">閲嶇疆</el-button>
       </el-form-item>
     </el-form>
 
     <el-row :gutter="10" class="mb8">
       <el-col :span="1.5">
-        <el-button
-          type="primary"
-          icon="el-icon-plus"
-          size="mini"
-          @click="handleAdd"
-          v-hasPermi="['system:comp:add']"
-          >鏂板</el-button
-        >
+        <el-button type="primary" icon="el-icon-plus" size="mini" @click="handleAdd"
+          v-hasPermi="['system:comp:add']">鏂板</el-button>
       </el-col>
       <el-col :span="1.5">
-        <el-button
-          type="primary"
-          icon="el-icon-edit"
-          size="mini"
-          :disabled="single"
-          @click="handleUpdate"
-          v-hasPermi="['system:comp:edit']"
-          >淇敼</el-button
-        >
+        <el-button type="primary" icon="el-icon-edit" size="mini" :disabled="single" @click="handleUpdate"
+          v-hasPermi="['system:comp:edit']">淇敼</el-button>
       </el-col>
       <el-col :span="1.5">
-        <el-button
-          type="primary"
-          icon="el-icon-delete"
-          size="mini"
-          :disabled="multiple"
-          @click="handleDelete"
-          v-hasPermi="['system:comp:remove']"
-          >鍒犻櫎</el-button
-        >
+        <el-button type="primary" icon="el-icon-delete" size="mini" :disabled="multiple" @click="handleDelete"
+          v-hasPermi="['system:comp:remove']">鍒犻櫎</el-button>
       </el-col>
       <el-col :span="1.5">
-        <el-button
-          type="primary"
-          icon="el-icon-download"
-          size="mini"
-          @click="handleExport"
-          v-hasPermi="['system:comp:export']"
-          >瀵煎嚭</el-button
-        >
+        <el-button type="primary" icon="el-icon-download" size="mini" @click="handleExport"
+          v-hasPermi="['system:comp:export']">瀵煎嚭</el-button>
       </el-col>
       <el-col :span="1.5">
-        <el-button
-          type="primary"
-          icon="el-icon-edit"
-          size="mini"
-          :disabled="single"
-          @click="mainDepartment"
-          v-hasPermi="['system:comp:edit']"
-          >缁存姢閮ㄩ棬</el-button
-        >
+        <el-button type="primary" icon="el-icon-edit" size="mini" :disabled="single" @click="mainDepartment"
+          v-hasPermi="['system:comp:edit']">缁存姢閮ㄩ棬</el-button>
       </el-col>
-      <right-toolbar
-        :showSearch.sync="showSearch"
-        @queryTable="getList"
-      ></right-toolbar>
+      <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
 
-    <el-table
-      border
-      v-loading="loading"
-      :data="compList"
-      @selection-change="handleSelectionChange"
-    >
-      <el-table-column
-        fixed="left"
-        type="selection"
-        width="40px"
-        align="center"
-      />
-      <el-table-column
-        label="搴忓彿"
-        align="center"
-        prop="newID"
-        :show-overflow-tooltip="true"
-        width="50px"
-        fixed="left"
-      />
-      <el-table-column
-        label="鍗曚綅鍚嶇О"
-        align="center"
-        prop="cnName"
-        width="240px"
-      />
-      <el-table-column
-        label="缁熶竴淇$敤浠g爜"
-        align="center"
-        prop="taxNumber"
-        width="180px"
-      />
-      <el-table-column
-        label="鑱旂郴浜�"
-        align="center"
-        prop="contactPerson"
-        :show-overflow-tooltip="true"
-        width="90px"
-      />
-      <el-table-column
-        label="鑱旂郴鐢佃瘽"
-        align="center"
-        prop="contactPhone"
-        :show-overflow-tooltip="true"
-      />
-      <el-table-column
-        label="娉ㄥ唽鍦板潃"
-        align="center"
-        prop="registerAddress"
-        :show-overflow-tooltip="true"
-      />
+    <el-table border v-loading="loading" :data="compList" @selection-change="handleSelectionChange">
+      <el-table-column fixed="left" type="selection" width="40px" align="center" />
+      <el-table-column label="搴忓彿" align="center" prop="newID" :show-overflow-tooltip="true" width="50px" fixed="left" />
+      <el-table-column label="鍗曚綅鍚嶇О" align="center" prop="cnName" width="240px" />
+      <el-table-column label="缁熶竴淇$敤浠g爜" align="center" prop="taxNumber" width="180px" />
+      <el-table-column label="鑱旂郴浜�" align="center" prop="contactPerson" :show-overflow-tooltip="true" width="90px" />
+      <el-table-column label="鑱旂郴鐢佃瘽" align="center" prop="contactPhone" :show-overflow-tooltip="true" />
+      <el-table-column label="娉ㄥ唽鍦板潃" align="center" prop="registerAddress" :show-overflow-tooltip="true" />
       <!-- <el-table-column label="浼佷笟绫诲瀷" align="center" prop="typeOfEnterprise" :show-overflow-tooltip="true">
         <template slot-scope="scope">
           <dict-tag :options="dict.type.dict_comp_type" :value="scope.row.typeOfEnterprise"/>
         </template>
-      </el-table-column> -->
-      <el-table-column
-        label="琛屾斂鍖哄垝"
-        align="center"
-        prop="areaName"
-        :show-overflow-tooltip="true"
-      />
-      <el-table-column
-        label="閫氳鍦板潃"
-        align="center"
-        prop="mailingAddress"
-        :show-overflow-tooltip="true"
-      />
-      <el-table-column
-        label="閭"
-        align="center"
-        prop="email"
-        :show-overflow-tooltip="true"
-      />
-      <el-table-column
-        label="寮�鎴烽摱琛�"
-        align="center"
-        prop="bankAccount"
-        :show-overflow-tooltip="true"
-      />
-      <el-table-column
-        label="閾惰璐﹀彿"
-        align="center"
-        prop="countNum"
-        :show-overflow-tooltip="true"
-      />
+</el-table-column> -->
+      <el-table-column label="琛屾斂鍖哄垝" align="center" prop="areaName" :show-overflow-tooltip="true" />
+      <el-table-column label="閫氳鍦板潃" align="center" prop="mailingAddress" :show-overflow-tooltip="true" />
+      <el-table-column label="閭" align="center" prop="email" :show-overflow-tooltip="true" />
+      <el-table-column label="寮�鎴烽摱琛�" align="center" prop="bankAccount" :show-overflow-tooltip="true" />
+      <el-table-column label="閾惰璐﹀彿" align="center" prop="countNum" :show-overflow-tooltip="true" />
       <!-- <el-table-column label="GMP鍙戣瘉鏃ユ湡" align="center" prop="gmpissueDate" width="180">
         <template slot-scope="scope">
           <span>{{ parseTime(scope.row.gmpissueDate, '{y}-{m}-{d}') }}</span>
@@ -199,42 +75,19 @@
           <image-preview :src="scope.row.gmpPhoto" :width="50" :height="50"/>
         </template>
       </el-table-column> -->
-      <el-table-column
-        label="澶囨敞"
-        align="center"
-        prop="remark"
-        :show-overflow-tooltip="true"
-      />
+      <el-table-column label="澶囨敞" align="center" prop="remark" :show-overflow-tooltip="true" />
       <!-- <el-table-column label="鍒涘缓鏃堕棿" align="center" prop="createTime" width="180">
         <template slot-scope="scope">
           <span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}</span>
         </template>
       </el-table-column> -->
-      <el-table-column
-        label="淇敼浜�"
-        align="center"
-        prop="updateBy"
-        :show-overflow-tooltip="true"
-        width="100px"
-      />
-      <el-table-column
-        label="淇敼鏃堕棿"
-        align="center"
-        prop="updateTime"
-        width="100px"
-        :show-overflow-tooltip="true"
-      >
+      <el-table-column label="淇敼浜�" align="center" prop="updateBy" :show-overflow-tooltip="true" width="100px" />
+      <el-table-column label="淇敼鏃堕棿" align="center" prop="updateTime" width="100px" :show-overflow-tooltip="true">
         <template slot-scope="scope">
           <span>{{ parseTime(scope.row.updateTime, "{y}-{m}-{d}") }}</span>
         </template>
       </el-table-column>
-      <el-table-column
-        label="鎺掑簭"
-        align="center"
-        prop="orderNum"
-        :show-overflow-tooltip="true"
-        width="55px"
-      />
+      <el-table-column label="鎺掑簭" align="center" prop="orderNum" :show-overflow-tooltip="true" width="55px" />
       <!-- <el-table-column label="鏁版嵁鐘舵��(PT10.00.004)" align="center" prop="effective">
         <template slot-scope="scope">
           <dict-tag :options="dict.type.dict_data_status" :value="scope.row.effective"/>
@@ -245,194 +98,88 @@
           <span>{{ parseTime(scope.row.validTime, '{y}-{m}-{d}') }}</span>
         </template>
       </el-table-column> -->
-      <el-table-column
-        fixed="right"
-        label="鎿嶄綔"
-        align="center"
-        class-name="small-padding fixed-width"
-        width="70px"
-      >
+      <el-table-column fixed="right" label="鎿嶄綔" align="center" class-name="small-padding fixed-width" width="70px">
         <template slot-scope="scope">
-          <el-button
-            size="mini"
-            type="text"
-            icon="el-icon-edit"
-            @click="handleUpdate(scope.row)"
-            v-hasPermi="['system:comp:edit']"
-            title="淇敼"
-          ></el-button>
-          <el-button
-            size="mini"
-            type="text"
-            icon="el-icon-delete"
-            @click="handleDelete(scope.row)"
-            v-hasPermi="['system:comp:remove']"
-            title="鍒犻櫎"
-          ></el-button>
+          <el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
+            v-hasPermi="['system:comp:edit']" title="淇敼"></el-button>
+          <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)"
+            v-hasPermi="['system:comp:remove']" title="鍒犻櫎"></el-button>
         </template>
       </el-table-column>
     </el-table>
 
     <div class="pag">
       <div class="pag1">
-        <pagination
-          v-show="total > 0"
-          :total="total"
-          :page.sync="queryParams.pageNum"
-          :limit.sync="queryParams.pageSize"
-          @pagination="getList"
-        />
+        <pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNum"
+          :limit.sync="queryParams.pageSize" @pagination="getList" />
       </div>
     </div>
 
     <div>
-      <el-dialog
-        :title="title"
-        :visible.sync="opens"
-        width="1350px"
-        append-to-body
-      >
+      <el-dialog :title="title" :visible.sync="opens" width="1350px" append-to-body :close-on-click-modal="false">
         <el-row :gutter="20">
           <el-col :span="7" :xs="24">
             <div style="padding: 0 20px">
-              <el-form
-                ref="form"
-                :model="form"
-                :rules="rules"
-                label-width="80px"
-                :inline="true"
-              >
+              <el-form ref="form" :model="form" :rules="rules" label-width="80px" :inline="true">
                 <el-form-item label="閮ㄩ棬鍚嶇О" prop="dwDeptName">
-                  <el-input
-                    v-model="form.dwDeptName"
-                    placeholder="璇疯緭鍏ラ儴闂ㄥ悕绉�"
-                  />
+                  <el-input v-model="form.dwDeptName" placeholder="璇疯緭鍏ラ儴闂ㄥ悕绉�" />
                 </el-form-item>
                 <el-form-item label="绛剧害閲戦" prop="signingPrice">
-                  <el-input
-                    v-model="form.signingPrice"
-                    placeholder="璇疯緭鍏ョ绾﹂噾棰�"
-                  />
+                  <el-input v-model="form.signingPrice" placeholder="璇疯緭鍏ョ绾﹂噾棰�" />
                 </el-form-item>
               </el-form>
               <el-row :gutter="10" class="mb8">
                 <el-col :span="1.5">
-                  <el-button
-                    type="primary"
-                    icon="el-icon-plus"
-                    size="mini"
-                    @click="handleAddDept"
-                    v-hasPermi="['system:comp:add']"
-                    >淇濆瓨閮ㄩ棬</el-button
-                  >
+                  <el-button type="primary" icon="el-icon-plus" size="mini" @click="handleAddDept"
+                    v-hasPermi="['system:comp:add']">淇濆瓨閮ㄩ棬</el-button>
                 </el-col>
                 <el-col :span="1.5">
-                  <el-button
-                    type="primary"
-                    icon="el-icon-edit"
-                    size="mini"
-                    :disabled="singleg"
-                    @click="handledeleDept"
-                    v-hasPermi="['system:comp:edit']"
-                    >鍒犻櫎</el-button
-                  >
+                  <el-button type="primary" icon="el-icon-edit" size="mini" :disabled="singleg" @click="handledeleDept"
+                    v-hasPermi="['system:comp:edit']">鍒犻櫎</el-button>
                 </el-col>
               </el-row>
-              <el-table
-                ref="tb"
-                v-loading="loading"
-                :data="deptList"
-                @selection-change="handleSelection"
-                border
-                style="width: 320px"
-                height="350"
-              >
+              <el-table ref="tb" v-loading="loading" :data="deptList" @selection-change="handleSelection" border
+                style="width: 320px" height="350">
                 <el-table-column type="selection" width="40px" align="center" />
-                <el-table-column
-                  label="閮ㄩ棬鍚嶇О"
-                  align="center"
-                  prop="dwDeptName"
-                />
+                <el-table-column label="閮ㄩ棬鍚嶇О" align="center" prop="dwDeptName" />
               </el-table>
             </div>
           </el-col>
           <el-col :span="17" :xs="24">
-            <el-form
-              ref="form"
-              :model="forms"
-              :rules="rules"
-              label-width="78px"
-              :inline="true"
-            >
+            <el-form ref="form" :model="forms" :rules="rules" label-width="78px" :inline="true">
               <el-form-item label="鍒嗙粍鍚嶇О" prop="groupingName">
-                <el-input
-                  v-model="forms.groupingName"
-                  placeholder="璇疯緭鍏ュ垎缁勫悕绉�"
-                  style="width: 130px"
-                  @focus="changegroupingName"
-                />
+                <el-input v-model="forms.groupingName" placeholder="璇疯緭鍏ュ垎缁勫悕绉�" style="width: 130px"
+                  @focus="changegroupingName" />
               </el-form-item>
               <el-form-item label="鎬у埆" prop="sex">
-                <el-select
-                  v-model="forms.sex"
-                  placeholder="璇烽�夋嫨鎬у埆"
-                  style="width: 120px"
-                  clearable
-                >
-                  <el-option
-                    v-for="dict in dict.type.sys_user_sex"
-                    :key="dict.value"
-                    :label="dict.label"
-                    :value="dict.value"
-                  />
+                <el-select v-model="forms.sex" placeholder="璇烽�夋嫨鎬у埆" style="width: 120px" clearable
+                  :disabled="isSexDisabled">
+                  <el-option v-for="dict in dict.type.sys_user_sex" :key="dict.value" :label="dict.label"
+                    :value="dict.value" />
                 </el-select>
               </el-form-item>
-              <el-form-item label="濂楅鍚嶇О" prop="pacName">
+              <!-- <el-form-item label="濂楅鍚嶇О" prop="pacName">
                 <el-input
                   v-model="forms.pacName"
                   placeholder="璇疯緭鍏ュ椁愬悕绉�"
                   @focus="changeName"
                   style="width: 130px"
                 />
-              </el-form-item>
+              </el-form-item> -->
               <el-form-item label="鍘熶环" prop="price">
-                <el-input
-                  v-model="forms.price"
-                  placeholder="璇疯緭鍏ュ師浠�"
-                  style="width: 130px"
-                />
+                <el-input v-model="forms.price" placeholder="璇疯緭鍏ュ師浠�" style="width: 130px" />
               </el-form-item>
-              <el-form-item label="鎶樻墸" prop="limits">
-                <el-input
-                  v-model="forms.limits"
-                  placeholder="璇疯緭鍏ユ姌鎵�"
-                  style="width: 130px"
-                  :disabled="isfalse"
-                  @change="numberChange"
-                />
-              </el-form-item>
+              <!-- <el-form-item label="鎶樻墸" prop="limits">
+                <el-input v-model="forms.limits" placeholder="璇疯緭鍏ユ姌鎵�" style="width: 130px" @change="numberChange" />
+              </el-form-item> -->
 
-              <el-form-item label="搴旀敹" prop="ysPrice">
-                <el-input
-                  v-model="forms.ysPrice"
-                  placeholder="璇疯緭鍏ュ簲鏀�"
-                  style="width: 120px"
-                  disabled
-                />
+              <el-form-item label="浼樻儬浠�" prop="ysPrice">
+                <el-input v-model="forms.ysPrice" placeholder="璇疯緭鍏ュ簲鏀�" style="width: 120px" />
               </el-form-item>
               <el-form-item label="缁撶畻鏂瑰紡" prop="payType">
-                <el-select
-                  v-model="forms.payType"
-                  placeholder="璇烽�夋嫨缁撶畻鏂瑰紡"
-                  style="width: 130px"
-                  clearable
-                >
-                  <el-option
-                    v-for="dict in dict.type.reservation_pay_type"
-                    :key="dict.value"
-                    :label="dict.label"
-                    :value="dict.value"
-                  />
+                <el-select v-model="forms.payType" placeholder="璇烽�夋嫨缁撶畻鏂瑰紡" style="width: 130px" clearable>
+                  <el-option v-for="dict in dict.type.reservation_pay_type" :key="dict.value" :label="dict.label"
+                    :value="dict.value" />
                 </el-select>
               </el-form-item>
               <el-form-item label="骞撮緞娈�">
@@ -444,75 +191,40 @@
                   <el-input v-model="forms.gtAge" style="width: 54px" />
                 </el-col>
               </el-form-item>
+
+
+
+
             </el-form>
 
             <el-row :gutter="10" class="mb8">
               <el-col :span="1.5">
-                <el-button
-                  type="primary"
-                  icon="el-icon-plus"
-                  size="mini"
-                  @click="handleGroup"
-                  v-hasPermi="['system:comp:add']"
-                  >淇濆瓨</el-button
-                >
+                <el-button type="primary" icon="el-icon-plus" size="mini" @click="handleGroup">淇濆瓨</el-button>
               </el-col>
               <el-col :span="1.5">
-                <el-button
-                  type="primary"
-                  icon="el-icon-edit"
-                  size="mini"
-                  :disabled="singlegg"
-                  @click="GroupUpdate"
-                  v-hasPermi="['system:comp:edit']"
-                  >閲嶇疆</el-button
-                >
-                <el-button
-                  type="primary"
-                  icon="el-icon-edit"
-                  size="mini"
-                  :disabled="singlegg"
-                  @click="deleteGroup"
-                  v-hasPermi="['system:comp:edit']"
-                  >鍒犻櫎</el-button
-                >
+                <el-button type="primary" icon="el-icon-edit" size="mini" @click="xiangmuWh">椤圭洰缁存姢</el-button>
+              </el-col>
+              <el-col :span="1.5">
+                <el-button type="primary" icon="el-icon-edit" size="mini" :disabled="singlegg"
+                  @click="GroupUpdate">閲嶇疆</el-button>
+                <el-button type="primary" icon="el-icon-edit" size="mini" :disabled="singlegg"
+                  @click="deleteGroup">鍒犻櫎</el-button>
               </el-col>
             </el-row>
-            <el-table
-              border
-              ref="tbs"
-              v-loading="loading"
-              :data="groupingList"
-              @selection-change="handleChange"
-              height="350"
-            >
+            <el-table border ref="tbs" v-loading="loading" :data="groupingList" @selection-change="handleChange"
+              height="350">
               <el-table-column type="selection" width="40px" align="center" />
-              <el-table-column
-                label="搴忓彿"
-                align="center"
-                prop="newID"
-                width="50px"
-              />
-              <el-table-column
-                label="鍒嗙粍鍚嶇О"
-                align="center"
-                prop="groupingName"
-              />
+              <el-table-column label="搴忓彿" align="center" prop="newID" width="50px" />
+              <el-table-column label="鍒嗙粍鍚嶇О" align="center" prop="groupingName" />
               <el-table-column label="鎬у埆" align="center" prop="sex">
                 <template slot-scope="scope">
-                  <dict-tag
-                    :options="dict.type.sys_user_sex"
-                    :value="scope.row.sex"
-                  />
+                  <dict-tag :options="dict.type.sys_user_sex" :value="scope.row.sex" />
                 </template>
               </el-table-column>
               <el-table-column label="濂楅鍚嶇О" align="center" prop="pacName" />
               <el-table-column label="缁撶畻鏂瑰紡" align="center" prop="payType">
                 <template slot-scope="scope">
-                  <dict-tag
-                    :options="dict.type.reservation_pay_type"
-                    :value="scope.row.payType"
-                  />
+                  <dict-tag :options="dict.type.reservation_pay_type" :value="scope.row.payType" />
                 </template>
               </el-table-column>
               <el-table-column label="鎶樻墸" align="center" prop="limits" />
@@ -526,62 +238,24 @@
 
     <!-- 濂楅 -->
     <div>
-      <el-dialog
-        :title="title"
-        :visible.sync="openss"
-        width="1400px"
-        append-to-body
-      >
+      <el-dialog :title="title" :visible.sync="openss" width="1400px" append-to-body :close-on-click-modal="false">
         <el-row :gutter="24">
           <el-col :span="8" :xs="24">
-            <el-form
-              :model="queryParams"
-              ref="queryForm"
-              size="small"
-              :inline="true"
-              label-width="68px"
-            >
+            <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="68px">
               <el-form-item label="濂楅鍚嶇О" prop="pacName">
-                <el-input
-                  ref="inputName"
-                  v-model="queryParams.pacName"
-                  placeholder="璇疯緭鍏ュ椁愬悕绉�"
-                  clearable
-                  @keyup.enter.native="handleSearch"
-                  style="width: 140px"
-                />
+                <el-input ref="inputName" v-model="queryParams.pacName" placeholder="璇疯緭鍏ュ椁愬悕绉�" clearable
+                  @keyup.enter.native="handleSearch" style="width: 140px" />
               </el-form-item>
               <el-form-item>
-                <el-button
-                  type="primary"
-                  icon="el-icon-search"
-                  size="mini"
-                  @click="handleSearch"
-                  >鎼滅储</el-button
-                >
+                <el-button type="primary" icon="el-icon-search" size="mini" @click="handleSearch">鎼滅储</el-button>
                 <!-- <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">閲嶇疆</el-button> -->
               </el-form-item>
             </el-form>
-            <el-table
-              ref="tbone"
-              border
-              v-loading="loading"
-              :data="newpacName"
-              @selection-change="handleChangeOne"
-              height="478"
-            >
+            <el-table ref="tbone" border v-loading="loading" :data="newpacName" @selection-change="handleChangeOne"
+              height="478">
               <el-table-column type="selection" width="40px" align="center" />
-              <el-table-column
-                label="搴忓彿"
-                align="center"
-                prop="newID"
-                width="50px"
-              />
-              <el-table-column
-                label="濂楅鍚嶇О/浠锋牸/鍏�"
-                align="center"
-                prop="pacName"
-              >
+              <el-table-column label="搴忓彿" align="center" prop="newID" width="50px" />
+              <el-table-column label="濂楅鍚嶇О/浠锋牸/鍏�" align="center" prop="pacName">
                 <template slot-scope="scope">
                   {{ scope.row.pacName + "/" + scope.row.price }}
                 </template>
@@ -589,101 +263,55 @@
             </el-table>
           </el-col>
           <el-col :span="6" :xs="24">
-            <el-form
-              :model="queryParams"
-              ref="queryForm"
-              size="small"
-              :inline="true"
-              label-width="46px"
-              style="height: 35px"
-            >
+            <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="46px"
+              style="height: 35px">
               <el-form-item label="鍚堣" prop="price">
-                <el-input
-                  ref="inputName"
-                  v-model="queryParams.price"
-                  placeholder="鍚堣"
-                  clearable
-                  style="width: 140px"
-                />
+                <el-input ref="inputName" v-model="queryParams.price" placeholder="鍚堣" clearable style="width: 140px" />
+              </el-form-item>
+              <el-form-item>
+                <el-button icon="el-icon-refresh" size="mini" @click="resetQuerys">閲嶇疆</el-button>
               </el-form-item>
             </el-form>
-            <div style="color: red; font-size: 8px">
+            <!-- <div style="color: red; font-size: 8px">
               娉ㄩ噴锛氶紶鏍囧乏閿弻鍑婚�変腑琛屽彲鍒犻櫎
-            </div>
-            <el-table
-              border
-              v-loading="loading"
-              :data="OnenewpacName"
-              :row-class-name="tableRowClassName"
-              @row-dblclick="dbclick"
-              height="478"
-            >
-              <el-table-column
-                label="椤圭洰鍚嶇О/浠锋牸/鍏�"
-                align="center"
-                prop="proName"
-              >
+            </div> -->
+            <!--       @row-dblclick="dbclick" -->
+            <el-table border v-loading="loading" :data="OnenewpacName" :row-class-name="tableRowClassName" height="478">
+              <el-table-column label="椤圭洰鍚嶇О/浠锋牸/鍏�" align="center" prop="proName">
                 <template slot-scope="scope">
                   {{ scope.row.proName + "/" + scope.row.proPrice }}
+                </template>
+              </el-table-column>
+
+              <el-table-column label="鎿嶄綔" align="center" width="68">
+                <template slot-scope="scope">
+                  <el-button size="mini" type="text" icon="el-icon-delete"
+                    @click="handledbelete(scope.row)">鍒犻櫎</el-button>
                 </template>
               </el-table-column>
             </el-table>
           </el-col>
           <el-col :span="2" :xs="24">
-            <div style="margin: 240% 6%">
-              <el-button
-                type="primary"
-                size="medium "
-                icon="el-icon-back"
-                @click="resetright"
-                >纭� 璁�</el-button
-              >
+            <div style="margin: 240% 16%">
+              <el-button type="primary" size="medium " icon="el-icon-back" @click="resetright">纭� 璁�</el-button>
             </div>
           </el-col>
           <el-col :span="8" :xs="24">
-            <el-form
-              :model="queryParams"
-              ref="queryForm"
-              size="small"
-              :inline="true"
-              v-show="showSearch"
-              label-width="68px"
-            >
+            <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch"
+              label-width="68px">
               <el-form-item label="椤圭洰鍚嶇О" prop="proName">
-                <el-input
-                  ref="inputName"
-                  v-model="queryParams.proName"
-                  placeholder="璇疯緭鍏ラ」鐩悕绉�"
-                  clearable
-                  @keyup.enter.native="handleSearchFor"
-                  style="width: 140px"
-                />
+                <el-input ref="inputName" v-model="queryParams.proName" placeholder="璇疯緭鍏ラ」鐩悕绉�" clearable
+                  @keyup.enter.native="handleSearchFor" style="width: 140px" />
               </el-form-item>
               <el-form-item>
-                <el-button
-                  type="primary"
-                  icon="el-icon-search"
-                  size="mini"
-                  @click="handleSearchFor"
-                  >鎼滅储</el-button
-                >
+                <el-button type="primary" icon="el-icon-search" size="mini" @click="handleSearchFor">鎼滅储</el-button>
               </el-form-item>
             </el-form>
-            <el-table
-              border
-              v-loading="loading"
-              ref="tre"
-              :data="Treedata"
-              @selection-change="handleChangesingle"
-              height="478"
-            >
+            <el-table border v-loading="loading" ref="tre" :data="Treedata" @selection-change="handleChangesingle"
+              height="478">
               <el-table-column type="selection" width="40px" align="center" />
               <el-table-column label="椤圭洰鍚嶇О" align="center" prop="proName" />
-              <el-table-column
-                label="椤圭洰浠锋牸/鍏�"
-                align="center"
-                prop="proPrice"
-              />
+              <el-table-column label="椤圭洰浠锋牸/鍏�" align="center" prop="proPrice" />
             </el-table>
           </el-col>
         </el-row>
@@ -694,34 +322,171 @@
       </el-dialog>
     </div>
 
+    <div>
+      <el-dialog :title="title" :visible.sync="openOne" width="1400px" append-to-body :close-on-click-modal="false">
+        <el-row :gutter="24" v-if="!isTableVisible">
+
+          <el-col :span="11" :xs="24">
+            <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="46px"
+              style="height: 35px">
+              <el-form-item label="鍘熶环">
+                <el-input ref="inputName" v-model="queryParams.price" placeholder="鍚堣" clearable style="width: 140px" />
+              </el-form-item>
+              <el-form-item label="浼樻儬">
+                <el-input-number ref="inputNumber" style="width: 150px" v-model="youhui" :precision="2"
+                  :step="0.1" :max="10" :min="1"></el-input-number>
+              </el-form-item>
+              <el-form-item label="鐜颁环">
+                <el-input ref="inputName" v-model="queryParams.xianprice" placeholder="鍚堣" clearable
+                  style="width: 140px" />
+              </el-form-item>
+              <el-form-item>
+                <el-button icon="el-icon-refresh" size="mini" @click="resetQuerys">閲嶇疆</el-button>
+              </el-form-item>
+            </el-form>
+            <el-table border v-loading="loading" :data="OnenewpacName" :row-class-name="tableRowClassName" height="478">
+              <el-table-column label="椤圭洰鍚嶇О/浠锋牸/鍏�" align="center" prop="proName">
+
+                <template slot-scope="scope">
+                  {{ scope.row.proName + "/" + scope.row.proPrice }}
+                </template>
+              </el-table-column>
+              <el-table-column label="鍘熶环" align="center" prop="proPrice"></el-table-column>
+              <el-table-column label="鎶樻墸">
+                <template slot-scope="scope">
+                  <!-- 鍙緭鍏ョ函鏁板瓧鎶樻墸 -->
+                  <el-input v-model.number="scope.row.limits" @input="validateDiscount(scope.row)" placeholder="杈撳叆鎶樻墸"
+                    size="small" type="number" min="0" step="1" max="10">
+                  </el-input>
+                </template>
+              </el-table-column>
+              <el-table-column label="鐜颁环" align="center" prop="ysPrice"></el-table-column>
+              <el-table-column label="鎿嶄綔" align="center" width="68">
+                <template slot-scope="scope">
+                  <el-button size="mini" type="text" icon="el-icon-delete"
+                    @click="handledbelete(scope.row)">鍒犻櫎</el-button>
+                </template>
+              </el-table-column>
+            </el-table>
+          </el-col>
+          <el-col :span="2" :xs="24">
+            <div style="margin: 240% 16%">
+              <el-button type="primary" size="medium " icon="el-icon-back"
+                style="writing-mode: vertical-rl; text-align: center;letter-spacing: 10px;"
+                @click="resetright">纭</el-button>
+            </div>
+          </el-col>
+          <el-col :span="11" :xs="24">
+            <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch"
+              label-width="68px">
+              <el-form-item label="椤圭洰鍚嶇О" prop="proName">
+                <el-input ref="inputName" v-model="queryParams.proName" placeholder="璇疯緭鍏ラ」鐩悕绉�" clearable
+                  @keyup.enter.native="handleSearchFor" style="width: 140px" />
+              </el-form-item>
+              <el-form-item>
+                <el-button type="primary" icon="el-icon-search" size="mini" @click="handleSearchFor">鎼滅储</el-button>
+              </el-form-item>
+            </el-form>
+            <el-table border v-loading="loading" ref="tre" :data="Treedata" @selection-change="handleChangesingle"
+              height="478" style="width: 70%">
+              <el-table-column type="selection" width="40px" align="center" />
+              <el-table-column label="椤圭洰鍚嶇О" align="center" prop="proName" />
+              <el-table-column label="椤圭洰浠锋牸/鍏�" align="center" prop="proPrice" />
+            </el-table>
+          </el-col>
+        </el-row>
+        <!-- -=----------------------------------------------------- -->
+        <el-row :gutter="24" v-else>
+          <el-col :span="8" :xs="24">
+            <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="68px">
+              <el-form-item label="濂楅鍚嶇О" prop="pacName">
+                <el-input ref="inputName" v-model="queryParams.pacName" placeholder="璇疯緭鍏ュ椁愬悕绉�" clearable
+                  @keyup.enter.native="handleSearch" style="width: 140px" />
+              </el-form-item>
+              <el-form-item>
+                <el-button type="primary" icon="el-icon-search" size="mini" @click="handleSearch">鎼滅储</el-button>
+                <!-- <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">閲嶇疆</el-button> -->
+              </el-form-item>
+            </el-form>
+            <el-table ref="tbone" border v-loading="loading" :data="newpacName" @selection-change="handleChangeOne"
+              height="478">
+              <el-table-column type="selection" width="40px" align="center" />
+              <el-table-column label="搴忓彿" align="center" prop="newID" width="50px" />
+              <el-table-column label="濂楅鍚嶇О/浠锋牸/鍏�" align="center" prop="pacName">
+                <template slot-scope="scope">
+                  {{ scope.row.pacName + "/" + scope.row.price }}
+                </template>
+              </el-table-column>
+            </el-table>
+          </el-col>
+          <el-col :span="6" :xs="24">
+            <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="46px"
+              style="height: 35px">
+              <el-form-item label="鍚堣" prop="price">
+                <el-input ref="inputName" v-model="queryParams.price" placeholder="鍚堣" clearable style="width: 140px" />
+              </el-form-item>
+              <el-form-item>
+                <el-button icon="el-icon-refresh" size="mini" @click="resetQuerys">閲嶇疆</el-button>
+              </el-form-item>
+            </el-form>
+            <el-table border v-loading="loading" :data="OnenewpacName" :row-class-name="tableRowClassName" height="478">
+              <el-table-column label="椤圭洰鍚嶇О/浠锋牸/鍏�" align="center" prop="proName">
+
+                <template slot-scope="scope">
+                  {{ scope.row.proName + "/" + scope.row.proPrice }}
+                </template>
+              </el-table-column>
+              <el-table-column label="鍘熶环" align="center" prop="proPrice"></el-table-column>
+              <el-table-column label="鎿嶄綔" align="center" width="68">
+                <template slot-scope="scope">
+                  <el-button size="mini" type="text" icon="el-icon-delete"
+                    @click="handledbelete(scope.row)">鍒犻櫎</el-button>
+                </template>
+              </el-table-column>
+            </el-table>
+          </el-col>
+          <el-col :span="2" :xs="24">
+            <div style="margin: 240% 16%">
+              <el-button type="primary" size="medium " icon="el-icon-back"
+                style="writing-mode: vertical-rl; text-align: center;letter-spacing: 10px;"
+                @click="resetright">纭</el-button>
+            </div>
+          </el-col>
+          <el-col :span="8" :xs="24">
+            <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch"
+              label-width="68px">
+              <el-form-item label="椤圭洰鍚嶇О" prop="proName">
+                <el-input ref="inputName" v-model="queryParams.proName" placeholder="璇疯緭鍏ラ」鐩悕绉�" clearable
+                  @keyup.enter.native="handleSearchFor" style="width: 140px" />
+              </el-form-item>
+              <el-form-item>
+                <el-button type="primary" icon="el-icon-search" size="mini" @click="handleSearchFor">鎼滅储</el-button>
+              </el-form-item>
+            </el-form>
+            <el-table border v-loading="loading" ref="tre" :data="Treedata" @selection-change="handleChangesingle"
+              height="478" style="width: 70%">
+              <el-table-column type="selection" width="40px" align="center" />
+              <el-table-column label="椤圭洰鍚嶇О" align="center" prop="proName" width="130" />
+              <el-table-column label="椤圭洰浠锋牸/鍏�" align="center" prop="proPrice" width="100" />
+            </el-table>
+          </el-col>
+        </el-row>
+        <div slot="footer" class="dialog-footer1">
+          <el-button type="primary" @click="submitrighr">纭骞朵繚瀛�</el-button>
+          <el-button @click="cancell">鍙� 娑�</el-button>
+        </div>
+      </el-dialog>
+    </div>
+
     <!-- 娣诲姞鎴栦慨鏀逛綋妫�鍗曚綅淇℃伅缁存姢瀵硅瘽妗� -->
     <div class="dia">
-      <el-dialog
-        :title="title"
-        :visible.sync="open"
-        width="1340px"
-        append-to-body
-      >
-        <el-form
-          ref="form"
-          :model="form"
-          :rules="rules"
-          label-width="106px"
-          :inline="true"
-        >
+      <el-dialog :title="title" :visible.sync="open" width="1340px" append-to-body>
+        <el-form ref="form" :model="form" :rules="rules" label-width="106px" :inline="true">
           <el-form-item label="鍗曚綅鍚嶇О" prop="cnName">
-            <el-input
-              v-model="form.cnName"
-              placeholder="璇疯緭鍏ヤ腑鏂囧悕绉�"
-              style="width: 520px"
-            />
+            <el-input v-model="form.cnName" placeholder="璇疯緭鍏ヤ腑鏂囧悕绉�" style="width: 520px" />
           </el-form-item>
           <el-form-item label="缁熶竴淇$敤浠g爜" prop="taxNumber">
-            <el-input
-              v-model="form.taxNumber"
-              placeholder="璇疯緭鍏ョ粺涓�淇$敤浠g爜"
-              style="width: 520px"
-            />
+            <el-input v-model="form.taxNumber" placeholder="璇疯緭鍏ョ粺涓�淇$敤浠g爜" style="width: 520px" />
           </el-form-item>
           <el-form-item label="娉曚汉浠h〃" prop="legalPerson">
             <el-input v-model="form.legalPerson" placeholder="璇疯緭鍏ユ硶浜�" />
@@ -730,10 +495,7 @@
             <el-input v-model="form.contactPerson" placeholder="璇疯緭鍏ヨ仈绯讳汉" />
           </el-form-item>
           <el-form-item label="鑱旂郴鐢佃瘽" prop="contactPhone">
-            <el-input
-              v-model="form.contactPhone"
-              placeholder="璇疯緭鍏ヨ仈绯荤數璇�"
-            />
+            <el-input v-model="form.contactPhone" placeholder="璇疯緭鍏ヨ仈绯荤數璇�" />
           </el-form-item>
           <el-form-item label="浼犵湡" prop="faxNumber">
             <el-input v-model="form.faxNumber" placeholder="璇疯緭鍏ヤ紶鐪�" />
@@ -744,32 +506,16 @@
         </el-form-item> -->
 
           <el-form-item label="娉ㄥ唽鍦板潃" prop="registerAddress">
-            <el-input
-              v-model="form.registerAddress"
-              placeholder="璇疯緭鍏ユ敞鍐屽湴鍧�"
-              style="width: 1157px"
-            />
+            <el-input v-model="form.registerAddress" placeholder="璇疯緭鍏ユ敞鍐屽湴鍧�" style="width: 1157px" />
           </el-form-item>
           <el-form-item label="閫氳鍦板潃" prop="mailingAddress">
-            <el-input
-              v-model="form.mailingAddress"
-              placeholder="璇疯緭鍏ラ�氳鍦板潃"
-              style="width: 1157px"
-            />
+            <el-input v-model="form.mailingAddress" placeholder="璇疯緭鍏ラ�氳鍦板潃" style="width: 1157px" />
           </el-form-item>
           <el-form-item label="寮�鎴烽摱琛�" prop="bankAccount">
-            <el-input
-              v-model="form.bankAccount"
-              placeholder="璇疯緭鍏ュ紑鎴烽摱琛�"
-              style="width: 520px"
-            />
+            <el-input v-model="form.bankAccount" placeholder="璇疯緭鍏ュ紑鎴烽摱琛�" style="width: 520px" />
           </el-form-item>
           <el-form-item label="閾惰璐︽埛" prop="countNum">
-            <el-input
-              v-model="form.countNum"
-              placeholder="璇疯緭鍏ラ摱琛岃处鎴�"
-              style="width: 520px"
-            />
+            <el-input v-model="form.countNum" placeholder="璇疯緭鍏ラ摱琛岃处鎴�" style="width: 520px" />
           </el-form-item>
           <el-form-item label="鑱旂郴閭" prop="email">
             <el-input v-model="form.email" placeholder="璇疯緭鍏ラ偖绠�" />
@@ -782,10 +528,7 @@
           </el-form-item>
 
           <el-form-item label="琛屾斂鍖哄垝鍚嶇О" prop="areaName">
-            <el-input
-              v-model="form.areaName"
-              placeholder="璇疯緭鍏ヨ鏀垮尯鍒掑悕绉�"
-            />
+            <el-input v-model="form.areaName" placeholder="璇疯緭鍏ヨ鏀垮尯鍒掑悕绉�" />
           </el-form-item>
           <!-- <el-form-item label="浼佷笟绫诲瀷" prop="typeOfEnterprise">
           <el-select v-model="form.typeOfEnterprise" placeholder="璇烽�夋嫨浼佷笟绫诲瀷">
@@ -861,15 +604,8 @@
             </el-date-picker>
           </el-form-item><br> -->
           <el-form-item label="澶囨敞" prop="remark">
-            <el-input
-              v-model="form.remark"
-              type="textarea"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              :rows="2"
-              label-width="400px"
-              style="width: 830px"
-              resize="none"
-            ></el-input>
+            <el-input v-model="form.remark" type="textarea" placeholder="璇疯緭鍏ュ唴瀹�" :rows="2" label-width="400px"
+              style="width: 830px" resize="none"></el-input>
           </el-form-item>
           <!-- <el-form-item label="浜旂瑪绠�鐮�" prop="wbm">
           <el-input v-model="form.wbm" placeholder="璇疯緭鍏ヤ簲绗旂畝鐮�" />
@@ -885,12 +621,12 @@
 </template>
 
 <script>
+import Big from 'big.js';
 import {
   listComp,
   getComp,
   delComp,
   addComp,
-  getfzgrouping,
   updateComp,
   addDept,
   Deptlist,
@@ -900,8 +636,9 @@
   getProjectList,
   getPackageList,
   delegrouping,
+  getDetails,
 } from "@/api/system/comp";
-import { deptTreeSelect, projectGetList } from "@/api/system/tijian";
+import { deptTreeSelect, projectGetList, getconfigKey } from "@/api/system/tijian";
 import { getInfo } from "@/api/login";
 export default {
   name: "Comp",
@@ -913,7 +650,6 @@
   ],
   data() {
     let checkPhoneNum = (rule, value, callback) => {
-      console.log(value);
       let patter = new RegExp(/^1\s*[3456789]\s*(\d\s*){9}$/);
       if (value == "" && value == undefined && !value) {
         return callback("");
@@ -931,6 +667,8 @@
       id: "",
       // 閫変腑鏁扮粍
       ids: [],
+      // 鎺у埗鎬у埆閫夋嫨妗嗘槸鍚︾鐢�
+      isSexDisabled: false,
       dwIds: [],
       groupIds: [],
       deptList: [],
@@ -940,6 +678,7 @@
       pacList: [],
       dataList: [],
       groupList: [],
+      dataLists: [],
       // 闈炲崟涓鐢�
       single: true,
       singleg: true,
@@ -960,6 +699,7 @@
       open: false,
       opens: false,
       openss: false,
+      openOne: false,
       // 鏌ヨ鍙傛暟
       queryParams: {
         pageNum: 1,
@@ -968,6 +708,8 @@
         enName: null,
         code: null,
         price: null,
+        xianprice: null,
+        limits: null
       },
       id: "",
       // 琛ㄥ崟鍙傛暟
@@ -978,10 +720,11 @@
         gtAge: 100,
         groupingName: "",
         pacName: "",
-        payType: "",
-        sex: "",
+        payType: "1",
+        sex: "2",
       },
-
+      sfzs: '',
+      youhui: '',
       // 琛ㄥ崟鏍¢獙
       rules: {
         cnName: [{ required: true, validator: checkPhoneNum, trigger: "blur" }],
@@ -992,11 +735,11 @@
           { required: true, validator: checkPhoneNum, trigger: "blur" },
         ],
         gtAge: [{ required: true, validator: checkPhoneNum, trigger: "blur" }],
-        limits: [{ required: true, validator: checkPhoneNum, trigger: "blur" }],
+        limits: [{ required: false, validator: checkPhoneNum, trigger: "blur" }],
         ltAge: [{ required: true, validator: checkPhoneNum, trigger: "blur" }],
-        pacName: [
+        /*  pacName: [
           { required: true, validator: checkPhoneNum, trigger: "blur" },
-        ],
+        ], */
         payType: [
           { required: true, validator: checkPhoneNum, trigger: "blur" },
         ],
@@ -1011,39 +754,64 @@
         contactPhone: [
           { required: true, validator: checkPhoneNum, trigger: "blur" },
         ],
-        taxNumber: [
-          { required: true, validator: checkPhoneNum, trigger: "blur" },
-        ],
-        legalPerson: [
-          { required: true, validator: checkPhoneNum, trigger: "blur" },
-        ],
-        registerAddress: [
-          { required: true, validator: checkPhoneNum, trigger: "blur" },
-        ],
-        bankAccount: [
-          { required: true, validator: checkPhoneNum, trigger: "blur" },
-        ],
-        countNum: [
-          { required: true, validator: checkPhoneNum, trigger: "blur" },
-        ],
-        principal: [
-          { required: true, validator: checkPhoneNum, trigger: "blur" },
-        ],
-        faxNumber: [
-          { required: true, validator: checkPhoneNum, trigger: "blur" },
-        ],
-        mailingAddress: [
-          { required: true, validator: checkPhoneNum, trigger: "blur" },
-        ],
-        email: [{ required: true, validator: checkPhoneNum, trigger: "blur" }],
+        // taxNumber: [
+        //   { required: true, validator: checkPhoneNum, trigger: "blur" },
+        // ],
+        // legalPerson: [
+        //   { required: true, validator: checkPhoneNum, trigger: "blur" },
+        // ],
+        // registerAddress: [
+        //   { required: true, validator: checkPhoneNum, trigger: "blur" },
+        // ],
+        // bankAccount: [
+        //   { required: true, validator: checkPhoneNum, trigger: "blur" },
+        // ],
+        // countNum: [
+        //   { required: true, validator: checkPhoneNum, trigger: "blur" },
+        // ],
+        // principal: [
+        //   { required: true, validator: checkPhoneNum, trigger: "blur" },
+        // ],
+        // faxNumber: [
+        //   { required: true, validator: checkPhoneNum, trigger: "blur" },
+        // ],
+        // mailingAddress: [
+        //   { required: true, validator: checkPhoneNum, trigger: "blur" },
+        // ],
+        // email: [{ required: true, validator: checkPhoneNum, trigger: "blur" }],
       },
     };
+  },
+  computed: {
+    // 鏍规嵁 sfzs 瀛楁鐨勫�兼潵鎺у埗琛ㄦ牸鏄惁鏄剧ず
+    isTableVisible() {
+      return this.sfzs === 'Y';
+    }
   },
   created() {
     this.getList();
   },
   methods: {
-    /** 鏌ヨ浣撴鍗曚綅淇℃伅缁存姢鍒楄〃 */
+    validateDiscount(row) {
+      if (row.limits > 10) {
+        row.limits = 10; // 寮哄埗灏嗗�艰缃负鏈�澶у��
+      } else if (row.limits < 0) {
+        row.limits = 0; // 寮哄埗灏嗗�艰缃负鏈�灏忓��
+      }
+      this.updateProPrice(row); // 鏇存柊浠锋牸鎴栧叾浠栭�昏緫
+    },
+    updateProPrice(row) {
+  
+      const proPrice = new Big(row.proPrice);
+
+      const limits = new Big(row.limits);
+      const result = proPrice.times(limits.div(10));  // ordPrice * (discount / 10)
+      row.ysPrice = result.toNumber();
+      this.queryParams.xianprice = this.OnenewpacName.reduce((sum, item) => {
+        return sum.plus(new Big(item.ysPrice || '0'));
+      }, new Big(0)).toNumber();
+      this.youhui = (Math.floor((this.queryParams.xianprice / this.queryParams.price)*100)/100)*10
+    },
     getList() {
       this.$nextTick(() => {
         this.$refs.inputName.focus();
@@ -1051,6 +819,7 @@
         (this.loading = true);
       listComp(this.queryParams).then((response) => {
         this.compList = response.rows;
+
         response.rows.forEach((item, index) => {
           item.newID =
             (this.queryParams.pageNum - 1) * this.queryParams.pageSize +
@@ -1071,7 +840,8 @@
     // 鍙栨秷濂楅
     cancell() {
       this.openss = false;
-      this.reset();
+      this.openOne = false;
+      // this.reset();
     },
     // 琛ㄥ崟閲嶇疆
     reset() {
@@ -1126,6 +896,11 @@
       this.resetForm("queryForm");
       this.handleQuery();
     },
+    resetQuerys() {
+      (this.OnenewpacName = []),
+        (this.queryParams.price = 0),
+        this.$refs.tbone.toggleRowSelection(this.pacList[0], false);
+    },
     // 澶氶�夋閫変腑鏁版嵁
     handleSelectionChange(selection) {
       selection.forEach((item) => {
@@ -1144,9 +919,24 @@
       }
       this.dwIds = selection.map((item) => item.id);
       this.singleg = !selection.length;
-      if (this.selectionList[0].id) {
+      if (this.selectionList.length && this.selectionList[0].id) {
         this.beCurrent();
+      } else {
+        this.GroupUpdate();
       }
+
+      /* if (this.selectionList.length) {
+        // 濡傛灉绗竴涓〃鏍兼湁閫変腑椤癸紝閫変腑绗簩涓〃鏍煎搴旂殑鏁版嵁
+        const selectedDeptId = this.selectionList[0].id; // 鍋囪姣忎釜椤规湁涓�涓敮涓�鐨� id
+        const correspondingGroups = this.groupingList.filter(
+          (group) => group.deptId === selectedDeptId
+        );
+        this.groupList = correspondingGroups;
+      } else {
+        // 濡傛灉娌℃湁閫変腑浠讳綍椤癸紝娓呯┖绗簩涓〃鏍肩殑閫変腑椤�
+        this.groupList = [];
+        this.$refs.tbs.clearSelection();
+      } */
     },
     /** 鏂板鎸夐挳鎿嶄綔 */
     handleAdd() {
@@ -1167,6 +957,9 @@
     // 缁存姢閮ㄩ棬
     mainDepartment() {
       this.opens = true;
+
+      this.groupingList = [];
+
       if (this.form.drugManufacturerId) {
         this.beCurrentDept();
       }
@@ -1179,15 +972,16 @@
       });
     },
     // 鎶樻墸
-    numberChange(currentValue, oldValue) {
+    numberChange(currentValue) {
       this.forms.limits = currentValue;
-      if (this.forms.limits > this.getInfodis) {
+      /* if (this.forms.limits > this.getInfodis) {
         this.forms.limits = this.getInfodis;
         this.forms.ysPrice = (
           this.forms.price *
           (this.forms.limits / 10)
         ).toFixed(2);
-      }
+      } */
+
     },
 
     changegroupingName() {
@@ -1212,36 +1006,7 @@
               index +
               1;
           });
-          if (this.groupList.length >= 1) {
-            if (this.groupList[0].id) {
-              getfzgrouping(this.groupList[0].id).then((response) => {
-                this.OnenewpacName = response.data.groupingProList;
-                this.queryParams.price = 0;
-                this.OnenewpacName.forEach((item) => {
-                  this.queryParams.price += item.proPrice;
-                });
-              });
-            }
-          }
 
-          if (this.newpacName.length != 0) {
-            this.$nextTick(() => {
-              if (this.forms.pacName) {
-                this.newpacName.forEach((item, index) => {
-                  if (this.forms.pacName == item.pacName) {
-                    this.$refs.tbone.toggleRowSelection(
-                      this.newpacName[index],
-                      true
-                    );
-                  }
-                });
-              } else {
-                this.$refs.tbone.toggleRowSelection(this.newpacName[0], true);
-              }
-            });
-          } else {
-            this.$refs.tbone.clearSelection();
-          }
         });
       } else {
         deptTreeSelect().then((response) => {
@@ -1253,39 +1018,12 @@
               index +
               1;
           });
-          if (this.groupList.length >= 1) {
-            if (this.groupList[0].id) {
-              getfzgrouping(this.groupList[0].id).then((response) => {
-                this.OnenewpacName = response.data.groupingProList;
-                this.queryParams.price = 0;
-                this.OnenewpacName.forEach((item) => {
-                  this.queryParams.price += item.proPrice;
-                });
-              });
-            }
-          }
-          if (this.newpacName.length != 0) {
-            this.$nextTick(() => {
-              if (this.forms.pacName) {
-                this.newpacName.forEach((item, index) => {
-                  if (this.forms.pacName == item.pacName) {
-                    this.$refs.tbone.toggleRowSelection(
-                      this.newpacName[index],
-                      true
-                    );
-                  }
-                });
-              } else {
-                this.$refs.tbone.toggleRowSelection(this.newpacName[0], true);
-              }
-            });
-          } else {
-            this.$refs.tbone.clearSelection();
-          }
+
         });
       }
       getProjectList().then((response) => {
         this.Treedata = response.data;
+
       });
     },
 
@@ -1356,43 +1094,87 @@
         this.queryParams.price += item.proPrice;
       });
     },
+    handledbelete(row) {
+      this.queryParams.price = 0;
+      this.OnenewpacName.forEach((item, index) => {
+        if (item.proId == row.proId) {
+          this.OnenewpacName.splice(index, 1);
+        }
+      });
+      return this.OnenewpacName.forEach((item) => {
+        this.queryParams.price += item.proPrice;
+      });
+    },
+
     submitrighr() {
-      if (this.pacList.length >= 1) {
-        this.openss = false;
-        this.forms.pacName = this.pacList[0].pacName;
-        this.forms.price = this.queryParams.price;
-        this.forms.ysPrice = (
-          this.forms.price *
-          (this.forms.limits / 10)
-        ).toFixed(2);
-      } else {
-        this.$modal.msgError("璇烽�夋嫨濂楅");
+      this.openOne = false;
+      this.forms.price = this.queryParams.price;
+      this.forms.ysPrice = this.queryParams.xianprice
+      this.forms.limits = this.youhui
+      let mapList = [];
+      this.OnenewpacName.forEach((item) => {
+        mapList.push({
+          proName: item.proName,
+          proId: item.proId,
+          proPrice: item.proPrice,
+          limits: item.limits,
+          ysPrice: item.ysPrice
+        });
+      });
+
+      // 濡傛灉 selectionList 涓虹┖锛屼娇鐢� mapList 缁х画淇濆瓨
+      if (this.OnenewpacName.length === 0) {
+        this.$modal.msgError("璇峰厛閫変腑椤圭洰");
+        return; // 鎻愮ず鐢ㄦ埛閫変腑椤圭洰
       }
+
+      let data = {
+        groupingName: this.forms.groupingName,
+        gtAge: this.forms.gtAge,
+        limits: this.forms.limits,
+        ltAge: this.forms.ltAge,
+        pacName: this.forms.pacName,
+        payType: this.forms.payType,
+        sex: this.forms.sex,
+        dwDeptId: this.selectionList.length > 0 ? this.selectionList[0].id : "", // 濡傛灉娌℃湁閫変腑閮ㄩ棬锛岃缃负绌�
+        dwId: this.selectionList.length > 0 ? this.selectionList[0].dwId : "",
+        mapList: mapList,
+        price: this.forms.price,
+        ysPrice: this.forms.ysPrice,
+        id: this.groupList[0] ? this.groupList[0].id : ''
+      };
+
+      // 鍙戦�佽姹備繚瀛樻暟鎹�
+      dwgrouping(data).then((res) => {
+        if (res.code == 200) {
+          this.beCurrent();
+          this.forms.groupingName = "";
+          this.forms.sex = "2";
+          this.forms.pacName = "";
+          this.forms.price = "";
+          this.forms.ysPrice = "";
+          this.forms.payType = "1";
+        }
+      });
+
+      // this.handleGroup();
     },
     // 濂楅鍗曢」鑾峰彇
     handleChangeOne(selection) {
-      this.pacList = selection;
-      this.OnenewpacName = [];
-      this.queryParams.price = 0;
-      this.pacList.forEach((item) => {
-        item.tjProjectList.forEach(item2 => {
-          this.OnenewpacName.push(item2)
-        })
-        this.OnenewpacName.forEach((item) => {
-          this.queryParams.price += item.proPrice;
-        });
-      });
-      if(this.dataList.length >= 1){
-        console.log(11111)
-          this.dataList.forEach(item1 => {
-            this.OnenewpacName.push(item1)
-          })
-          
-        }
       if (selection.length > 1) {
         let del_row = selection.shift();
         this.$refs.tbone.toggleRowSelection(del_row, false); //璁剧疆杩欎竴琛屽彇娑堥�変腑
       }
+      this.pacList = selection;
+
+      this.dataLists = [];
+      this.queryParams.price = 0;
+      this.pacList.forEach((item) => {
+        this.OnenewpacName = item.tjProjectList;
+      });
+      this.OnenewpacName.forEach((item) => {
+        this.queryParams.price += item.proPrice;
+      });
     },
     beCurrentDept() {
       Deptlist(this.form.drugManufacturerId).then((response) => {
@@ -1432,90 +1214,150 @@
 
     handleChange(selection) {
       this.groupList = selection;
-      this.groupList.forEach((item) => {
-        this.forms.groupingName = item.groupingName;
-        this.forms.gtAge = item.gtAge;
-        this.forms.limits = item.limits;
-        this.forms.ltAge = item.ltAge;
-        this.forms.pacName = item.pacName;
-        this.forms.payType = item.payType;
-        this.forms.sex = item.sex;
-        this.forms.price = item.price;
-        this.forms.ysPrice = item.ysPrice;
-      });
-      if (selection.length > 1) {
-        let del_row = selection.shift();
-        this.$refs.tbs.toggleRowSelection(del_row, false); //璁剧疆杩欎竴琛屽彇娑堥�変腑
+      if (selection.length > 0) {
+        this.groupList.forEach((item) => {
+          this.forms.groupingName = item.groupingName;
+          this.forms.gtAge = item.gtAge;
+          this.forms.limits = item.limits;
+          this.forms.ltAge = item.ltAge;
+          this.forms.pacName = item.pacName;
+          this.forms.payType = item.payType;
+          this.forms.sex = item.sex;
+          this.forms.price = item.price;
+          this.forms.ysPrice = item.ysPrice;
+        });
+        this.isSexDisabled = true; // 绂佺敤鎬у埆閫夋嫨
+      } else {
+        // 濡傛灉娌℃湁閫変腑琛岋紝娓呯┖琛ㄥ崟骞跺彇娑堢鐢�
+        this.GroupUpdate();
+        this.isSexDisabled = false; // 鎭㈠鎬у埆閫夋嫨妗嗕负鍙敤
       }
       this.groupIds = selection.map((item) => item.id);
       this.singlegg = !selection.length;
     },
-    //淇濆瓨鍒嗙粍
-    handleGroup() {
-      if (this.selectionList.length <= 0) {
-        this.$modal.msgError("璇峰厛閫変腑閮ㄩ棬鎴栨坊鍔犳柊鐨勯儴闂�");
-      } else {
-        this.groupList.forEach((item) => {
-          if (item.id) {
-            this.id = item.id;
-          }
-        });
-        let mapList = [];
-        this.OnenewpacName.forEach((item) => {
-          mapList.push({
-            proName: item.proName,
-            proId: item.proId,
-            proPrice: item.proPrice,
+    xiangmuWh() {
+      if (!this.forms.groupingName ||
+        !this.forms.sex ||
+        !this.forms.payType) {
+        this.$modal.msgError("璇峰厛濉啓鎵�鏈夊繀濉」!");
+        return; // Stop execution if any required field is empty
+      }
+      this.openOne = true;
+
+      this.title = "鍒嗙粍椤圭洰缁存姢";
+      this.OnenewpacName = [];
+      this.queryParams.price = 0;
+      this.loading = true;
+      if (this.groupList[0]) {
+        let id = this.groupList[0].id || '';
+        getDetails(id).then((res) => {
+          this.OnenewpacName = res.data.groupingProList;
+          this.queryParams.xianprice = this.OnenewpacName.reduce((sum, item) => {
+            return sum.plus(new Big(item.ysPrice || '0'));
+          }, new Big(0));
+          this.OnenewpacName.forEach((item, index) => {
+            this.queryParams.price += item.proPrice;
           });
-        });
-        if (this.id) {
-          var data = {
-            id: this.id,
-            groupingName: this.forms.groupingName,
-            gtAge: this.forms.gtAge,
-            limits: this.forms.limits,
-            ltAge: this.forms.ltAge,
-            pacName: this.forms.pacName,
-            payType: this.forms.payType,
-            sex: this.forms.sex,
-            dwDeptId: this.selectionList[0].id,
-            dwId: this.selectionList[0].dwId,
-            mapList: mapList,
-            price: this.forms.price,
-            ysPrice: this.forms.ysPrice,
-          };
-        } else {
-          var data = {
-            groupingName: this.forms.groupingName,
-            gtAge: this.forms.gtAge,
-            limits: this.forms.limits,
-            ltAge: this.forms.ltAge,
-            pacName: this.forms.pacName,
-            payType: this.forms.payType,
-            sex: this.forms.sex,
-            dwDeptId: this.selectionList[0].id,
-            dwId: this.selectionList[0].dwId,
-            mapList: mapList,
-            price: this.forms.price,
-            ysPrice: this.forms.ysPrice,
-          };
-        }
-        dwgrouping(data).then((res) => {
-          if (res.code == 200) {
-            this.beCurrent();
-            this.forms.groupingName = "";
-            this.forms.sex = "";
-            this.forms.pacName = "";
-            this.forms.price = "";
-            this.forms.ysPrice = "";
-            this.forms.payType = "";
-          }
+          this.youhui = (Math.floor((this.queryParams.xianprice / this.queryParams.price)*100)/100)*10
         });
       }
+      // console.log(this.groupList[0].id, 9966);
+      getconfigKey("sfzstc").then((res) => {
+        this.sfzs = res.msg;
+      });
+
+
+
+      if (this.forms.sex) {
+        deptTreeSelect(this.forms.sex).then((response) => {
+          // 濂楅鍚嶇О
+          this.newpacName = response.rows;
+
+          this.loading = false;
+          response.rows.forEach((item, index) => {
+            item.newID =
+              (this.queryParams.pageNum - 1) * this.queryParams.pageSize +
+              index +
+              1;
+          });
+        });
+      } else {
+        deptTreeSelect().then((response) => {
+          this.newpacName = response.rows;
+          this.loading = false;
+          response.rows.forEach((item, index) => {
+            item.newID =
+              (this.queryParams.pageNum - 1) * this.queryParams.pageSize +
+              index +
+              1;
+          });
+        });
+      }
+      getProjectList().then((response) => {
+        this.Treedata = response.data;
+        // console.log(this.Treedata,999888);
+      });
+    },
+
+    handleGroup() {
+      // 濡傛灉娌℃湁閫変腑浠讳綍閮ㄩ棬锛堝嵆娌℃湁 selectionList锛夛紝鍙互鐩存帴浠� OnenewpacName 鑾峰彇鏁版嵁
+      let mapList = [];
+      this.OnenewpacName.forEach((item) => {
+        mapList.push({
+          proName: item.proName,
+          proId: item.proId,
+          proPrice: item.proPrice,
+        });
+      });
+
+
+   
+
+      let data = {
+        groupingName: this.forms.groupingName,
+        gtAge: this.forms.gtAge,
+        limits: this.forms.limits,
+        ltAge: this.forms.ltAge,
+        pacName: this.forms.pacName,
+        payType: this.forms.payType,
+        sex: this.forms.sex,
+        dwDeptId: this.selectionList.length > 0 ? this.selectionList[0].id : "", // 濡傛灉娌℃湁閫変腑閮ㄩ棬锛岃缃负绌�
+        dwId: this.selectionList.length > 0 ? this.selectionList[0].dwId : "",
+        mapList: mapList,
+        price: this.forms.price,
+        ysPrice: this.forms.ysPrice,
+        id: this.groupList[0].id,
+      };
+
+      // 鍙戦�佽姹備繚瀛樻暟鎹�
+      dwgrouping(data).then((res) => {
+        if (res.code == 200) {
+          this.beCurrent();
+          this.forms.groupingName = "";
+          this.forms.sex = "2";
+          this.forms.pacName = "";
+          this.forms.price = "";
+          this.forms.ysPrice = "";
+          this.forms.payType = "1";
+        }
+      });
     },
     // 淇敼鍒嗙粍
     GroupUpdate() {
-      this.forms = {};
+      console.log(this.$refs.elTable)
+      this.$refs.tbs.clearSelection();
+      this.forms = {
+        groupingName: "",
+        gtAge: "",
+        limits: "",
+        ltAge: "",
+        pacName: "",
+        payType: "1",
+        sex: "2",
+        price: "",
+        ysPrice: "",
+      };
+
     },
     beCurrent() {
       let data = {
@@ -1523,6 +1365,7 @@
         dwId: this.selectionList[0].dwId,
       };
       getDwAndDwDept(data).then((response) => {
+        // 閮ㄩ棬鍚嶇О
         this.groupingList = response.data;
         response.data.forEach((item, index) => {
           item.newID =
@@ -1588,11 +1431,19 @@
               this.getList();
             });
           } else {
-            addComp(this.form).then((response) => {
-              this.$modal.msgSuccess("鏂板鎴愬姛");
-              this.open = false;
-              this.getList();
-            });
+            if (
+              this.form.cnName &&
+              this.form.contactPerson &&
+              this.form.contactPhone
+            ) {
+              addComp(this.form).then((response) => {
+                this.$modal.msgSuccess("鏂板鎴愬姛");
+                this.open = false;
+                this.getList();
+              });
+            } else {
+              this.$modal.msgError("璇峰~鍐欏繀浼犻」");
+            }
           }
         }
       });
@@ -1603,8 +1454,8 @@
       this.$modal
         .confirm(
           '鏄惁纭鍒犻櫎浣撴鍗曚綅淇℃伅缁存姢缂栧彿涓�"' +
-            drugManufacturerIds +
-            '"鐨勬暟鎹」锛�'
+          drugManufacturerIds +
+          '"鐨勬暟鎹」锛�'
         )
         .then(function () {
           return delComp(drugManufacturerIds);
@@ -1613,7 +1464,7 @@
           this.getList();
           this.$modal.msgSuccess("鍒犻櫎鎴愬姛");
         })
-        .catch(() => {});
+        .catch(() => { });
     },
     /** 瀵煎嚭鎸夐挳鎿嶄綔 */
     handleExport() {
@@ -1657,4 +1508,9 @@
   justify-content: center;
   margin: auto;
 }
+
+.btnback {
+  width: 50px;
+  height: 100px;
+}
 </style>

--
Gitblit v1.8.0