From eef7c19891e437ef18e79ced890d6aaf0db6113d Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期三, 11 六月 2025 10:53:28 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb --- src/views/hosp/biaoben/index.vue | 320 + src/views/doctor/pacsCheck/index.vue | 442 +- src/views/doctor/checkAll/index.vue | 4138 +++++++++--------------- vue.config.js | 2 src/api/hosp/biaoben.js | 30 src/views/doctor/inspectCheck/index.vue | 678 +-- src/api/hosp/part.js | 30 src/views/hosp/part/index.vue | 320 + src/views/system/zhiye/file.js | 49 src/api/system/tijian.js | 12 src/views/system/zhiye/index.vue | 3549 +++++++++++++++++++++ src/views/system/zhiye/TreeTransfer.vue | 275 + 12 files changed, 6,578 insertions(+), 3,267 deletions(-) diff --git a/src/api/hosp/biaoben.js b/src/api/hosp/biaoben.js new file mode 100644 index 0000000..f643bc5 --- /dev/null +++ b/src/api/hosp/biaoben.js @@ -0,0 +1,30 @@ +import request from '@/utils/request' + +// 鏌ヨ浣撴椤圭洰寤鸿瑙勫垯鏂拌〃鍒楄〃 +export function searchBiaoben(query) { + return request({ + url: '/hosp/project/getProListByBblx', + method: 'get', + params: query + }) +} +// 鍒犻櫎 +export function delBiaoben(query) { + return request({ + url: '/hosp/project/delProByBblx', + method: 'get', + params: query + }) +} +export function editBiaoben(data) { + const formData = new FormData(); + data.proIds.forEach(proId => { + formData.append('proIds', proId); + }); + formData.append('bblx', data.bblx); + return request({ + url: '/hosp/project/updateProByBblx', + method: 'post', + data: formData + }); +} \ No newline at end of file diff --git a/src/api/hosp/part.js b/src/api/hosp/part.js new file mode 100644 index 0000000..b69049b --- /dev/null +++ b/src/api/hosp/part.js @@ -0,0 +1,30 @@ +import request from '@/utils/request' + +// 鏌ヨ浣撴椤圭洰寤鸿瑙勫垯鏂拌〃鍒楄〃 +export function searchPart(query) { + return request({ + url: '/hosp/project/getProListByBwwh', + method: 'get', + params: query + }) +} +// 鍒犻櫎 +export function delPart(query) { + return request({ + url: '/hosp/project/delProByBbwwh', + method: 'get', + params: query + }) +} +export function editPart(data) { + const formData = new FormData(); + data.proIds.forEach(proId => { + formData.append('proIds', proId); + }); + formData.append('bw', data.bw); + return request({ + url: '/hosp/project/updateProByBwwh', + method: 'post', + data: formData + }); +} \ No newline at end of file diff --git a/src/api/system/tijian.js b/src/api/system/tijian.js index 2f3777e..26d8c33 100644 --- a/src/api/system/tijian.js +++ b/src/api/system/tijian.js @@ -71,13 +71,15 @@ url: "/hosp/order", method: "post", data: data, - // responseType: 'blob', - // headers:{ - // "type": 'application/pdf' - // } }); } - +export function getOrderzhiye(data) { + return request({ + url: "/hosp/order", + method: "post", + data: data, + }); +} // 鏍规嵁韬唤璇佹樉绀轰俊鎭� export function getCusIdcard(cusIdcard) { return request({ diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index 57df29e..4ba000e 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -79,49 +79,62 @@ </el-form-item> </el-form> - <el-radio-group - v-model="tjStatus" - @input="radioChange" - style="margin-left: 20px" - > + + <el-form :model="queryParams" ref="tableList" :inline="true" label-width="76px" style="margin-top: 10px" v-if="tjStatus == 1"> + <el-form-item label="濮撳悕" prop="name"> + <el-input v-model="queryParams.name" style="width: 120px" placeholder="璇疯緭鍏ュ鍚�" clearable + @keyup.enter.native="submitForm"></el-input> + </el-form-item> + <el-form-item label="浣撴鍙�" prop="tjNumber"> + <el-input ref="inputName" v-model="queryParams.tjNumber" style="width: 180px" placeholder="璇疯緭鍏ヤ綋妫�鍙�" clearable + @keyup.enter.native="submitForm" @blur="hb"></el-input> + </el-form-item> + + <el-form-item label="鍗曚綅鍚嶇О" prop="tjCompName" style="margin-left: 20px"> + <el-select :remote-method="getRemoteData" v-model="queryParams.tjCompName" value-key="drugManufacturerId" + style="width: 180px" remote filterable placeholder="璇烽�夋嫨鍗曚綅鍚嶇О" clearable @change="searchSelect"> + <el-option v-for="dict in CompanyList" :key="dict.drugManufacturerId" :label="dict.cnName" :value="dict" /> + </el-select> + </el-form-item> + <el-form-item label="瀹℃牳鍖诲笀" prop="shys"> + <el-input ref="inputName" v-model="queryParams.shys" style="width: 180px" placeholder="璇疯緭鍏ュ鏍稿尰甯�" clearable + @keyup.enter.native="submitForm"></el-input> + </el-form-item> + <el-form-item> + <el-button type="primary" size="mini" @click="submitForm" style="margin-right: 15px">鎼滅储</el-button> + <el-button size="mini" @click="resetQuery">閲嶇疆</el-button> + <el-button type="primary" size="mini" @click="toggleCollapse" style="margin-right: 15px" + v-show="isCollapsed == 0">楂樼骇鎼滅储</el-button> + <el-button type="primary" size="mini" @click="toggleCollapse3" style="margin-right: 15px" + v-show="isCollapsed == 1">楂樼骇鎼滅储</el-button> + </el-form-item> + <el-row v-show="isCollapsed == 1" :gutter="20"> + <el-col :span="8"> + <el-form-item label="浣撴鏃堕棿" prop="tjTime"> + <el-date-picker v-model="startTime" type="datetimerange" align="right" :picker-options="pickerOptions" + style="width: 310px" start-placeholder="寮�濮嬫棩鏈�" end-placeholder="缁撴潫鏃ユ湡" + :default-time="['00:00:00', '23:00:00']" format="yyyy-MM-dd HH:mm" value-format="yyyy-MM-dd HH:mm" + @change="dateChangebirthday1"> + </el-date-picker> + </el-form-item> + </el-col> + </el-row> + + </el-form> + + <el-radio-group v-model="tjStatus" @input="radioChange" style="margin-left: 20px"> <el-radio-button label="0">鏈鏍�</el-radio-button> <el-radio-button label="1">宸插鏍�</el-radio-button> </el-radio-group> <template> - <el-table - v-loading="loading" - :data="checkList" - ref="table" - border - style="margin: 20px; width: 98%" - @current-change="handleCurrentChange" - > - <!-- <template slot="empty">鏁版嵁姝e湪鍔犺浇涓�</template> --> - <el-table-column - label="浣撴鍙�" - align="center" - prop="tjNumber" - :show-overflow-tooltip="true" - width="160px" - fixed="left" - /> - <el-table-column - label="濮撳悕" - align="center" - prop="cusName" - :show-overflow-tooltip="true" - width="100px" - fixed="left" - /> - - <el-table-column - label="鎬у埆" - align="center" - prop="cusSex" - :show-overflow-tooltip="true" - width="55px" - > + <el-table v-loading="loading" :data="checkList" ref="table" border style="margin: 20px; width: 98%" + @current-change="handleCurrentChange"> + <el-table-column label="浣撴鍙�" align="center" prop="tjNumber" :show-overflow-tooltip="true" width="160px" + fixed="left" /> + <el-table-column label="濮撳悕" align="center" prop="cusName" :show-overflow-tooltip="true" width="100px" + fixed="left" /> + <el-table-column label="鎬у埆" align="center" prop="cusSex" :show-overflow-tooltip="true" width="55px"> <template slot-scope="scope"> <span v-if="scope.row.cusSex == '0'">鐢�</span> <span v-if="scope.row.cusSex == '1'">濂�</span> @@ -129,68 +142,17 @@ <span v-if="scope.row.cusSex == '9'">鏈鏄庢�у埆</span> </template> </el-table-column> - <el-table-column - label="鍑虹敓鏃ユ湡" - align="center" - prop="cusBrithday" - :show-overflow-tooltip="true" - width="110px" - /> - <el-table-column - label="鐢佃瘽" - align="center" - prop="cusPhone" - :show-overflow-tooltip="true" - width="130px" - /> - - <!-- <el-table-column - label="浣撴鏃堕棿" - align="center" - prop="tjTime" - :show-overflow-tooltip="true" - width="110px" - /> --> - <el-table-column - v-if="tjStatus === '1'" - label="瀹℃牳鏃堕棿" - align="center" - prop="shsj" - :show-overflow-tooltip="true" - width="180px" - /> - <el-table-column - v-if="tjStatus === '0'" - label="瀹屾垚鏃堕棿" - align="center" - prop="finishTime" - :show-overflow-tooltip="true" - width="160px" - /> - <el-table-column - label="濂楅鍚嶇О" - align="center" - prop="pacName" - :show-overflow-tooltip="true" - width="160px" - /> - <el-table-column - label="鐘舵��" - align="center" - prop="tjStatus" - :show-overflow-tooltip="true" - width="120px" - > - <template slot-scope="scope"> + <el-table-column label="鍑虹敓鏃ユ湡" align="center" prop="cusBrithday" :show-overflow-tooltip="true" width="110px" /> + <el-table-column label="鐢佃瘽" align="center" prop="cusPhone" :show-overflow-tooltip="true" width="130px" /> + <el-table-column label="瀹℃牳鏃堕棿" align="center" prop="shsj" :show-overflow-tooltip="true" width="180px" /> + <el-table-column label="瀹屾垚鏃堕棿" align="center" prop="finishTime" :show-overflow-tooltip="true" width="160px" /> + <el-table-column label="鐘舵��" align="center" prop="tjStatus" :show-overflow-tooltip="true" width="120px" v-if="tjStatus == 0"> + <template slot-scope="scope" v-if="tjStatus == 0"> <span>{{ scope.row.tjStatus == "1" ? "宸插鏍�" : "鏈鏍�" }}</span> </template> </el-table-column> - <el-table-column - label="鍗曚綅鍚嶇О" - align="center" - prop="tjCompName" - :show-overflow-tooltip="true" - /> + <el-table-column label="瀹℃牳鍖诲笀" align="center" prop="shys" width="120px" v-if="tjStatus == 1"/> + <el-table-column label="鍗曚綅鍚嶇О" align="center" prop="tjCompName" :show-overflow-tooltip="true" /> <el-table-column label="浣撴绫诲埆" align="center" prop="tjCategory"> <template slot-scope="scope"> <dict-tag @@ -206,49 +168,14 @@ fixed="right" > <template slot-scope="scope"> - <el-button - fixed="right" - title="璇︽儏" - type="text" - size="mini" - @click.stop="handleClick(scope.row)" - icon="el-icon-document-copy" - ></el-button> - <el-button - fixed="right" - title="鍚屾" - type="text" - size="mini" - @click.stop="tongbu(scope.row)" - v-if="scope.row.tjStatus != '1'" - icon="el-icon-upload2" - ></el-button> - <el-button - fixed="right" - title="澶勬柟" - type="text" - size="mini" - @click.stop="rowClick(scope.row)" - icon="el-icon-edit-outline" - ></el-button> - - <!-- <el-button type="text" size="mini" @click="generate(scope.row)" v-if="scope.row.tjStatus=='1'">鐢熸垚</el-button> --> - <el-button - type="text" - size="mini" - @click.stop="viewReport(scope.row)" - v-if="scope.row.tjStatus == '1'" - title="棰勮" - icon="el-icon-view" - ></el-button> - <el-button - type="text" - size="mini" - v-if="scope.row.tjStatus == '1'" - title="鎾ら攢" - @click.stop="getRevoke(scope.row)" - icon="el-icon-refresh-left" - ></el-button> + <el-button fixed="right" title="澶勬柟" type="text" size="mini" @click.stop="rowClick(scope.row)" + icon="el-icon-edit-outline"></el-button> + <el-button fixed="right" title="璇︽儏" type="text" size="mini" @click.stop="handleClick(scope.row)" + icon="el-icon-document-copy"></el-button> + <el-button type="text" size="mini" @click.stop="viewReport(scope.row)" v-if="scope.row.tjStatus == '1'" + title="棰勮" icon="el-icon-view"></el-button> + <el-button type="text" size="mini" v-if="scope.row.tjStatus == '1'" title="鎾ら攢" + @click.stop="getRevoke(scope.row)" icon="el-icon-refresh-left"></el-button> </template> </el-table-column> </el-table> @@ -266,687 +193,281 @@ </div> </template> - <!-- 鐐瑰嚮寮瑰嚭妗� show-close="true"--> - <el-drawer - custom-class="tanchu" - :visible.sync="drawer" - :before-close="handleClose" - :with-header="false" - size="100%" - :show-close="true" - > - <div - v-loading="isLoading" - element-loading-text="姝e湪鍔犺浇鏁版嵁锛岃绋嶅��..." - element-loading-spinner="el-icon-loading" - element-loading-background="rgba(255, 255, 255, 0.8)" - style="height: 100%; padding: 20px; position: relative" - > - <div class="top"> - <table - style=" - width: 100%; - margin: 10px 10px; - border: 1px solid #dfe6ec; - border-collapse: collapse; - " - cellspacing="4" - > - <caption style="background-color: #f8f8f9; font-size: 18px"> - {{ - tableAll.cusName - }}鐨勪綋妫�璧勬枡 - </caption> - <tr - style=" - border: 1px solid #dfe6ec; - border-collapse: collapse; - height: 36px; - " - > - <td style="border: 1px solid #dfe6ec; border-collapse: collapse"> - 濮撳悕锛� - </td> - <td style="border: 1px solid #dfe6ec; border-collapse: collapse"> - {{ tableAll.cusName }} - </td> - <td style="border: 1px solid #dfe6ec; border-collapse: collapse"> - 鎬у埆锛歿{ - tableAll.cusSex == 0 - ? "鐢�" - : tableAll.cusSex == 1 - ? "濂�" - : "鏈煡" - }} - </td> - <td style="border: 1px solid #dfe6ec; border-collapse: collapse"> - 骞撮緞锛歿{ tableAll.age }} - </td> - </tr> - <tr - style=" - border: 1px solid #dfe6ec; - border-collapse: collapse; - height: 36px; - " - > - <td style="border: 1px solid #dfe6ec; border-collapse: collapse"> - 浣撴鍗曞彿锛� - </td> - <td style="border: 1px solid #dfe6ec; border-collapse: collapse"> - {{ tableAll.tjNumber }} - </td> - <td style="border: 1px solid #dfe6ec; border-collapse: collapse"> - 浣撴鏃堕棿锛� - </td> - <td style="border: 1px solid #dfe6ec; border-collapse: collapse"> - {{ tableAll.tjTime }} - </td> - </tr> - </table> - <i class="el-icon-close" @click="guanbi"></i> + <!-- 鐐瑰嚮寮瑰嚭妗� --> + <el-drawer custom-class="tanchu" :visible.sync="drawer" :before-close="handleClose" :with-header="false" size="100%" + :show-close="true"> + <div v-loading="isLoading" element-loading-text="姝e湪鍔犺浇鏁版嵁锛岃绋嶅��..." element-loading-spinner="el-icon-loading" + element-loading-background="rgba(255, 255, 255, 0.8)" style="height: 100%; padding: 20px; position: relative;"> + <div class="top"> + <table style="width: 100%; margin: 10px 10px; border: 1px solid #dfe6ec; border-collapse: collapse;" + cellspacing="4"> + <caption style="background-color: #f8f8f9; font-size: 18px"> + {{ tableAll.cusName }}鐨勪綋妫�璧勬枡 + </caption> + <tr style="border: 1px solid #dfe6ec; border-collapse: collapse; height: 36px;"> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse">濮撳悕锛�</td> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse">{{ tableAll.cusName }}</td> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse">鎬у埆锛�</td> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse"> + {{ tableAll.cusSex == 0 ? "鐢�" : tableAll.cusSex == 1 ? "濂�" : "鏈煡" }} + </td> + </tr> + <tr style="border: 1px solid #dfe6ec; border-collapse: collapse; height: 36px;"> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse">浣撴鍗曞彿锛�</td> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse">{{ tableAll.tjNumber }}</td> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse">浣撴鏃堕棿锛�</td> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse">{{ tableAll.tjTime }}</td> + </tr> + </table> + <i class="el-icon-close" @click="guanbi"></i> + </div> + + <div style="margin-right: 10px; display: flex" class="btnbox"> + <div class="btn1" v-if="msgtuwen == 'y' || msgtuwen == 'Y'"> + <el-button @click="Graphicreport()" type="primary"> + <span class="vertical-text">鍥炬枃鎶ュ憡</span> + </el-button> </div> + <div class="btn1"> + <el-button @click="historicalreport()" type="primary"><span class="vertical-text">鍘嗗彶鎶ュ憡</span></el-button> + </div> + <div v-if="tableAll.tjCategory == '02'" class="btn1"> + <el-button @click="medicalhistory()" type="primary"><span class="vertical-text">鑱屼笟鐥呭彶</span></el-button> + </div> + <div class="btn1" v-if="msgjianqian == 'y' || msgjianqian == 'Y'"> + <el-button @click="jianqian()" type="primary"><span class="vertical-text">妫�鍓嶉棶璇�</span></el-button> + </div> + <div class="btn1"> + <el-button @click="xiangmuqingkuang()" type="primary"><span class="vertical-text">椤圭洰鎯呭喌</span></el-button> + </div> + <div class="btn1"> + <el-button @click="yichangjieguo()" type="primary"><span class="vertical-text">寮傚父缁撴灉</span></el-button> + </div> + <div class="btn1"> + <el-button @click="fuchaxiangmu()" type="primary"><span class="vertical-text">澶嶆煡椤圭洰</span></el-button> + </div> + </div> + <div class="box"> + <div class="left-container"> + <div class="left"> + <div v-for="(item, index) in changedate" :key="index"> + <div style="text-align: center; background-color: #aad8df; margin-top: 10px;"> + {{ item.parent || "" }} + </div> + <div v-if="item.xmlb == '0'"> + <el-table :data="item.sons" border style="width: 100%" :row-style="changRed" + :header-cell-style="{ background: '#aad8df' }"> + <el-table-column align="center" label="妫�娴嬮」鐩�" width="464"> + <template slot-scope="scope"> + <div>{{ scope.row.proName }}</div> + </template> + </el-table-column> + <el-table-column align="center" prop="proResult" label="妫�娴嬬粨鏋�" width="180"></el-table-column> + <el-table-column align="center" prop="" label="鍗曚綅"> + <template slot-scope="scope"> + <div v-if="scope.row.project != null">{{ scope.row.standard.company || "" }}</div> + <div v-else>{{ scope.row.proAdvice }}</div> + </template> + </el-table-column> + <el-table-column align="center" prop="conclusion" label="寮傚父" width="180"></el-table-column> + <el-table-column align="center" prop="" label=" 鍙傝�冭寖鍥�"> + <template slot-scope="scope"> + <div v-if="scope.row.project != null"> + {{ scope.row.standard.tjStandardGtValue || "/" + "-" + scope.row.standard.tjStandardLtValue || + "/" }} + </div> + <div v-else>{{ scope.row.stanId || "/" }}</div> + </template> + </el-table-column> + </el-table> + <table style="width: 100%" v-if="tjproject != '1'"> + <tr style="border: 1px solid #dfe6ec; border-collapse: collapse"> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse; width: 7%;"> + 灏忕粨锛� + </td> + <td style="border: 1px solid #dfe6ec; width: 45%"> + <el-input v-model="item.remark" disabled></el-input> + </td> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse; width: 15%;"> + 涓绘鍖诲笀锛� + </td> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse" colspan="2"> + {{ item.doctorName }} + </td> + </tr> + <tr style="border: 1px solid #dfe6ec; border-collapse: collapse; width: 200px;"> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse; width: 240px;"> + 澶囨敞锛� + </td> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse" colspan="3"> + <el-input type="textarea" autosize placeholder="璇疯緭鍏ュ唴瀹�" v-model="changedate[index].remark" + v-on:input="change" style="width: 100%"></el-input> + </td> + </tr> + </table> + </div> + <div v-else> + <table style="width: 100%" v-if="tjproject != '1'"> + <tr style="border: 1px solid #dfe6ec"> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse; width: 15%; height: auto;"> + 妫�鏌ユ墍瑙侊細 + </td> + <td style="border: 1px solid #dfe6ec; height: auto" colspan="2"> + <el-input type="textarea" autosize placeholder="璇疯緭鍏ュ唴瀹�" v-model="item.jgbx" + style="width: 100%"></el-input> + </td> + </tr> + <tr style="border: 1px solid #dfe6ec; border-collapse: collapse"> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse; width: 15%;"> + 妫�鏌ユ彁绀猴細 + </td> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse" colspan="2"> + <el-input type="textarea" autosize placeholder="璇疯緭鍏ュ唴瀹�" v-model="item.remark" + style="width: 100%"></el-input> + </td> + </tr> + <tr style="border: 1px solid #dfe6ec; border-collapse: collapse; width: 200px;"> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse; width: 15%;"> + 涓绘鍖诲笀锛� + </td> + <td style="border: 1px solid #dfe6ec; border-collapse: collapse" colspan="2"> + {{ item.doctorName }} + </td> + </tr> + </table> + </div> + </div> + <div v-if="tableAll && tableAll.tjCategory === '02'" class="section-title">鑱屼笟鐥呮�绘</div> + <el-form v-if="tableAll && tableAll.tjCategory === '02'" ref="numberValidateForm" label-width="80px" + class="demo-ruleForm"> + <el-form-item label="妫�鏌ョ粨璁�"> + <el-input type="textarea" placeholder="璇疯緭鍏ュ唴瀹�" v-model="zhiyeJl" :rows="3" style="width: 96%"></el-input> + </el-form-item> + <el-form-item label="浣撴缁撴灉"> + <el-input type="textarea" placeholder="璇疯緭鍏ュ唴瀹�" v-model="zhiyeJg" :rows="3" style="width: 96%"></el-input> + </el-form-item> + </el-form> + <div style="margin: 0 0px 10px 15px" v-if="tjproject != '1'"> + <el-button type="primary" @click="propoChange">蹇嵎寤鸿</el-button> + <el-button type="primary" @click="proposalChange">鐢熸垚寤鸿</el-button> + </div> - <div style="margin-right: 10px; display: flex" class="btnbox"> - <div class="btn1" v-if="msgtuwen == 'y' || msgtuwen == 'Y'"> - <el-button @click="Graphicreport()" type="primary"> - <span class="vertical-text">鍥炬枃鎶ュ憡</span> - </el-button> - </div> - <div class="btn1"> - <el-button @click="historicalreport()" type="primary" - ><span class="vertical-text">鍘嗗彶鎶ュ憡</span></el-button - > - </div> - <div v-if="tableAll.tjCategory == '02'" class="btn1"> - <el-button @click="medicalhistory()" type="primary" - ><span class="vertical-text">鑱屼笟鐥呭彶</span></el-button - > - </div> - <div class="btn1" v-if="msgjianqian == 'y' || msgjianqian == 'Y'"> - <el-button @click="jianqian()" type="primary" - ><span class="vertical-text">妫�鍓嶉棶璇�</span></el-button - > - </div> - - <div class="btn1"> - <el-button @click="xiangmuqingkuang()" type="primary" - ><span class="vertical-text">椤圭洰鎯呭喌</span></el-button - > - </div> - <div class="btn1"> - <el-button @click="yichangjieguo()" type="primary" - ><span class="vertical-text">寮傚父缁撴灉</span></el-button - > - </div> - <div class="btn1"> - <el-button @click="fuchaxiangmu()" type="primary" - ><span class="vertical-text">澶嶆煡椤圭洰</span></el-button - > + <el-form ref="numberValidateForm" label-width="80px" class="demo-ruleForm" v-if="tjproject != '1'"> + <el-form-item label="鎬绘寤鸿"> + <el-input type="textarea" placeholder="璇疯緭鍏ュ唴瀹�" v-model="textarea1" :rows="3" + style="width: 96%"></el-input> + </el-form-item> + </el-form> + <div slot="footer" class="dialog-footers"> + <el-button type="primary" @click.stop="guanbi">鍙栨秷</el-button> + <el-button v-if="tjproject == '0' && (msgkcf == 'y' || msgkcf == 'Y')" type="primary" + @click.stop="rowClick" icon="el-icon-edit-outline">寮�澶勬柟</el-button> + <div v-if="tjproject == '0'"> + <el-button type="primary" @click="determine" :disabled="isdisabled">鎻愪氦骞剁敓鎴愭姤鍛�</el-button> + </div> + </div> </div> </div> - <div class="box"> - <div class="left-container"> - <div class="left"> - <div v-for="(item, index) in changedate" :key="index"> - <div - style=" - text-align: center; - background-color: #aad8df; - margin-top: 10px; - " - > - {{ item.parent || "" }} + <div class="rightbox"> + <div class="right"> + <template v-if="status1 == 0"> + <div v-for="(item, index) in yichangList" :key="index"> + <div style="text-align: center; background-color: #67c23a; margin-top: 10px;"> + {{ item.proName || "" }} </div> - <div v-if="item.xmlb == '0'"> - <el-table - :data="item.sons" - border - style="width: 100%" - :row-style="changRed" - :header-cell-style="{ background: '#aad8df' }" - > - <el-table-column - align="center" - label="妫�娴嬮」鐩�" - width="464" - > + <template v-if="item.jyjc == '0'"> + <el-table :stripe="true" :row-style="red" :data="item.sone" border style="width: 100%" + :header-cell-style="{ background: '#67C23A' }" :expand-row-keys="expends" :row-key="getRowKeys"> + <el-table-column type="expand"> + <template slot-scope="props"> + <div style="padding: 10px;"> + <!-- 鍐呭鍖哄煙 --> + <div v-if="props.row.advices && props.row.advices.length > 0"> + <div v-for="(jianyi, index1) in props.row.advices" :key="index1" + style="margin-bottom: 10px"> + <div> + 鏍囬锛� + <el-input v-model="jianyi.bt" size="small" type="textarea" autosize + @blur="handleAdviceBlur(props.row, index1)"></el-input> + </div> + <div> + 鍐呭锛� + <el-input v-model="jianyi.nr" size="small" type="textarea" autosize + @blur="handleAdviceBlur(props.row, index1)"></el-input> + </div> + </div> + </div> + <!-- 濡傛灉 advices 涓虹┖鏃讹紝娓叉煋绌虹殑杈撳叆妗� --> + <div v-else> + <div> + 鏍囬锛� + <el-input v-model="emptyAdvice.bt" size="small" type="textarea" autosize + @blur="handleAdviceBlur(props.row, -1)"></el-input> + </div> + <div> + 鍐呭锛� + <el-input v-model="emptyAdvice.nr" size="small" type="textarea" autosize + @blur="handleAdviceBlur(props.row, -1)"></el-input> + </div> + </div> + <div style="margin-top: 10px;"> + <el-button @click="shanchu(props.row)" type="danger" size="small">鍒犻櫎</el-button> + </div> + </div> + </template> + </el-table-column> + <el-table-column align="center" label="妫�娴嬮」鐩�" :show-overflow-tooltip="true" width="353"> <template slot-scope="scope"> <div>{{ scope.row.proName }}</div> </template> </el-table-column> - <el-table-column - align="center" - prop="proResult" - label="妫�娴嬬粨鏋�" - width="180" - > - </el-table-column> - <el-table-column align="center" prop="" label="鍗曚綅"> - <template slot-scope="scope"> - <div v-if="scope.row.project != null"> - {{ scope.row.standard.company || "" }} - </div> - <div v-else>{{ scope.row.proAdvice }}</div> - </template> - </el-table-column> - <el-table-column - align="center" - prop="conclusion" - label="寮傚父" - width="180" - ></el-table-column> - <el-table-column align="center" prop="" label=" 鍙傝�冭寖鍥�"> - <template slot-scope="scope"> - <div v-if="scope.row.project != null"> - {{ - scope.row.standard.tjStandardGtValue || - "/" + "-" + scope.row.standard.tjStandardLtValue || - "/" - }} - </div> - <div v-else>{{ scope.row.stanId || "/" }}</div> - </template> - </el-table-column> + <el-table-column align="center" prop="proResult" label="妫�娴嬬粨鏋�" width="85"></el-table-column> + <el-table-column align="center" prop="stanId" label=" 鍙傝�冭寖鍥�" width="117"></el-table-column> + <el-table-column align="center" prop="proAdvice" label="鍗曚綅" width="78"></el-table-column> </el-table> - <table style="width: 100%" v-if="tjproject != '1'"> - <tr - style=" - border: 1px solid #dfe6ec; - border-collapse: collapse; - " - > - <td - style=" - border: 1px solid #dfe6ec; - border-collapse: collapse; - width: 7%; - " - > - 灏忕粨锛� - </td> - <td style="border: 1px solid #dfe6ec; width: 45%"> - <el-input v-model="item.remark" disabled></el-input> - </td> - <td - style=" - border: 1px solid #dfe6ec; - border-collapse: collapse; - width: 15%; - " - > - 涓绘鍖诲笀锛� - </td> - <td - style=" - border: 1px solid #dfe6ec; - border-collapse: collapse; - " - colspan="2" - > - {{ item.doctorName }} - </td> - </tr> - <tr - style=" - border: 1px solid #dfe6ec; - border-collapse: collapse; - width: 200px; - " - > - <td - style=" - border: 1px solid #dfe6ec; - border-collapse: collapse; - width: 240px; - " - > - 澶囨敞锛� - </td> - <td - style=" - border: 1px solid #dfe6ec; - border-collapse: collapse; - " - colspan="3" - > - <el-input - type="textarea" - autosize - placeholder="璇疯緭鍏ュ唴瀹�" - v-model="changedate[index].remark" - v-on:input="change" - style="width: 100%" - > - </el-input> - <!-- <textarea - placeholder="璇疯緭鍏ュ唴瀹�" - :autosize="{ minRows: 2 }" - style="width: 100%; height: 240px; resize: none" - v-model="changedate[index].remark" - v-on:input="change" - ></textarea> --> - </td> - </tr> - </table> - </div> - <div v-else> - <table style="width: 100%" v-if="tjproject != '1'"> - <tr style="border: 1px solid #dfe6ec"> - <td - style=" - border: 1px solid #dfe6ec; - border-collapse: collapse; - width: 15%; - height: auto; - " - > - 妫�鏌ユ墍瑙侊細 - </td> - <td - style="border: 1px solid #dfe6ec; height: auto" - colspan="2" - > - <el-input - type="textarea" - autosize - placeholder="璇疯緭鍏ュ唴瀹�" - v-model="item.jgbx" - style="width: 100%" - > - </el-input> - <!-- <textarea - placeholder="璇疯緭鍏ュ唴瀹�" - :autosize="{ minRows: 3}" - style="width: 100%; height: auto; resize: none" - v-model="item.jgbx" - ></textarea> --> - </td> - </tr> - <tr - style=" - border: 1px solid #dfe6ec; - border-collapse: collapse; - " - > - <td - style=" - border: 1px solid #dfe6ec; - border-collapse: collapse; - width: 15%; - " - > - 妫�鏌ユ彁绀猴細 - </td> - <td - style=" - border: 1px solid #dfe6ec; - border-collapse: collapse; - " - colspan="2" - > - <el-input - type="textarea" - autosize - placeholder="璇疯緭鍏ュ唴瀹�" - v-model="item.remark" - style="width: 100%" - > - </el-input> - <!-- <textarea - - placeholder="璇疯緭鍏ュ唴瀹�" - style="width: 100%; resize: none" - v-model="item.remark" - ></textarea> --> - </td> - </tr> - <tr - style=" - border: 1px solid #dfe6ec; - border-collapse: collapse; - width: 200px; - " - > - <td - style=" - border: 1px solid #dfe6ec; - border-collapse: collapse; - width: 15%; - " - > - 涓绘鍖诲笀锛� - </td> - <td - style=" - border: 1px solid #dfe6ec; - border-collapse: collapse; - " - colspan="2" - > - {{ item.doctorName }} - </td> - </tr> - </table> - </div> - </div> - - <div style="margin: 0 0px 10px 15px" v-if="tjproject != '1'"> - <el-button type="primary" @click="propoChange" - >蹇嵎寤鸿</el-button - > - <el-button type="primary" @click="proposalChange" - >鐢熸垚寤鸿</el-button - > - </div> - - <el-form - ref="numberValidateForm" - label-width="80px" - class="demo-ruleForm" - v-if="tjproject != '1'" - > - <el-form-item label="鎬绘寤鸿"> - <el-input - type="textarea" - placeholder="璇疯緭鍏ュ唴瀹�" - v-model="textarea1" - :rows="3" - style="width: 96%" - > - </el-input> - </el-form-item> - </el-form> - <div slot="footer" class="dialog-footers"> - <el-button type="primary" @click.stop="guanbi">鍙栨秷</el-button> - <el-button - v-if="tjproject == '0' && (msgkcf == 'y' || msgkcf == 'Y')" - type="primary" - @click.stop="rowClick" - icon="el-icon-edit-outline" - >寮�澶勬柟</el-button - > - <div v-if="tjproject == '0'"> - <el-button - type="primary" - @click="determine" - :disabled="isdisabled" - >鎻愪氦骞剁敓鎴愭姤鍛�</el-button - > - </div> - </div> - </div> - </div> - <div class="rightbox"> - <div class="right"> - <template v-if="status1 == 0"> - <div v-for="(item, index) in yichangList" :key="index"> - <div - style=" - text-align: center; - background-color: #67c23a; - margin-top: 10px; - " - > - {{ item.proName || "" }} - </div> - <template v-if="item.jyjc == '0'"> - <el-table - :stripe="true" - :row-style="red" - :data="item.sone" - border - style="width: 100%" - :header-cell-style="{ background: '#67C23A' }" - :expand-row-keys="expends" - :row-key="getRowKeys" - > - <el-table-column type="expand"> - <template slot-scope="props"> - <div style="padding: 10px"> - <!-- 鍐呭鍖哄煙 --> - <div - v-if=" - props.row.advices && - props.row.advices.length > 0 - " - > - <div - v-for="(jianyi, index1) in props.row.advices" - :key="index1" - style="margin-bottom: 10px" - > - <div> - 鏍囬锛� - <el-input - v-model="jianyi.bt" - size="small" - type="textarea" - autosize - ></el-input> - </div> - <div> - 鍐呭锛� - <el-input - v-model="jianyi.nr" - size="small" - type="textarea" - autosize - ></el-input> - </div> - </div> - </div> - - <!-- 濡傛灉 advices 涓虹┖鏃讹紝娓叉煋绌虹殑杈撳叆妗� --> - <div v-else> + </template> + <template v-if="item.jyjc == '1'"> + <el-table :stripe="true" :row-style="red" :data="item.sone" border style="width: 100%" + :header-cell-style="{ background: '#67C23A' }" :expand-row-keys="expends" :row-key="getRowKeys"> + <el-table-column type="expand"> + <template slot-scope="props"> + <div style="padding: 10px;"> + <!-- 鍐呭鍖哄煙 --> + <div v-if="props.row.advices && props.row.advices.length > 0"> + <div v-for="(jianyi, index1) in props.row.advices" :key="index1" + style="margin-bottom: 10px"> <div> 鏍囬锛� - <el-input - v-model="emptyAdvice.bt" - size="small" - type="textarea" - autosize - ></el-input> + <el-input v-model="jianyi.bt" size="small" type="textarea" autosize + @blur="handleAdviceBlur(props.row, index1)"></el-input> </div> <div> 鍐呭锛� - <el-input - v-model="emptyAdvice.nr" - size="small" - type="textarea" - autosize - ></el-input> + <el-input v-model="jianyi.nr" size="small" type="textarea" autosize + @blur="handleAdviceBlur(props.row, index1)"></el-input> </div> - </div> - - <div style="margin-top: 10px"> - <el-button - @click="shanchu(props.row)" - type="danger" - size="small" - >鍒犻櫎</el-button - > </div> </div> - </template> - </el-table-column> - - <el-table-column - align="center" - label="妫�娴嬮」鐩�" - :show-overflow-tooltip="true" - width="353" - > - <template slot-scope="scope"> - <div>{{ scope.row.proName }}</div> - </template> - </el-table-column> - <el-table-column - align="center" - prop="proResult" - label="妫�娴嬬粨鏋�" - width="85" - > - </el-table-column> - - <el-table-column - align="center" - prop="stanId" - label=" 鍙傝�冭寖鍥�" - width="117" - > - </el-table-column> - - <el-table-column - align="center" - prop="proAdvice" - label="鍗曚綅" - width="78" - > - </el-table-column> - </el-table> - </template> - <template v-if="item.jyjc == '1'"> - <el-table - :stripe="true" - :row-style="red" - :data="item.sone" - border - style="width: 100%" - :header-cell-style="{ background: '#67C23A' }" - :expand-row-keys="expends" - :row-key="getRowKeys" - > - <el-table-column type="expand"> - <template slot-scope="props"> - <div style="padding: 10px"> - <!-- 鍐呭鍖哄煙 --> - <div - v-if=" - props.row.advices && - props.row.advices.length > 0 - " - > - <div - v-for="(jianyi, index1) in props.row.advices" - :key="index1" - style="margin-bottom: 10px" - > - <div> - 鏍囬锛� - <el-input - v-model="jianyi.bt" - size="small" - type="textarea" - autosize - ></el-input> - </div> - <div> - 鍐呭锛� - <el-input - v-model="jianyi.nr" - size="small" - type="textarea" - autosize - ></el-input> - </div> - </div> + <!-- 濡傛灉 advices 涓虹┖鏃讹紝娓叉煋绌虹殑杈撳叆妗� --> + <div v-else> + <div> + 鏍囬锛� + <el-input v-model="emptyAdvice.bt" size="small" type="textarea" autosize + @blur="handleAdviceBlur(props.row, -1)"></el-input> </div> - - <!-- 濡傛灉 advices 涓虹┖鏃讹紝娓叉煋绌虹殑杈撳叆妗� --> - <div v-else> - <div> - 鏍囬锛� - <el-input - v-model="emptyAdvice.bt" - size="small" - type="textarea" - autosize - ></el-input> - </div> - <div> - 鍐呭锛� - <el-input - v-model="emptyAdvice.nr" - size="small" - type="textarea" - autosize - ></el-input> - </div> - </div> - - <div style="margin-top: 10px"> - <el-button - @click="shanchu(props.row)" - type="danger" - size="small" - >鍒犻櫎</el-button - > + <div> + 鍐呭锛� + <el-input v-model="emptyAdvice.nr" size="small" type="textarea" autosize + @blur="handleAdviceBlur(props.row, -1)"></el-input> </div> </div> - </template> - </el-table-column> - - <el-table-column - align="center" - label="妫�娴嬮」鐩�" - width="232" - :show-overflow-tooltip="true" - > - <template slot-scope="scope"> - <div>{{ scope.row.proName }}</div> - </template> - </el-table-column> - <el-table-column - align="center" - prop="proResult" - label="妫�娴嬬粨鏋�" - width="403" - > - </el-table-column> - </el-table> - </template> - </div> - </template> - <template v-if="status1 == 1"> - <div> - <div - style=" - text-align: center; - background-color: #e6a23c; - margin-top: 10px; - " - > - 椤圭洰妫�鏌ユ儏鍐� - </div> - <el-table - :row-style="redxiangmu" - :data="statusList" - style="width: 100%" - :header-cell-style="{ background: '#e6a23c' }" - > - <el-table-column - align="center" - label="閮ㄩ棬" - width="144" - prop="deptName" - > + <div style="margin-top: 10px;"> + <el-button @click="shanchu(props.row)" type="danger" size="small">鍒犻櫎</el-button> + </div> + </div> + </template> </el-table-column> - <el-table-column - align="center" - prop="proName" - label="椤圭洰" - width="260" - > - </el-table-column> - - <el-table-column - label="鐘舵��" - align="center" - prop="type" - :show-overflow-tooltip="true" - width="120" - > + <el-table-column align="center" label="妫�娴嬮」鐩�" width="232" :show-overflow-tooltip="true"> <template slot-scope="scope"> <span v-if="scope.row.type == '0'">鏈鏍�</span> <span v-if="scope.row.type == '1'">宸插鏍�</span> @@ -954,545 +475,288 @@ <span v-if="scope.row.type == '3'">寤舵湡</span> </template> </el-table-column> - <el-table-column - label="妫�鏌ユ椂闂�" - align="center" - prop="bcupdateTime" - width="160" - /> + <el-table-column align="center" prop="proResult" label="妫�娴嬬粨鏋�" width="403"></el-table-column> </el-table> + </template> + </div> + </template> + <template v-if="status1 == 1"> + <div> + <div style="text-align: center; background-color: #e6a23c; margin-top: 10px;"> + 椤圭洰妫�鏌ユ儏鍐� </div> - </template> - <template v-if="status1 == 2"> - <div> - <div style="text-align: center; margin-top: 10px"> - 澶嶆煡椤圭洰 - </div> - <div style="display: flex; margin: 15px"> - <span - slot="label" - style=" - display: inline-block; - border-bottom: 2px solid blue; - font-size: 0.8vw; - " - @click="handleQuery" - > - 椤圭洰閫夋嫨 - </span> - <div v-if="xmChange.length > 0" style="display: flex"> - <div style="margin: 0 40px; font-size: 0.8vw"> - 椤圭洰鍚嶇О锛歿{ xmChange[0].proName || "" }} - </div> - <div style="margin: 0 40px; font-size: 0.8vw"> - 浠锋牸锛歿{ xmChange[0].price || "" }} - </div> - </div> - <div v-else style="display: flex"> - <div style="margin: 0 40px; font-size: 0.8vw"> - 椤圭洰鍚嶇О锛歿{}} - </div> - <div style="margin: 0 40px; font-size: 0.8vw"> - 浠锋牸锛歿{}} - </div> - </div> - <el-button - type="primary" - size="mini" - @click="handleaddClick()" - >娣诲姞</el-button - > - </div> + <el-table :row-style="redxiangmu" :data="statusList" style="width: 100%" + :header-cell-style="{ background: '#e6a23c' }"> + <el-table-column align="center" label="閮ㄩ棬" width="144" prop="deptName"></el-table-column> + <el-table-column align="center" prop="proName" label="椤圭洰" width="260"></el-table-column> + <el-table-column label="鐘舵��" align="center" prop="type" :show-overflow-tooltip="true" width="120"> + <template slot-scope="scope"> + <span v-if="scope.row.type == '0'">鏈鏍�</span> + <span v-if="scope.row.type == '1'">宸插鏍�</span> + <span v-if="scope.row.type == '2'">寮冩</span> + <span v-if="scope.row.type == '3'">寤舵湡</span> + </template> + </el-table-column> + <el-table-column label="妫�鏌ユ椂闂�" align="center" prop="bcupdateTime" width="160" /> + </el-table> + </div> + </template> - <el-table - :row-style="redxiangmu" - :data="fcList" - style="width: 100%" - > - <el-table-column - type="selection" - width="40" - align="center" - /> - <el-table-column label="搴忓彿" align="center" prop="newID" /> - <el-table-column - label="鍚嶇О" - align="center" - prop="proName" - width="100px" - /> - <el-table-column label="浠锋牸" align="center" prop="price" /> - <el-table-column - label="绉戝" - align="center" - prop="deptName" - /> - <el-table-column label="鎿嶄綔" align="center" width="130px"> - <template slot-scope="scope"> - <el-button - type="primary" - size="mini" - @click="handledeleteClick(scope.row)" - >鍒犻櫎</el-button - > - </template> - </el-table-column> - </el-table> + <template v-if="status1 == 2"> + <div> + <div style="text-align: center; margin-top: 10px;"> + 澶嶆煡椤圭洰 </div> - </template> - <template v-if="status1 == 3"> - <div class="hist3"> - <span class="txt">闂瘖淇℃伅</span> - <el-form - ref="form" - :model="formobj" - label-width="100px" - :inline="true" - size="mini" - > - <el-collapse class="coll" v-model="activeName" accordion> - <el-collapse-item - class="coll" - title="鍩烘湰淇℃伅" - name="1" - style="width: 100%; font-weight: 600" - > - <div style="width: 100%"> - <el-form-item label="濮撳悕" prop="cusName"> - <el-input - disabled - v-model="formobj.cusName" - placeholder="璇疯緭鍏ュ鍚�" - /> - </el-form-item> - <el-form-item label="鑱屼笟" prop="work"> - <el-select - filterable - v-model="formobj.work" - placeholder="璇烽�夋嫨鑱屼笟" - clearable - style="width: 150px" - disabled - > - <el-option - v-for="dict in dict.type.tj_work" - :key="dict.value" - :label="dict.label" - :value="dict.value" - /> - </el-select> - </el-form-item> - <el-form-item label="宸ヤ綔鐘舵��" prop="workStatus"> - <el-select - disabled - filterable - v-model="formobj.workStatus" - placeholder="璇烽�夋嫨宸ヤ綔鐘舵��" - clearable - style="width: 150px" - > - <el-option - v-for="dict in dict.type.tj_work_status" - :key="dict.value" - :label="dict.label" - :value="dict.value" - /> - </el-select> - </el-form-item> - <el-form-item label="鎺ヨЕ姣掔墿" prop="contactPoison"> - <el-input - disabled - type="textarea" - rows="4" - v-model="formobj.contactPoison" - placeholder="璇疯緭鍏ユ帴瑙︽瘨鐗�" - style="width: 700px" - /> - </el-form-item> - <el-form-item label="鏃㈠線鐥呭彶" prop="medicalHistory"> - <el-input - disabled - type="textarea" - rows="4" - v-model="formobj.medicalHistory" - placeholder="璇疯緭鍏ユ棦寰�鐥呭彶" - style="width: 700px" - /> - </el-form-item> - </div> - </el-collapse-item> - <el-collapse-item title="鏈堢粡鍙�" name="2" v-show="sex"> - <div style="width: 100%"> - <el-form-item label="鍒濇疆(宀�)" prop="chuchao"> - <el-input - v-model="formobj.chuchao" - style="width: 70px" - disabled - /> - </el-form-item> - <el-form-item label="缁忔湡" prop="jingqi"> - <el-input - v-model="formobj.jingqi" - disabled - style="width: 70px" - />澶� - </el-form-item> - <el-form-item label="鍛ㄦ湡" prop="zhouqi"> - <el-input - v-model="formobj.zhouqi" - disabled - style="width: 70px" - />澶� - </el-form-item> - <el-form-item label="鏈鏈堢粡" prop="mociage"> - <el-input - v-model="formobj.mociage" - disabled - style="width: 100px" - /> - </el-form-item> - </div> - </el-collapse-item> - <el-collapse-item title="鐢熻偛鍙�" name="3" v-show="sex"> - <div style="width: 100%"> - <el-form-item label="鐜版湁瀛愬コ(浜�)" prop="zinv"> - <el-input - v-model="formobj.zinv" - style="width: 70px" - disabled - /> - </el-form-item> - <el-form-item label="娴佷骇(娆�)" prop="liuchan"> - <el-input - v-model="formobj.liuchan" - style="width: 70px" - disabled - /> - </el-form-item> - <el-form-item label="鏃╀骇(娆�)" prop="zaochan"> - <el-input - v-model="formobj.zaochan" - style="width: 70px" - disabled - /> - </el-form-item> - <el-form-item label="姝讳骇(娆�)" prop="sichan"> - <el-input - v-model="formobj.sichan" - style="width: 70px" - disabled - /> - </el-form-item> - <el-form-item label="寮傚父鑳�(娆�)" prop="yichangtai"> - <el-input - v-model="formobj.yichangtai" - style="width: 70px" - disabled - /> - </el-form-item> - </div> - </el-collapse-item> - <el-collapse-item title="鐑熼厭鍙�" name="4"> - <div style="width: 100%"> - <el-form-item label="鏄惁鍚哥儫" prop="xiyan"> - <!-- <el-input v-model="form.xiyanpinlv" placeholder="璇疯緭鍏ュ惛鐑熼鐜�" /> --> - <el-select - disabled - filterable - v-model="formobj.xiyan" - placeholder="璇烽�夋嫨鏄惁鍚哥儫" - clearable - style="width: 150px" - > - <el-option - v-for="dict in dict.type.tj_smoking_pinlv" - :key="dict.value" - :label="dict.label" - :value="dict.value" - /> - </el-select> - </el-form-item> - <el-form-item label="鍚哥儫棰戠巼" prop="xiyanpinlv"> - <el-input - v-model="formobj.xiyanpinlv" - disabled - style="width: 70px" - />鏀�/澶� - </el-form-item> - <el-form-item label="鍚哥儫鏃堕棿" prop="xiyanyear"> - <el-input - v-model="formobj.xiyanyear" - disabled - style="width: 70px" - />骞� </el-form-item - ><br /> - <el-form-item label="鏄惁楗厭" prop="yinjiu"> - <!-- <el-input v-model="form.yinjiupinlv" placeholder="璇疯緭鍏ラギ閰掗鐜�" /> --> - <el-select - filterable - v-model="formobj.yinjiu" - disabled - placeholder="璇烽�夋嫨鏄惁楗厭" - clearable - style="width: 150px" - > - <el-option - v-for="dict in dict.type.tj_smoking_pinlv" - :key="dict.value" - :label="dict.label" - :value="dict.value" - /> - </el-select> - </el-form-item> - <el-form-item label="楗厭棰戠巼" prop="yinjiupinlv"> - <el-input - v-model="formobj.yinjiupinlv" - disabled - style="width: 70px" - />ml/澶� - </el-form-item> - <el-form-item label="楗厭鏃堕棿" prop="yinjiuyear"> - <el-input - v-model="formobj.yinjiuyear" - disabled - style="width: 70px" - />骞� - </el-form-item> - <el-form-item label="鍏朵粬" prop="qita"> - <el-input - v-model="formobj.qita" - placeholder="璇疯緭鍏ュ叾浠�" - disabled - type="textarea" - style="width: 600px" - rows="2" - /> - </el-form-item> - </div> - </el-collapse-item> - <el-collapse-item title="鎬ユ參鎬ц亴涓氱梾鍙蹭俊鎭�" name="5"> - <div style="width: 100%"> - <el-table - border - :data="formobj.tjAskHistorysList" - ref="tjAskHistorys" - style="width: 98%" - > - <el-table-column - type="selection" - width="40" - align="center" - /> - <el-table-column - label="鐤剧梾鍚嶇О" - prop="diseaseName" - > - <template slot-scope="scope"> - <el-input - size="mini" - disabled - v-model="scope.row.diseaseName" - placeholder="璇疯緭鍏ョ柧鐥呭悕绉�" - /> - </template> - </el-table-column> - <el-table-column - label="璇婃柇鏃ユ湡" - prop="diseaseData" - > - <template slot-scope="scope"> - <el-date-picker - size="mini" - v-model="scope.row.diseaseData" - align="right" - type="date" - placeholder="閫夋嫨鏃ユ湡" - :picker-options="pickerOptions" - style="width: 130px" - value-format="yyyy-MM-dd" - > - </el-date-picker> - </template> - </el-table-column> - <el-table-column - label="璇婃柇鍗曚綅" - prop="diseaseCompany" - > - <template slot-scope="scope"> - <el-input - size="mini" - disabled - v-model="scope.row.diseaseCompany" - placeholder="璇疯緭鍏ヨ瘖鏂崟浣�" - /> - </template> - </el-table-column> - <el-table-column label="鏄惁鐥婃剤" prop="isOk"> - <template slot-scope="scope"> - <!-- <el-input v-model="scope.row.isOk" placeholder="璇疯緭鍏ユ槸鍚︾棅鎰�" /> --> - <el-select - disabled - filterable - size="mini" - v-model="scope.row.isOk" - placeholder="璇烽�夋嫨鏄惁鐥婃剤" - clearable - > - <el-option - v-for="dict in dict.type.sys_yes_no" - :key="dict.value" - :label="dict.label" - :value="dict.value" - /> - </el-select> - </template> - </el-table-column> - <el-table-column label="澶囨敞" prop="remark"> - <template slot-scope="scope"> - <el-input - disabled - size="mini" - v-model="scope.row.remark" - placeholder="璇疯緭鍏ュ娉�" - /> - </template> - </el-table-column> - </el-table> - </div> - </el-collapse-item> + <div style="display: flex;margin:15px ;"> + <span slot="label" style="display: inline-block; border-bottom: 2px solid blue;font-size: 0.8vw;" + @click="handleQuery"> + 椤圭洰閫夋嫨 + </span> + <div v-if="xmChange.length > 0" style="display: flex;"> + <div style="margin:0 40px;font-size: 0.8vw;">椤圭洰鍚嶇О锛歿{ xmChange[0].proName || "" }}</div> + <div style="margin:0 80px ;font-size: 0.8vw;">浠锋牸锛歿{ xmChange[0].price || "" }}</div> + </div> + <div v-else style="display: flex;"> + <div style="margin:0 40px;font-size: 0.8vw;">椤圭洰鍚嶇О锛歿{ }}</div> + <div style="margin:0 80px ;font-size: 0.8vw;">浠锋牸锛歿{ }}</div> + </div> + <el-button type="primary" size="mini" @click="handleaddClick()">娣诲姞</el-button> + </div> - <el-collapse-item title="鑱屼笟鍙�" name="7"> - <div style="width: 100%"> - <el-table - border - :data="formobj.workLogs" - style="width: 98%" - > - <el-table-column - type="selection" - width="40" - align="center" - /> - <el-table-column label="寮�濮嬫椂闂�" prop="beginTime"> - <template slot-scope="scope"> - <el-date-picker - size="mini" - v-model="scope.row.beginTime" - align="right" - type="date" - placeholder="閫夋嫨鏃ユ湡" - :picker-options="pickerOptions" - style="width: 130px" - value-format="yyyy-MM-dd" - > - </el-date-picker> - </template> - </el-table-column> - <el-table-column label="缁撴潫鏃堕棿" prop="endTime"> - <template slot-scope="scope"> - <el-date-picker - size="mini" - disabled - v-model="scope.row.endTime" - align="right" - type="date" - placeholder="閫夋嫨鏃ユ湡" - :picker-options="pickerOptions" - style="width: 130px" - value-format="yyyy-MM-dd" - > - </el-date-picker> - </template> - </el-table-column> - <el-table-column - label="宸ヤ綔鍗曚綅" - prop="workCompany" - > - <template slot-scope="scope"> - <el-input - size="mini" - disabled - v-model="scope.row.workCompany" - placeholder="璇疯緭鍏ュ伐浣滃崟浣�" - /> - </template> - </el-table-column> - <el-table-column label="閮ㄩ棬" prop="workDept"> - <template slot-scope="scope"> - <el-input - disabled - size="mini" - v-model="scope.row.workDept" - placeholder="璇疯緭鍏ラ儴闂�" - /> - </template> - </el-table-column> - <el-table-column label="宸ョ" prop="workType"> - <template slot-scope="scope"> - <el-input - disabled - size="mini" - v-model="scope.row.workType" - placeholder="璇疯緭鍏ュ伐绉�" - /> - </template> - </el-table-column> - <el-table-column - label="鏈夊鍥犵礌" - prop="harmTypeLogs" - > - <template slot-scope="scope"> - <!-- <el-input v-model="scope.row.isOk" placeholder="璇疯緭鍏ユ槸鍚︾棅鎰�" /> --> - <el-select - filterable - disabled - size="mini" - v-model="scope.row.harmTypeLogs" - multiple - placeholder="璇烽�夋嫨鏈夊鍥犵礌" - clearable - > - <el-option - v-for="dict in harmTypeList" - :key="dict.aid" - :label="dict.harmtype" - :value="dict.aid" - /> - </el-select> - </template> - </el-table-column> - <el-table-column label="闃叉姢鎺柦" prop="fangHu"> - <template slot-scope="scope"> - <el-input - disabled - size="mini" - v-model="scope.row.fangHu" - placeholder="璇疯緭鍏ラ槻鎶ゆ帾鏂�" - /> - </template> - </el-table-column> - </el-table> - </div> - </el-collapse-item> - </el-collapse> - </el-form> - </div> - </template> - <el-button - type="primary" - @click="addnew" - :disabled="isdisabled" - style="margin-top: 20px" - >鏂板</el-button - > - </div> + <el-table :row-style="redxiangmu" :data="fcList" style="width: 100%" border> + <el-table-column type="selection" width="40" align="center" /> + <el-table-column label="搴忓彿" align="center" prop="newID" /> + <el-table-column label="鍚嶇О" align="center" prop="proName" width="100px" /> + <el-table-column label="浠锋牸" align="center" prop="price" /> + <el-table-column label="绉戝" align="center" prop="deptName" /> + <el-table-column label="鎿嶄綔" align="center" width="130px"> + <template slot-scope="scope"> + <el-button type="primary" size="mini" @click="handledeleteClick(scope.row)">鍒犻櫎</el-button> + </template> + </el-table-column> + </el-table> + </div> + </template> + <template v-if="status1 == 3"> + <div class="hist3"> + <span class="txt">闂瘖淇℃伅</span> + <el-form ref="form" :model="formobj" label-width="100px" :inline="true" size="mini"> + <el-collapse class="coll" v-model="activeName" accordion> + <el-collapse-item class="coll" title="鍩烘湰淇℃伅" name="1" style="width: 100%; font-weight: 600"> + <div style="width: 100%"> + <el-form-item label="濮撳悕" prop="cusName"> + <el-input disabled v-model="formobj.cusName" placeholder="璇疯緭鍏ュ鍚�" /> + </el-form-item> + <el-form-item label="鑱屼笟" prop="work"> + <el-select filterable v-model="formobj.work" placeholder="璇烽�夋嫨鑱屼笟" clearable + style="width: 150px" disabled> + <el-option v-for="dict in dict.type.tj_work" :key="dict.value" :label="dict.label" + :value="dict.value" /> + </el-select> + </el-form-item> + <el-form-item label="宸ヤ綔鐘舵��" prop="workStatus"> + <el-select disabled filterable v-model="formobj.workStatus" placeholder="璇烽�夋嫨宸ヤ綔鐘舵��" clearable + style="width: 150px"> + <el-option v-for="dict in dict.type.tj_work_status" :key="dict.value" :label="dict.label" + :value="dict.value" /> + </el-select> + </el-form-item> + <el-form-item label="鎺ヨЕ姣掔墿" prop="contactPoison"> + <el-input disabled type="textarea" rows="4" v-model="formobj.contactPoison" + placeholder="璇疯緭鍏ユ帴瑙︽瘨鐗�" style="width: 700px" /> + </el-form-item> + <el-form-item label="鏃㈠線鐥呭彶" prop="medicalHistory"> + <el-input disabled type="textarea" rows="4" v-model="formobj.medicalHistory" + placeholder="璇疯緭鍏ユ棦寰�鐥呭彶" style="width: 700px" /> + </el-form-item> + </div> + </el-collapse-item> + <el-collapse-item title="鏈堢粡鍙�" name="2" v-show="sex"> + <div style="width: 100%"> + <el-form-item label="鍒濇疆(宀�)" prop="chuchao"> + <el-input v-model="formobj.chuchao" style="width: 70px" disabled /> + </el-form-item> + <el-form-item label="缁忔湡" prop="jingqi"> + <el-input v-model="formobj.jingqi" disabled style="width: 70px" />澶� + </el-form-item> + <el-form-item label="鍛ㄦ湡" prop="zhouqi"> + <el-input v-model="formobj.zhouqi" disabled style="width: 70px" />澶� + </el-form-item> + <el-form-item label="鏈鏈堢粡" prop="mociage"> + <el-input v-model="formobj.mociage" disabled style="width: 100px" /> + </el-form-item> + </div> + </el-collapse-item> + <el-collapse-item title="鐢熻偛鍙�" name="3" v-show="sex"> + <div style="width: 100%"> + <el-form-item label="鐜版湁瀛愬コ(浜�)" prop="zinv"> + <el-input v-model="formobj.zinv" style="width: 70px" disabled /> + </el-form-item> + <el-form-item label="娴佷骇(娆�)" prop="liuchan"> + <el-input v-model="formobj.liuchan" style="width: 70px" disabled /> + </el-form-item> + <el-form-item label="鏃╀骇(娆�)" prop="zaochan"> + <el-input v-model="formobj.zaochan" style="width: 70px" disabled /> + </el-form-item> + <el-form-item label="姝讳骇(娆�)" prop="sichan"> + <el-input v-model="formobj.sichan" style="width: 70px" disabled /> + </el-form-item> + <el-form-item label="寮傚父鑳�(娆�)" prop="yichangtai"> + <el-input v-model="formobj.yichangtai" style="width: 70px" disabled /> + </el-form-item> + </div> + </el-collapse-item> + <el-collapse-item title="鐑熼厭鍙�" name="4"> + <div style="width: 100%"> + <el-form-item label="鏄惁鍚哥儫" prop="xiyan"> + <el-select disabled filterable v-model="formobj.xiyan" placeholder="璇烽�夋嫨鏄惁鍚哥儫" clearable + style="width: 150px"> + <el-option v-for="dict in dict.type.tj_smoking_pinlv" :key="dict.value" :label="dict.label" + :value="dict.value" /> + </el-select> + </el-form-item> + <el-form-item label="鍚哥儫棰戠巼" prop="xiyanpinlv"> + <el-input v-model="formobj.xiyanpinlv" disabled style="width: 70px" />鏀�/澶� + </el-form-item> + <el-form-item label="鍚哥儫鏃堕棿" prop="xiyanyear"> + <el-input v-model="formobj.xiyanyear" disabled style="width: 70px" />骞� + </el-form-item><br /> + <el-form-item label="鏄惁楗厭" prop="yinjiu"> + <el-select filterable v-model="formobj.yinjiu" disabled placeholder="璇烽�夋嫨鏄惁楗厭" clearable + style="width: 150px"> + <el-option v-for="dict in dict.type.tj_smoking_pinlv" :key="dict.value" :label="dict.label" + :value="dict.value" /> + </el-select> + </el-form-item> + <el-form-item label="楗厭棰戠巼" prop="yinjiupinlv"> + <el-input v-model="formobj.yinjiupinlv" disabled style="width: 70px" />ml/澶� + </el-form-item> + <el-form-item label="楗厭鏃堕棿" prop="yinjiuyear"> + <el-input v-model="formobj.yinjiuyear" disabled style="width: 70px" />骞� + </el-form-item> + <el-form-item label="鍏朵粬" prop="qita"> + <el-input v-model="formobj.qita" placeholder="璇疯緭鍏ュ叾浠�" disabled type="textarea" + style="width: 600px" rows="2" /> + </el-form-item> + </div> + </el-collapse-item> + <el-collapse-item title="鎬ユ參鎬ц亴涓氱梾鍙蹭俊鎭�" name="5"> + <div style="width: 100%"> + <el-table border :data="formobj.tjAskHistorysList" ref="tjAskHistorys" style="width: 98%"> + <el-table-column type="selection" width="40" align="center" /> + <el-table-column label="鐤剧梾鍚嶇О" prop="diseaseName"> + <template slot-scope="scope"> + <el-input size="mini" disabled v-model="scope.row.diseaseName" placeholder="璇疯緭鍏ョ柧鐥呭悕绉�" /> + </template> + </el-table-column> + <el-table-column label="璇婃柇鏃ユ湡" prop="diseaseData"> + <template slot-scope="scope"> + <el-date-picker size="mini" v-model="scope.row.diseaseData" align="right" type="date" + placeholder="閫夋嫨鏃ユ湡" :picker-options="pickerOptions" style="width: 130px" + value-format="yyyy-MM-dd"> + </el-date-picker> + </template> + </el-table-column> + <el-table-column label="璇婃柇鍗曚綅" prop="diseaseCompany"> + <template slot-scope="scope"> + <el-input size="mini" disabled v-model="scope.row.diseaseCompany" placeholder="璇疯緭鍏ヨ瘖鏂崟浣�" /> + </template> + </el-table-column> + <el-table-column label="鏄惁鐥婃剤" prop="isOk"> + <template slot-scope="scope"> + <el-select disabled filterable size="mini" v-model="scope.row.isOk" placeholder="璇烽�夋嫨鏄惁鐥婃剤" + clearable> + <el-option v-for="dict in dict.type.sys_yes_no" :key="dict.value" :label="dict.label" + :value="dict.value" /> + </el-select> + </template> + </el-table-column> + <el-table-column label="澶囨敞" prop="remark"> + <template slot-scope="scope"> + <el-input disabled size="mini" v-model="scope.row.remark" placeholder="璇疯緭鍏ュ娉�" /> + </template> + </el-table-column> + </el-table> + </div> + </el-collapse-item> + <el-collapse-item title="鑱屼笟鍙�" name="7"> + <div style="width: 100%"> + <el-table border :data="formobj.workLogs" style="width: 98%"> + <el-table-column type="selection" width="40" align="center" /> + <el-table-column label="寮�濮嬫椂闂�" prop="beginTime"> + <template slot-scope="scope"> + <el-date-picker size="mini" v-model="scope.row.beginTime" align="right" type="date" + placeholder="閫夋嫨鏃ユ湡" :picker-options="pickerOptions" style="width: 130px" + value-format="yyyy-MM-dd"> + </el-date-picker> + </template> + </el-table-column> + <el-table-column label="缁撴潫鏃堕棿" prop="endTime"> + <template slot-scope="scope"> + <el-date-picker size="mini" disabled v-model="scope.row.endTime" align="right" type="date" + placeholder="閫夋嫨鏃ユ湡" :picker-options="pickerOptions" style="width: 130px" + value-format="yyyy-MM-dd"> + </el-date-picker> + </template> + </el-table-column> + <el-table-column label="宸ヤ綔鍗曚綅" prop="workCompany"> + <template slot-scope="scope"> + <el-input size="mini" disabled v-model="scope.row.workCompany" placeholder="璇疯緭鍏ュ伐浣滃崟浣�" /> + </template> + </el-table-column> + <el-table-column label="閮ㄩ棬" prop="workDept"> + <template slot-scope="scope"> + <el-input disabled size="mini" v-model="scope.row.workDept" placeholder="璇疯緭鍏ラ儴闂�" /> + </template> + </el-table-column> + <el-table-column label="宸ョ" prop="workType"> + <template slot-scope="scope"> + <el-input disabled size="mini" v-model="scope.row.workType" placeholder="璇疯緭鍏ュ伐绉�" /> + </template> + </el-table-column> + <el-table-column label="鏈夊鍥犵礌" prop="harmTypeLogs"> + <template slot-scope="scope"> + <el-select filterable disabled size="mini" v-model="scope.row.harmTypeLogs" multiple + placeholder="璇烽�夋嫨鏈夊鍥犵礌" clearable> + <el-option v-for="dict in harmTypeList" :key="dict.aid" :label="dict.harmtype" + :value="dict.aid" /> + </el-select> + </template> + </el-table-column> + <el-table-column label="闃叉姢鎺柦" prop="fangHu"> + <template slot-scope="scope"> + <el-input disabled size="mini" v-model="scope.row.fangHu" placeholder="璇疯緭鍏ラ槻鎶ゆ帾鏂�" /> + </template> + </el-table-column> + </el-table> + </div> + </el-collapse-item> + </el-collapse> + </el-form> + </div> + </template> + <el-button type="primary" @click="addnew" :disabled="isdisabled" style="margin-top: 20px;">鏂板</el-button> </div> </div> </div> + + </div> + + </el-drawer> - - <el-dialog title="鏂板寮傚父缁撴灉" :visible.sync="addNewDialogVisible" width="900px" class="custom-dialog"> + <el-dialog title="PDF 棰勮" :visible.sync="dialogVisible" :close-on-click-modal="false" width="50%"> + <div class="main"> + <iframe id="printIframe" :src="url" frameborder="0" style="width: 100%; height: 100%"></iframe> + </div> + </el-dialog> + <el-dialog title="鎻愮ず" :visible.sync="jianqians" width="1000px" :before-close="handleClose1"> + <jianqianwenzhen :jianqianwenzhendata="jianqianwenzhendata" v-if="flags"></jianqianwenzhen> + <span slot="footer" class="dialog-footer"> + <el-button @click="jianqians = false">鍙� 娑�</el-button> + </span> + </el-dialog> + <el-dialog title="鏂板寮傚父缁撴灉" :visible.sync="addNewDialogVisible" width="900px" class="custom-dialog"> <el-form :model="newItem" ref="newItemForm" label-width="100px" class="custom-form"> <el-form-item label="椤圭洰鍒嗙被" prop="parentName"> <el-select v-model="newItem.parentName" placeholder="璇烽�夋嫨椤圭洰鍒嗙被" clearable filterable @@ -1534,11 +798,11 @@ <el-button type="primary" @click="submitNewItem">纭畾</el-button> </span> </el-dialog> - <el-dialog title="蹇嵎寤鸿閫夋嫨" :visible.sync="showjianyi" width="1000px" class="custom-dialog" + <el-dialog title="蹇嵎寤鸿閫夋嫨" :visible.sync="showjianyi" width="1000px" class="custom-dialog" :before-close="handleCloseAdviceDialog"> <!-- 鎼滅储鍖哄煙 --> <div style="margin-bottom: 15px;"> - <el-form :inline="true" @submit.native.prevent> + <el-form :inline="true"> <el-form-item label="寤鸿鍚嶇О"> <el-input v-model="queryParams1.zyzd" placeholder="璇疯緭鍏ュ缓璁悕绉拌繘琛岀瓫閫�" clearable style="width: 200px" @input="filterAdvices(true)" @keyup.enter.native="filterAdvices(true)" /> @@ -1597,56 +861,13 @@ <el-button @click="cancels">鍙� 娑�</el-button> </div> </el-dialog> - <el-dialog - title="PDF 棰勮" - :visible.sync="dialogVisible" - :close-on-click-modal="false" - width="50%" - > - <div class="main"> - <iframe - id="printIframe" - :src="url" - frameborder="0" - style="width: 100%; height: 100%" - ></iframe> - </div> - </el-dialog> - <el-dialog - title="鎻愮ず" - :visible.sync="jianqians" - width="1000px" - :before-close="handleClose1" - > - <jianqianwenzhen - :jianqianwenzhendata="jianqianwenzhendata" - v-if="flags" - ></jianqianwenzhen> - <span slot="footer" class="dialog-footer"> - <el-button @click="jianqians = false">鍙� 娑�</el-button> - </span> - </el-dialog> <Packages ref="bbb" :baogao="baogao" /> <Prescription ref="Pre" :preObj="preObj" /> - <proposal - ref="proposal" - :cusobj="cusobj" - :tjNumber="tjNumber" - @event1="eventchange($event)" - /> + <proposal ref="proposal" :cusobj="cusobj" @event1="eventchange($event)" /> <createproposal ref="createproposal" :creatobj="creatobj" /> - - <el-dialog - title="甯哥敤寤鸿缁存姢" - :visible.sync="propdialog" - width="500px" - append-to-body - > - </el-dialog> + <el-dialog title="甯哥敤寤鸿缁存姢" :visible.sync="propdialog" width="500px" append-to-body></el-dialog> </div> </template> - - <script> import _ from 'lodash'; import jianqianwenzhen from "@/components/jianqianwenzhen"; @@ -1668,15 +889,15 @@ isPdfOrJimu, addOrder, addOrder1, - UpdFcPro, getFcList, + UpdFcPro } from "@/api/doctor/checkAll"; import { getInfoById } from "@/api/hosp/history"; import { getInfo } from "@/api/login"; import { getCompany, queryCompany } from "@/api/team/tuanti"; import { reportHistory, yichang, shanchu } from "@/api/doctor/check"; import { getPdf, revoke } from "@/api/hosp/order"; -import { cSWebGetPro, dataSynchronization } from "@/api/doctor/examination"; +import { cSWebGetPro } from "@/api/doctor/examination"; import ViewPdf from "@/components/ViewPdf"; import Historicalreport from "@/components/Historicalreport"; import { getDicts } from "@/api/system/dict/data"; @@ -1710,7 +931,37 @@ name: "checkAll", data() { return { - // 鏇存柊鎬绘寤鸿 + zhiyeJl: '', // 鍒濆鍖栨鏌ョ粨璁轰负绌� + zhiyeJg: '鏈彂鐜扮洰鏍囨�х柧鐥�', // 鍒濆鍖栦綋妫�缁撴灉涓洪粯璁ゅ�� + selectedAdvice: null, + activeAdviceIndex: 0, + advicerulesList: [], + xmChange: [], + showjianyi: false, + adviceLoading: false, + adviceEmptyText: '鏆傛棤鏁版嵁', + total1: 0, + forms: { + pacName: "" + }, + xmopen: false, + datasList: [], + queryParams1: { + pageNum: 1, + pageSize: 10, + zyzd: '', + }, + adviceCache: new Map(), + addNewDialogVisible: false, + newItem: { + parentName: '', + jcxm: '', + jcjg: '', + ckfw: '', + dw: '', + map: [{ bt: '', nr: '' }] + }, + projectCategories: [], emptyAdvice: { bt: "", nr: "", @@ -1720,15 +971,12 @@ preObj: {}, baogao: [], flags: false, - fcList: [], - xmopen: false, - datasList: [], - advicerulesList: [], jianqianwenzhendata: [], jianqians: false, adviceLoading: false, sex: true, activeName: "1", + hosproy: true, remarks: "", remark: "", creatobj: {}, @@ -1799,9 +1047,7 @@ msgtuwen: "", msgjianqian: "", msgkcf: "", - // 椤甸潰鍏ㄩ儴鏁版嵁 checkList: [], - // 缁戝畾鍗曢�夋寜閽� tjStatus: "0", tjproject: "0", total: 0, @@ -1809,25 +1055,21 @@ Testitems: [], CheckBox: {}, startTime: [], + isCollapsed: 0, textarea1: "", loading: true, - // 褰撳墠鐢ㄦ埛閫変腑鐨勫�� selectLettercurrent: " ", - // 鎶藉眽鎵撳紑鏂瑰紡 drawer: false, isLoading: false, xmopen: false, tableAll: {}, tjNumber: "", - // 鍏ㄩ儴灏忕粨 DeptadviceAll: [], MsgId: "", Deptobj: "", - // 鐐瑰嚮鍙傛暟 changedate: [], dataText: [], status: {}, - // 鏌ヨ鍙傛暟 queryParams: { page: 1, pageSize: 10, @@ -1837,12 +1079,12 @@ compId: null, name: null, checkStatus: null, + shys: null, }, formobj: {}, - // 鏌ヨ鍙傛暟 yichangList: [], + fcList: [], statusList: [], - xmChange: [], queryParam: { pageNum: 1, pageSize: 10, @@ -1867,15 +1109,14 @@ tjCategory: undefined, payType: undefined, }, - status1: 0, // 0灞曠ず寮傚父1灞曠ず椤圭洰鎯呭喌 + status1: 0, viewportHeight: 0, expends: [], - clearTimeSet: null, }; }, created() { - // this.getNowTime(); + console.log(this.dict.type.dict_tjtype, "鑱屼笟浣撴"); this.getConfigKey(); this.getdate(); }, @@ -1883,11 +1124,12 @@ mounted() { this.$nextTick(() => { this.$refs.inputName.focus(); - this.viewportHeight = - window.innerHeight || document.documentElement.clientHeight; + this.viewportHeight = window.innerHeight || document.documentElement.clientHeight; }); }, + methods: { + // 鎵撳紑寤鸿閫夋嫨寮圭獥 tan(event) { this.activeAdviceIndex = event.target.closest('.advice-group') ? Array.from(event.target.closest('.el-form').querySelectorAll('.advice-group')) @@ -1947,24 +1189,16 @@ }); }, 800), - handleCurrentChangeAdvice(currentRow) { + handleCurrentChangeAdvice(currentRow) { this.selectedAdvice = currentRow; }, - submitFormxm() { - this.xmopen = false; + toggleCollapse3() { + this.isCollapsed = 0; }, - - cancels() { - this.xmopen = false; - this.xmChange = []; - }, - - handleCategoryChange(value) { - if (value) { - this.newItem.jcxm = value; - } + toggleCollapse() { + this.isCollapsed = 1; }, applySelectedAdvice() { @@ -1980,6 +1214,15 @@ } }, + cancelAdviceDialog() { + this.showjianyi = false; + this.selectedAdvice = null; + this.queryParams1.zyzd = ''; + this.queryParams1.pageNum = 1; + this.advicerulesList = []; + this.total1 = 0; + this.adviceCache.clear(); + }, handleCloseAdviceDialog(done) { if (this.selectedAdvice) { @@ -1992,984 +1235,64 @@ this.cancelAdviceDialog(); done(); }) - .catch(() => { }); + .catch(() => {}); } else { this.cancelAdviceDialog(); done(); } }, - cancelAdviceDialog() { - this.showjianyi = false; - this.selectedAdvice = null; - this.queryParams1.zyzd = ''; - this.queryParams1.pageNum = 1; - this.advicerulesList = []; - this.total1 = 0; - this.adviceCache.clear(); - }, + handleAdviceBlur(row, index) { + let advicesToSubmit = []; - setTime() { - //璁剧疆瀹氭椂鍣� - this.clearTimeSet = setInterval(() => { - this.$modal.closeLoading(); - }, 300000); - }, - tongbu(row) { - this.$modal.loading("姝e湪鍚屾锛岃绋嶅��..."); - this.setTime(); - let tjNumber = row.tjNumber; - dataSynchronization(tjNumber) - .then((res, error) => { - if (res.code == 200) { - this.clearTimeSet = null; - this.$modal.closeLoading(); - this.$modal.msgSuccess("鍚屾鎴愬姛锛�"); - } - }) - .catch((error) => { - this.clearTimeSet = null; - this.$modal.closeLoading(); - }); - }, - /* shanchu(row) { - console.log(row); - shanchu({ - id: row.orderDetailId, - }).then((res) => { - console.log(res); - // 鎵惧埌瑕佸垹闄ら」鎵�鍦ㄧ殑鐖剁骇鏁扮粍 - const parentItem = this.yichangList.find((item) => - item.sone.some((soneItem) => soneItem.proId === row.proId) - ); - - if (parentItem) { - // 浠庣埗绾х殑 sone 鏁扮粍涓垹闄よ椤� - const index = parentItem.sone.findIndex( - (item) => item.proId === row.proId - ); - if (index > -1) { - parentItem.sone.splice(index, 1); - - // 濡傛灉鍒犻櫎鍚� sone 鏁扮粍涓虹┖,鍒欏垹闄ゆ暣涓埗绾ч」 - if (parentItem.sone.length === 0) { - const parentIndex = this.yichangList.indexOf(parentItem); - if (parentIndex > -1) { - this.yichangList.splice(parentIndex, 1); - } - } - - // 鏇存柊 expends 鏁扮粍 - this.getExpends(); - - this.$message.success("鍒犻櫎鎴愬姛"); - } + if (index === -1) { + if (this.emptyAdvice.bt || this.emptyAdvice.nr) { + advicesToSubmit = [{ bt: this.emptyAdvice.bt || '', nr: this.emptyAdvice.nr || '' }]; + this.$set(row, 'advices', advicesToSubmit); } - }); - }, */ - shanchu(row) { - this.isdisabled = true; + } else { + advicesToSubmit = row.advices; + } - shanchu({ - id: row.orderDetailId, - }) - .then((res) => { - console.log(res, 1111); + if (!advicesToSubmit || advicesToSubmit.length === 0) { + return; + } - if (res.code === 200) { - const parentItem = this.yichangList.find((item) => - item.sone.some( - (soneItem) => soneItem.orderDetailId === row.orderDetailId - ) - ); - - if (parentItem) { - const index = parentItem.sone.findIndex( - (item) => item.orderDetailId === row.orderDetailId - ); - if (index > -1) { - parentItem.sone.splice(index, 1); - - if (parentItem.sone.length === 0) { - const parentIndex = this.yichangList.indexOf(parentItem); - if (parentIndex > -1) { - this.yichangList.splice(parentIndex, 1); - } - } - - this.getExpends(); - this.$forceUpdate(); - this.$message.success("鍒犻櫎鎴愬姛"); - } else { - this.$message.error("鏈壘鍒拌鍒犻櫎鐨勫瓙椤�"); - } - } else { - this.$message.error("鏈壘鍒拌鍒犻櫎鐨勭埗椤�"); - } - } else { - this.$message.error("鍚庣鍒犻櫎澶辫触锛�" + (res.msg || "鏈煡閿欒")); - } - }) - .catch((error) => { - console.error("鍒犻櫎澶辫触:", error); - this.$message.error("鍒犻櫎鎿嶄綔澶辫触锛�" + error.message); - }) - .finally(() => { - this.isdisabled = false; - }); - }, - getConfigKey() { - getconfigKey("sfkqtwbg").then((res) => { - this.msgtuwen = res.msg; - }); - getconfigKey("sfkqjqwz").then((res) => { - this.msgjianqian = res.msg; - }); - getconfigKey("kcf").then((res) => { - this.msgkcf = res.msg; - }); - }, - //璁剧疆table涓殑鎵╁睍椤癸紝灞曞紑鐨刬d锛屾澶勬垜闇�瑕佸叏閮ㄥ睍寮� - getExpends() { - // 閫氳繃flatMap灏嗘瘡涓猻one鏁扮粍涓殑ID鎻愬彇鍑烘潵锛屽苟杩斿洖涓�涓墎骞冲寲鐨処D鏁扮粍 - this.expends = this.yichangList.flatMap((item) => - item.sone.map((subItem) => subItem.proId) + const parentItem = this.yichangList.find(item => + item.sone.some(soneItem => soneItem.orderDetailId === row.orderDetailId) ); - }, - getRowKeys(row) { - return row.proId; - }, - // 椤圭洰鎯呭喌 - xiangmuqingkuang() { - cSWebGetPro(this.tjNumber).then((res) => { - this.status1 = 1; - this.statusList = res.data; - - if (this.statusList.length == 0) { - _this.$message.msgSuccess("鏆傛棤椤圭洰鎯呭喌"); - } - }); - }, - - fuchaxiangmu() { - this.loading = true; - this.status1 = 2; - let data = { - tjNum: this.tjNumber, - type: 1, - }; - getFcList(data) - .then((res) => { - this.fcList = res.data; - this.fcList.forEach((item, index) => { - item.newID = index + 1; - }); - }) - .catch((error) => { - console.error("鑾峰彇澶嶆煡椤圭洰澶辫触:", error); - this.$message.error("鑾峰彇澶嶆煡椤圭洰澶辫触"); - }) - .finally(() => { - this.loading = false; - }); - }, - - handleQuery() { - this.xmopen = true; - let data = { - tjNum: this.tjNumber, - type: 0, - }; - getFcList(data).then((res) => { - this.datasList = res.data; - }); - }, - - handleaddClick() { - console.log(this.xmChange); - let data = { - orderId: this.xmChange[0].orderId, - data: [ - { - proId: this.xmChange[0].proId, - type: 1, - }, - ], - }; - UpdFcPro(data).then((res) => { - if (res.code == 200) { - this.xmChange = []; - this.fuchaxiangmu(); - } - }); - }, - - handledeleteClick(row) { - let data = { - orderId: row.orderId, - data: [ - { - proId: row.proId, - type: 0, - }, - ], - }; - UpdFcPro(data).then((res) => { - if (res.code == 200) { - this.fuchaxiangmu(); - } - }); - }, - - handlexmChange(selection) { - this.xmChange = []; - this.xmChange = selection; - if (selection.length > 1) { - let del_row = selection.shift(); - this.$refs.elTable.toggleRowSelection(del_row, false); //璁剧疆杩欎竴琛屽彇娑堥�変腑 - } - }, - submitFormxm() { - this.xmopen = false; - }, - cancels() { - this.xmopen = false; - this.xmChange = []; - }, - guanbi() { - this.drawer = false; - }, - yichangjieguo() { - this.isLoading = true; - this.status1 = 0; - let _this = this; - yichang({ - tjNum: this.tjNumber, - }) - .then((res) => { - this.isLoading = false; - this.yichangList = res.data; - - // console.log(this.yichangList, 3232); - this.getExpends(); - - this.yichangList.forEach((item) => { - item.sone.forEach((soneItem) => { - if ( - !Array.isArray(soneItem.advices) || - soneItem.advices.length === 0 - ) { - // 濡傛灉 advices 鏄┖锛岃缃粯璁ゅ�� - soneItem.advices = [ - { - bt: "", - nr: "", - }, - ]; - } - }); - }); - - if (!this.yichangList) { - _this.$message({ - type: "warning ", - message: "鏆傛棤寮傚父鎶ュ憡", - }); - } - }) - .catch((error) => { - this.isLoading = false; - console.error("鑾峰彇寮傚父缁撴灉澶辫触:", error); - this.$message.error("鑾峰彇寮傚父缁撴灉澶辫触"); - }) - .finally(() => { - this.isLoading = false; - this.loading = false; - }); - }, - getdate() { - getNewDateList().then((res) => { - /* this.startTime = [ - moment(res.data).format("YYYY-MM-DD 00:00:00"), - moment(res.data).format("YYYY-MM-DD 23:59:00"), - ]; */ - this.getList(); - }); - }, - // / 澶勭悊榛樿閫変腑褰撳墠鏃ユ湡 - getNowTime() { - var curDate = new Date().getTime(); - var dayNum = 7 * 24 * 3600 * 1000; - var threeDays = curDate - dayNum; - var sDay = this.getLocalTime(threeDays); - var end = this.getLocalTime(curDate); - this.startTime = [sDay, end]; - }, - add0(m) { - return m < 10 ? "0" + m : m; - }, - getLocalTime(nS) { - var time = new Date(nS); - var y = time.getFullYear(); - var m = time.getMonth() + 1; - var d = time.getDate(); - var h = time.getHours(); - var mm = time.getMinutes(); - return ( - y + - "-" + - this.add0(m) + - "-" + - this.add0(d) + - " " + - this.add0(h) + - ":" + - this.add0(mm) - ); - }, - jianqian() { - this.flags = true; - this.jianqians = true; - let tjNumber = this.tableAll.tjNumber; - this.jianqianwenzhendata.push(tjNumber); - }, - - getList() { - this.loading = true; - this.queryParams.compId = this.CheckBox.drugManufacturerId; - this.queryParams.checkStatus = this.tjStatus; - if (this.startTime) { - this.queryParams.beginTime = this.startTime[0]; - this.queryParams.endTime = this.startTime[1]; - } else { - this.queryParams.beginTime = null; - this.queryParams.endTime = null; + if (!parentItem) { + this.$message.error('鏈壘鍒板搴旂殑鐖剁骇椤圭洰'); + return; } - // 椤甸潰鏁版嵁 - getcheckList(this.queryParams).then((response) => { - if (response.code == 200) { - this.loading = false; - if (response.data) { - if (response.data.date) { - this.checkList = response.data.date; - } else { - this.checkList = response.data.customers; - } + const data = { + tjh: this.tableAll.tjNumber, + parentName: parentItem.proName, + jcxm: row.proName, + jcjg: row.proResult, + ckfw: row.stanId, + dw: row.proAdvice, + map: advicesToSubmit, + jyjc: parentItem.jyjc, + id: row.orderDetailId, + }; - this.total = response.data.total; - } else { - this.checkList = []; - } - } - }), - // 鑾峰彇鍗曚綅淇℃伅闆嗗悎 - getCompany(this.queryParam).then((response) => { - this.CompanyList = response.data; - this.loading = false; - }); - }, - - viewReport(row) { - const tjNumber = row.tjNumber; - isPdfOrJimu(tjNumber).then((response) => { - if (response.data.flag == "0") { - const flag = true; - getPdf(tjNumber, flag).then((response) => { - if (response.size === 0) { - const loading = this.$loading({ - lock: true, - text: "Loading", - spinner: "el-icon-loading", - background: "rgba(0, 0, 0, 0.7)", - }); - setTimeout(() => { - loading.close(); - }, 3000); - this.$message({ - message: "鎶ュ憡姝e湪鐢熸垚锛岃涓ゅ垎閽熷悗棰勮锛�", - type: "error", - }); - } else { - this.dialogVisible = true; - - this.url = window.webkitURL.createObjectURL(response); //灏嗗悗绔繑鍥炵殑blob鏂囦欢璇诲彇鍑簎rl - } - }); + addOrder1(data).then((res) => { + if (res.code === 200) { + // 鎴愬姛鏇存柊寤鸿 } else { - let url = response.data.url; - const params = { url }; - this.$tab.openPage( - "鍋ュ悍璇佹鏌ヨ〃", - "/report/zongjianjiankangzheng", - params - ); + this.$message.error('寤鸿鏇存柊澶辫触锛�' + (res.msg || '鏈煡閿欒')); } + }).catch((error) => { + console.error('寤鸿鏇存柊澶辫触:', error); + this.$message.error('寤鸿鏇存柊澶辫触锛�' + error.message); }); }, - Graphicreport() { - let dictType = "dict_ageunit"; - getDicts(dictType).then((res) => { - if (res.code == 200) { - res.data.forEach((item) => { - if (this.tableAll.age_unit == item.dictValue) { - this.tableAll.age_unit = item.dictLabel; - } - }); - let dictTypes = "sys_user_sex"; - getDicts(dictTypes).then((res) => { - if (res.code == 200) { - res.data.forEach((item) => { - if (this.tableAll.cusSex == item.dictValue) { - this.tableAll.cusSex = item.dictLabel; - } - }); - let data = { - patname: this.tableAll.cusName, - sex: this.tableAll.cusSex, - patage: this.tableAll.age, - patagename: this.tableAll.age_unit, - patbirth: this.tableAll.cusBrithday, - }; - // let data = { - // patname: "鑴辫兘濞�", - // sex: "濂�", - // patage: "60", - // patagename: "宀�", - // patbirth: "1963-01-01" - // } - getTjYxjcList(data).then((res) => { - this.baogao = res.data; - }); - this.$refs.bbb.open = true; - this.$refs.bbb.title = "鎶ュ憡瀛楀吀"; - } - }); - } - }); - }, - - historicalreport() { - this.loading = true; - let data = { - cusId: this.tableAll.cusId, - }; - reportHistory(data).then((res) => { - this.loading = false; - if (res.data[0] != null) { - this.reportHistorydata = res.data; - } else { - this.reportHistorydata = []; - } - }); - }, - - medicalhistory() { - this.status1 = 3; - let tjNumber = this.tableAll.tjNumber; - getInfoById(tjNumber).then((response) => { - this.formobj = response.data; - if (this.formobj.xiyan == null) { - this.formobj.xiyan = "1"; - } - if (this.formobj.xiyanpinlv == null) { - this.formobj.xiyanpinlv = "0"; - } - if (this.formobj.xiyanyear == null) { - this.formobj.xiyanyear = "0"; - } - if (this.formobj.yinjiu == null) { - this.formobj.yinjiu = "1"; - } - if (this.formobj.yinjiupinlv == null) { - this.formobj.yinjiupinlv = "0"; - } - if (this.formobj.yinjiuyear == null) { - this.formobj.yinjiuyear = "0"; - } - }); - }, - // viewReport(row) { - // const tjNumber = row.tjNumber; - // const viewNum = "792997692059705344"; - // const params = { viewNum, tjNumber }; - // hasReportEnd(tjNumber).then((res) => { - // if (res == 1) { - // this.$tab.openPage("浣撴鎶ュ憡", "/report/viewReport", params); - // } else { - // this.$message.error("璇ョ敤鎴蜂綋妫�鏆傛湭瀹屾垚锛屾棤娉曟墦鍗颁綋妫�鎶ュ憡锛�"); - // } - // }); - // }, - downLoadFileImg(row) { - const tjNumber = row.tjNumber; - const flag = true; - getPdf(tjNumber, flag).then((response) => { - this.url = window.webkitURL.createObjectURL(response); //灏嗗悗绔繑鍥炵殑blob鏂囦欢璇诲彇鍑簎rl - }); - }, - - rowClick(row) { - if (row.tjNumber) { - this.preObj = row; - } else { - this.preObj = this.tableAll; - } - this.$refs.Pre.open = true; - this.$refs.Pre.title = "澶勬柟"; - }, - - // 鍗曢�夋寜閽� - radioChange(value) { - this.loading = true; - this.queryParams.checkStatus = value; - this.queryParams.page = 1; - this.queryParams.pageSize = 10; - getcheckList(this.queryParams).then((response) => { - if (response.data) { - this.checkList = response.data.customers; - this.total = response.data.total; - } else { - this.checkList = []; - } - this.loading = false; - }); - }, - propoChange() { - this.cusobj = { sex: this.tableAll.cusSex, isZj: 0 }; - this.$refs.proposal.open = true; - this.$refs.proposal.title = "寤鸿鏂规"; - // this.$refs.proposal.getList(); - }, - eventchange(data) { - this.dataText = data; - console.log(data, 6655); - - if (this.textarea1 == null) { - this.textarea1 = ""; - } - /* data.forEach((item) => { - this.textarea1 += item.advice; - }); */ - data.forEach((item) => { - this.textarea1 += (item.advice || item.jynr || "") + "\n"; - }); - }, - proposalChange() { - if (this.textarea1) { - this.creatobj = { proParentList: this.textarea1, isZj: 0 }; - this.$refs.createproposal.open = true; - this.$refs.createproposal.title = "甯哥敤寤鸿缁存姢"; - } else { - this.$message({ - type: "warning ", - message: "璇峰厛濉啓鎬绘寤鸿", - }); - } - }, - radiotjprojectChange() { - if (this.tjproject == "0") { - getupdateCheckType(this.tjNumber).then((response) => { - this.changedate = response.data; - - this.changedate.forEach((item) => { - this.textarea1 = item.checkAdvice; - }); - if (this.changedate) { - for (let i = 0; i < this.changedate.length; i++) { - this.remark = this.changedate[i].remark; - } - this.changedate.forEach((item) => { - // this.remark = item.remark; - // item.sons.forEach((item3) => { - // if (item3.standard.tjStandardGtValue === null) { - // item3.standard.tjStandardGtValue = ""; - // } - // if (item3.standard.tjStandardLtValue === null) { - // item3.standard.tjStandardLtValue = ""; - // } - // }); - // item.remark = ""; - }); - } else { - this.$message({ - type: "warning ", - message: "璇ュ鎴锋病鏈変綋妫�椤圭洰鏁版嵁", - }); - } - }); - } else if (this.tjproject == "1") { - getupdateCheckTypeHuaYan(this.tjNumber).then((res) => { - if (res.data) { - // this.Testitems = res.data - this.changedate = res.data; - - this.changedate.forEach((item) => { - this.textarea1 = item.checkAdvice; - }); - if (this.changedate) { - for (let i = 0; i < this.changedate.length; i++) { - this.remark = this.changedate[i].remark; - } - this.changedate.forEach((item) => { - // this.remark = item.remark; - item.sons.forEach((item3) => { - // if (item3.standard.tjStandardGtValue === null) { - // item3.standard.tjStandardGtValue = ""; - // } - // if (item3.standard.tjStandardLtValue === null) { - // item3.standard.tjStandardLtValue = ""; - // } - }); - // item.remark = ""; - }); - } - } else { - this.$message({ - type: "warning ", - message: "璇ュ鎴锋病鏈夊寲楠岄」鐩暟鎹�", - }); - } - }); - } - }, - - // 浣撴鍏徃鎷奸煶鎼滅储 - getRemoteData(query) { - if (query) { - let compName = query; - queryCompany(compName).then((response) => { - this.CompanyList = response.data; - }); - } - }, - - // 閫夋鏁版嵁 - searchSelect(val) { - this.CheckBox = val; - }, - - // 鏃堕棿 - dateChangebirthday1(val) { - this.startTime = val; - }, - - hb() { - if (this.queryParams.tjNumber != "") { - this.submitForm(); - } - }, - - // 鎼滅储 - submitForm() { - console.log(this.tjStatus); - this.loading = true; - this.queryParams.compId = this.CheckBox.drugManufacturerId; - this.queryParams.checkStatus = this.tjStatus; - if (this.startTime) { - this.queryParams.beginTime = this.startTime[0]; - this.queryParams.endTime = this.startTime[1]; - } else { - this.queryParams.beginTime = null; - this.queryParams.endTime = null; - } - - // 椤甸潰鏁版嵁 - getcheckList(this.queryParams).then((response) => { - if (response.code == 200) { - this.loading = false; - if (response.data.customers != null) { - this.checkList = response.data.customers; - this.checkList.forEach((item) => { - this.tjStatus = item.tjStatus.toString(); - }); - - this.total = response.data.total; - } else { - this.checkList = []; - } - } - }); - }, - // 閲嶇疆 - resetQuery() { - this.startTime = []; - this.resetForm("tableList"); - this.submitForm(); - }, - changRed({ row }) { - if (row.ycbz != "" && row.ycbz != null) { - // 鍙橀鑹茬殑鏉′欢 - return { - color: "red", // 杩欎釜return鐨勫氨鏄牱寮� 鍙互鏄痗olor 涔熷彲浠ユ槸backgroundColor - }; - } - }, - red() { - return { - color: "red", - }; - }, - redxiangmu({ row }) { - if (row.type != 1) { - // 鍙橀鑹茬殑鏉′欢 - return { - backgroundColor: "#AAD8DF !important", // 杩欎釜return鐨勫氨鏄牱寮� 鍙互鏄痗olor 涔熷彲浠ユ槸backgroundColor - // color: "#AAD8DF ", - }; - } - }, - /* changRed(row) { - if (row.label === "鈫�") { - return { - color: "green", // 璁剧疆涓婄澶翠负缁胯壊 - }; - } else if (row.label === "鈫�") { - return { - color: "red", // 璁剧疆涓嬬澶翠负绾㈣壊 - }; - } - // 榛樿棰滆壊 - return { - color: "black", - }; - }, */ - handleCurrentChange(val) { - if (val != null) { - this.handleClick(val); - } - }, - - // 鐐瑰嚮璇︽儏 - handleClick(row) { - this.$refs.Pre.open = false; - this.tableAll = row; - this.tjproject = "0"; - - this.tjNumber = this.tableAll.tjNumber; - - getState(this.tjNumber).then((res) => { - this.status = res.data; - if (this.status) { - if (this.status.status === "1") { - this.yichangjieguo(); - getInfo().then((response) => { - this.userId = response.user.userId; - if (this.userId) { - let data = { - userId: this.userId, - tjNumber: this.tjNumber, - state: 0, - }; - getModifiedState(data).then((res) => { - this.MsgId = res.msg; - this.isLoading = true; - this.drawer = true; - getupdateCheckType(this.tjNumber).then((response) => { - this.isLoading = false; - this.changedate = response.data; - if (this.changedate) { - this.changedate.forEach((item) => { - this.textarea1 = item.checkAdvice || ""; - }); - - // 杩欓噷璁剧疆鍒濆鍊� - this.initialTotalCheckAdvice = this.textarea1; // 淇濆瓨鎬绘寤鸿 - - // 淇濆瓨鍒濆鐘舵�� - this.initialState = JSON.parse( - JSON.stringify(this.changedate) - ); - - for (let i = 0; i < this.changedate.length; i++) { - this.remark = this.changedate[i].remark; - } - this.changedate.forEach((item) => { - // this.remark = item.remark; - // item.sons.forEach((item3) => { - // if (item3.standard.tjStandardGtValue === null) { - // item3.standard.tjStandardGtValue = ""; - // } - // if (item3.standard.tjStandardLtValue === null) { - // item3.standard.tjStandardLtValue = ""; - // } - // }); - }); - } else { - this.$message({ - type: "warning ", - message: "璇ュ鎴锋病鏈変綋妫�椤圭洰鏁版嵁", - }); - } - }); - }); - } - }); - } else { - this.$confirm( - "" + this.status.name + "姝e湪淇敼璇ヤ俊鎭�, 鏄惁寮哄埗杩涘幓?", - "鎻愮ず", - { - confirmButtonText: "鏄�", - cancelButtonText: "鍚�", - type: "warning", - } - ) - .then(() => { - this.yichangjieguo(); - getInfo().then((response) => { - this.userId = response.user.userId; - - if (this.userId) { - let data = { - userId: this.userId, - tjNumber: this.tjNumber, - state: 0, - }; - getforceIn(data).then((res) => { - this.MsgId = res.msg; - this.isLoading = true; - this.drawer = true; - getupdateCheckType(this.tjNumber).then((response) => { - this.isLoading = false; - this.changedate = response.data; - if (this.changedate) { - for (let i = 0; i < this.changedate.length; i++) { - this.remark = this.changedate[i].remark; - } - this.initialState = JSON.parse( - JSON.stringify(this.changedate) - ); - - this.changedate.forEach((item) => { - this.textarea1 = item.checkAdvice || ""; - - // this.remark = item.remark; - // item.sons.forEach((item3) => { - // if (item3.standard.tjStandardGtValue === null) { - // item3.standard.tjStandardGtValue = ""; - // } - // if (item3.standard.tjStandardLtValue === null) { - // item3.standard.tjStandardLtValue = ""; - // } - // }); - // item.remark = ""; - }); - - // 淇濆瓨鎬绘寤鸿 - this.totalCheckAdvice = this.changedate.map( - (item) => item.totalCheckAdvice - ); - } else { - this.$message({ - type: "warning ", - message: "璇ュ鎴锋病鏈変綋妫�椤圭洰鏁版嵁", - }); - } - }); - }); - } - }); - }) - .catch(() => { - this.$message({ - type: "info", - message: "宸插彇娑堣繘鍏�", - }); - }); - - this.drawer = false; - } - } else { - this.drawer = true; - this.yichangjieguo(); - getInfo().then((response) => { - this.userId = response.user.userId; - - if (this.userId) { - let data = { - userId: this.userId, - tjNumber: this.tjNumber, - state: 0, - }; - getforceIn(data).then((res) => { - this.MsgId = res.msg; - this.drawer = true; - getupdateCheckType(this.tjNumber).then((response) => { - this.changedate = response.data; - if (this.changedate) { - for (let i = 0; i < this.changedate.length; i++) { - this.remark = this.changedate[i].remark; - } - this.initialState = JSON.parse( - JSON.stringify(this.changedate) - ); - - this.changedate.forEach((item) => { - this.textarea1 = item.checkAdvice || ""; - - // this.remark = item.remark; - // item.sons.forEach((item3) => { - // if (item3.standard.tjStandardGtValue === null) { - // item3.standard.tjStandardGtValue = ""; - // } - // if (item3.standard.tjStandardLtValue === null) { - // item3.standard.tjStandardLtValue = ""; - // } - // }); - // item.remark = ""; - }); - - // 淇濆瓨鎬绘寤鸿 - this.totalCheckAdvice = this.changedate.map( - (item) => item.totalCheckAdvice - ); - } else { - this.$message({ - type: "warning ", - message: "璇ュ鎴锋病鏈変綋妫�椤圭洰鏁版嵁", - }); - } - }); - }); - } - }); - } - }); - - // 鑾峰彇灏忕粨 - // getDeptAdvice().then((response) => { - // response.data.forEach((item) => { - // this.DeptadviceAll = item; - // }); - // }); - }, - // 鎾ら攢 - getRevoke(row) { - this.loading = true; - const tjNumber = row.tjNumber; - revoke(tjNumber).then((response) => { - this.$modal.msgSuccess("鎾ゅ洖鎴愬姛"); - if (response.code == 200) { - this.loading = false; - this.getList(); - } - }); - }, - - - addAdvice() { - this.newItem.map.push({ bt: '', nr: '' }); - }, - - removeAdvice(index) { - if (this.newItem.map.length > 1) { - this.newItem.map.splice(index, 1); - } else { - this.$message.warning('鑷冲皯淇濈暀涓�缁勫缓璁�'); - } + handleSelectionChange(selection) { + console.log(selection); }, submitNewItem() { @@ -2998,8 +1321,7 @@ }); }, - - addnew() { + addnew() { this.newItem = { parentName: '', jcxm: '', @@ -3024,191 +1346,771 @@ }); }, - cancel() { - this.propdialog = false; + handleCategoryChange(value) { + if (value) { + this.newItem.jcxm = value; + } }, - // 鏄惁鍏抽棴寮圭獥 - handleClose(done) { - if (this.loading) { - return; + change(val) { + console.log('閫変腑鐨勫�兼槸锛�', val); + }, + + addAdvice() { + this.newItem.map.push({ bt: '', nr: '' }); + }, + + removeAdvice(index) { + if (this.newItem.map.length > 1) { + this.newItem.map.splice(index, 1); + } else { + this.$message.warning('鑷冲皯淇濈暀涓�缁勫缓璁�'); + } + }, + + shanchu(row) { + this.isdisabled = true; + + shanchu({ + id: row.orderDetailId, + }).then((res) => { + console.log(res, 1111); + + if (res.code === 200) { + const parentItem = this.yichangList.find(item => + item.sone.some(soneItem => soneItem.orderDetailId === row.orderDetailId) + ); + + if (parentItem) { + const index = parentItem.sone.findIndex(item => item.orderDetailId === row.orderDetailId); + if (index > -1) { + parentItem.sone.splice(index, 1); + + if (parentItem.sone.length === 0) { + const parentIndex = this.yichangList.indexOf(parentItem); + if (parentIndex > -1) { + this.yichangList.splice(parentIndex, 1); + } + } + + this.getExpends(); + this.$forceUpdate(); + this.$message.success('鍒犻櫎鎴愬姛'); + } else { + this.$message.error('鏈壘鍒拌鍒犻櫎鐨勫瓙椤�'); + } + } else { + this.$message.error('鏈壘鍒拌鍒犻櫎鐨勭埗椤�'); + } + } else { + this.$message.error('鍚庣鍒犻櫎澶辫触锛�' + (res.msg || '鏈煡閿欒')); + } + }).catch((error) => { + console.error('鍒犻櫎澶辫触:', error); + this.$message.error('鍒犻櫎鎿嶄綔澶辫触锛�' + error.message); + }).finally(() => { + this.isdisabled = false; + }); + }, + + handleQuery() { + this.xmopen = true; + let data = { + tjNum: this.tjNumber, + type: 0 + }; + getFcList(data).then(res => { + this.datasList = res.data; + }); + }, + + handleaddClick() { + console.log(this.xmChange); + let data = { + orderId: this.xmChange[0].orderId, + data: [{ + proId: this.xmChange[0].proId, + type: 1 + }] + }; + UpdFcPro(data).then(res => {}); + }, + + handledeleteClick() { + UpdFcPro(data).then(res => {}); + }, + + handlexmChange(selection) { + this.xmChange = []; + this.xmChange = selection; + if (selection.length > 1) { + let del_row = selection.shift(); + this.$refs.elTable.toggleRowSelection(del_row, false); + } + }, + + submitFormxm() { + this.xmopen = false; + }, + + cancels() { + this.xmopen = false; + this.xmChange = []; + }, + + getExpends() { + this.expends = this.yichangList.flatMap(item => + item.sone.map(soneItem => soneItem.orderDetailId) + ); + }, + + getConfigKey() { + getconfigKey("sfkqtwbg").then((res) => { + this.msgtuwen = res.msg; + }); + getconfigKey("sfkqjqwz").then((res) => { + this.msgjianqian = res.msg; + }); + getconfigKey("kcf").then((res) => { + this.msgkcf = res.msg; + }); + }, + + getRowKeys(row) { + return row.orderDetailId; + }, + + xiangmuqingkuang() { + this.loading = true; + cSWebGetPro(this.tjNumber) + .then((res) => { + this.status1 = 1; + this.statusList = res.data; + if (this.statusList.length == 0) { + this.$message.success("鏆傛棤椤圭洰鎯呭喌"); + } + }) + .catch((error) => { + console.error('鑾峰彇椤圭洰鎯呭喌澶辫触:', error); + this.$message.error('鑾峰彇椤圭洰鎯呭喌澶辫触'); + }) + .finally(() => { + this.loading = false; + }); + }, + + guanbi() { + this.drawer = false; + }, + + yichangjieguo() { + this.loading = true; + this.status1 = 0; + yichang({ + tjNum: this.tjNumber, + }) + .then((res) => { + this.yichangList = res.data; + this.yichangList.forEach((item) => { + item.sone.forEach((soneItem) => { + if (!Array.isArray(soneItem.advices) || soneItem.advices.length === 0) { + soneItem.advices = [{ bt: "", nr: "" }]; + } + }); + }); + if (!this.yichangList) { + this.$message.warning("鏆傛棤寮傚父鎶ュ憡"); + } + }) + .catch((error) => { + console.error('鑾峰彇寮傚父缁撴灉澶辫触:', error); + this.$message.error('鑾峰彇寮傚父缁撴灉澶辫触'); + }) + .finally(() => { + this.loading = false; + }); + }, + + fuchaxiangmu() { + this.loading = true; + this.status1 = 2; + let data = { + tjNum: this.tjNumber, + type: 1, + }; + getFcList(data) + .then((res) => { + this.fcList = res.data; + }) + .catch((error) => { + console.error("鑾峰彇澶嶆煡椤圭洰澶辫触:", error); + this.$message.error("鑾峰彇澶嶆煡椤圭洰澶辫触"); + }) + .finally(() => { + this.loading = false; + }); + }, + + getdate() { + getNewDateList().then((res) => { + this.getList(); + }); + }, + + getNowTime() { + var curDate = new Date().getTime(); + var dayNum = 7 * 24 * 3600 * 1000; + var threeDays = curDate - dayNum; + var sDay = this.getLocalTime(threeDays); + var end = this.getLocalTime(curDate); + this.startTime = [sDay, end]; + }, + + add0(m) { + return m < 10 ? "0" + m : m; + }, + + getLocalTime(nS) { + var time = new Date(nS); + var y = time.getFullYear(); + var m = time.getMonth() + 1; + var d = time.getDate(); + var h = time.getHours(); + var mm = time.getMinutes(); + return ( + y + + "-" + + this.add0(m) + + "-" + + this.add0(d) + + " " + + this.add0(h) + + ":" + + this.add0(mm) + ); + }, + + jianqian() { + this.flags = true; + this.jianqians = true; + let tjNumber = this.tableAll.tjNumber; + this.jianqianwenzhendata.push(tjNumber); + }, + + getList() { + this.loading = true; + this.queryParams.compId = this.CheckBox.drugManufacturerId; + this.queryParams.checkStatus = this.tjStatus; + if (this.startTime) { + this.queryParams.beginTime = this.startTime[0]; + this.queryParams.endTime = this.startTime[1]; + } else { + this.queryParams.beginTime = null; + this.queryParams.endTime = null; } - // 妫�鏌ユ槸鍚︽湁淇敼 - let isModified = - JSON.stringify(this.changedate) !== JSON.stringify(this.initialState) || - (this.textarea1 !== this.initialTotalCheckAdvice && - this.textarea1 !== null); - console.log("Initial Total Check Advice:", this.initialTotalCheckAdvice); + getcheckList(this.queryParams).then((response) => { + if (response.code == 200) { + this.loading = false; + if (response.data) { + if (response.data.date) { + this.checkList = response.data.date; + } else { + this.checkList = response.data.customers; + } + this.total = response.data.total; + } else { + this.checkList = []; + } + } + }); - console.log("Current textarea1:", this.textarea1); - if (isModified) { - // 濡傛灉鏈変慨鏀癸紝寮瑰嚭纭妗� - this.$confirm("妫�娴嬪唴瀹规湁淇敼锛岀‘瀹氳鎻愪氦鍚楋紵") - .then(() => { - this.loading = true; - this.timer = setTimeout(() => { - done(); - this.determine(); + getCompany(this.queryParam).then((response) => { + this.CompanyList = response.data; + this.loading = false; + }); + }, + + viewReport(row) { + const tjNumber = row.tjNumber; + isPdfOrJimu(tjNumber).then((response) => { + if (response.data.flag == "0") { + const flag = true; + getPdf(tjNumber, flag).then((response) => { + if (response.size === 0) { + const loading = this.$loading({ + lock: true, + text: "Loading", + spinner: "el-icon-loading", + background: "rgba(0, 0, 0, 0.7)", + }); setTimeout(() => { - this.loading = false; - }, 400); - }, 2000); - }) - .catch(() => { - // 鐢ㄦ埛鍙栨秷鎿嶄綔 - this.drawer = false; + loading.close(); + }, 3000); + this.$message({ + message: "璇锋挙鍥為噸鏂扮敓鎴愭姤鍛�", + type: "error" + }); + } else { + this.dialogVisible = true; + this.url = window.webkitURL.createObjectURL(response); + } + }); + } else { + let url = response.data.url; + const params = { url }; + this.$tab.openPage("鍋ュ悍璇佹鏌ヨ〃", "/report/zongjianjiankangzheng", params); + } + }); + }, + + Graphicreport() { + this.loading = true; + let dictType = "dict_ageunit"; + getDicts(dictType) + .then((res) => { + if (res.code == 200) { + res.data.forEach((item) => { + if (this.tableAll.age_unit == item.dictValue) { + this.tableAll.age_unit = item.dictLabel; + } + }); + let dictTypes = "sys_user_sex"; + return getDicts(dictTypes); + } else { + throw new Error('鑾峰彇骞撮緞鍗曚綅瀛楀吀澶辫触'); + } + }) + .then((res) => { + if (res.code == 200) { + res.data.forEach((item) => { + if (this.tableAll.cusSex == item.dictValue) { + this.tableAll.cusSex = item.dictLabel; + } + }); + let data = { + patname: this.tableAll.cusName, + sex: this.tableAll.cusSex, + patage: this.tableAll.age, + patagename: this.tableAll.age_unit, + patbirth: this.tableAll.cusBrithday, + }; + return getTjYxjcList(data); + } else { + throw new Error('鑾峰彇鎬у埆瀛楀吀澶辫触'); + } + }) + .then((res) => { + this.baogao = res.data; + this.$refs.bbb.open = true; + this.$refs.bbb.title = "鎶ュ憡瀛楀吀"; + }) + .catch((error) => { + console.error('鐢熸垚鍥炬枃鎶ュ憡澶辫触:', error); + this.$message.error('鐢熸垚鍥炬枃鎶ュ憡澶辫触'); + }) + .finally(() => { + this.loading = false; + }); + }, + + historicalreport() { + this.loading = true; + let data = { + cusId: this.tableAll.cusId, + }; + reportHistory(data) + .then((res) => { + if (res.data[0] != null) { + this.reportHistorydata = res.data; + } else { + this.reportHistorydata = []; + } + }) + .catch((error) => { + console.error('鑾峰彇鍘嗗彶鎶ュ憡澶辫触:', error); + this.$message.error('鑾峰彇鍘嗗彶鎶ュ憡澶辫触'); + }) + .finally(() => { + this.loading = false; + }); + }, + + medicalhistory() { + this.loading = true; + this.status1 = 3; + let tjNumber = this.tableAll.tjNumber; + getInfoById(tjNumber) + .then((response) => { + this.formobj = response.data; + if (this.formobj.xiyan == null) { + this.formobj.xiyan = "1"; + } + if (this.formobj.xiyanpinlv == null) { + this.formobj.xiyanpinlv = "0"; + } + if (this.formobj.xiyanyear == null) { + this.formobj.xiyanyear = "0"; + } + if (this.formobj.yinjiu == null) { + this.formobj.yinjiu = "1"; + } + if (this.formobj.yinjiupinlv == null) { + this.formobj.yinjiupinlv = "0"; + } + if (this.formobj.yinjiuyear == null) { + this.formobj.yinjiuyear = "0"; + } + }) + .catch((error) => { + console.error('鑾峰彇鑱屼笟鐥呭彶澶辫触:', error); + this.$message.error('鑾峰彇鑱屼笟鐥呭彶澶辫触'); + }) + .finally(() => { + this.loading = false; + }); + }, + + downLoadFileImg(row) { + const tjNumber = row.tjNumber; + const flag = true; + getPdf(tjNumber, flag).then((response) => { + this.url = window.webkitURL.createObjectURL(response); + }); + }, + + rowClick(row) { + if (row.tjNumber) { + this.preObj = row; + } else { + this.preObj = this.tableAll; + } + this.$refs.Pre.open = true; + this.$refs.Pre.title = "澶勬柟"; + }, + + radioChange(value) { + this.loading = true; + this.queryParams.checkStatus = value; + this.queryParams.page = 1; + this.queryParams.pageSize = 10; + getcheckList(this.queryParams).then((response) => { + if (response.data) { + this.checkList = response.data.customers; + this.total = response.data.total; + } else { + this.checkList = []; + } + this.loading = false; + }); + }, + + propoChange() { + this.cusobj = { sex: this.tableAll.cusSex, isZj: 0 }; + this.$refs.proposal.open = true; + this.$refs.proposal.title = "寤鸿鏂规"; + }, + + eventchange(data) { + this.dataText = data; + if (this.textarea1 == null) { + this.textarea1 = ""; + } + data.forEach((item) => { + if (item.advice) { + this.textarea1 += item.advice; + } else { + this.textarea1 += item.jynr; + } + }); + }, + + proposalChange() { + if (this.textarea1) { + this.creatobj = { proParentList: this.textarea1, isZj: 0 }; + this.$refs.createproposal.open = true; + this.$refs.createproposal.title = "甯哥敤寤鸿缁存姢"; + } else { + this.$message({ + type: "warning", + message: "璇峰厛濉啓鎬绘寤鸿", + }); + } + }, + + radiotjprojectChange() { + if (this.tjproject == "0") { + getupdateCheckType(this.tjNumber).then((response) => { + this.changedate = response.data; + this.changedate.forEach((item) => { + this.textarea1 = item.checkAdvice; + }); + if (this.changedate) { + for (let i = 0; i < this.changedate.length; i++) { + this.remark = this.changedate[i].remark; + } + } else { + this.$message({ + type: "warning", + message: "璇ュ鎴锋病鏈変綋妫�椤圭洰鏁版嵁", + }); + } + }); + } else if (this.tjproject == "1") { + getupdateCheckTypeHuaYan(this.tjNumber).then((res) => { + if (res.data) { + this.changedate = res.data; + this.changedate.forEach((item) => { + this.textarea1 = item.checkAdvice; + }); + if (this.changedate) { + for (let i = 0; i < this.changedate.length; i++) { + this.remark = this.changedate[i].remark; + } + } + } else { + this.$message({ + type: "warning", + message: "璇ュ鎴锋病鏈夊寲楠岄」鐩暟鎹�", + }); + } + }); + } + }, + + getRemoteData(query) { + if (query) { + let compName = query; + queryCompany(compName).then((response) => { + this.CompanyList = response.data; + }); + } + }, + + searchSelect(val) { + this.CheckBox = val; + }, + + dateChangebirthday1(val) { + this.startTime = val; + }, + + hb() { + if (this.queryParams.tjNumber != "") { + this.submitForm(); + } + }, + + submitForm() { + this.loading = true; + this.queryParams.compId = this.CheckBox.drugManufacturerId; + this.queryParams.checkStatus = this.tjStatus; + if (this.startTime) { + this.queryParams.beginTime = this.startTime[0]; + this.queryParams.endTime = this.startTime[1]; + } else { + this.queryParams.beginTime = null; + this.queryParams.endTime = null; + } + + getcheckList(this.queryParams).then((response) => { + if (response.code == 200) { + this.loading = false; + if (response.data.customers != null) { + this.checkList = response.data.customers; + this.checkList.forEach((item) => { + this.tjStatus = item.tjStatus.toString(); + }); + this.total = response.data.total; + } else { + this.checkList = []; + } + } + }); + }, + + resetQuery() { + this.startTime = []; + this.resetForm("tableList"); + this.submitForm(); + }, + + changRed({ row }) { + if (row.ycbz != "" && row.ycbz != null) { + return { + color: "red", + }; + } + }, + + red() { + return { + color: "red", + }; + }, + + redxiangmu({ row }) { + if (row.type != 1) { + return { + backgroundColor: "#AAD8DF !important", + }; + } + }, + + handleCurrentChange(val) { + if (val != null) { + this.handleClick(val); + } + }, + + handleClick(row) { + this.$refs.Pre.open = false; + this.tableAll = row; + this.tjproject = "0"; + this.tjNumber = this.tableAll.tjNumber; + + getState(this.tjNumber).then((res) => { + this.status = res.data; + if (this.status) { + if (this.status.status === "1") { + this.yichangjieguo(); + getInfo().then((response) => { + this.userId = response.user.userId; + if (this.userId) { + let data = { + userId: this.userId, + tjNumber: this.tjNumber, + state: 0, + }; + getModifiedState(data).then((res) => { + this.MsgId = res.msg; + this.isLoading = true; + this.drawer = true; + getupdateCheckType(this.tjNumber).then((response) => { + this.isLoading = false; + this.changedate = response.data; + if (this.changedate) { + this.changedate.forEach((item) => { + this.textarea1 = item.checkAdvice || ""; + }); + this.initialTotalCheckAdvice = this.textarea1; + this.initialState = JSON.parse(JSON.stringify(this.changedate)); + for (let i = 0; i < this.changedate.length; i++) { + this.remark = this.changedate[i].remark; + } + // 鍥炴樉 zhiyeJl 鍜� zhiyeJg + this.zhiyeJl = response.data.zhiyeJl || ''; + this.zhiyeJg = response.data.zhiyeJg || '鏈彂鐜扮洰鏍囨�х柧鐥�'; + } else { + this.$message({ + type: "warning", + message: "璇ュ鎴锋病鏈変綋妫�椤圭洰鏁版嵁", + }); + // 濡傛灉娌℃湁鏁版嵁锛屾竻绌哄瓧娈� + this.zhiyeJl = ''; + this.zhiyeJg = '鏈彂鐜扮洰鏍囨�х柧鐥�'; + } + }); + }); + } + }); + } else { + this.$confirm("" + this.status.name + "姝e湪淇敼璇ヤ俊鎭�, 鏄惁寮哄埗杩涘幓?", "鎻愮ず", { + confirmButtonText: "鏄�", + cancelButtonText: "鍚�", + type: "warning", + }) + .then(() => { + this.yichangjieguo(); + getInfo().then((response) => { + this.userId = response.user.userId; + if (this.userId) { + let data = { + userId: this.userId, + tjNumber: this.tjNumber, + state: 0, + }; + getforceIn(data).then((res) => { + this.MsgId = res.msg; + this.isLoading = true; + this.drawer = true; + getupdateCheckType(this.tjNumber).then((response) => { + this.isLoading = false; + this.changedate = response.data; + if (this.changedate) { + for (let i = 0; i < this.changedate.length; i++) { + this.remark = this.changedate[i].remark; + } + this.initialState = JSON.parse(JSON.stringify(this.changedate)); + this.changedate.forEach((item) => { + this.textarea1 = item.checkAdvice || ""; + }); + // 鍥炴樉 zhiyeJl 鍜� zhiyeJg + this.zhiyeJl = response.data.zhiyeJl || ''; + this.zhiyeJg = response.data.zhiyeJg || '鏈彂鐜扮洰鏍囨�х柧鐥�'; + } else { + this.$message({ + type: "warning", + message: "璇ュ鎴锋病鏈変綋妫�椤圭洰鏁版嵁", + }); + // 濡傛灉娌℃湁鏁版嵁锛屾竻绌哄瓧娈� + this.zhiyeJl = ''; + this.zhiyeJg = '鏈彂鐜扮洰鏍囨�х柧鐥�'; + } + }); + }); + } + }); + }) + .catch(() => { + this.$message({ + type: "info", + message: "宸插彇娑堣繘鍏�", + }); + }); + } + } + }); + }, + + handleClose(done) { + if (JSON.stringify(this.initialState) !== JSON.stringify(this.changedate) || this.initialTotalCheckAdvice !== this.textarea1) { + this.$confirm("鎮ㄦ湁鏈繚瀛樼殑鏇存敼锛岀‘瀹氳鍏抽棴鍚楋紵", "鎻愮ず", { + confirmButtonText: "纭畾", + cancelButtonText: "鍙栨秷", + type: "warning", + }) + .then(() => { let data = { userId: this.userId, tjNumber: this.tjNumber, state: 1, - id: this.MsgId, }; - getfiedState(data).then((res) => {}); - this.submitForm(); - }); + getfiedState(data).then((res) => { + this.drawer = false; + done(); + }); + }) + .catch(() => {}); } else { - // 濡傛灉娌℃湁淇敼锛岀洿鎺ュ叧闂� - done(); + let data = { + userId: this.userId, + tjNumber: this.tjNumber, + state: 1, + }; + getfiedState(data).then((res) => { + this.drawer = false; + done(); + }); } }, - handleClose1() { + + handleClose1(done) { this.jianqians = false; + this.flags = false; + done(); }, - // 鐢熸垚鎶ュ憡 - // generate(row) { - // const tjNumber = row.tjNumber; - // getGenerate(tjNumber).then((response) => { - // this.$modal.msgSuccess("鐢熸垚鎴愬姛"); - // }); - // }, - // xiAoJieChange(event) { - // if (event) { - // this.changedate.forEach((item) => { - // item.remark = ""; - // item.parentAdvice.forEach((item1) => { - // event.forEach((item2) => { - // if (item2 == item1.id) { - // item.remark = item.remark + item1.advice + "銆�"; - // } - // }); - // }); - // }); - // } - // }, - change(vale) {}, - // determine() { - // let tjNumber = this.tableAll.tjNumber; - // let tjh = this.tableAll.tjNumber; - // // let jyjc = this.yichangList.map(item => item.jyjc || null); - // let advice = this.textarea1; - // let data = { - // tjNumber, - // advice, - // checkStatus: 1, - // }; - - // console.log(this.yichangList, 66); - - // let dataList = this.yichangList - // .map((item) => { - // return item.sone.map((soneItem) => ({ - // tjh, - // parentName: item.proName, - // jcxm: soneItem.proName, - // map: soneItem.advices, - // jyjc: item.jyjc, // assuming jyjc belongs to the outer item, not soneItem - // jcjg: soneItem.proResult, - // ckfw: soneItem.stanId, - // dw: soneItem.proAdvice, - // })); - // }) - // .flat(); // 浣跨敤 flat() 鏂规硶灏嗗祵濂楁暟缁勫睍骞� - // console.log(dataList, 777); - - // /* addOrder(dataList).then((res) => { - // console.log(res, 999); - // }); */ - // getTjdetailList(data) - // .then((response) => { - // if (response.code === 200) { - // this.$modal.msgSuccess("鎻愪氦鎴愬姛"); - - // // 鍑嗗鐢熸垚鎶ュ憡鐨勮姹傛暟鎹� - // let reportData = { - // userId: this.userId, - // tjNumber: tjNumber, - // state: 1, - // id: this.MsgId, - // }; - - // // 鐢熸垚鎶ュ憡骞朵繚鎸� loading 鎵撳紑 - // const reportPromise = gettoPdf(tjNumber) - // .then((res) => { - // this.$modal.msgSuccess("宸茬敓鎴愭姤鍛婏紒璇峰墠寰�鎶ュ憡鏍告敹椤甸潰纭锛�"); - // }) - // .catch((error) => { - // this.$modal.msgError( - // "鎵撳嵃鎶ュ憡澶辫触锛岃鍓嶅線鎶ュ憡鎵撳嵃椤甸潰琛ユ墦鎶ュ憡锛�" - // ); - // }); - - // // 鏇存柊鐘舵�佸苟鎻愪氦淇敼璇锋眰 - // const statePromise = getfiedState(reportData).then((res) => { - // this.drawer = false; - // }); - - // // const addOrderPromise = addOrder(dataList).then((res) => { - // // console.log(res, 999); - // // }); - - // // 澶勭悊鍏朵粬淇敼鎿嶄綔 - // const updatePromises = this.changedate.map((item) => { - // this.proIds = item.parentId; - // let remarks = item.remark; - // let updateOrderRemarkVos = [ - // { - // tjNumber, - // proId: this.proIds.toString(), - // remarks, - // }, - // ]; - // return getModified(updateOrderRemarkVos); // 杩斿洖 Promise - // }); - - // // 绛夊緟鎵�鏈夎姹傚畬鎴� - // Promise.all([ - // reportPromise, - // statePromise, - // // addOrderPromise, - // ...updatePromises, - // ]) - // .then(() => { - // // 鎵�鏈夎姹傚畬鎴愶紝鍏抽棴 loading - // this.loading = false; - // // 鏇存柊鍒嗛〉淇℃伅 - // this.queryParams.page = 1; - // this.queryParams.pageSize = 10; - // this.submitForm(); - // this.$forceUpdate(); - // }) - // .catch((error) => { - // // 澶勭悊閿欒鎯呭喌 - // this.loading = false; - // console.error("鍙戠敓閿欒:", error); - // }); - // } else { - // // 鎻愪氦澶辫触锛屽叧闂� loading - // this.loading = false; - // } - // }) - // .catch((error) => { - // // 鎻愪氦璇锋眰澶辫触锛屽叧闂� loading - // this.loading = false; - // console.error("鎻愪氦璇锋眰澶辫触:", error); - // }); - // }, determine() { let tjNumber = this.tableAll.tjNumber; let tjh = this.tableAll.tjNumber; @@ -3217,10 +2119,9 @@ tjNumber, advice, checkStatus: 1, + zhiyeJl: this.zhiyeJl, // 娣诲姞妫�鏌ョ粨璁� + zhiyeJg: this.zhiyeJg // 娣诲姞浣撴缁撴灉 }; - - console.log(this.yichangList, 6644); - let dataList = this.yichangList .map((item) => { return item.sone.map((soneItem) => ({ @@ -3234,14 +2135,17 @@ dw: soneItem.proAdvice, })); }) - .flat(); // 浣跨敤 flat() 鏂规硶灏嗗祵濂楁暟缁勫睍骞� + .flat(); + this.loading = true; getTjdetailList(data) .then((response) => { if (response.code === 200) { this.$modal.msgSuccess("鎻愪氦鎴愬姛"); + // 娓呯┖瀛楁 + this.zhiyeJl = ''; + this.zhiyeJg = ''; - // 鍑嗗鐢熸垚鎶ュ憡鐨勮姹傛暟鎹� let reportData = { userId: this.userId, tjNumber: tjNumber, @@ -3249,12 +2153,8 @@ id: this.MsgId, }; - // 璋冪敤 addOrderPromise - console.log(dataList, 5555); - addOrder(dataList) .then((res) => { - console.log(res, 999); if (res.code == 200) { gettoPdf(tjNumber) .then((res) => { @@ -3280,41 +2180,60 @@ remarks, }, ]; - return getModified(updateOrderRemarkVos); // 杩斿洖 Promise + return getModified(updateOrderRemarkVos); }); - // 绛夊緟鎵�鏈夎姹傚畬鎴� Promise.all([statePromise, ...updatePromises]) .then(() => { - // 鎵�鏈夎姹傚畬鎴愶紝鍏抽棴 loading this.loading = false; - // 鏇存柊鍒嗛〉淇℃伅 this.queryParams.page = 1; this.queryParams.pageSize = 10; this.submitForm(); this.$forceUpdate(); }) .catch((error) => { - // 澶勭悊閿欒鎯呭喌 this.loading = false; console.error("鍙戠敓閿欒:", error); }); } }) .catch((error) => { - // 濡傛灉 addOrderPromise 澶辫触锛屽鐞嗛敊璇� this.loading = false; console.error("addOrderPromise 澶辫触:", error); }); } else { - // 鎻愪氦澶辫触锛屽叧闂� loading this.loading = false; + this.$modal.msgError("鎻愪氦澶辫触"); } }) .catch((error) => { - // 鎻愪氦璇锋眰澶辫触锛屽叧闂� loading this.loading = false; console.error("鎻愪氦璇锋眰澶辫触:", error); + this.$modal.msgError("鎻愪氦璇锋眰澶辫触"); + }); + }, + + getRevoke(row) { + this.$confirm("纭鎾ら攢璇ユ姤鍛婂悧锛�", "鎻愮ず", { + confirmButtonText: "纭畾", + cancelButtonText: "鍙栨秷", + type: "warning", + }) + .then(() => { + revoke(row.tjNumber).then((response) => { + if (response.code === 200) { + this.submitForm(); + this.$message.success("鎾ら攢鎴愬姛"); + } else { + this.$message.error("鎾ら攢澶辫触"); + } + }); + }) + .catch(() => { + this.$message({ + type: "info", + message: "宸插彇娑堟挙閿�", + }); }); }, }, @@ -3470,10 +2389,40 @@ width: 100%; display: flex; justify-content: center; + /* 纭繚鍒嗛〉鍣ㄦ暣浣撳眳涓� */ + align-items: center; + /* 鍨傜洿灞呬腑 */ + margin-top: 15px; + /* 涓庤〃鏍肩殑闂磋窛 */ +} + +.pag2 { + width: auto; + /* 绉婚櫎鍥哄畾瀹藉害锛岃鍒嗛〉鍣ㄦ牴鎹唴瀹硅嚜閫傚簲 */ + min-width: 750px; + /* 璁剧疆鏈�灏忓搴︼紝纭繚鍒嗛〉鍣ㄤ笉浼氬お绐� */ + text-align: center; + /* 纭繚鍒嗛〉鍣ㄥ唴閮ㄥ厓绱犲眳涓� */ +} + +@media (max-width: 750px) { + .pag2 { + min-width: 300px; + /* 绉诲姩绔渶灏忓搴� */ + overflow-x: auto; + /* 鍏佽妯悜婊氬姩 */ + padding: 10px; + /* 绉诲姩绔唴杈硅窛 */ + } } .pag1 { - width: 30%; + width: auto; + /* 绉婚櫎鍥哄畾瀹藉害锛岃鍒嗛〉鍣ㄦ牴鎹唴瀹硅嚜閫傚簲 */ + min-width: 300px; + /* 璁剧疆鏈�灏忓搴︼紝纭繚鍒嗛〉鍣ㄤ笉浼氬お绐� */ + text-align: center; + /* 纭繚鍒嗛〉鍣ㄥ唴閮ㄥ厓绱犲眳涓� */ } .dialog-footers { @@ -3504,7 +2453,7 @@ .box { display: flex; - height: calc(100% - 160px); + height: calc(100vh - 200px); margin-top: 20px; overflow: hidden; } @@ -3649,4 +2598,79 @@ ::v-deep .el-drawer { padding: 0 0 50px; } -</style> + +.custom-dialog { + ::v-deep .el-dialog__header { + padding: 15px 20px; + background-color: #f5f7fa; + border-bottom: 1px solid #e8ecef; + } + + ::v-deep .el-dialog__title { + font-size: 18px; + color: #303133; + font-weight: 600; + } + + ::v-deep .el-dialog__body { + padding: 20px; // 澧炲姞鍐呰竟璺� + background-color: #fff; + } + + ::v-deep .el-dialog__footer { + padding: 10px 20px; + border-top: 1px solid #e8ecef; + text-align: right; + } + + .custom-form { + .advice-group { + border: 1px solid #e8ecef; + border-radius: 4px; + padding: 10px; + margin-bottom: 15px; + background-color: #f9fbfc; + + .el-form-item { + margin-bottom: 15px; + } + + .el-button { + margin-top: 5px; + } + } + } +} + +.section-title { + font-size: 20px; + font-weight: bold; + color: #303133; + background-color: #f5f7fa; + padding: 10px 15px; + border-left: 4px solid #409eff; + /* 宸︿晶钃濊壊杈规潯锛屽寮鸿瑙夋晥鏋� */ + margin-bottom: 15px; + margin-top: 15px; + border-radius: 4px; +} + +.dialog-pager { + display: flex; + justify-content: center; + /* 姘村钩灞呬腑 */ + align-items: center; + /* 鍨傜洿灞呬腑 */ + margin-top: 15px; + /* 涓庤〃鏍肩殑闂磋窛 */ + padding: 0 20px; + /* 澧炲姞鍐呰竟璺濓紝閬垮厤杩囦簬璐磋竟 */ + box-sizing: border-box; + /* 纭繚鍐呰竟璺濅笉褰卞搷瀹藉害 */ +} + +// .dialog-pager-inner { +// width: auto; /* 鑷�傚簲瀹藉害 */ +// min-width: 300px; /* 璁剧疆鏈�灏忓搴︼紝纭繚鍒嗛〉鍣ㄤ笉浼氬お绐� */ +// text-align: center; /* 纭繚鍒嗛〉鍣ㄥ唴閮ㄥ厓绱犲眳涓� */ +// }</style> diff --git a/src/views/doctor/inspectCheck/index.vue b/src/views/doctor/inspectCheck/index.vue index a8db6c9..7a3a261 100644 --- a/src/views/doctor/inspectCheck/index.vue +++ b/src/views/doctor/inspectCheck/index.vue @@ -1,305 +1,67 @@ <template> <div class="app-container"> - <el-form - :model="queryParams" - ref="queryForm" - size="small" - :inline="true" - label-width="68px" - @submit.native.prevent - > + <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="68px" @submit.native.prevent> <el-form-item label="浣撴鍙�" prop="reportDoctorCode"> - <el-input - ref="inputName" - v-model="queryParams.tjNum" - placeholder="璇疯緭鍏ヤ綋妫�鍙�" - clearable - @keyup.enter.native="handleQuery" - style="width: 170px" - /> + <el-input ref="inputName" v-model="queryParams.tjNum" placeholder="璇疯緭鍏ヤ綋妫�鍙�" clearable + @keyup.enter.native="handleQuery" style="width: 170px" /> </el-form-item> <el-form-item> - <el-button - type="primary" - icon="el-icon-search" - size="mini" - @click="handleQuery" - style="margin-right: 15px" - >鏌ヨ</el-button - > - <el-button - icon="el-icon-refresh" - type="primary" - size="mini" - @click="resetQuery" - >閲嶇疆</el-button - > - <el-button - icon="el-icon-check" - type="primary" - size="mini" - style="margin-right: 15px" - @click="tongbu" - >鍚屾</el-button - > + <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery" style="margin-right: 15px"> + 鏌ヨ + </el-button> + <el-button icon="el-icon-refresh" type="primary" size="mini" @click="resetQuery"> + 閲嶇疆 + </el-button> + <el-button icon="el-icon-check" type="primary" size="mini" style="margin-right: 15px" @click="tongbu"> + 鍚屾 + </el-button> </el-form-item> </el-form> - - <!-- <div class="table-title"> - <h3>妫�楠岃褰�</h3> - </div> --> <div class="box"> - <div - style="text-align: center; background-color: #aad8df; margin-top: 10px" - > + <div class="table-header"> 妫�楠岃褰� - <!-- {{ item.parent || "" }} --> </div> <div> - <el-table - :data="exaLists" - border - style="width: 100%" - @selection-change="handleSelectionChange" - :header-cell-style="{ background: '#aad8df' }" - height="350" - > - <el-table-column - fixed - type="selection" - align="center" - label="閫夋嫨" - width="40" - > - </el-table-column> - <el-table-column - label="濮撳悕" - align="center" - prop="name" - width="80px" - /> - <el-table-column - label="鎬у埆" - align="center" - prop="gender" - width="80px" - /> - <el-table-column - label="骞撮緞" - align="center" - prop="patientAge" - width="80px" - > - </el-table-column> - <el-table-column - label="閫佹绉戝" - align="center" - prop="deptName" - width="100px" - /> - - <el-table-column - label="妫�楠岄」鐩�" - align="center" - prop="checkParts" - width="350px" - :show-overflow-tooltip="true" - /> - <el-table-column - label="椤圭洰缂栧彿" - align="center" - prop="jcxmid" - width="150px" - /> - <el-table-column - label="瀹℃牳鍖诲笀" - align="center" - prop="shys" - width="150px" - /> - <el-table-column - label="鎶ュ憡鏃堕棿" - align="center" - prop="examinationDate" - width="150px" - - /> - <!-- :formatter="formatDate" --> - - <el-table-column - label="闂ㄨ瘖鍙�" - align="center" - prop="mzh" - width="140px" - /> - <el-table-column - label="鐢宠鍗曞彿" - align="center" - prop="brid" - width="145px" - /> - <el-table-column - label="鎶ュ憡鍖诲笀" - align="center" - prop="reportDoctorName" - width="120px" - /> - <el-table-column - label="妫�楠屽尰甯堝悕" - align="center" - prop="checkDoctorName" - width="120px" - /> - <el-table-column align="center" label="妫�娴嬮」鐩�" width="100px "> + <el-table :data="exaLists" border style="width: 100%" @selection-change="handleSelectionChange" + :header-cell-style="{ background: '#aad8df', fontSize: '14px', color: '#333' }" height="350" ref="firstTable"> + <el-table-column fixed type="selection" align="center" label="閫夋嫨" width="50" /> + <el-table-column label="濮撳悕" align="center" prop="name" width="80" /> + <el-table-column label="鎬у埆" align="center" prop="gender" width="80" /> + <el-table-column label="骞撮緞" align="center" prop="patientAge" width="80" /> + <el-table-column label="閫佹绉戝" align="center" prop="deptName" width="100" /> + <el-table-column label="妫�楠岄」鐩�" align="center" prop="checkParts" width="350" :show-overflow-tooltip="true" /> + <el-table-column label="椤圭洰缂栧彿" align="center" prop="jcxmid" width="150" /> + <el-table-column label="瀹℃牳鍖诲笀" align="center" prop="shys" width="150" /> + <el-table-column label="鎶ュ憡鏃堕棿" align="center" prop="examinationDate" width="150" /> + <el-table-column label="闂ㄨ瘖鍙�" align="center" prop="mzh" width="140" /> + <el-table-column label="鐢宠鍗曞彿" align="center" prop="brid" width="145" /> + <el-table-column label="鎶ュ憡鍖诲笀" align="center" prop="reportDoctorName" width="120" /> + <el-table-column label="妫�楠屽尰甯堝悕" align="center" prop="checkDoctorName" width="120" /> + <el-table-column align="center" label="妫�娴嬮」鐩�" width="100"> <template slot-scope="scope"> <div>{{ scope.row.proName }}</div> </template> </el-table-column> - <el-table-column - align="center" - prop="proResult" - label="妫�娴嬬粨鏋�" - width="180" - > - </el-table-column> - <el-table-column align="center" prop="company" label="鍗曚綅"> - <!-- <template slot-scope="scope"> - <div v-if="scope.row.project != null"> - {{ scope.row.standard.company || "" }} - </div> - <div v-else>{{ scope.row.proAdvice }}</div> - </template> --> - </el-table-column> - <el-table-column - align="center" - prop="conclusion" - label="寮傚父" - width="180" - ></el-table-column> - <el-table-column - align="center" - prop="tjStandardGtValue" - label=" 鍙傝�冭寖鍥�" - > - <!-- <template slot-scope="scope"> - <div v-if="scope.row.project != null"> - {{ - scope.row.standard.tjStandardGtValue || - "/" + "-" + scope.row.standard.tjStandardLtValue || - "/" - }} - </div> - </template> --> - </el-table-column> + <el-table-column align="center" prop="proResult" label="妫�娴嬬粨鏋�" width="180" /> + <el-table-column align="center" prop="company" label="鍗曚綅" width="80" /> + <el-table-column align="center" prop="conclusion" label="寮傚父" width="180" /> + <el-table-column align="center" prop="tjStandardGtValue" label="鍙傝�冭寖鍥�" width="120" /> </el-table> </div> </div> - - <!-- <el-table - id="ta" - ref="tb" - :data="exaLists" - v-loading="loading" - border - max-height="350" - @current-change="handleCurrentChange" - @selection-change="handleSelectionChange" - :row-class-name="tableRowClassName" - > - <el-table-column - fixed - type="selection" - align="center" - label="閫夋嫨" - width="40" - :selectable="isSelectable" - > - </el-table-column> - - <el-table-column label="濮撳悕" align="center" prop="name" width="80px" /> - <el-table-column label="鎬у埆" align="center" prop="gender" width="80px" /> - <el-table-column - label="骞撮緞" - align="center" - prop="patientAge" - width="80px" - > - </el-table-column> - <el-table-column - label="閫佹绉戝" - align="center" - prop="deptName" - width="100px" - /> - - <el-table-column - label="妫�鏌ラ」鐩�" - align="center" - prop="checkParts" - width="150px" - /> - <el-table-column - label="鎶ュ憡鏃堕棿" - align="center" - prop="examinationDate" - width="150px" - /> - - <el-table-column label="闂ㄨ瘖鍙�" align="center" prop="mzh" width="140px" /> - <el-table-column - label="鐢宠鍗曞彿" - align="center" - prop="brid" - width="145px" - /> - <el-table-column - label="缁撴灉鐘舵��" - align="center" - prop="diagnosis" - width="150" - :show-overflow-tooltip="true" - /> - <el-table-column - label="鎶ュ憡鍖诲笀" - align="center" - prop="reportDoctorName" - width="120px" - /> - <el-table-column - label="妫�鏌ュ尰甯堝悕" - align="center" - prop="checkDoctorName" - width="120px" - /> - - <el-table-column - label="缁撴灉琛ㄧ幇" - align="center" - prop="examination" - :show-overflow-tooltip="true" - /> - </el-table> --> - <div class="table-title"> - <h3>浣撴璁板綍</h3> - </div> - <el-table - border - height="350" - ref="tab1" - :data="checkList" - v-loading="loading" - style="width: 100%" + <h3> + 浣撴璁板綍锛� + <span class="highlight">濮撳悕锛歿{ infoList.tjCustomerName || "鏆傛棤" }}</span> + <span class="highlight">鎬у埆锛歿{ infoList.tjCustomerSex == 0 ? "鐢�" : infoList.tjCustomerSex == 1 ? "濂�" : "鏆傛棤" }}</span> + <span class="highlight">骞撮緞锛歿{ infoList.tjCustomerAge || "鏆傛棤" }}</span> + </h3> +</div> + <el-table border height="350" ref="tab1" :data="checkList" v-loading="loading" style="width: 100%" @selection-change="handleSelectionChangeSecond" - > - <el-table-column type="selection" width="55"> </el-table-column> - <el-table-column - label="鐘舵��" - align="center" - prop="type" - :show-overflow-tooltip="true" - min-width="60" - > + :header-cell-style="{ background: '#aad8df', fontSize: '14px', color: '#333' }"> + <el-table-column type="selection" width="60" /> + <el-table-column label="鐘舵��" align="center" prop="type" :show-overflow-tooltip="true" min-width="60"> <template slot-scope="scope"> <span v-if="scope.row.type == '0'">鏈</span> <span v-if="scope.row.type == '1'">宸叉</span> @@ -307,76 +69,44 @@ <span v-if="scope.row.type == '3'">寤舵湡</span> </template> </el-table-column> - <el-table-column - label="绉戝" - align="center" - prop="deptName" - min-width="115" - /> - <el-table-column - label="椤圭洰" - align="center" - prop="proName" - min-width="160" - /> - <el-table-column - label="鏀惰垂鏂瑰紡" - align="center" - prop="sffs" - min-width="80" - /> - <el-table-column - label="鏄惁鏀惰垂" - align="center" - prop="isPay" - min-width="80" - /> - <el-table-column - label="妫�楠屾椂闂�" - align="center" - prop="bcupdateTime" - min-width="160" - /> - - <el-table-column - label="鏈�鍚庝慨鏀规椂闂�" - align="center" - prop="zhupdateTime" - min-width="160" - /> + <el-table-column label="绉戝" align="center" prop="deptName" min-width="115" /> + <el-table-column label="椤圭洰" align="center" prop="proName" min-width="160" /> + <el-table-column label="鏀惰垂鏂瑰紡" align="center" prop="sffs" min-width="80" /> + <el-table-column label="鏄惁鏀惰垂" align="center" prop="isPay" min-width="80" /> + <el-table-column label="妫�楠屾椂闂�" align="center" prop="bcupdateTime" min-width="160" /> + <el-table-column label="鏈�鍚庝慨鏀规椂闂�" align="center" prop="zhupdateTime" min-width="160" /> </el-table> </div> </template> - - <script> +<script> import { getlisList, getJyTjList, asyncPacs } from "@/api/doctor/pacsCheck"; +import { getOrderList } from "@/api/hosp/order"; import moment from "moment"; export default { dicts: ["dict_tj_status"], data() { return { + isProcessing: false, // 闃叉姝诲惊鐜� + isDeselection: false, // 鏍囪鏄惁涓哄彇娑堥�変腑 + infoList: {}, dis: false, code: null, createTimeList: "", total: 0, loading: false, isSyncing: false, - // 鏌ヨ鍙傛暟 + isFetchingRightTableData: false, queryParams: { - // page: 1, - // pageSize: 20, name: null, start: null, end: null, tjNum: null, }, - // 缁戝畾鍗曢�夋寜閽� checkStatus: "0", exaLists: [], - selectedFirstTable: null, // 绗竴涓〃鏍奸�変腑琛� - selectedSecondTable: [], // 绗簩涓〃鏍奸�変腑琛� - // 琛ㄥ崟鍙傛暟 + selectedFirstTable: null, + selectedSecondTable: [], form: {}, clearTimeSet: null, tjNumbers: "", @@ -425,112 +155,159 @@ this.$refs.inputName.focus(); }); }, + methods: { handleDateChange(val) { if (val && val.length === 2) { - this.queryParams.start = val[0]; // 璁剧疆寮�濮嬫椂闂� - this.queryParams.end = val[1]; // 璁剧疆缁撴潫鏃堕棿 + this.queryParams.start = val[0]; + this.queryParams.end = val[1]; } else { this.queryParams.start = null; this.queryParams.end = null; } console.log("Query Params:", this.queryParams); }, - /* formatDate(row) { - if (!row.examinationDate) return ""; - // 浣跨敤 moment 瑙f瀽鎸囧畾鏍煎紡鐨勬棩鏈熷瓧绗︿覆 - const date = moment(row.examinationDate, "MM DD YYYY hh:mmA"); - - if (!date.isValid()) return "鏃犳晥鏃ユ湡"; - - // 鏍煎紡鍖栦负鎵�闇�鏍煎紡 - return date.format("YYYY-MM-DD HH:mm"); - }, */ - // isSelectable(row) { - // return !!row.mzh; - // }, tableRowClassName({ row }) { - return !row.mzh ? "row-disabled" : ""; + return !row.brid ? "row-disabled" : ""; }, - handleSelectionChange(val) { - // console.log(val); - /* if (val.length > 1) { - let del_row = val.shift(); - this.$refs.tb.toggleRowSelection(del_row, false); //璁剧疆杩欎竴琛屽彇娑堥�変腑 - } - console.log(val, 999); */ +handleSelectionChange(val) { + this.selectedFirstTable = val; - if (val.length > 0) { - // const selectedRow = val[0]; - // console.log(val[0], 555); - - this.selectedFirstTable = val; - console.log("褰撳墠閫変腑鐨勮鏁版嵁:", this.selectedFirstTable); - this.fetchRightTableData(val); - } else { - this.selectedFirstTable = null; - this.checkList = []; - } - }, - // 鏍规嵁閫変腑鐨勮鏁版嵁璇锋眰鍙宠竟琛ㄦ牸鏁版嵁 - fetchRightTableData() { - const code = queryParams.tjNum; - // if (!code) return; - getJyTjList(code).then((response) => { - this.checkList = response.data; - this.loading = false; + this.$nextTick(() => { + if (val.length === 0) { + console.log('鏃犻�変腑琛岋紝娓呯┖閫夋嫨鍜� checkList'); + this.checkList = []; + this.exaLists.forEach(row => { + this.$refs.firstTable && this.$refs.firstTable.toggleRowSelection(row, false); }); + return; + } + + const firstSelectedRow = val[0]; + let filterKey = firstSelectedRow.checkParts ? 'checkParts' : 'brid'; + let filterValue = firstSelectedRow.checkParts || firstSelectedRow.brid; + + console.log(`鎸� ${filterKey} 绛涢��: ${filterValue}`); + const selectedSet = new Set( + this.exaLists + .filter(row => row[filterKey] === filterValue) + .map(item => item.tempId) + ); + console.log(`閫変腑鐨� ${filterKey} 闆嗗悎 (tempId):`, selectedSet); + + this.exaLists.forEach(row => { + if (!row.brid) { + console.warn(`鍚嶇О涓� ${row.name} 鐨勮娌℃湁鐢宠鍗曞彿锛岃烦杩囬�夋嫨`); + return; + } + const shouldSelect = selectedSet.has(row.tempId); + console.log(`琛� tempId: ${row.tempId}, ${filterKey}: ${row[filterKey]}, 鏄惁閫変腑: ${shouldSelect}`); + this.$refs.firstTable.toggleRowSelection(row, shouldSelect); + }); + + if (!this.isFetchingRightTableData) { + this.isFetchingRightTableData = true; + this.fetchRightTableData().finally(() => { + this.isFetchingRightTableData = false; + }); + } + }); +}, + + fetchRightTableData() { + const code = this.queryParams.tjNum; + if (!code) { + console.warn('鏈彁渚涗綋妫�鍙凤紝璺宠繃 fetchRightTableData'); + this.checkList = []; + this.loading = false; + return Promise.resolve(); + } + this.loading = true; + return getJyTjList(code) + .then((response) => { + this.checkList = response.data || []; + this.loading = false; + }) + .catch((error) => { + console.error('鑾峰彇 checkList 澶辫触:', error); + this.checkList = []; + this.loading = false; + throw error; + }); }, handleSelectionChangeSecond(selectedRows) { this.selectedSecondTable = selectedRows; if (selectedRows.length > 1) { let del_row = selectedRows.shift(); - this.$refs.tab1.toggleRowSelection(del_row, false); //璁剧疆杩欎竴琛屽彇娑堥�変腑 + this.$refs.tab1.toggleRowSelection(del_row, false); } console.log("褰撳墠閫変腑鐨勮鏁版嵁:", this.selectedSecondTable); }, - getList() { + + async handleQuery() { + if (!this.queryParams.tjNum) { + this.$message.error("浣撴鍙蜂笉鑳戒负绌�"); + return; + } + + this.loading = true; + try { + // 骞惰鎵ц涓や釜鏌ヨ + const [orderResponse, lisResponse] = await Promise.all([ + getOrderList(this.queryParams).catch((error) => { + console.error('鑾峰彇 orderList 澶辫触:', error); + return { data: { list: [] } }; // 杩斿洖绌烘暟鎹互缁х画鎵ц + }), + getlisList(this.queryParams), + ]); + + // 澶勭悊 getOrderList 缁撴灉 + if (orderResponse.data?.list?.length > 0) { + this.infoList = orderResponse.data.list[0]; + } else { + this.infoList = {}; + console.warn('getOrderList 杩斿洖绌哄垪琛�'); + } + + // 澶勭悊 getlisList 缁撴灉 + if (lisResponse.code === 200) { + this.exaLists = lisResponse.data.map((item, index) => ({ + ...item, + brid: item.brid?.trim(), // 娓呯悊绌烘牸 + mzh: item.mzh?.trim(), + tempId: index, + })); + console.log('Loaded exaLists:', this.exaLists); + + // 鑾峰彇鍙充晶琛ㄦ牸鏁版嵁 + await this.fetchRightTableData(); + } else { + this.exaLists = []; + this.$message.error(lisResponse.msg || "鏌ヨ妫�楠岃褰曞け璐�"); + } + } catch (error) { + console.error('鏌ヨ澶辫触:', error); + this.$message.error(error?.msg || "鏌ヨ澶辫触锛岃绋嶅悗閲嶈瘯"); + this.exaLists = []; + this.checkList = []; + this.infoList = {}; + } finally { + this.loading = false; + } + + // 澶勭悊鏃堕棿鑼冨洿 if (this.createTimeList) { this.queryParams.start = this.createTimeList[0]; this.queryParams.end = this.createTimeList[1]; - } else if (this.createTimeList == null) { + } else { this.queryParams.start = null; this.queryParams.end = null; } }, - /** 鎼滅储鎸夐挳鎿嶄綔 */ - handleQuery() { - // this.queryParams.page = 1; - this.loading = true; - if (!this.queryParams.tjNum) { - this.loading = false; - this.$message.error("浣撴鍙蜂笉鑳戒负绌�"); - return; // 缁堟璇锋眰 - } - getlisList(this.queryParams) - .then((res) => { - if (res.code == 200) { - this.loading = false; - this.exaLists = res.data; - // const code = this.exaLists[0].mzh; - const code = this.queryParams.tjNum; - getJyTjList(code).then((response) => { - this.checkList = response.data; - }); - } - }) - .catch((error) => { - this.loading = false; - this.$message.error(res.msg || "鏌ヨ澶辫触锛岃绋嶅悗閲嶈瘯"); - }); - this.getList(); - }, - - /** 閲嶇疆鎸夐挳鎿嶄綔 */ resetQuery() { this.createTimeList = []; this.resetForm("queryForm"); @@ -540,45 +317,37 @@ end: null, tjNum: null, }; - - // 娓呯┖鍏朵粬渚濊禆鏁版嵁 this.checkList = []; this.exaLists = []; + this.infoList = {}; }, handleCurrentChange(row) { this.currentRow = row; - // console.log('褰撳墠閫変腑鐨勮:', row); }, setTime() { - //璁剧疆瀹氭椂鍣� this.clearTimeSet = setInterval(() => { this.$modal.closeLoading(); }, 300000); }, - tongbu(row) { + + tongbu() { this.$modal.loading("姝e湪鍚屾锛岃绋嶅��..."); this.setTime(); const requestData = { - lis: this.selectedFirstTable.map((item) => ({ + lis: this.selectedFirstTable ? this.selectedFirstTable.map((item) => ({ ...item, tjNum: this.queryParams.tjNum, - })), - jcxmid: this.selectedFirstTable.jcxmid, - shys: this.selectedFirstTable.shys, - tj: this.selectedSecondTable[0], // 鍙充晶琛ㄦ牸閫変腑鏁版嵁 + })) : [], + jcxmid: this.selectedFirstTable && this.selectedFirstTable.length > 0 ? this.selectedFirstTable[0].jcxmid : null, + shys: this.selectedFirstTable && this.selectedFirstTable.length > 0 ? this.selectedFirstTable[0].shys : null, + tj: this.selectedSecondTable[0], }; - - /* if (!this.selectedSecondTable || this.selectedSecondTable.length === 0) { - this.$message.error("鑷冲皯閫変竴鏉℃暟鎹紒"); - return; - } */ - asyncPacs(requestData) .then((res) => { - if (res.code == 200) { - this.fetchRightTableData(this.selectedFirstTable); + if (res.code === 200) { + this.fetchRightTableData(); clearInterval(this.clearTimeSet); this.clearTimeSet = null; this.$modal.closeLoading(); @@ -594,38 +363,61 @@ }); }, }, -}; -</script> - - <style lang="scss" scoped> -#ta .el-table__header-wrapper .el-checkbox { - display: none; +};</script> +<style lang="scss" scoped> +.app-container { + padding: 20px; + background: #f5f7fa; +} + +.table-header { + text-align: center; + background-color: #aad8df; + padding: 10px; + font-size: 16px; + font-weight: bold; + color: #333; + margin-top: 10px; + border-radius: 4px 4px 0 0; +} + +.table-title { + text-align: left; + margin: 20px 0; + padding: 10px 0; +} + +.table-title h3 { + font-size: 16px; + color: #333; + margin: 0; + line-height: 1.5; + display: flex; + align-items: center; + flex-wrap: wrap; + gap: 20px; +} + +.table-title .highlight { + font-weight: bold; + color: #2c3e50; +} + +.el-table { + border-radius: 4px; + font-size: 14px; } .el-table .warning-row { background: #e5f3ff !important; } + ::v-deep .el-table__body tr.current-row > td { background: #edf2fa !important; } -.table-title { - text-align: center; - margin-bottom: 10px; -} .row-disabled { - color: #ccc; /* 璁剧疆绂佺敤琛岀殑瀛椾綋棰滆壊 */ - pointer-events: none; /* 绂佹榧犳爣鎿嶄綔 */ - background-color: #f5f5f5; /* 璁剧疆绂佺敤琛岀殑鑳屾櫙鑹� */ -} - -.pag { - width: 100%; - display: flex; - justify-content: center; -} - -.pag1 { - width: 30%; + color: #999; + background-color: #f5f5f5; } </style> \ No newline at end of file diff --git a/src/views/doctor/pacsCheck/index.vue b/src/views/doctor/pacsCheck/index.vue index 3b51f49..ef7cc39 100644 --- a/src/views/doctor/pacsCheck/index.vue +++ b/src/views/doctor/pacsCheck/index.vue @@ -15,34 +15,10 @@ placeholder="璇疯緭鍏ヤ綋妫�鍙�" clearable @keyup.enter.native="handleQuery" - style="width: 170px" @input="onInput" + style="width: 170px" /> </el-form-item> - <!-- <el-form-item label="濮撳悕" prop="name"> - <el-input - v-model="queryParams.name" - placeholder="璇疯緭鍏ュ鍚�" - clearable - @keyup.enter.native="handleQuery" - style="width: 110px" - /> - </el-form-item> - <el-form-item label="鐧昏鏃堕棿" prop="createTimeList"> - <el-date-picker - v-model="createTimeList" - type="datetimerange" - align="right" - :picker-options="pickerOptions" - style="width: 310px" - start-placeholder="寮�濮嬫棩鏈�" - end-placeholder="缁撴潫鏃ユ湡" - format="yyyy.MM.dd" - value-format="yyyy.MM.dd " - @change="handleDateChange" - > - </el-date-picker> - </el-form-item> --> <el-form-item> <el-button type="primary" @@ -50,18 +26,17 @@ size="mini" @click="handleQuery" style="margin-right: 15px" - >鏌ヨ</el-button > - <!-- <el-button size="mini" @click="tongbu(scope.row)" - >鍚屾</el-button - > --> + 鏌ヨ + </el-button> <el-button icon="el-icon-refresh" type="primary" size="mini" @click="resetQuery" - >閲嶇疆</el-button > + 閲嶇疆 + </el-button> <el-button icon="el-icon-check" type="primary" @@ -69,111 +44,49 @@ style="margin-right: 15px" @click="tongbu" :disabled="!selectedFirstTable" - >鍚屾</el-button > + 鍚屾 + </el-button> </el-form-item> </el-form> - <!-- <el-radio-group - v-model="checkStatus" - @input="radioChange" - style="margin: 10px 15px" - > - </el-radio-group> --> - <div class="table-title"> - <h3>妫�鏌ヨ褰�</h3> + <div class="table-title table-header"> + <div style="text-align: center;">妫�鏌ヨ褰�</div> </div> - <!-- v-loading="loading" :row-class-name="tableRowClassName" @current-change="handleCurrentChange" --> <el-table - id="ta" ref="tb" :data="exaLists" v-loading="loading" border + style="width: 100%" height="350" @current-change="handleCurrentChange" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" + :header-cell-style="{ background: '#aad8df', fontSize: '14px', color: '#333' }" > - <el-table-column - fixed - type="selection" - align="center" - label="閫夋嫨" - width="40" - > - <!-- :selectable="isSelectable" --> - </el-table-column> - - <el-table-column label="濮撳悕" align="center" prop="name" width="80px" /> - <el-table-column label="鎬у埆" align="center" prop="gender" width="80px" /> - <el-table-column - label="骞撮緞" - align="center" - prop="patientAge" - width="80px" - > - </el-table-column> - <el-table-column - label="閫佹绉戝" - align="center" - prop="deptName" - width="100px" - /> - - <el-table-column - label="妫�鏌ラ」鐩�" - align="center" - prop="checkParts" - width="150px" - /> - <!-- :formatter="formatDate" --> - <el-table-column - label="鎶ュ憡鏃堕棿" - align="center" - prop="examinationDate" - width="153px" - - /> - - <el-table-column label="闂ㄨ瘖鍙�" align="center" prop="mzh" width="140px" /> - <el-table-column - label="鐢宠鍗曞彿" - align="center" - prop="brid" - width="145px" - /> - <el-table-column - label="缁撴灉鐘舵��" - align="center" - prop="diagnosis" - width="150" - :show-overflow-tooltip="true" - /> - <!-- :show-overflow-tooltip="true" --> - <el-table-column - label="鎶ュ憡鍖诲笀" - align="center" - prop="reportDoctorName" - width="120px" - /> - <el-table-column - label="妫�鏌ュ尰甯堝悕" - align="center" - prop="checkDoctorName" - width="120px" - /> - - <el-table-column - label="缁撴灉琛ㄧ幇" - align="center" - prop="examination" - :show-overflow-tooltip="true" - /> + <el-table-column fixed type="selection" align="center" label="閫夋嫨" width="50" /> + <el-table-column label="濮撳悕" align="center" prop="name" width="80" /> + <el-table-column label="鎬у埆" align="center" prop="gender" width="80" /> + <el-table-column label="骞撮緞" align="center" prop="patientAge" width="80" /> + <el-table-column label="閫佹绉戝" align="center" prop="deptName" width="100" /> + <el-table-column label="妫�鏌ラ」鐩�" align="center" prop="checkParts" width="150" /> + <el-table-column label="鎶ュ憡鏃堕棿" align="center" prop="examinationDate" width="153" :formatter="formatDate" /> + <el-table-column label="闂ㄨ瘖鍙�" align="center" prop="mzh" width="140" /> + <el-table-column label="鐢宠鍗曞彿" align="center" prop="brid" width="145" /> + <el-table-column label="缁撴灉鐘舵��" align="center" prop="diagnosis" width="150" :show-overflow-tooltip="true" /> + <el-table-column label="鎶ュ憡鍖诲笀" align="center" prop="reportDoctorName" width="120" /> + <el-table-column label="妫�鏌ュ尰甯堝悕" align="center" prop="checkDoctorName" width="120" /> + <el-table-column label="缁撴灉琛ㄧ幇" align="center" prop="examination" :show-overflow-tooltip="true" /> </el-table> <div class="table-title"> - <h3>浣撴璁板綍</h3> + <h3> + 浣撴璁板綍锛� + <span class="highlight">濮撳悕锛歿{ infoList.tjCustomerName || "鏆傛棤" }}</span> + <span class="highlight">鎬у埆锛歿{ infoList.tjCustomerSex == 0 ? "鐢�" : infoList.tjCustomerSex == 1 ? "濂�" : "鏆傛棤" }}</span> + <span class="highlight">骞撮緞锛歿{ infoList.tjCustomerAge || "鏆傛棤" }}</span> + </h3> </div> <el-table border @@ -181,16 +94,12 @@ ref="tab1" :data="checkList" v-loading="loading" + style="width: 100%" @selection-change="handleSelectionChangeSecond" + :header-cell-style="{ background: '#aad8df', fontSize: '14px', color: '#333' }" > - <el-table-column type="selection" width="55"> </el-table-column> - <el-table-column - label="鐘舵��" - align="center" - prop="type" - :show-overflow-tooltip="true" - min-width="60" - > + <el-table-column type="selection" width="60" /> + <el-table-column label="鐘舵��" align="center" prop="type" :show-overflow-tooltip="true" min-width="60"> <template slot-scope="scope"> <span v-if="scope.row.type == '0'">鏈</span> <span v-if="scope.row.type == '1'">宸叉</span> @@ -198,92 +107,42 @@ <span v-if="scope.row.type == '3'">寤舵湡</span> </template> </el-table-column> - <el-table-column - label="绉戝" - align="center" - prop="deptName" - min-width="115" - /> - <el-table-column - label="椤圭洰" - align="center" - prop="proName" - min-width="160" - /> - <el-table-column - label="鏀惰垂鏂瑰紡" - align="center" - prop="sffs" - min-width="80" - /> - <el-table-column - label="鏄惁鏀惰垂" - align="center" - prop="isPay" - min-width="80" - /> - <el-table-column - label="妫�鏌ユ椂闂�" - align="center" - prop="bcupdateTime" - min-width="160" - /> - - <el-table-column - label="鏈�鍚庝慨鏀规椂闂�" - align="center" - prop="zhupdateTime" - min-width="160" - /> + <el-table-column label="绉戝" align="center" prop="deptName" min-width="115" /> + <el-table-column label="椤圭洰" align="center" prop="proName" min-width="160" /> + <el-table-column label="鏀惰垂鏂瑰紡" align="center" prop="sffs" min-width="80" /> + <el-table-column label="鏄惁鏀惰垂" align="center" prop="isPay" min-width="80" /> + <el-table-column label="妫�鏌ユ椂闂�" align="center" prop="bcupdateTime" min-width="160" /> + <el-table-column label="鏈�鍚庝慨鏀规椂闂�" align="center" prop="zhupdateTime" min-width="160" /> </el-table> - - <div class="pag"> - <div class="pag1"> - <!-- <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :pager-count="5" :current-page.sync="currentPage1" :current-page="page" - :page-sizes="pageSize" :page-size="size" layout="total, sizes, prev, pager, next, jumper" :total="total"> - </el-pagination> --> - <!-- <pagination - v-show="total > 0" - :total="total" - :pager-count="5" - :page.sync="queryParams.page" - :limit.sync="queryParams.pageSize" - @pagination="getList" - /> --> - </div> - </div> </div> </template> - <script> import { getLeftList, getRightList, asyncPacs } from "@/api/doctor/pacsCheck"; +import { getOrderList } from "@/api/hosp/order"; import moment from "moment"; export default { dicts: ["dict_tj_status"], data() { return { + infoList: {}, dis: false, code: null, createTimeList: "", total: 0, loading: false, isSyncing: false, - // 鏌ヨ鍙傛暟 + isFetchingRightTableData: false, queryParams: { - // page: 1, - // pageSize: 20, name: null, start: null, end: null, tjNum: null, }, - // 缁戝畾鍗曢�夋寜閽� checkStatus: "0", exaLists: [], - selectedFirstTable: null, // 绗竴涓〃鏍奸�変腑琛� - selectedSecondTable: [], // 绗簩涓〃鏍奸�変腑琛� - // 琛ㄥ崟鍙傛暟 + selectedFirstTable: null, + selectedSecondTable: [], form: {}, clearTimeSet: null, tjNumbers: "", @@ -332,36 +191,31 @@ this.$refs.inputName.focus(); }); }, + methods: { onInput(val) { - this.inputVal = val.replace(/\s+/g, ""); // 娓呴櫎鎵�鏈夌┖鏍� + this.queryParams.tjNum = val.replace(/\s+/g, ""); }, + handleDateChange(val) { if (val && val.length === 2) { - this.queryParams.start = val[0]; // 璁剧疆寮�濮嬫椂闂� - this.queryParams.end = val[1]; // 璁剧疆缁撴潫鏃堕棿 + this.queryParams.start = val[0]; + this.queryParams.end = val[1]; } else { this.queryParams.start = null; this.queryParams.end = null; } console.log("Query Params:", this.queryParams); }, - // isSelectable(row) { - // return !!row.mzh; - // }, + tableRowClassName({ row }) { - return !row.mzh ? "row-disabled" : ""; + return !row.brid ? "row-disabled" : ""; }, + formatDate(row) { if (!row.examinationDate) return ""; - - // 浣跨敤 moment 瑙f瀽鎸囧畾鏍煎紡鐨勬棩鏈熷瓧绗︿覆 - const date = moment(row.examinationDate, "MM DD YYYY hh:mmA"); - - if (!date.isValid()) return "鏃犳晥鏃ユ湡"; - - // 鏍煎紡鍖栦负鎵�闇�鏍煎紡 - return date.format("YYYY-MM-DD HH:mm"); + const date = moment(row.examinationDate, "YYYY-MM-DD HH:mm:ss"); + return date.isValid() ? date.format("YYYY-MM-DD HH:mm") : "鏃犳晥鏃ユ湡"; }, handleSelectionChange(val) { @@ -403,45 +257,92 @@ }); }, + fetchRightTableData() { + const code = this.queryParams.tjNum; + if (!code) { + console.warn('鏈彁渚涗綋妫�鍙凤紝璺宠繃 fetchRightTableData'); + this.checkList = []; + this.loading = false; + return Promise.resolve(); + } + this.loading = true; + return getRightList(code) + .then((response) => { + this.checkList = response.data || []; + this.loading = false; + }) + .catch((error) => { + console.error('鑾峰彇 checkList 澶辫触:', error); + this.checkList = []; + this.loading = false; + throw error; + }); + }, + handleSelectionChangeSecond(selectedRows) { this.selectedSecondTable = selectedRows; if (selectedRows.length > 1) { let del_row = selectedRows.shift(); - this.$refs.tab1.toggleRowSelection(del_row, false); //璁剧疆杩欎竴琛屽彇娑堥�変腑 + this.$refs.tab1.toggleRowSelection(del_row, false); } console.log("褰撳墠閫変腑鐨勮鏁版嵁:", this.selectedSecondTable); }, - getList() { + + async handleQuery() { + if (!this.queryParams.tjNum) { + this.$message.error("浣撴鍙蜂笉鑳戒负绌�"); + return; + } + + this.loading = true; + try { + const [orderResponse, leftResponse] = await Promise.all([ + getOrderList(this.queryParams).catch((error) => { + console.error('鑾峰彇 orderList 澶辫触:', error); + return { data: { list: [] } }; + }), + getLeftList(this.queryParams), + ]); + + if (orderResponse.data?.list?.length > 0) { + this.infoList = orderResponse.data.list[0]; + } else { + this.infoList = {}; + console.warn('getOrderList 杩斿洖绌哄垪琛�'); + } + + if (leftResponse.code === 200) { + this.exaLists = leftResponse.data.map((item, index) => ({ + ...item, + brid: item.brid?.trim(), + mzh: item.mzh?.trim(), + tempId: index, + })); + console.log('Loaded exaLists:', this.exaLists); + await this.fetchRightTableData(); + } else { + this.exaLists = []; + this.$message.error(leftResponse.msg || "鏌ヨ妫�鏌ヨ褰曞け璐�"); + } + } catch (error) { + console.error('鏌ヨ澶辫触:', error); + this.$message.error(error?.msg || "鏌ヨ澶辫触锛岃绋嶅悗閲嶈瘯"); + this.exaLists = []; + this.checkList = []; + this.infoList = {}; + } finally { + this.loading = false; + } + if (this.createTimeList) { this.queryParams.start = this.createTimeList[0]; this.queryParams.end = this.createTimeList[1]; - } else if (this.createTimeList == null) { + } else { this.queryParams.start = null; this.queryParams.end = null; } }, - /** 鎼滅储鎸夐挳鎿嶄綔 */ - handleQuery() { - // this.queryParams.page = 1; - this.loading = true; - getLeftList(this.queryParams) - .then((res) => { - console.log(res, 1111); - if (res.code == 200) { - this.loading = false; - this.exaLists = res.data; - // this.code = this.exaLists.mzh; - } - }) - .catch((error) => { - this.loading = false; - this.$message.error(res.msg || "鏌ヨ澶辫触锛岃绋嶅悗閲嶈瘯"); - }); - this.getList(); - }, - - /** 閲嶇疆鎸夐挳鎿嶄綔 */ resetQuery() { this.createTimeList = []; this.resetForm("queryForm"); @@ -451,19 +352,16 @@ end: null, tjNum: null, }; - - // 娓呯┖鍏朵粬渚濊禆鏁版嵁 this.checkList = []; this.exaLists = []; + this.infoList = {}; }, handleCurrentChange(row) { this.currentRow = row; - // console.log('褰撳墠閫変腑鐨勮:', row); }, setTime() { - //璁剧疆瀹氭椂鍣� this.clearTimeSet = setInterval(() => { this.$modal.closeLoading(); }, 300000); @@ -481,16 +379,10 @@ })),// 宸︿晶琛ㄦ牸閫変腑鏁版嵁 tj: this.selectedSecondTable[0], // 鍙充晶琛ㄦ牸閫変腑鏁版嵁 }; - - if (!this.selectedSecondTable || this.selectedSecondTable.length === 0) { - this.$message.error("鑷冲皯閫変竴鏉℃暟鎹紒"); - return; - } - asyncPacs(requestData) .then((res) => { - if (res.code == 200) { - this.fetchRightTableData(this.selectedFirstTable); + if (res.code === 200) { + this.fetchRightTableData(); clearInterval(this.clearTimeSet); this.clearTimeSet = null; this.$modal.closeLoading(); @@ -503,42 +395,70 @@ clearInterval(this.clearTimeSet); this.clearTimeSet = null; this.$modal.closeLoading(); - // this.$modal.error("鎿嶄綔澶辫触锛岃绋嶅悗閲嶈瘯"); + this.$message.error("鍚屾澶辫触锛岃绋嶅悗閲嶈瘯"); }); }, }, -}; -</script> - - <style lang="scss" scoped> -#ta .el-table__header-wrapper .el-checkbox { - display: none; +};</script> +<style lang="scss" scoped> +.app-container { + padding: 20px; + background: #f5f7fa; +} + +.table-header { + text-align: center; + background-color: #aad8df; + padding: 10px; + font-size: 16px; + font-weight: bold; + color: #333; + border-radius: 4px 4px 0 0; + margin: 10px 0 0 0; /* 椤堕儴闂磋窛淇濈暀锛屽簳閮ㄩ棿璺濈Щ闄� */ +} + +.table-title { + text-align: center; + padding: 10px 0; +} + +.table-title.table-header h3 { + margin: 0; + font-weight: bold; + color: #333; +} + +.table-title h3 { + font-size: 16px; + color: #333; + margin: 0; + line-height: 1.5; + display: flex; + align-items: center; + flex-wrap: wrap; + gap: 20px; +} + +.table-title .highlight { + font-weight: bold; + color: #2c3e50; +} + +.el-table { + border-radius: 4px; + font-size: 14px; } .el-table .warning-row { background: #e5f3ff !important; } + ::v-deep .el-table__body tr.current-row > td { background: #edf2fa !important; } -.table-title { - text-align: center; - margin-bottom: 15px; -} .row-disabled { - color: #ccc; /* 璁剧疆绂佺敤琛岀殑瀛椾綋棰滆壊 */ - pointer-events: none; /* 绂佹榧犳爣鎿嶄綔 */ - background-color: #f5f5f5; /* 璁剧疆绂佺敤琛岀殑鑳屾櫙鑹� */ -} - -.pag { - width: 100%; - display: flex; - justify-content: center; -} - -.pag1 { - width: 30%; + color: #999; + background-color: #f5f5f5; } </style> \ No newline at end of file diff --git a/src/views/hosp/biaoben/index.vue b/src/views/hosp/biaoben/index.vue new file mode 100644 index 0000000..f0afc9b --- /dev/null +++ b/src/views/hosp/biaoben/index.vue @@ -0,0 +1,320 @@ +<template> + <div class="app-container"> + <el-row :gutter="24"> + <!-- 绗竴鍒楋細鍗曢�夋爣鏈� --> + <el-col :span="8" :xs="24"> + <el-form + :model="queryParams" + ref="queryForm" + size="small" + :inline="true" + label-width="68px" + style="height: 45px" + @submit.native.prevent + > + <el-form-item label="椤圭洰鍚嶇О" prop="tjh"> + <el-input + v-model="queryParams.tjh" + placeholder="璇疯緭鍏ラ」鐩悕绉�" + clearable + @keyup.enter.native="handleManual" + /> + </el-form-item> + <el-form-item> + <el-button type="primary" size="mini" @click="handleManual">鏌ヨ</el-button> + <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">閲嶇疆</el-button> + </el-form-item> + </el-form> + + <!-- 鏍囨湰鍗曢�夎〃鏍硷紙甯﹀閫夋鏍峰紡锛� --> + <el-table + border + v-loading="loading" + :data="filteredSpecimenData" + height="478" + style="width: 100%" + ref="specimenTable" + :row-key="row => row.value" + @select="handleSpecimenSelect" + > + <el-table-column type="selection" width="40px" align="center" /> + <el-table-column label="搴忓彿" align="center" type="index" width="50px" /> + <el-table-column label="鏍囨湰鍚嶇О" align="center" prop="label" show-overflow-tooltip /> + </el-table> + </el-col> + + <!-- 绗簩鍒楋細涓棿閫変腑椤圭洰鍒楄〃 --> + <el-col :span="8" :xs="24"> + <el-form :model="form" size="small" :inline="true" label-width="68px" style="height: 45px" @submit.native.prevent /> + <el-table + border + v-loading="loading" + :data="OnenewpacName" + height="478" + style="width: 100%" + > + <el-table-column label="宸查�夐」鐩垪琛�" align="center" prop="proName" /> + <el-table-column label="鎿嶄綔" align="center" width="85"> + <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> + <div class="dialog-footer1" style="margin-top: 60px; text-align: center;"> + <el-button type="primary" @click="submitrighr">纭骞朵繚瀛�</el-button> + <el-button @click="cancell">鍙� 娑�</el-button> + </div> + </el-col> + + <!-- 绗笁鍒楋細鎼滅储 + 椤圭洰閫夋嫨 --> + <el-col :span="8" :xs="24"> + <el-form + :model="queryParams1" + ref="queryForm" + size="small" + :inline="true" + v-show="showSearch" + label-width="68px" + style="height: 45px" + @submit.native.prevent + > + <el-form-item label="椤圭洰鍚嶇О" prop="proName"> + <el-input + ref="inputName" + v-model="queryParams1.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: 100%" + > + <el-table-column type="selection" width="40px" align="center" /> + <el-table-column label="椤圭洰鍚嶇О" align="center" prop="proName" show-overflow-tooltip /> + </el-table> + </el-col> + </el-row> + </div> +</template> + +<script> +import { searchBiaoben, delBiaoben, editBiaoben } from "@/api/hosp/biaoben"; +import { debounce } from 'lodash'; + +export default { + name: "Part", + data() { + return { + loading: false, + OnenewpacName: [], + Treedata: [], + originalTreedata: [], + queryParams: { + tjh: '', + tjCategory: null, + }, + queryParams1: { + proName: '', + }, + form: { + price: '', + }, + showSearch: true, + filteredSpecimenData: [], + originalSpecimenData: [], + }; + }, + dicts: ["sys_dict_specimen"], + created() { + this.fetchInitialBiaobenData(); + this.initializeSpecimenData(); + this.debouncedFetchBiaobenData = debounce(this.fetchBiaobenData, 300); + }, + watch: { + 'dict.type.sys_dict_specimen': { + handler(newVal) { + if (newVal && newVal.length > 0) { + console.log('鏍囨湰瀛楀吀鏁版嵁鍔犺浇:', newVal); + this.originalSpecimenData = [...newVal]; + this.filteredSpecimenData = [...newVal]; + } else { + console.warn('鏍囨湰瀛楀吀鏁版嵁涓虹┖鎴栨湭鍔犺浇'); + } + }, + deep: true, + immediate: true, + }, + }, + methods: { + initializeSpecimenData() { + if (this.dict?.type?.sys_dict_specimen) { + this.originalSpecimenData = [...this.dict.type.sys_dict_specimen]; + this.filteredSpecimenData = [...this.originalSpecimenData]; + console.log('鍒濆鍖栨爣鏈暟鎹�:', this.originalSpecimenData); + } else { + this.$message.warning('鏍囨湰鏁版嵁鏈姞杞斤紝璇锋鏌ュ瓧鍏搁厤缃�'); + this.originalSpecimenData = []; + this.filteredSpecimenData = []; + } + }, + handleSearchFor() { + const searchText = this.queryParams1.proName?.trim().toLowerCase() || ''; + if (searchText) { + this.Treedata = this.originalTreedata.filter(item => + item.proName.toLowerCase().includes(searchText) + ); + this.Treedata.length + ? this.$message.success('鏌ヨ鎴愬姛') + : this.$message.warning('鏈壘鍒板尮閰嶇殑椤圭洰'); + } else { + this.Treedata = [...this.originalTreedata]; + this.$message.info('宸叉樉绀烘墍鏈夐」鐩�'); + } + this.$refs.tre.clearSelection(); + }, + resetQuery() { + this.$refs.queryForm.resetFields(); + this.queryParams.tjh = ''; + this.queryParams.tjCategory = null; + this.OnenewpacName = []; + this.filteredSpecimenData = [...this.originalSpecimenData]; + this.$refs.specimenTable.clearSelection(); + this.$message.success('宸查噸缃煡璇㈡潯浠跺拰鏍囨湰鏁版嵁'); + }, + handleManual() { + const searchText = this.queryParams.tjh?.trim().toLowerCase() || ''; + this.filteredSpecimenData = searchText + ? this.originalSpecimenData.filter(item => item.label.toLowerCase().includes(searchText)) + : [...this.originalSpecimenData]; + + this.queryParams.tjCategory = null; + this.OnenewpacName = []; + this.$refs.specimenTable.clearSelection(); + + this.$message[this.filteredSpecimenData.length ? 'success' : 'warning']( + this.filteredSpecimenData.length ? '鏌ヨ鎴愬姛' : '鏈壘鍒板尮閰嶇殑鏍囨湰' + ); + }, + handleSpecimenSelect(selection, row) { + console.log('鏍囨湰閫夋嫨瑙﹀彂:', { selection, row }); + this.$refs.specimenTable.clearSelection(); + if (selection.includes(row)) { + this.$refs.specimenTable.toggleRowSelection(row, true); + if (this.queryParams.tjCategory !== row.value) { + this.queryParams.tjCategory = row.value; + console.log('閫変腑鐨勬爣鏈� value:', this.queryParams.tjCategory); + this.debouncedFetchBiaobenData(row.value); + } + } else { + this.queryParams.tjCategory = null; + this.OnenewpacName = []; + console.log('鏍囨湰閫夋嫨宸叉竻绌�'); + } + }, + handleChangesingle(selection) { + if (selection.length > 0) { + selection.forEach(item => { + if (!this.OnenewpacName.some(existing => existing.proId === item.proId)) { + this.OnenewpacName.push({ ...item }); + } + }); + this.$refs.tre.clearSelection(); + } + }, + cancell() { + this.openOne = false; + }, + submitrighr() { + if (!this.queryParams.tjCategory) { + this.$message.error('璇峰厛閫夋嫨涓�涓爣鏈�'); + return; + } + if (!this.OnenewpacName.length) { + this.$message.error('璇疯嚦灏戦�夋嫨涓�涓」鐩�'); + return; + } + const proIds = this.OnenewpacName.map(item => item.proId); + const bblx = this.queryParams.tjCategory; + this.loading = true; + editBiaoben({ proIds, bblx }) + .then(() => { + this.$message.success('淇濆瓨鎴愬姛'); + this.OnenewpacName = []; + this.queryParams.tjCategory = null; + this.$refs.specimenTable.clearSelection(); + this.loading = false; + }) + .catch(error => { + this.$message.error('淇濆瓨澶辫触'); + console.error(error); + this.loading = false; + }); + }, + handledbelete(row) { + this.loading = true; + delBiaoben({ proId: row.proId }) + .then(() => { + this.OnenewpacName = this.OnenewpacName.filter(item => item.proId !== row.proId); + this.$message.success('鍒犻櫎鎴愬姛'); + this.loading = false; + }) + .catch(error => { + this.$message.error('鍒犻櫎澶辫触'); + console.error(error); + this.loading = false; + }); + }, + fetchBiaobenData(bblx) { + console.log('璋冪敤 searchBiaoben锛堜腑闂磋〃鏍硷級锛屽弬鏁�:', { bblx }); + this.loading = true; + searchBiaoben({ bblx }) + .then(response => { + this.OnenewpacName = response.data || []; + this.loading = false; + }) + .catch(error => { + this.$message.error('鑾峰彇鏍囨湰鏁版嵁澶辫触'); + console.error(error); + this.loading = false; + }); + }, + fetchInitialBiaobenData() { + console.log('璋冪敤 searchBiaoben锛堝垵濮嬪姞杞斤紝鍙充晶琛ㄦ牸锛夛紝鍙傛暟: {}'); + this.loading = true; + searchBiaoben({}) + .then(response => { + this.originalTreedata = response.data || []; + this.Treedata = [...this.originalTreedata]; + this.loading = false; + }) + .catch(error => { + this.$message.error('鑾峰彇鍒濆椤圭洰鏁版嵁澶辫触'); + console.error(error); + this.loading = false; + }); + }, + }, +}; +</script> + +<style scoped> +.app-container { + padding: 20px; +} +.dialog-footer1 { + margin-top: 60px; + text-align: center; +} +</style> \ No newline at end of file diff --git a/src/views/hosp/part/index.vue b/src/views/hosp/part/index.vue new file mode 100644 index 0000000..cd12797 --- /dev/null +++ b/src/views/hosp/part/index.vue @@ -0,0 +1,320 @@ +<template> + <div class="app-container"> + <el-row :gutter="24"> + <!-- 绗竴鍒楋細鍗曢�夋爣鏈� --> + <el-col :span="8" :xs="24"> + <el-form + :model="queryParams" + ref="queryForm" + size="small" + :inline="true" + label-width="68px" + style="height: 45px" + @submit.native.prevent + > + <el-form-item label="椤圭洰鍚嶇О" prop="tjh"> + <el-input + v-model="queryParams.tjh" + placeholder="璇疯緭鍏ラ」鐩悕绉�" + clearable + @keyup.enter.native="handleManual" + /> + </el-form-item> + <el-form-item> + <el-button type="primary" size="mini" @click="handleManual">鏌ヨ</el-button> + <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">閲嶇疆</el-button> + </el-form-item> + </el-form> + + <!-- 鏍囨湰鍗曢�夎〃鏍硷紙甯﹀閫夋鏍峰紡锛� --> + <el-table + border + v-loading="loading" + :data="filteredSpecimenData" + height="478" + style="width: 100%" + ref="specimenTable" + :row-key="row => row.value" + @select="handleSpecimenSelect" + > + <el-table-column type="selection" width="40px" align="center" /> + <el-table-column label="搴忓彿" align="center" type="index" width="50px" /> + <el-table-column label="鏍囨湰鍚嶇О" align="center" prop="label" show-overflow-tooltip /> + </el-table> + </el-col> + + <!-- 绗簩鍒楋細涓棿閫変腑椤圭洰鍒楄〃 --> + <el-col :span="8" :xs="24"> + <el-form :model="form" size="small" :inline="true" label-width="68px" style="height: 45px" @submit.native.prevent /> + <el-table + border + v-loading="loading" + :data="OnenewpacName" + height="478" + style="width: 100%" + > + <el-table-column label="宸查�夐」鐩垪琛�" align="center" prop="proName" /> + <el-table-column label="鎿嶄綔" align="center" width="85"> + <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> + <div class="dialog-footer1" style="margin-top: 60px; text-align: center;"> + <el-button type="primary" @click="submitrighr">纭骞朵繚瀛�</el-button> + <el-button @click="cancell">鍙� 娑�</el-button> + </div> + </el-col> + + <!-- 绗笁鍒楋細鎼滅储 + 椤圭洰閫夋嫨 --> + <el-col :span="8" :xs="24"> + <el-form + :model="queryParams1" + ref="queryForm" + size="small" + :inline="true" + v-show="showSearch" + label-width="68px" + style="height: 45px" + @submit.native.prevent + > + <el-form-item label="椤圭洰鍚嶇О" prop="proName"> + <el-input + ref="inputName" + v-model="queryParams1.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: 100%" + > + <el-table-column type="selection" width="40px" align="center" /> + <el-table-column label="椤圭洰鍚嶇О" align="center" prop="proName" show-overflow-tooltip /> + </el-table> + </el-col> + </el-row> + </div> +</template> + +<script> +import { searchPart, delPart, editPart } from "@/api/hosp/part"; +import { debounce } from 'lodash'; + +export default { + name: "Part", + data() { + return { + loading: false, + OnenewpacName: [], + Treedata: [], + originalTreedata: [], + queryParams: { + tjh: '', + tjCategory: null, + }, + queryParams1: { + proName: '', + }, + form: { + price: '', + }, + showSearch: true, + filteredSpecimenData: [], + originalSpecimenData: [], + }; + }, + dicts: ["sys_dict_position"], + created() { + this.fetchInitialBiaobenData(); + this.initializeSpecimenData(); + this.debouncedFetchBiaobenData = debounce(this.fetchBiaobenData, 300); + }, + watch: { + 'dict.type.sys_dict_position': { + handler(newVal) { + if (newVal && newVal.length > 0) { + console.log('鏍囨湰瀛楀吀鏁版嵁鍔犺浇:', newVal); + this.originalSpecimenData = [...newVal]; + this.filteredSpecimenData = [...newVal]; + } else { + console.warn('鏍囨湰瀛楀吀鏁版嵁涓虹┖鎴栨湭鍔犺浇'); + } + }, + deep: true, + immediate: true, + }, + }, + methods: { + initializeSpecimenData() { + if (this.dict?.type?.sys_dict_position) { + this.originalSpecimenData = [...this.dict.type.sys_dict_position]; + this.filteredSpecimenData = [...this.originalSpecimenData]; + console.log('鍒濆鍖栨爣鏈暟鎹�:', this.originalSpecimenData); + } else { + this.$message.warning('鏍囨湰鏁版嵁鏈姞杞斤紝璇锋鏌ュ瓧鍏搁厤缃�'); + this.originalSpecimenData = []; + this.filteredSpecimenData = []; + } + }, + handleSearchFor() { + const searchText = this.queryParams1.proName?.trim().toLowerCase() || ''; + if (searchText) { + this.Treedata = this.originalTreedata.filter(item => + item.proName.toLowerCase().includes(searchText) + ); + this.Treedata.length + ? this.$message.success('鏌ヨ鎴愬姛') + : this.$message.warning('鏈壘鍒板尮閰嶇殑椤圭洰'); + } else { + this.Treedata = [...this.originalTreedata]; + this.$message.info('宸叉樉绀烘墍鏈夐」鐩�'); + } + this.$refs.tre.clearSelection(); + }, + resetQuery() { + this.$refs.queryForm.resetFields(); + this.queryParams.tjh = ''; + this.queryParams.tjCategory = null; + this.OnenewpacName = []; + this.filteredSpecimenData = [...this.originalSpecimenData]; + this.$refs.specimenTable.clearSelection(); + this.$message.success('宸查噸缃煡璇㈡潯浠跺拰鏍囨湰鏁版嵁'); + }, + handleManual() { + const searchText = this.queryParams.tjh?.trim().toLowerCase() || ''; + this.filteredSpecimenData = searchText + ? this.originalSpecimenData.filter(item => item.label.toLowerCase().includes(searchText)) + : [...this.originalSpecimenData]; + + this.queryParams.tjCategory = null; + this.OnenewpacName = []; + this.$refs.specimenTable.clearSelection(); + + this.$message[this.filteredSpecimenData.length ? 'success' : 'warning']( + this.filteredSpecimenData.length ? '鏌ヨ鎴愬姛' : '鏈壘鍒板尮閰嶇殑鏍囨湰' + ); + }, + handleSpecimenSelect(selection, row) { + console.log('鏍囨湰閫夋嫨瑙﹀彂:', { selection, row }); + this.$refs.specimenTable.clearSelection(); + if (selection.includes(row)) { + this.$refs.specimenTable.toggleRowSelection(row, true); + if (this.queryParams.tjCategory !== row.value) { + this.queryParams.tjCategory = row.value; + console.log('閫変腑鐨勬爣鏈� value:', this.queryParams.tjCategory); + this.debouncedFetchBiaobenData(row.value); + } + } else { + this.queryParams.tjCategory = null; + this.OnenewpacName = []; + console.log('鏍囨湰閫夋嫨宸叉竻绌�'); + } + }, + handleChangesingle(selection) { + if (selection.length > 0) { + selection.forEach(item => { + if (!this.OnenewpacName.some(existing => existing.proId === item.proId)) { + this.OnenewpacName.push({ ...item }); + } + }); + this.$refs.tre.clearSelection(); + } + }, + cancell() { + this.openOne = false; + }, + submitrighr() { + if (!this.queryParams.tjCategory) { + this.$message.error('璇峰厛閫夋嫨涓�涓爣鏈�'); + return; + } + if (!this.OnenewpacName.length) { + this.$message.error('璇疯嚦灏戦�夋嫨涓�涓」鐩�'); + return; + } + const proIds = this.OnenewpacName.map(item => item.proId); + const bw = this.queryParams.tjCategory; + this.loading = true; + editPart({ proIds, bw }) + .then(() => { + this.$message.success('淇濆瓨鎴愬姛'); + this.OnenewpacName = []; + this.queryParams.tjCategory = null; + this.$refs.specimenTable.clearSelection(); + this.loading = false; + }) + .catch(error => { + this.$message.error('淇濆瓨澶辫触'); + console.error(error); + this.loading = false; + }); + }, + handledbelete(row) { + this.loading = true; + delPart({ proId: row.proId }) + .then(() => { + this.OnenewpacName = this.OnenewpacName.filter(item => item.proId !== row.proId); + this.$message.success('鍒犻櫎鎴愬姛'); + this.loading = false; + }) + .catch(error => { + this.$message.error('鍒犻櫎澶辫触'); + console.error(error); + this.loading = false; + }); + }, + fetchBiaobenData(bw) { + console.log('璋冪敤 searchBiaoben锛堜腑闂磋〃鏍硷級锛屽弬鏁�:', { bw }); + this.loading = true; + searchPart({ bw }) + .then(response => { + this.OnenewpacName = response.data || []; + this.loading = false; + }) + .catch(error => { + this.$message.error('鑾峰彇鏍囨湰鏁版嵁澶辫触'); + console.error(error); + this.loading = false; + }); + }, + fetchInitialBiaobenData() { + console.log('璋冪敤 searchBiaoben锛堝垵濮嬪姞杞斤紝鍙充晶琛ㄦ牸锛夛紝鍙傛暟: {}'); + this.loading = true; + searchPart({}) + .then(response => { + this.originalTreedata = response.data || []; + this.Treedata = [...this.originalTreedata]; + this.loading = false; + }) + .catch(error => { + this.$message.error('鑾峰彇鍒濆椤圭洰鏁版嵁澶辫触'); + console.error(error); + this.loading = false; + }); + }, + }, +}; +</script> + +<style scoped> +.app-container { + padding: 20px; +} +.dialog-footer1 { + margin-top: 60px; + text-align: center; +} +</style> \ No newline at end of file diff --git a/src/views/system/zhiye/TreeTransfer.vue b/src/views/system/zhiye/TreeTransfer.vue new file mode 100644 index 0000000..5377fba --- /dev/null +++ b/src/views/system/zhiye/TreeTransfer.vue @@ -0,0 +1,275 @@ +<template lang="html"> + <div class="tree-transfer"> + <div class="transfer-panel unselect"> + <!-- <div class="transfer-panel__header"> + <el-checkbox v-model="leftCheckAll" @change="clickLeftCheckAll">寰呴��</el-checkbox> + </div> --> + <div class="transfer-panel__content"> + <el-input size="mini" placeholder="杈撳叆鍏抽敭瀛楄繘琛岃繃婊�" v-model="leftFilterText"> + </el-input> + <el-tree filter ref="tree" :data="leftNodeData" show-checkbox node-key="proId" + :filter-node-method="filterNode" @check="nodeClick" :props="defaultProps"> + </el-tree> + </div> + </div> + <div class="button"> + <div :class="['btn', { 'disabled': !toLeft }]" @click="removeToLeft"> + 绉婚櫎 + </div> + <div :class="['btn', { 'disabled': !toRight }]" @click="removeToRight"> + 娣诲姞 + </div> + </div> + <div class="transfer-panel selected"> + <!-- <div class="transfer-panel__header"> + <el-checkbox v-model="rightCheckAll" @change="clickRightCheckAll">宸查��</el-checkbox> + </div> --> + <div class="transfer-panel__content"> + <el-input size="mini" placeholder="杈撳叆鍏抽敭瀛楄繘琛岃繃婊�" v-model="rightFilterText"> + </el-input> + <el-tree ref="selectedTree" :data="rightNodeData" show-checkbox node-key="proId" + :filter-node-method="filterNode" @check="selectedClick" :props="defaultProps"> + </el-tree> + </div> + </div> + </div> +</template> + +<script> +export default { + props: { + defaultProps: { + type: Object, + default: () => { + return { + children: 'children', + label: 'name' + } + } + }, + treeData: { + type: Array, + default: () => { + return [] + } + }, + defaultKeys: { + type: Array, + default: () => { + return [] + } + } + }, + watch: { + leftFilterText(val) { + this.$refs.tree.filter(val) + }, + rightFilterText(val) { + this.$refs.selectedTree.filter(val) + }, + rightKeys(val) { + this.$emit('changeKeys', val) + } + }, + data() { + return { + leftCheckAll: false, + rightCheckAll: false, + toLeft: false, + toRight: false, + nodeData: this.treeData, + leftNodeData: [], + rightNodeData: [], + rightKeys: this.defaultKeys, + rightFilterText: '', + leftFilterText: '' + } + }, + created() { + this.leftNodeData = this.nodeData + // console.log(this.leftNodeData,111); + + this.rightKeys.length > 0 ? this.rerenderData(this.rightKeys) : '' + }, + methods: { + clickLeftCheckAll(v) { + //宸︿晶鍏ㄩ�� + if (v) { + + let keys = this.getChildNodeKeys(this.leftNodeData) + this.$refs.tree.setCheckedKeys(keys) + this.toRight = true + } else { + this.$refs.tree.setCheckedKeys([]) + this.toRight = false + } + }, + clickRightCheckAll(v) { + //鍙充晶鍏ㄩ�� + if (v) { + let keys = this.getChildNodeKeys(this.rightNodeData) + this.$refs.selectedTree.setCheckedKeys(keys) + this.toLeft = true + } else { + this.$refs.selectedTree.setCheckedKeys([]) + this.toLeft = false + } + }, + //鑾峰彇鏌愪釜鑺傜偣鐨勫瓙鑺傜偣鐨刬d鍊� + getChildNodeKeys(node) { + let keys = [] + let childrenName = this.defaultProps.children + node.forEach((item) => { + if (item[childrenName].length > 0) { + item[childrenName].forEach((item2) => { + keys.push(item2.proId) + }) + } + }) + return keys + }, + filterNode(value, data) { + let labelName = this.defaultProps.label + if (!value) return true + return data[labelName].indexOf(value) !== -1 + }, + nodeClick() { + let keys = this.$refs.tree.getCheckedKeys(true) + if (keys.length > 0) { + this.toRight = true + } + }, + selectedClick() { + let keys = this.$refs.selectedTree.getCheckedKeys(true) + if (keys.length > 0) { + this.toLeft = true + } + }, + removeToRight() { + //鍚戝彸绉诲姩 + //鑾峰彇姝ゆ椂宸﹁竟鏍戠姸缁撴瀯涓閫変腑鐨勮妭鐐�,浣跨敤鍘熷鏁版嵁缁撴瀯鍒犻櫎涓嶅寘鍚湪閫変腑鏁扮粍涓殑鑺傜偣锛屽垱寤烘柊鐨勬暟缁勶紝娓叉煋鍦ㄥ彸渚� + //鑾峰彇姝ゆ椂宸︿晶涓閫変腑鐨勮妭鐐规暟缁刬d + this.leftCheckAll = false + this.leftFilterText = "" + let keys = this.$refs.tree.getCheckedKeys(true) + let checkedKeys = [...this.rightKeys, ...keys] + this.rightKeys = checkedKeys + this.rerenderData(this.rightKeys) + this.toRight = false + this.$refs.tree.setCheckedKeys([]) + }, + removeToLeft() { + //鍚戝乏绉诲姩鐨勬椂鍊� + //璇存槑鏈夊凡閫夋嫨鐨勬暟鎹敼鍙橈紝姝ゆ椂鍒ゆ柇鍙宠竟閫変腑鐨勬暟鎹噸鏂版覆鏌撳乏杈规爲鐘剁殑缁撴瀯 + //娓叉煋閫昏緫锛氫娇鐢ㄥ師濮嬫暟鎹粨鏋勫垹闄ゅ寘鍚湪鍙宠竟閫変腑鏁扮粍涓殑鏁扮粍 + //鎵惧埌鐩墠琚�変腑鐨刱eys,浠巖ightKeys涓幓鎺�,鍦ㄤ娇鐢╮ightKeys杩囨护宸﹀彸涓や晶鏁扮粍 + this.rightCheckAll = false + this.rightFilterText = "" + let keys = this.$refs.selectedTree.getCheckedKeys(true) + this.rightKeys = this.rightKeys.filter(v => { + return !keys.includes(v) + }) + let checkedKeys = this.rightKeys + this.rerenderData(checkedKeys) + this.toLeft = false + this.$refs.selectedTree.setCheckedKeys([]) + }, + rerenderData(checkedKeys) { + let childrenName = this.defaultProps.children + let leftNodeData = JSON.parse(JSON.stringify(this.nodeData)) + let rightNodeData = JSON.parse(JSON.stringify(this.nodeData)) + for (let i = 0; i < rightNodeData.length; i++) { + if (rightNodeData[i][childrenName].length > 0) { + let children = rightNodeData[i][childrenName] + for (let j = 0; j < children.length; j++) { + if (!checkedKeys.includes(children[j].proId)) { + children.splice(j, 1) + j-- + } + } + } + if (!rightNodeData[i][childrenName].length > 0) { + rightNodeData.splice(i, 1) + i-- + } + } + + //宸︿晶娓叉煋锛氬寘鍚殑鍒犻櫎 + for (let i = 0; i < leftNodeData.length; i++) { + if (leftNodeData[i][childrenName].length > 0) { + let children = leftNodeData[i][childrenName] + for (let j = 0; j < children.length; j++) { + if (checkedKeys.includes(children[j].proId)) { + children.splice(j, 1) + j-- + } + } + } + if (!leftNodeData[i][childrenName].length > 0) { + leftNodeData.splice(i, 1) + i-- + } + } + this.rightNodeData = rightNodeData + this.leftNodeData = leftNodeData + } + } +} +</script> + +<style lang="scss" scoped> +.tree-transfer { + display: flex; + justify-content: center; + .transfer-panel { + box-sizing: border-box; + width: 322px; + height: 460px; + border: 1px solid #ebeef5; + border-radius: 5px; + .transfer-panel__header { + box-sizing: border-box; + height: 40px; + border-bottom: 1px solid #ebeef5; + background-color: rgb(245, 247, 250); + padding-left: 10px; + line-height: 40px; + .title { + font-size: 16px; + margin-left: 5px; + } + } + + .transfer-panel__content { + height: calc(100% - 40px); + overflow-y: scroll; + } + } + + .button { + width: 80px; + // display: flex; + // justify-content: center; + align-items: center; + min-height: 480px; + line-height: 480px; + padding-top: 140px; + div { + margin-left: 10px; + width: 55px; + height: 40px; + background-color: rgb(64, 158, 255); + line-height: 40px; + text-align: center; + color: #fff; + font-weight: 700; + border-radius: 5px; + } + + .disabled { + background-color: rgb(160, 207, 255); + margin: 10px; + } + } +} +</style> \ No newline at end of file diff --git a/src/views/system/zhiye/file.js b/src/views/system/zhiye/file.js new file mode 100644 index 0000000..a0644fd --- /dev/null +++ b/src/views/system/zhiye/file.js @@ -0,0 +1,49 @@ +// base64杞枃浠� +export const dataURLtoFile = (image, filename) => { + var arr = image.split(","); + var mime = arr[0].match(/:(.*?);/)[1]; + var bstr = atob(arr[1]); + var n = bstr.length; + var u8arr = new Uint8Array(n); + while (n--) { + u8arr[n] = bstr.charCodeAt(n); + } + let file = new File([u8arr], filename, { type: mime }) + return file; +} + +// 绗竴涓弬鏁颁负浣犳兂鐢熸垚鐨勫浐瀹氱殑鏂囧瓧寮�澶存瘮濡�: 寰俊鐢ㄦ埛xxxxx +// 绗簩涓负浣犳兂鐢熸垚鍑哄浐瀹氬紑澶存枃瀛楀鐨勯殢鏈洪暱搴� +export const random = ( randomLength) =>{ + // 鍏煎鏇翠綆鐗堟湰鐨勯粯璁ゅ�煎啓娉� + // prefix === undefined ? prefix = "" : prefix; + randomLength === undefined ? randomLength = 3 : randomLength; + + // 璁剧疆闅忔満鐢ㄦ埛鍚� + // 鐢ㄦ埛鍚嶉殢鏈鸿瘝鍏告暟缁� + let nameArr = [ + ["涓�","绗�","璐�","鍑�","姝�","鏄�","浠�","鍣�","涔�","绀�","鏅�","淇�","鍙�","涓�","閮�","濂�","鏃�","涔�","閽�","鐜�","蹇�","瀛�","鍗�","鑱�","婢�","绾�","姣�","鎮�","鏄�","鍐�","鐖�","鐞�","鑼�","缇�","甯�","瀹�"], + ["绉�","濞�","鑻�","鍗�","鎱�","宸�","缇�","濞�","闈�","娣�","鎯�","鐝�","缈�","闆�","鑺�","鐜�","钀�","绾�","濞�","鐜�","鑺�","鑺�","鐕�","褰�","鏄�","鑿�","杞�","缈�","鏈�","浼�","瑷�","鑻�","楦�","鏈�","鏂�","姊�","鏍�","缁�"] + ] + // 闅忔満鍚嶅瓧瀛楃涓� + // let name = prefix; + let name = ""; + + // 寰幆閬嶅巻浠庣敤鎴疯瘝鍏镐腑闅忔満鎶藉嚭涓�涓� + for (var i = 0; i < randomLength; i++) { + // 闅忔満鐢熸垚index + let index = Math.floor(Math.random() * 2); + let zm = nameArr[index][Math.floor(Math.random() * nameArr[index].length)]; + // 濡傛灉闅忔満鍑虹殑鏄嫳鏂囧瓧姣� + if (index === 1) { + // 鍒欑櫨鍒嗕箣50鐨勬鐜囧彉涓哄ぇ鍐� + if (Math.floor(Math.random() * 2) === 1) { + zm = zm.toUpperCase(); + } + } + // 鎷兼帴杩涘悕瀛楀彉閲忎腑 + name += zm; + } + // 灏嗛殢鏈虹敓鎴愮殑鍚嶅瓧杩斿洖 + return name; +} diff --git a/src/views/system/zhiye/index.vue b/src/views/system/zhiye/index.vue new file mode 100644 index 0000000..9459fcc --- /dev/null +++ b/src/views/system/zhiye/index.vue @@ -0,0 +1,3549 @@ +<template> + <div class="app-container"> + <el-dialog :title="title" :visible.sync="open1" width="1000px" append-to-body> + <el-form ref="form1" :model="form1" :rules="rules1" label-width="100px" :inline="true"> + <el-form-item label="鍗曚綅鍚嶇О" prop="cnName"> + <el-input v-model="form1.cnName" placeholder="璇疯緭鍏ヤ腑鏂囧悕绉�" /> + </el-form-item> + <el-form-item label="鑱旂郴浜�" prop="contactPerson"> + <el-input v-model="form1.contactPerson" placeholder="璇疯緭鍏ヨ仈绯讳汉" /> + </el-form-item> + <el-form-item label="鑱旂郴鐢佃瘽" prop="contactPhone"> + <el-input v-model="form1.contactPhone" placeholder="璇疯緭鍏ヨ仈绯荤數璇�" /> + </el-form-item> + <el-form-item label="绋庡彿" prop="taxNumber"> + <el-input v-model="form1.taxNumber" placeholder="璇疯緭鍏ョ◣鍙�" /> + </el-form-item> + <el-form-item label="娉曚汉" prop="legalPerson"> + <el-input v-model="form1.legalPerson" placeholder="璇疯緭鍏ユ硶浜�" /> + </el-form-item> + <el-form-item label="娉ㄥ唽鍦板潃" prop="registerAddress"> + <el-input v-model="form1.registerAddress" placeholder="璇疯緭鍏ユ敞鍐屽湴鍧�" /> + </el-form-item> + <el-form-item label="閫氳鍦板潃" prop="mailingAddress"> + <el-input v-model="form1.mailingAddress" placeholder="璇疯緭鍏ラ�氳鍦板潃" /> + </el-form-item> + <el-form-item label="寮�鎴烽摱琛�" prop="bankAccount"> + <el-input v-model="form1.bankAccount" placeholder="璇疯緭鍏ュ紑鎴烽摱琛�" /> + </el-form-item> + <el-form-item label="閾惰璐︽埛" prop="countNum"> + <el-input v-model="form1.countNum" placeholder="璇疯緭鍏ラ摱琛岃处鎴�" /> + </el-form-item> + <el-form-item label="閭" prop="email"> + <el-input v-model="form1.email" placeholder="璇疯緭鍏ラ偖绠�" /> + </el-form-item> + <el-form-item label="璐熻矗浜�" prop="principal"> + <el-input v-model="form1.principal" placeholder="璇疯緭鍏ヨ礋璐d汉" /> + </el-form-item> + <el-form-item label="缃戝潃" prop="url"> + <el-input v-model="form1.url" placeholder="璇疯緭鍏ョ綉鍧�" /> + </el-form-item> + <el-form-item label="浼犵湡" prop="faxNumber"> + <el-input v-model="form1.faxNumber" placeholder="璇疯緭鍏ヤ紶鐪�" /> + </el-form-item> + <el-form-item label="琛屾斂鍖哄垝鍚嶇О" prop="areaName"> + <el-input v-model="form1.areaName" placeholder="璇疯緭鍏ヨ鏀垮尯鍒掑悕绉�" /> + </el-form-item> + <el-form-item label="鎺掑簭" prop="orderNum"> + <el-input v-model="form1.orderNum" placeholder="璇疯緭鍏ユ帓搴�" /> + </el-form-item> + <el-form-item label="鏈夋晥鏃堕棿" prop="validTime"> + <el-date-picker clearable v-model="form1.validTime" type="date" value-format="yyyy-MM-dd" + placeholder="璇烽�夋嫨鏈夋晥鏃堕棿"> + </el-date-picker> </el-form-item><br /> + <el-form-item label="澶囨敞" prop="remark"> + <el-input v-model="form1.remark" type="textarea" placeholder="璇疯緭鍏ュ唴瀹�" :rows="2" label-width="400px" + style="width: 830px" resize="none"></el-input> + </el-form-item> + </el-form> + <div slot="footer" class="dialog-footer2"> + <el-button type="primary" @click="submitFormS">纭� 瀹�</el-button> + <el-button @click="cancel1">鍙� 娑�</el-button> + </div> + </el-dialog> + <el-row :gutter="20"> + <el-col :span="17"> + <div class="grid-content bg-purple"> + <el-form :inline="true" ref="form" :model="form" :rules="rules" :label-position="labelPosition" + label-width="106px" v-show="top"> + <el-form-item label="鍖垮悕" prop="isNow"> + <el-select v-model="isNow" placeholder="鏄惁鍖垮悕" @change="freezing(isNow)"> + <el-option v-for="dict in dictType" :key="dict.value" :label="dict.label" + :value="dict.value"></el-option> + </el-select> + </el-form-item> + + <el-form-item label="濮撳悕" prop="cusName" :rules="[ + { + required: true, + validator: (rule, value, callback) => { + if (!form.cusName) { + callback(''); + } else if (form.cusName) { + callback(); + } + }, + trigger: 'blur', + }, + ]"> + <span slot="label" style="display: inline-block; border-bottom: 2px solid blue" @click="openname"> + 濮撳悕 + </span> + <el-input v-model="form.cusName" placeholder="璇疯緭鍏ュ鍚�" :disabled="isDisabled" + @input="form.cusName = $event.replace(/\s/g, '')" /> + </el-form-item> + + <el-form-item label="璇佷欢绫诲瀷" prop="idType"> + <el-select :disabled="isDisabled" v-model="form.idType" placeholder="璇烽�夋嫨璇佷欢绫诲瀷"> + <el-option v-for="dict in dict.type.dict_user_cardtype" :key="dict.value" :label="dict.label" + :value="dict.value"></el-option> + </el-select> + </el-form-item> + <el-form-item label="姘戞棌" prop="cusNational"> + <el-select filterable :disabled="isDisabled" v-model="form.cusNational" placeholder="璇烽�夋嫨姘戞棌"> + <el-option v-for="dict in dict.type.dict_user_national" :key="dict.value" :label="dict.label" + :value="dict.value"></el-option> + </el-select> + </el-form-item> + + <el-form-item label="鎬у埆" prop="cusSex" :rules="[ + { + required: true, + validator: (rule, value, callback) => { + if (!form.cusSex && showHidden.has_sex === 'Y') { + callback(''); + } else if (showHidden.has_sex === 'N') { + callback(); + } else if (form.cusSex && showHidden.has_sex === 'Y') { + callback(); + } + }, + trigger: 'blur', + }, + ]"> + <el-select :disabled="isDisabled" v-model="form.cusSex" placeholder="鎬у埆"> + <el-option v-for="dict in dict.type.sys_user_sex" :key="dict.value" :label="dict.label" + :value="parseInt(dict.value)"></el-option> + </el-select> + </el-form-item> + + <el-form-item label="璇佷欢鍙风爜" prop="cusIdcard" :rules="[ + { + required: true, + validator: (rule, value, callback) => { + if (!form.cusIdcard && showHidden.has_idcard === 'Y') { + callback(''); + } else if (showHidden.has_idcard === 'N') { + callback(); + } else if ( + form.cusIdcard && + showHidden.has_idcard === 'Y' + ) { + callback(); + } + }, + trigger: 'blur', + }, + ]"> + <span slot="label" style="display: inline-block; border-bottom: 2px solid blue" @click="handleQuery"> + 璇佷欢鍙风爜 + </span> + <el-input :disabled="isDisabled" v-model="form.cusIdcard" placeholder="璇疯緭鍏ヨ韩浠借瘉鍙�" + @input="handleIdCardInput" /> + <!-- <i style=" + font-size: 1rem; + position: absolute; + right: -20px; + top: 10px; + cursor: pointer; + " class="el-icon-search" @click="handleQuery"></i> --> + </el-form-item> + + <el-form-item label="濠氬Щ" prop="cusMarryStatus"> + <el-select :disabled="isDisabled" v-model="form.cusMarryStatus" placeholder="濠氬Щ鐘跺喌"> + <el-option v-for="dict in dict.type.dict_user_marry" :key="dict.value" :label="dict.label" + :value="dict.value"></el-option> + </el-select> + </el-form-item> + + <el-form-item label="鐢佃瘽" prop="cusPhone" :rules="[ + { + required: true, + validator: (rule, value, callback) => { + if (!form.cusPhone && showHidden.is_phone === 'Y') { + callback(''); + } else if (showHidden.is_phone === 'N') { + callback(); + } else if (form.cusPhone && showHidden.is_phone === 'Y') { + callback(); + } + }, + trigger: 'blur', + }, + ]"> + <el-input v-model="form.cusPhone" placeholder="璇疯緭鍏ヨ仈绯荤數璇�" :disabled="isDisabled" + @input="form.cusPhone = $event.replace(/\s/g, '')" /> + </el-form-item> + + <el-form-item label="鍑虹敓鏃ユ湡" prop="cusBrithday"> + <el-date-picker :disabled="isDisabled" clearable v-model="form.cusBrithday" type="date" + value-format="yyyy-MM-dd" placeholder="璇烽�夋嫨鍑虹敓鏃ユ湡" style="width: 93%"> + </el-date-picker> + </el-form-item> + + <el-form-item label="鑱屼笟" prop="career"> + <el-select filterable :disabled="isDisabled" v-model="form.career" placeholder="璇疯緭鍏ヨ亴涓�"> + <el-option v-for="dict in dict.type.dict_job" :key="dict.value" :label="dict.label" + :value="dict.value"></el-option> + </el-select> + </el-form-item> + + <el-form-item label="閭" prop="cusEmail"> + <el-input v-model="form.cusEmail" placeholder="璇疯緭鍏ラ偖绠�" :disabled="isDisabled" /> + </el-form-item> + + <el-form-item label="骞撮緞" prop="age" label-width="100px"> + <el-input v-model="form.age" :disabled="isDisabled" style="width: 30%" /> + <el-select :disabled="isDisabled" v-model="form.ageUnit" style="width: 20%"> + <el-option v-for="dict in dict.type.dict_ageunit" :key="dict.value" :label="dict.label" + :value="dict.value"></el-option> + </el-select> + </el-form-item> + </el-form> + <el-form :inline="true" ref="form" :model="form" :rules="rules" :label-position="labelPosition" + label-width="106px" v-show="top"> + <el-form-item label="浠嬬粛浜�" prop="cusIntroduce"> + <el-input :disabled="isDisabled" v-model="form.cusIntroduce" placeholder="璇疯緭鍏ヤ粙缁嶄汉" /> + </el-form-item> + + <el-form-item label="鏂囧寲绋嬪害" prop="educationLevel" label-width="106px"> + <el-input :disabled="isDisabled" v-model="form.educationLevel" placeholder="璇疯緭鍏ユ枃鍖栫▼搴�" /> + </el-form-item> + <el-form-item label="鏌ヤ綋鍒嗙被" prop="examCategory" label-width="99px"> + <el-input :disabled="isDisabled" v-model="form.examCategory" placeholder="璇疯緭鍏ユ煡浣撳垎绫�" /> + </el-form-item> + + </el-form> + <el-form ref="form" :model="form" :rules="rules" :label-position="labelPosition" label-width="106px" + v-show="top"> + <el-row :gutter="21"> + <el-col :span="19"> + <el-form-item label="鎴峰彛鍦板潃" prop="addr"> + <el-input v-model="form.addr" placeholder="璇疯緭鍏ユ埛鍙e湴鍧�" :disabled="isDisabled" /> + </el-form-item> + </el-col> + </el-row> + </el-form> + + <el-form ref="form" :model="form" :rules="rules" :label-position="labelPosition" label-width="106px" + v-show="top"> + <el-row :gutter="21"> + <el-col :span="19"> + <el-form-item label="鐜颁綇鍦板潃" prop="cusAddr"> + <el-input v-model="form.cusAddr" placeholder="璇疯緭鍏ョ幇灞呬綇鍦板潃" :disabled="isDisabled" /> + </el-form-item> + </el-col> + </el-row> + </el-form> + + <el-row v-show="top"> + <el-col :span="19"> + <div style="float: right; margin-bottom: 10px"> + <el-button v-show="lishi" type="primary" @click="cope" size="mini">涓�閿鍒�</el-button> + <el-button type="primary" @click="inputChanges" v-show="lishi" size="mini" + :disabled="confirm">鍘嗗彶浣撴璁板綍</el-button> + <el-button :disabled="isDisabled" type="primary" size="mini" @click="submitForm">鐧昏</el-button> + <el-button icon="el-icon-refresh" size="mini" @click="resetQuery" @queryTable="getList">閲嶇疆</el-button> + </div> + </el-col> + </el-row> + </div> + </el-col> + <el-col :span="7" v-show="top"> + <div class="content" v-show="showHidden.mall_hasPhoto == 'Y'"> + <div v-show="hide" style="border: 1px dashed #dcdfe6; width: 180px; height: 180px"> + <img v-if="imageUrl" :src="imageUrl" class="avatar" /> + </div> + <div v-if="imgSrc" class="img_bg_camera"> + <img style=" + width: 200px; + height: 200px; + margin-left: -20px; + margin-top: 90px; + padding-top: 1px; + " :src="imgSrc" alt="" class="tx_img" /> + </div> + <video v-show="hides" id="videoCamera" :width="videoWidth" :height="videoHeight" autoplay + style="margin-top: 1px"></video> + <canvas style="display: none" id="canvasCamera" :width="videoWidth" :height="videoHeight"></canvas> + <div class="camera_outer" style="margin-top: 10px"> + <el-button type="primary" plain size="mini" @click="getCompetence()">鎵撳紑鎽勫儚澶�</el-button> + <el-button type="primary" plain size="mini" @click="setImage()">鎷嶇収</el-button> + <br /> + </div> + </div> + </el-col> + </el-row> + + <el-dialog title="閫夋嫨濂楅" :visible.sync="taocan" width="70%" height="700px" :close-on-click-modal="false"> + <el-tabs type="border-card" style="height: 560px; margin: 0 10px; width: 100%" v-model="activeNames" + @tab-click="handleClick"> + <el-tab-pane label="濂楅" name="first"> + <el-form :model="queryParam" ref="queryForm" size="small" :inline="true" v-if="showSearch" label-width="auto" + @submit.native.prevent="handle"> + <el-form-item label="濂楅鍚嶇О" prop="pacName"> + <el-input v-model="queryParam.pacName" placeholder="璇疯緭鍏ュ椁愬悕绉�" clearable @keyup.enter.native="handle" /> + </el-form-item> + <el-form-item> + <el-button type="primary" icon="el-icon-search" size="mini" @click="handle">鏌ヨ</el-button> + </el-form-item> + </el-form> + <div class="tab4"> + <div class="grid-content bg-purple" style="margin-left: 5px; width: 98%"> + <el-table v-loading="loading" element-loading-text="姝e湪鍔犺浇涓�..." element-loading-spinner="el-icon-loading" + border :data="newpacName" @selection-change="handleSelectionChange" height="450px" ref="tb"> + <el-table-column type="selection" width="40px" align="center" label="閫夋嫨" /> + <el-table-column label="濂楅鍚嶇О" align="center" prop="pacName" width="120px" /> + <el-table-column label="濂楅浠锋牸" align="center" prop="price" width="120px" /> + <el-table-column label="濂楅鏄庣粏" align="center" prop="allProName" :show-overflow-tooltip="true" /> + </el-table> + </div> + </div> + </el-tab-pane> + <el-tab-pane label="缁勫悎" name="third"> + <el-row :gutter="20" style="width: 100%"> + <el-col :span="6" style="min-width: 200px"> + <div style="text-align: center; margin-bottom: 10px; margin-top: 10px;"> + 椤圭洰鍒楄〃 + </div> + <el-input placeholder="杈撳叆鍏抽敭瀛楄繘琛岃繃婊�" v-model="filterage"> + </el-input> + <div class="tab3"> + <el-tree class="filter-tree" v-loading="loading" :data="packageList" :props="defaultProp" show-checkbox + node-key="id" @check="handlepackage" :default-checked-keys="checkedkeys" + :filter-node-method="filterpackage" ref="treas" :render-content="renderContents"> + </el-tree> + </div> + </el-col> + <el-col :span="6" style="min-width: 200px"> + <div style="text-align: center; margin-bottom: 10px; margin-top: 10px;"> + 鏄庣粏椤圭洰鍒楄〃 + </div> + <div class="tab3"> + <el-tree class="filter-tree" v-loading="loading" :data="packagedataList" node-key="proId" + :props="defaultpackProps" :filter-node-method="filterpackage" @check-change="handlePackageChecked" + :default-checked-keys="checkedListkey1" :render-content="renderContent"> + </el-tree> + </div> + </el-col> + <el-col :span="11"> + <div class="grid-content bg-purple"> + <div style=" + text-align: center; + margin-bottom: 10px; + margin-top: 10px; + "> + 宸查�夐」鐩垪琛� + + </div> + <el-table :data="DataLists" border style="width: 100%" height="400" :span-method="objectspanmethod"> + <el-table-column prop="propinName" label="妫�鏌ラ」鐩�"> + </el-table-column> + <el-table-column prop="proName" label="鏄庣粏椤圭洰" width="260px"> + </el-table-column> + <el-table-column prop="sl" label="鏁伴噺" width="56px"> + </el-table-column> + + <el-table-column prop="proPrice" label="鍘熶环" width="56px"> + </el-table-column> + + <el-table-column label="鎿嶄綔" align="center" fixed="right" class-name="small-padding fixed-width" + width="50px"> + <template slot-scope="scope"> + <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDel(scope.row)" + title="鍒犻櫎"></el-button> + </template> + </el-table-column> + </el-table> + + <h3 style="font-weight: 600">鍚堣锛歿{ marryalls }}鍏�</h3> + </div> + </el-col> + </el-row> + </el-tab-pane> + <el-tab-pane label="鍗曢」" name="second"> + <el-row :gutter="20" style="width: 100%"> + <el-col :span="6" style="min-width: 200px"> + <div style="text-align: center; margin-bottom: 10px; margin-top: 10px;"> + 椤圭洰鍒楄〃 + </div> + <el-input placeholder="杈撳叆鍏抽敭瀛楄繘琛岃繃婊�" v-model="filterText" style="margin-bottom: 10px;"> + </el-input> + <div class="tab3"> + <el-tree class="filter-tree" v-loading="loading" :data="Treedata" :props="defaultProps" show-checkbox + node-key="proId" @check="handleCurrentChecked" :default-checked-keys="checkedkey" + :filter-node-method="filterNode" ref="tree" :render-content="renderContent"> + </el-tree> + </div> + </el-col> + <el-col :span="6" style="min-width: 200px"> + <div style="text-align: center; margin-bottom: 10px; margin-top: 10px;"> + 鏄庣粏椤圭洰鍒楄〃 + </div> + <div class="tab3"> + <el-tree class="filter-tree" v-loading="loading" :data="TreedataList" node-key="proId" + :props="defaultProps" :filter-node-method="filterNode" show-checkbox + @check-change="handleCurrentChecked1" :default-checked-keys="checkedListkey" + :render-content="renderContent"> + </el-tree> + </div> + </el-col> + <el-col :span="11"> + <div class="grid-content bg-purple"> + <div style="text-align: center; margin-bottom: 10px; margin-top: 10px;"> + 宸查�夐」鐩垪琛� + </div> + <el-table :data="DataList" border style="width: 100%" height="400" :span-method="objectSpanMethod"> + <el-table-column prop="propinName" label="妫�鏌ラ」鐩�"> + </el-table-column> + <el-table-column prop="proName" label="鏄庣粏椤圭洰" width="260px"> + </el-table-column> + <el-table-column prop="sl" label="鏁伴噺" width="56px"> + </el-table-column> + <el-table-column prop="proPrice" label="鍘熶环" width="56px"> + </el-table-column> + <el-table-column label="鎿嶄綔" align="center" fixed="right" class-name="small-padding fixed-width" + width="50px"> + <template slot-scope="scope"> + <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)" + title="鍒犻櫎"></el-button> + </template> + </el-table-column> + </el-table> + <h3 style="font-weight: 600">鍚堣锛歿{ marryall }}鍏�</h3> + </div> + </el-col> + </el-row> + </el-tab-pane> + </el-tabs> + <span slot="footer" class="dialog-footer"> + <el-button @click="cancel">鍙� 娑�</el-button> + <el-button type="primary" @click="submit">纭� 瀹�</el-button> + </span> + </el-dialog> + <!-- --> + <el-row v-if="tcShow"> + <el-col :span="15"> + <div class="grid-content bg-purple"> + <template> + <el-form :model="form" :inline="true" label-width="75px" style="margin-left: 20px; width: 900px"> + <el-form-item label="濮撳悕" prop="cusName"> + <span slot="label"> 濮撳悕 </span> + <el-input v-model="form.cusName" placeholder="璇疯緭鍏ュ鍚�" :disabled="isDisabled" /> + </el-form-item> + <el-form-item label="鎬у埆" prop="cusSex"> + <el-select :disabled="isDisabled" v-model="form.cusSex" placeholder="鎬у埆" style="width: 150px"> + <el-option v-for="dict in dict.type.sys_user_sex" :key="dict.value" :label="dict.label" + :value="parseInt(dict.value)"></el-option> + </el-select> + </el-form-item> + <el-form-item label="璇佷欢鍙风爜" prop="cusIdcard"> + <span slot="label"> 璇佷欢鍙风爜 </span> + <el-input :disabled="isDisabled" v-model="form.cusIdcard" placeholder="璇疯緭鍏ヨ韩浠借瘉鍙�" @input="inputChange" /> + </el-form-item> + + <el-form-item label="鍗曚綅鍚嶇О" prop="firmName"> + <el-select v-model="form.firmName" remote default-first-option allow-create filterable + style="width: 200px" placeholder="璇烽�夋嫨鍗曚綅鍚嶇О" clearable @change="idFn1" @clear="clear"> + <el-option v-for="dict in CompanyList" :key="dict.cnName" :label="dict.cnName" :value="dict.cnName" /> + </el-select> + </el-form-item> + <el-form-item label="鍗曚綅閮ㄩ棬" prop="firmDeptName"> + <el-input v-model="form.firmDeptName" style="width: 150px" placeholder="璇疯緭鍏ュ崟浣嶉儴闂�" @input="inputChange" /> + </el-form-item> + <el-form-item label="浣撴绫诲瀷"> + <el-select v-model="form.tjType" placeholder="璇烽�夋嫨浣撴绫诲瀷"> + <el-option v-for="dict in filteredDictTeam" :key="dict.value" :label="dict.label" + :value="dict.value"></el-option> + </el-select> + </el-form-item> + <el-form-item label="浣撴绫诲埆"> + <el-select style="width: 200px" v-model="tjCategory" placeholder="璇烽�夋嫨浣撴绫诲埆"> + <el-option v-for="dict in dict.type.dict_tjtype" :key="dict.value" :label="dict.label" + :value="dict.value"></el-option> + </el-select> + <!-- <el-input v-model="form.category" placeholder="璇疯緭鍏ヤ綋妫�绫诲埆" /> --> + </el-form-item> + + <el-form-item label="搴旀敹閲戦"> + <el-input placeholder="搴旀敹閲戦" v-model="TotalPrice1" disabled style="width: 150px"></el-input> + </el-form-item> + <el-form-item label="鎶樻墸"> + <!-- {{ discount }} --> + <el-input-number ref="inputNumber" style="width: 150px" v-model="discount" :precision="1" :step="0.1" + :max="10" :min="0" @change="debounceNumberChange" :disabled="isfalse"></el-input-number> + </el-form-item> + <el-form-item label="瀹炴敹閲戦"> + <el-input placeholder="瀹炴敹閲戦" v-model="TotalPrice" style="width: 206px" @input="changeXianjia" + @blur="numberChangeXianPrice(discount, discount)" /> + </el-form-item> + <el-form-item label="鎺ュ宸ラ緞骞�" prop="zhiyeJhgln" label-width="84px"> + <el-input v-model="form.zhiyeJhgln" type="number" style="width: 140px" /> + </el-form-item> + <el-form-item label="鎺ュ宸ラ緞鏈�" prop="zhiyeJhgln" label-width="84px"> + <el-input v-model="form.zhiyeJhgly" style="width: 140px" type="number" /> + </el-form-item> + <el-form-item label="寮�濮嬫帴瀹虫棩鏈�" prop="zhiyeKsjhrq" label-width="100px"> + <el-date-picker clearable v-model="form.zhiyeKsjhrq" type="date" value-format="yyyy-MM-dd" + style="width: 200px" /> + </el-form-item> + <el-form-item label="宸ュ彿" label-width="50px"> + <el-input v-model="form.zhiyeGh" /> + </el-form-item> + <el-form-item label="杞﹂棿" label-width="106px"> + <el-input v-model="form.zhiyeCj" /> + </el-form-item> + <br /> + + <el-form-item style="margin-left: 149px"> + <el-button type="primary" @click="Package" size="mini" style="margin-right: 20px">閫夋嫨濂楅</el-button> + <el-button type="primary" @click="resetpackage" size="mini" style="margin-right: 20px">閲嶇疆濂楅</el-button> + <el-button type="primary" @click="submitPrice" :loading="loadingSubmit" :disabled="loadingSubmit" + v-if="showHidden.has_charge == 'N'" size="mini">绛惧埌鐧昏</el-button> + <el-button type="primary" @click="submitCheckinfee" :disabled="confirm" + v-if="showHidden.has_charge == 'Y'" size="mini">鐧昏鏀惰垂</el-button> + </el-form-item> + <!-- </el-form> --> + <!-- </div> --> + </el-form> + </template> + + <el-dialog title="閭瘎" :visible.sync="malldisble" :close-on-click-modal="false"> + <el-form :model="addAddress" :rules="rules" label-width="78px" style="margin-left: 7px"> + <el-form-item label="濮撳悕"> + <el-input placeholder="濮撳悕" v-model="addAddress.getUser"></el-input> + </el-form-item> + <el-form-item label="鐢佃瘽"> + <el-input placeholder="鐢佃瘽" v-model="addAddress.phone"></el-input> + </el-form-item> + <el-form-item label="鍦板潃"> + <el-input placeholder="鍦板潃" v-model="addAddress.address"></el-input> + </el-form-item> + </el-form> + <div slot="footer" class="dialog-footer"> + <el-button type="primary" @click="cancell">纭� 瀹�</el-button> + <el-button @click="cancel">鍙� 娑�</el-button> + </div> + </el-dialog> + + <div style=" + display: flex; + align-items: center; + justify-content: flex-start; + width: 100%; + "> + <div style=" + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + margin-left: 46px; + font-size: 16px; + margin-right: 20px; + "> + 宸查�夐」鐩潯鏁帮細<span style="font-weight: 700; color: red; margin-right: 5px">{{ this.tableData1.length || 0 + }}</span>鏉� + </div> + 宸查�夐」鐩垪琛� + </div> + <div style=" + padding: 0px 6px; + border: 1px solid #e6ebf5; + max-height: 650%; + overflow: auto; + width: 916px; + margin-left: 35px; + "> + <el-table :data="tableData1" border style="width: 100%"> + <el-table-column prop="proName" label="椤圭洰" width="180"> + </el-table-column> + <el-table-column prop="proType" label="鎬у埆" width="50"> + <template slot-scope="scope"> + <template v-if="isAll(scope.row.proType)"> 鍏ㄩ儴 </template> + <template v-else> + <dict-tag :options="dict.type.sys_user_sex" :value="scope.row.proType" /> + </template> + </template> + </el-table-column> + + <el-table-column prop="ordPrice" label="搴旀敹閲戦"> + </el-table-column> + <el-table-column label="鎶樻墸"> + <template slot-scope="scope"> + <!-- 鍙緭鍏ョ函鏁板瓧鎶樻墸 --> + <el-input-number v-model.number="scope.row.discount" @input="validateDiscount(scope.row)" + @change="handleManualChange(scope.row)" placeholder="杈撳叆鎶樻墸" size="small" type="number" :precision="1" + :step="0.1" :max="10" :min="0"> + </el-input-number> + </template> + </el-table-column> + <el-table-column prop="nowPrice" label="瀹炴敹閲戦"> + </el-table-column> + <el-table-column prop="proCheckMethod" label="鏄惁绌鸿吂"> + <template slot-scope="scope"> + <dict-tag :options="dict.type.sys_yes_no" :value="scope.row.proCheckMethod" /> + </template> + </el-table-column> + <!-- <el-table-column prop="proCheckMethod" label="鍏垂"> + <template #default="scope"> + <el-checkbox v-model="scope.row.free" :disabled="true"> + {{ scope.row.free ? "鍏嶈垂" : "鏀惰垂" }} + </el-checkbox> + </template> + </el-table-column> --> + <el-table-column label="鎿嶄綔" align="center" width="80px"> + <template slot-scope="scope"> + <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete1(scope.row)" title="鍒犻櫎"> + </el-button> + </template> + </el-table-column> + </el-table> + </div> + </div> + </el-col> + </el-row> + + <el-dialog title="瀵兼鍗曢瑙�" :visible.sync="dialogVisibles" :close-on-click-modal="false"> + <div class="main"> + <iframe id="printIframe" :src="url" frameborder="0" style="width: 100%; height: 100%"></iframe> + </div> + </el-dialog> + + <el-dialog title="鏀惰垂" :visible.sync="charge" width="59%" height="700px"> + <div> + <el-table id="sig" v-loading="loading" :data="feeitems" @selection-change="handleSelect" tooltip-effect="dark" + ref="multipleTable" border> + <el-table-column type="selection" width="55" align="center" /> + <el-table-column label="濮撳悕" align="center" prop="tjName" width="100px" /> + <el-table-column label="鎬у埆" align="center" prop="sex" width="90px"> + <template slot-scope="scope"> + <dict-tag :options="dict.type.sys_user_sex" :value="scope.row.sex" /> + </template> + </el-table-column> + <el-table-column label="韬唤璇�" align="center" prop="idCard" width="150px" + :show-overflow-tooltip="true"></el-table-column> + <el-table-column label="鎵嬫満鍙�" align="center" prop="tjPhone" width="120px" + :show-overflow-tooltip="true"></el-table-column> + <el-table-column label="浣撴鍙�" align="center" prop="tjNumber" width="160px" /> + <el-table-column label="鐧昏鏃堕棿" align="center" prop="tjFlowingWater.createTime" + :show-overflow-tooltip="true"></el-table-column> + <el-table-column label="鍗曚綅鍚嶇О" align="center" prop="tjComp"></el-table-column> + <el-table-column label="浣撴绫诲瀷" align="center" prop="tjType" width="80px"> + <template slot-scope="scope"> + <dict-tag :options="dict.type.dict_team" :value="scope.row.tjType" /> + </template> + </el-table-column> + <el-table-column label="璁㈠崟娴佹按鍙�" align="center" prop="tjFlowingWater.waterId" width="200px" /> + <el-table-column label="鏀惰垂鍛�" align="center" prop="tjFlowingWater.updateBy" width="100px" /> + </el-table> + + <el-row :gutter="10" class="mb8"> + <el-col :span="20"> + <el-form :inline="true" :model="formInline" class="demo-form-inline" style="margin: 12px 6px"> + <el-form-item label="搴旀敹閲戦"> + <el-input style="width: 86px" :value="formInline.price + '.00'" placeholder="閲戦" + :disabled="true"></el-input> + </el-form-item> + <el-form-item label="浼樻儬"> + <el-input-number style="width: 140px" v-model="discount" :precision="1" :step="0.1" :max="10" :min="0" + @change="debounceNumberChange" :disabled="isfalse"></el-input-number> + </el-form-item> + <el-form-item label="瀹炴敹閲戦"> + <el-input v-model="formInline.paidIn" placeholder="瀹炰粯" style="width: 94px"> + </el-input> + </el-form-item> + <el-form-item label="浠樻绫诲瀷" prop="payType"> + <el-select style="width: 120px" v-model="formInline.payType" placeholder="璇烽�夋嫨浠樻绫诲瀷"> + <el-option v-for="dict in dict.type.dict_pay_type" :key="dict.value" :label="dict.label" + :value="dict.value"></el-option> + </el-select> + </el-form-item> + <el-form-item> + <el-button style="margin-left: 15px" type="primary" size="mini" @click="SubmitEvent">鏀惰垂</el-button> + </el-form-item> + </el-form> + </el-col> + </el-row> + + <el-table v-loading="loading" :data="Chargesubitem" border height="240"> + <el-table-column type="index" width="50"> </el-table-column> + <el-table-column label="椤圭洰鍚嶇О" align="center" prop="proName" /> + <el-table-column label="搴旀敹閲戦" align="center" prop="proOrdPrice" /> + <el-table-column label="瀹炴敹閲戦" align="center" prop="proPrice" /> + </el-table> + </div> + </el-dialog> + <el-dialog title="鎻愮ず" :visible.sync="cardreader" width="30%" :close-on-press-escape="false" + :close-on-click-modal="false"> + <template> + <el-radio-group v-model="cardreaderradio" @input="changeradio"> + <el-radio :label="3">韬唤璇�</el-radio> + <el-radio :label="6">鍋ュ悍鐮�</el-radio> + </el-radio-group> + <div style="margin-top: 10px" v-show="cardreaderradio == 6"> + <el-input v-model="inputSSS" ref="tableHeadFilterInp" placeholder="璇疯緭鍏ュ唴瀹�"></el-input> + </div> + </template> + <span slot="footer" class="dialog-footer"> + <el-button @click="cardreader = false">鍙� 娑�</el-button> + <el-button type="primary" @click="cardreadercopes">纭� 瀹�</el-button> + </span> + </el-dialog> + <div style="position: absolute; bottom: 100px; width: 360px; display: none"> + <div id="printBill" style="width: 280px; font-size: 1px" ref="printContent"> + <div style="font-size: 1px"> + <div style="text-align: center"> + <h3>{{ hospName }}灏忕エ</h3> + </div> + + <div style="margin-top: 4px"> + <div>濮撳悕:{{ formIn.name }}</div> + <div>鐢佃瘽:{{ formIn.phone }}</div> + <div>浣撴椤圭洰:{{ formIn.tjPro }}</div> + <div>瀹炴敹閲戦:{{ formInline.paidIn }}鍏�</div> + <div>鏀惰垂鏃堕棿:{{ currentDate + " " + currentTime }}</div> + </div> + </div> + </div> + </div> + + <!-- <el-dialog + title="鎷嶇収" + :visible.sync="beat" + width="40%" + :before-close="handleClose" + > --> + + <!-- <span slot="footer" class="dialog-footer"> + <el-button @click="beat = false">鍙� 娑�</el-button> + <el-button type="primary" @click="beat = false">纭� 瀹�</el-button> + </span> --> + <!-- </el-dialog> --> + <historyTj :cusIdCard="form.cusIdcard" ref="historyTj"></historyTj> + <el-dialog title="鎻愮ず" :visible.sync="dialogVisiblese" width="30%"> + <span>鏄惁澶嶅埗鏈�杩戜竴娆$殑浣撴椤圭洰锛�</span> + <span slot="footer" class="dialog-footer"> + <el-button @click="dialogVisiblese = false">鍙� 娑�</el-button> + <el-button type="primary" @click="copes">纭� 瀹�</el-button> + </span> + </el-dialog> + <Packages ref="aaa" @add="handleChanges" /> + <selectName ref="bbb" @add="handleChangesName" /> + </div> +</template> + +<script> +import Big from "big.js"; +import selectName from "@/components/selectName"; +import { dataURLtoFile, random } from "./file"; +import { getInfo } from "@/api/login"; +import { + addCustomer, + getwater, + getfindTj, + getByTjNum, +} from "@/api/hosp/customer"; + +import { getPrintSetUp } from "@/api/system/examcharge"; +import { + tuantiSelect, + deptTreeSelect, + projectGetList, + getOrder, + getProParentIdDxList, + getProSonDxList, + getCusIdcard, + getPackageListName, + getaddtTransition, + tuantiqueren, + getTransitionList1, + delTbBycusCardIdAndProId, + getLoadFile, + getIsRequired, + getconfigKey, + getHistryTjOrderProByCusIdCard, + gaibianzhekou, +} from "@/api/system/tijian"; +import { addComp } from "@/api/system/comp"; +import { getCompany, queryCompany } from "@/api/team/tuanti"; +import Packages from "@/components/Packages"; +import { MessageBox } from "element-ui"; +import VTreeTransfer from "./TreeTransfer.vue"; +import { getZhList, getlistByZhId } from "@/api/system/package"; +import historyTj from "@/components/historyTj/index"; +export default { + dicts: [ + "dict_tjtype", + "report_get_type", + "dict_user_national", + "dict_user_marry", + "sys_yes_no", + "sys_user_sex", + "dict_pay_type", + "dict_team", + "dict_job", + "dict_user_cardtype", + "dict_ageunit", + ], + name: "Tijian", + components: { + VTreeTransfer, + historyTj, + Packages, + selectName, + }, + data() { + return { + tjLei: [], + isSubmitting: false, + open1: false, + filterage: "", + checkedkeys: [], + DataLists: [], + marryalls: 0, + packagedataList: [], + packageList: [], + zhxqList: [], + zhList: [], + pname: "", + filterText: "", + proIdList: [], + tableDatas: [], + dialogVisiblese: false, + cardreaderradio: 3, + lishi: false, + table: false, + HistoryList: {}, + index: [], + names: "", + inputSSS: "", + dictType: [ + { + value: 0, + label: "鏄�", + }, + { + value: 1, + label: "鍚�", + }, + ], + isNow: 1, + marryall: 0, + treeId: [], + treeList: [], + defaultKeys: [], + adviceList: [], + feeitems: [], + refundPros: [], + Chargesubitem: [], + standard: {}, + formInline: { + price: "0", + payType: "0", + paidIn: "0.00", + }, + getType: "", + hospName: "", + currentDate: "", + currentTime: "", + tjCategory: "12", + formIn: { + tjPro: "浣撴璐�", + }, + selectionList: [], + OrderId: "", + customer: {}, + // index:['0'], + taocan: false, + top: true, + value: "2", + srcUrl: "", + hides: false, + hide: true, + beat: false, + dialogVisibles: false, + loadingSubmit: false, + charge: false, + src: "", + url: "", + datekey: Date.now(), + dialogVisible: false, + /** 鐓х浉鏈哄脊绐楁ā鍧�-start */ + videoWidth: 200, + videoHeight: 200, + // canvasWidth:300, + // canvasHeight:300, + imgSrc: "", + thisCancas: null, + thisContext: null, + thisVideo: null, + list2: false, + list3: false, + list1: true, + list: [], + activeName: "1", + // 閬僵灞� + loading: false, + labelPosition: "right", + imageUrl: "", + isDisabled: false, + size: "", + tcShow: false, + // 濂楅鎻愪氦鎸夐挳 + confirm: false, + TotalPrice: 0, + TotalPrice1: 0, + discount: 10, + newpacName: [], + // 鎵�鏈変綋妫�椤圭洰路 + allpackageList: [], + tjProjectList: [], + customerList: [], + // 琛ㄦ牸 + tableData: [], + tableData1: [], + tableDataList: [], + file: [], + activeName: "1", + DataList: [], + fData: [], + addAddress: {}, + tjOrderList: [], //鍗曚釜椤圭洰闆嗗悎 + tjFlowingWater: {}, + // 鎼滅储濂楅鍚嶅瓧 + name: "", + isfalse: false, + malldisble: false, + responseList: {}, + showHidden: {}, + tjNumbers: "", + // 閫変腑鏁扮粍 + ids: [], + // 闈炲崟涓鐢� + single: true, + cardreader: false, + // 闈炲涓鐢� + multiple: true, + nodeobj: {}, + // 鏄惁鏄剧ず寮瑰嚭灞� + Seachopen: false, + pacId: "", + // 缁撴灉 + result: "", + proIds: [], + // 鏄剧ず鎼滅储鏉′欢 + showSearch: true, + activeNames: "first", + // 鏍戠姸褰㈢姸 + Treedata: [], + TreedataList: [], + TreedataLists: [], + treedataList: [], + checkedkey: [], + checkedListkey: [], + checkedListkey1: [], + defaultProps: { + children: [], + label: "proName", + }, + defaultProp: { + children: [], + label: "zhmc", + }, + defaultpackProps: { + children: [], + label: "proName", + }, + formPacId: "", + dXData: [], + filecontent: "", + // 鏌ヨ鍙傛暟 + queryParam: { + pageNum: 1, + pageSize: 10, + pacName: null, + pacRemark: null, + }, + // valueUrl: "ws://127.0.0.1:18890", + // valueUrl: "ws://192.168.1.3:6789/websocket", + valueUrl: "ws://127.0.0.1:6789/websocket", + valueUrls: "ws://127.0.0.1:6789/websocket", + // valueUrls: "ws://"+getIp() +":6789/websocket", + webSocket: null, + // 韬唤璇侀渶瑕� + // socket: null, + // value: 1, + // sendFlag: 0, + // sector: 0, + // 鏌ヨ鍙傛暟 + queryParams: { + pageNum: 1, + pageSize: 10, + cusName: null, + cusSex: null, + cusBrithday: null, + cusAddr: null, + addr: null, + cusPhone: null, + cusPostcode: null, + cusEmail: null, + indexCard: null, + cusNational: null, + cusMarryStatus: null, + cusIdcard: null, + cusIntroduce: null, + cusNumber: null, + cusIsvip: null, + }, + // 娣诲姞 + lastXianPrice: 0, + // 琛ㄥ崟鍙傛暟 + // 琛ㄥ崟鍙傛暟 + obj: {}, + CompanyList: [], + form: { + educationLevel: "", // 鏂囧寲绋嬪害 + examCategory: "", // 鏌ヤ綋鍒嗙被 + zhiyeJhgln: "", // 鎺ュ宸ラ緞骞� + zhiyeJhgly: "", // 鎺ュ宸ラ緞鏈� + zhiyeKsjhrq: "", // 寮�濮嬫帴瀹虫棩鏈� + zhiyeGh: "", // 宸ュ彿 + zhiyeCj: "", // 杞﹂棿 + cusIdcard: "", + tjType: "", + cusSex: 1, + cusNational: "1", + cusMarryStatus: "5", + idType: "1", + ageUnit: "0", + firmId: "", + firmDeptName: "", + }, + form1: { + cnName: "", + contactPerson: "", + contactPhone: "", + taxNumber: "", + legalPerson: "", + registerAddress: "", + mailingAddress: "", + bankAccount: "", + mailingAddress: "", + countNum: "", + bankAccount: "", + email: "", + principal: "", + url: "", + faxNumber: "", + areaName: "", + orderNum: "", + remark: "", + validTime: "", + }, + title: "", + // 琛ㄥ崟鏍¢獙 + rules: { + cusName: [{ required: true, message: "", trigger: "blur" }], + cusSex: [{ required: true, message: "", trigger: "change" }], + address: [{ required: true, message: "", trigger: "blur" }], + phone: [{ required: true, message: "", trigger: "blur" }], + cusPhone: [{ required: true, message: "", trigger: "change" }], + cusBrithday: [{ required: true, message: "", trigger: "change" }], + cusIdcard: [{ required: true, message: "", trigger: "change" }], + }, + rules1: { + cnName: [{ required: true, trigger: "blur" }], + contactPerson: [{ required: true, trigger: "blur" }], + contactPhone: [ + { + required: true, + trigger: "blur", + }, + { + pattern: /^1[3-9]\d{9}$/, + trigger: "blur", + }, + ], + }, + }; + }, + watch: { + + filterText(val) { + this.$refs.tree.filter(val); + }, + filterage(val) { + this.$refs.treas.filter(val); + }, + }, + computed: { + filteredDictTeam() { + // 杩囨护 dict.type.dict_team锛屽彧淇濈暀 value 鍦� tjLei 涓殑椤� + return this.dict.type.dict_team.filter(dict => + this.tjLei.includes(dict.value.toString()) + ); + } + }, + created() { + this.getCompanyList(); + + this.getCurrentDateTime(); + this.startTimer(); + this.getList1(); + + // this.getData(); + }, + mounted() { + this.TreedataList = []; + this.DataList = []; + this.marryall = 0; + getconfigKey("zhiye_tj_type").then((res) => { + if (res.code === 200) { + const values = res.msg.split(","); + this.tjLei.push(...values); + } + }); + + }, + methods: { + handleIdCardInput(value) { + this.form.cusIdcard = value.replace(/\s/g, ''); + this.inputChange(); // 淇濈暀鍘熸湁鐨勮韩浠借瘉杈撳叆澶勭悊閫昏緫 + }, + debounceNumberChange(currentValue, oldValue) { + clearTimeout(this.debounceTimer); + this.debounceTimer = setTimeout(() => { + this.numberChange(currentValue, oldValue); + }, 300); + }, + changeXianjia() { + // 鍘熷鎶樻墸鐜囪绠� + if (this.TotalPrice1 !== 0) { + this.discount = + (Math.floor((this.TotalPrice / this.TotalPrice1) * 100) / 100) * 10; + } + }, + clear() { + this.form.firmId = ""; + }, + /** 鍒犻櫎鎸夐挳鎿嶄綔 */ + handleDelete1(row) { + // console.log(row); + let data = { + cusCardId: row.cusId, + proId: row.parentProId, + }; + this.$modal + .confirm("鏄惁纭鍒犻櫎锛�") + .then(() => { + return delTbBycusCardIdAndProId(data); + }) + .then(() => { + this.TotalPrice1 = 0; + getTransitionList1(row.cusId).then((response) => { + this.tableData1 = response.data; + + this.tableData1.forEach((item) => { + this.TotalPrice1 += item.ordPrice; + this.TotalPrice += item.nowPrice; + }); + this.TotalPrice = this.tableData1.reduce((sum, item) => { + return sum.plus(new Big(item.nowPrice || "0")); + }, new Big(0)).toNumber(); + this.discount = + (Math.floor((this.TotalPrice / this.TotalPrice1) * 100) / 100) * + 10; + }); + this.$modal.msgSuccess("鍒犻櫎鎴愬姛"); + }) + .catch(() => { }); + }, + handleManualChange(row) { + console.log("杩欐槸涓诲姩鍑哄彂鐨�"); + this.updateProPrice(row); + }, + validateDiscount(row) { + if (this.TotalPrice !== undefined && !isNaN(this.TotalPrice) && this.TotalPrice !== this.lastXianPrice) { + this.updateProPrice1(row); + this.lastXianPrice = this.TotalPrice; + } + }, + + isAll(value) { + return value === "" || value === null; + }, + updateProPrice(row) { + const ordPrice = new Big(row.ordPrice); + + const discount = new Big(row.discount); + const result = ordPrice.times(discount.div(10)); // ordPrice * (discount / 10) + row.nowPrice = result.toNumber(); + this.TotalPrice = this.tableData1.reduce((sum, item) => { + return sum.plus(new Big(item.nowPrice || "0")); + }, new Big(0)).toNumber(); + + this.discount = + (Math.floor((this.TotalPrice / this.TotalPrice1) * 100) / 100) * 10; + }, + updateProPrice1(row) { + console.log("杩涘叆浜�1", row) + const ordPrice = new Big(row.ordPrice); + const discount = new Big(row.discount); + const result = ordPrice.times(discount.div(10)); + row.nowPrice = result.toNumber(); + const totalYsPrice = this.tableData1.reduce((sum, item) => { + return sum.plus(new Big(item.nowPrice || '0')); + }, new Big(0)); + const totalYsPriceNum = totalYsPrice.toNumber(); + if (this.TotalPrice !== undefined && !isNaN(this.TotalPrice)) { + const xianPrice = new Big(this.TotalPrice); + const diff = xianPrice.minus(totalYsPriceNum); + if (!diff.eq(0) && this.tableData1.length > 0) { + const lastItem = this.tableData1[this.tableData1.length - 1]; + const newYsPrice = new Big(lastItem.nowPrice).plus(diff).toNumber(); + this.$set(this.tableData1[this.tableData1.length - 1], 'nowPrice', newYsPrice); + } + } + + // Update youhui calculation + if (this.TotalPrice1 !== 0 && this.TotalPrice !== 0) { + this.discount = (Math.floor((this.TotalPrice / this.TotalPrice1) * 100) / 100) * 10; + } else { + this.discount = 0; + } + }, + openname() { + this.$refs.bbb.open = true; + this.$refs.bbb.title = "鎼滅储濮撳悕"; + this.$refs.bbb.getList(); + }, + getCompanyList() { + this.loading = true; + getconfigKey("team_reservation_default_day").then((res) => { + this.queryParams.yxts = res.msg; + }); + getCompany(this.queryParam).then((response) => { + this.CompanyList = response.data; + this.total = response.total; + this.loading = false; + }); + }, + cancel1() { + this.open1 = false; + this.reset1(); + }, + submitFormS() { + this.$refs["form1"].validate((valid) => { + if (valid) { + addComp(this.form1).then((response) => { + this.$modal.msgSuccess("鏂板鎴愬姛"); + this.open1 = false; + this.getCompanyList(); + }); + } + }); + }, + reset1() { + this.form1 = { + company: "", + payType: "", + name: "", + phoe: "", + signingPic: "", + discount: "", + }; + }, + handleAdd1() { + this.reset1(); + this.open1 = true; + this.title = "娣诲姞浣撴鍗曚綅淇℃伅缁存姢"; + }, + idFn1() { + if (this.form.firmName) { + const originalCompId = this.form.firmId; + this.CompanyList.forEach((item) => { + if (item.cnName == this.form.firmName) { + this.form.firmId = item.drugManufacturerId; + } + }); + + if (this.form.firmId === originalCompId) { + this.form.firmId = ""; + } + + } + + if (this.form.firmName) { + this.form.tjType = "6"; + } else { + this.form.tjType = "5"; + } + + }, + getCurrentDateTime() { + const currentDate = new Date(); + + // 鏍煎紡鍖栨棩鏈燂細YYYY-MM-DD + + const year = currentDate.getFullYear(); + + const month = String(currentDate.getMonth() + 1).padStart(2, "0"); + + const day = String(currentDate.getDate()).padStart(2, "0"); + + this.currentDate = `${year}-${month}-${day}`; + + // 鏍煎紡鍖栨椂闂达細HH:mm:ss + + const hours = String(currentDate.getHours()).padStart(2, "0"); + + const minutes = String(currentDate.getMinutes()).padStart(2, "0"); + + const seconds = String(currentDate.getSeconds()).padStart(2, "0"); + + this.currentTime = `${hours}:${minutes}:${seconds}`; + }, + + startTimer() { + this.timer = setInterval(() => { + this.getCurrentDateTime(); + }, 1000); //姣忕閽熸洿鏂颁竴娆� + }, + filterNode(value, data) { + // if (!value) return true; + // return data.proName.indexOf(value) !== -1; + // if (data.proName.indexOf(value) !== -1) { + // return data.proName.indexOf(value) !== -1; + // } else { + // return data.proEngName.indexOf(value) !== -1; + // } + if (!value) return true; + if (data.proName.indexOf(value) !== -1) return true; + let values = value.toLowerCase(); + if (data.proEngName.indexOf(values) !== -1) return true; + // 鍖归厤灏忓啓 + let arr = data.proName.spell('low', 'array'); + let spell = arr.join(''); + let lengths = [0]; + for (var i = 0; i < arr.length - 1; i++) { + lengths.push(lengths[i] + arr[i].length); + }; + //鍒ゆ柇label瀹屾暣鎷奸煶 涓� 杈撳叆鍊肩殑 index 鏄笉鏄瓑浜庢煇涓眽瀛楃涓�涓嫾闊冲瓧姣嶇殑index鍊� + if (lengths.indexOf(spell.indexOf(value)) !== -1) return true + // 澶у啓 + let arrUp = data.proName.spell('up', 'array'); + let spellUp = arrUp.join(''); + let lengthsUp = [0]; + for (var i = 0; i < arrUp.length - 1; i++) { + lengthsUp.push(lengthsUp[i] + arrUp[i].length); + }; + return lengthsUp.indexOf(spellUp.indexOf(value)) !== -1; + }, + filterpackage(value, data) { + if (!value) return true; + if (data.zhmc.indexOf(value) !== -1) { + return data.zhmc.indexOf(value) !== -1; + } else { + let values = value.toLowerCase(); + return data.pym.indexOf(values) !== -1; + } + }, + beforeDestroy() { + clearInterval(this.timer); + }, //娓呴櫎瀹氭椂鍣紝浠ラ伩鍏嶅唴瀛樻硠闇层�� + freezing(val) { + if (val == 0) { + this.form.cusName = random(2); + } else { + this.form.cusName = ""; + } + }, + getList1() { + getInfo().then((response) => { + + this.hospName = response.hospName; + + }); + getIsRequired().then((response) => { + this.showHidden = response.data; + }); + }, + inputChange() { + const reg = + /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/; + if (reg.test(this.form.cusIdcard)) { + if (this.form.idType === "1") { + var org_birthday = this.form.cusIdcard.substring(6, 14); + var org_gender = this.form.cusIdcard.substring(16, 17); + var sex = org_gender % 2 == 1 ? 0 : 1; + var birthday = + org_birthday.substring(0, 4) + + "-" + + org_birthday.substring(4, 6) + + "-" + + org_birthday.substring(6, 8); + var birthdays = new Date(birthday.replace(/-/g, "-")); + let d = new Date(); + let age = + d.getFullYear() - + birthdays.getFullYear() - + (d.getMonth() < birthdays.getMonth() || + (d.getMonth() == birthdays.getMonth() && + d.getDate() < birthdays.getDate()) + ? 1 + : 0); + this.form.cusSex = sex; + this.form.cusBrithday = birthday; + this.form.age = age; + } + // let cusIdCard = this.form.cusIdcard; + // getHistryTjOrderByCusIdCard(cusIdCard).then((res) => { + // if (res.code == 200) { + this.table = true; + this.lishi = true; + // this.HistoryList = res.data; + // } + // }); + } else { + return false; + } + }, + inputChanges() { + this.$refs.historyTj.getlist(); + }, + + cope() { + this.tcShow = true; + let cusIdCard = this.form.cusIdcard; + getHistryTjOrderProByCusIdCard(cusIdCard).then((res) => { + this.copeList = res.data; + if (res.msg != "鏆傛棤鍘嗗彶璁板綍") { + this.dialogVisiblese = true; + } else { + this.$message.warning("鏆傛棤鍘嗗彶浣撴璁板綍锛�"); + } + }); + }, + copes() { + let cusIdCard = this.form.cusIdcard; + getHistryTjOrderProByCusIdCard(cusIdCard).then((res) => { + this.tableDatas = res.data; + if (this.form.cusIdcard) { + var cusId = this.form.cusIdcard; + } else { + this.$message.warning("璇峰厛濉啓淇℃伅锛屽啀閫変綋妫�鍐呭"); + } + + let _this = this; + if (this.tableDatas.length != 0) { + this.tableDatas.forEach((item) => { + if (item.pacId != null) { + _this.pacId = item.pacId; + } else { + item.list.forEach((items) => { + _this.proIdList.push(items.proId); + }); + } + }); + } else { + _this.pacId = ""; + } + let data = { + cusId, + pacId: _this.pacId, + proIds: _this.proIdList, + }; + getaddtTransition(data).then((response) => { + if (response.code === 200) { + let cusId = this.form.cusIdcard; + this.proIds = []; + getTransitionList1(cusId).then((response) => { + this.tableData1 = response.data; + this.TotalPrice1 = 0; + if (this.tableData1) { + this.tableData1.forEach((item) => { + this.TotalPrice1 += item.ordPrice; + this.TotalPrice += item.nowPrice; + if (item.pacName === null) { + item.pacName = "鍗曢」"; + } + if (item.pacName == "鍗曢」") { + item.list.forEach((item9) => { + this.treeList.push(item9.proId); + }); + } + this.pacName = item.pacName; + }); + + this.list1 = false; + this.list3 = true; + } else { + this.list1 = true; + + this.TotalPrice = 0; + } + }); + } + }); + this.taocan = false; + this.defaultKeys = []; + }); + this.dialogVisiblese = false; + }, + getCompetence() { + var _this = this; + _this.hide = false; + _this.hides = true; + this.thisCancas = document.getElementById("canvasCamera"); + this.thisContext = this.thisCancas.getContext("2d"); + this.thisVideo = document.getElementById("videoCamera"); + // 鏃х増鏈祻瑙堝櫒鍙兘鏍规湰涓嶆敮鎸乵ediaDevices锛屾垜浠鍏堣缃竴涓┖瀵硅薄 + if (navigator.mediaDevices === undefined) { + navigator.mediaDevices = {}; + } + // 涓�浜涙祻瑙堝櫒瀹炵幇浜嗛儴鍒唌ediaDevices锛屾垜浠笉鑳藉彧鍒嗛厤涓�涓璞� + // 浣跨敤getUserMedia锛屽洜涓哄畠浼氳鐩栫幇鏈夌殑灞炴�с�� + // 杩欓噷锛屽鏋滅己灏慻etUserMedia灞炴�э紝灏辨坊鍔犲畠銆� + if (navigator.mediaDevices.getUserMedia === undefined) { + navigator.mediaDevices.getUserMedia = function (constraints) { + // 棣栧厛鑾峰彇鐜板瓨鐨刧etUserMedia(濡傛灉瀛樺湪) + var getUserMedia = + navigator.webkitGetUserMedia || + navigator.mozGetUserMedia || + navigator.getUserMedia; + // 鏈変簺娴忚鍣ㄤ笉鏀寔锛屼細杩斿洖閿欒淇℃伅 + // 淇濇寔鎺ュ彛涓�鑷� + if (!getUserMedia) { + return Promise.reject( + new Error("getUserMedia is not implemented in this browser") + ); + } + // 鍚﹀垯锛屼娇鐢≒romise灏嗚皟鐢ㄥ寘瑁呭埌鏃х殑navigator.getUserMedia + return new Promise(function (resolve, reject) { + getUserMedia.call(navigator, constraints, resolve, reject); + }); + }; + } + var constraints = { + audio: false, + video: { + width: this.videoWidth, + height: this.videoHeight, + transform: "scaleX(-1)", + }, + }; + navigator.mediaDevices + .getUserMedia(constraints) + .then(function (stream) { + // 鏃х殑娴忚鍣ㄥ彲鑳芥病鏈塻rcObject + if ("srcObject" in _this.thisVideo) { + _this.thisVideo.srcObject = stream; + } else { + // 閬垮厤鍦ㄦ柊鐨勬祻瑙堝櫒涓娇鐢ㄥ畠锛屽洜涓哄畠姝e湪琚純鐢ㄣ�� + _this.thisVideo.src = window.URL.createObjectURL(stream); + } + _this.thisVideo.onloadedmetadata = function (e) { + _this.thisVideo.play(); + }; + }) + .catch((err) => { }); + }, + // 缁樺埗鍥剧墖锛堟媿鐓у姛鑳斤級 + + setImage() { + var _this = this; + _this.hide = false; + _this.hides = false; + // 鐐瑰嚮锛宑anvas鐢诲浘 + _this.thisContext.drawImage( + _this.thisVideo, + 50, + 50, + _this.videoWidth, + _this.videoHeight + ); + // 鑾峰彇鍥剧墖base64閾炬帴 + var image = this.thisCancas.toDataURL("image/png"); + _this.imgSrc = image; + this.$emit("refreshDataList", this.imgSrc); + + // this.file.push(dataURLtoFile(this.imgSrc, "file")); + let file = dataURLtoFile(this.imgSrc, "file"); + let formData = new FormData(); + formData.append("file", file); + getLoadFile(formData).then((response) => { + this.srcUrl = response.url; + }); + }, + + handleClose(done) { + this.$confirm("纭鍏抽棴锛�") + .then((_) => { + done(); + }) + .catch((_) => { }); + }, + + /** 鏌ヨ淇℃伅鍒楄〃 */ + getList() { + getInfo().then((response) => { + + + }); + let cusSex = this.form.cusSex; + //鍏ㄩ儴濂楅 + if (cusSex) { + this.loading = true; + deptTreeSelect(cusSex).then((response) => { + this.newpacName = response.rows; + this.loading = false; + }); + } + }, + getData() { + /** 鏌ヨ閮ㄩ棬涓嬫媺鏍戠粨鏋� */ + projectGetList().then((response) => { + this.treedataList = response.data.list; + this.dXData = response.data.list; + return; + }); + }, + // 琛ㄥ崟閲嶇疆 + reset() { + this.form = { + cusId: null, + cusName: null, + cusSex: null, + cusBrithday: null, + cusAddr: null, + addr: null, + cusPhone: null, + cusPassword: null, + cusPostcode: null, + cusEmail: null, + indexCard: null, + cusNational: null, + cusMarryStatus: null, + cusIdcard: null, + cusIntroduce: null, + cusNumber: null, + cusIsvip: null, + createBy: null, + createTime: null, + updateBy: null, + updateTime: null, + deleted: null, + firmid: "", + firmDeptName: "", + examCategory: "", // 鏌ヤ綋鍒嗙被 + zhiyeJhgln: "", // 鎺ュ宸ラ緞骞� + zhiyeJhgly: "", // 鎺ュ宸ラ緞鏈� + zhiyeKsjhrq: "", // 寮�濮嬫帴瀹虫棩鏈� + zhiyeGh: "", // 宸ュ彿 + zhiyeCj: "", // 杞﹂棿 + }; + this.resetForm("form"); + }, + /** 閲嶇疆鎸夐挳鎿嶄綔 */ + resetQuery() { + if (this.confirm === true) { + this.$tab.refreshPage(); + } else { + if (this.TotalPrice1 != 0) { + MessageBox.confirm("鎮ㄦ湁鏈彁浜ょ殑閫夐」锛岀‘瀹氶噸缃悧", "绯荤粺鎻愮ず", { + confirmButtonText: "纭畾", + cancelButtonText: "鍙栨秷", + }).then(() => { + let cusId = this.form.cusId; + let data = { + cusId, + pacId: "", + proIds: [], + }; + getaddtTransition(data).then((response) => { }); + this.$tab.refreshPage(); + }); + } else { + this.$tab.refreshPage(); + } + } + }, + + // 鎶樻墸 + numberChange(currentValue, oldValue) { + this.$confirm("纭畾淇敼鎵�鏈夊瓙椤圭殑鎶樻墸鍚楋紵", "鎻愮ず", { + confirmButtonText: "纭畾", + cancelButtonText: "鍙栨秷", + type: "warning", + }) + .then(() => { + this.discount = currentValue; + + this.tableData1.forEach((item) => { + item.discount = this.discount; + const ordPrice = new Big(item.ordPrice); + const discount = new Big(item.discount); + const result = ordPrice.times(discount.div(10)); + item.nowPrice = result.toNumber(); + this.TotalPrice = this.tableData1.reduce((sum, item) => { + return sum.plus(new Big(item.nowPrice || "0")); + }, new Big(0)).toNumber(); + }); + }) + .catch(() => { + this.discount = oldValue; + }); + }, + numberChangeXianPrice(currentValue, oldValue) { + // 濡傛灉鐜颁环娌℃湁鍙樺寲锛岀洿鎺ヨ繑鍥� + if (this.TotalPrice === this.lastXianPrice || !this.TotalPrice) { + return; + } + this.$confirm("纭畾淇敼鎵�鏈夊瓙椤圭殑鎶樻墸鍚楋紵", "鎻愮ず", { + confirmButtonText: "纭畾", + cancelButtonText: "鍙栨秷", + type: "warning", + }) + .then(() => { + this.discount = currentValue; + if (this.discount < this.getInfodis) { + this.discount = this.getInfodis; + } + let totalYsprice = new Big(0); + this.tableData1.forEach((item) => { + item.discount = this.discount; + const ordPrice = new Big(item.ordPrice); + const discount = new Big(item.discount); + const result = ordPrice.times(discount.div(10)); + item.nowPrice = result.toNumber(); + totalYsprice = totalYsprice.plus(new Big(item.nowPrice)); + }); + if (!totalYsprice.eq(this.TotalPrice)) { + const diff = new Big(this.TotalPrice).minus(totalYsprice); + if (this.tableData1.length > 0) { + const lastItem = this.tableData1[this.tableData1.length - 1]; + const newYsPrice = new Big(lastItem.nowPrice) + .plus(diff) + .toNumber(); + console.log( + "hhh", + this.tableData1[this.tableData1.length - 1].nowPrice, + newYsPrice + ); + this.$set( + this.tableData1[this.tableData1.length - 1], + "nowPrice", + newYsPrice + ); + } + } + this.lastXianPrice = this.TotalPrice; + }) + .catch(() => { + this.discount = oldValue; + }); + }, + /** 鐧昏鎻愪氦鎸夐挳 */ + /** 鐧昏鎻愪氦鎸夐挳 */ + submitForm() { + let _this = this; + if (!this.form.cusPhone || !this.form.cusName) { + this.$message.warning("璇峰~閫夊繀濉」"); + } else { + this.$refs["form"].validate((valid) => { + if (valid) { + // 鍒涘缓琛ㄥ崟鏁版嵁鐨勫壇鏈苟鍘婚櫎绌烘牸 + const formData = { ...this.form }; + formData.cusName = formData.cusName ? formData.cusName.replace(/\s/g, '') : ''; + formData.cusPhone = formData.cusPhone ? formData.cusPhone.replace(/\s/g, '') : ''; + formData.cusIdcard = formData.cusIdcard ? formData.cusIdcard.replace(/\s/g, '') : ''; + + // 澶勭悊鎬у埆鍊� + if (formData.cusSex === "濂�") { + formData.cusSex = 1; + } + if (formData.cusSex === "鐢�") { + formData.cusSex = 0; + } + if (formData.cusSex === "鏈煡") { + formData.cusSex = 2; + } + + + addCustomer(formData).then((response) => { + this.responseList = response.data; + this.form.tjType = ''; + this.$modal.msgSuccess("鏂板鎴愬姛"); + _this.tcShow = true; + _this.isDisabled = true; + _this.top = false; + }); + } + }); + } + }, + + getmailType() { + if (this.getType == "2") { + this.addAddress.getUser = this.form.cusName; + this.addAddress.phone = this.form.cusPhone; + this.addAddress.address = this.form.cusAddr; + this.malldisble = true; + } + }, + + // 鏍规嵁韬唤璇佹煡璇� + handleQuery() { + this.loading = true; + let _this = this; + let cusIdcard = this.form.cusIdcard; + if (cusIdcard) { + getCusIdcard(cusIdcard).then((response) => { + _this.top = false; + if (response.data) { + this.form = response.data; + if (this.form.discount === null) { + this.discount = 10; + } else { + this.discount = this.form.discount; + } + if (this.form.tjType === null) { + this.form.tjType = null; + } + if (this.form.cusMarryStatus === "null") { + this.form.cusMarryStatus = "5"; + } + if (this.form.cusNational === "null") { + this.form.cusNational = "1"; + } + if (this.form.reservationId != null) { + if (this.form.groupingId) { + this.form.firmName = this.form.compName; + + this.CompanyList.forEach((item) => { + if (item.cnName == this.form.firmName) { + this.form.firmId = item.drugManufacturerId; + } + }); + _this.tcShow = true; + + getTransitionList1(this.form.cusIdcard).then((res) => { + this.tableData1 = res.data; + if (this.tableData1) { + this.tableData1.forEach((item) => { + this.TotalPrice1 += item.ordPrice; + this.TotalPrice += item.nowPrice; + if (item.pacName === null) { + item.pacName = "鍗曢」"; + } + }); + this.list1 = false; + this.list2 = true; + this.list3 = false; + _this.top = false; + } else { + this.list1 = true; + this.TotalPrice = 0; + _this.top = false; + } + }); + } else { + if (this.form) { + _this.tcShow = true; + _this.formPacId = this.form.pacId; + let cusId = this.form.cusIdcard; + getTransitionList1(cusId).then((response) => { + this.tableData1 = response.data; + if (this.tableData1) { + this.TotalPrice1 = 0; + this.tableData1.forEach((item) => { + this.TotalPrice1 += item.ordPrice; + this.TotalPrice += item.nowPrice; + if (item.pacName === null) { + item.pacName = "鍗曢」"; + } + if (item.pacName == "鍗曢」") { + item.list.forEach((item9) => { + this.treeList.push(item9.proId); + }); + } + }); + this.list1 = false; + this.list3 = true; + } else { + this.list1 = true; + } + }); + } else { + this.getList(); + _this.tcShow = false; + } + } + } else { + _this.tcShow = true; + this.$message.warning("鏆傛棤棰勭害淇℃伅"); + _this.resetpackage(); + } + this.top = false; + _this.isDisabled = true; + } else { + this.$message.warning("鏈煡鍒扮敤鎴蜂俊鎭�"); + } + }); + } else { + let configKey = "getInfoFromSqlData"; + getconfigKey(configKey).then((res) => { + if (res.code == 200) { + if (res.msg == "N") { + var websocket = null; + var url = this.valueUrl; + if ("WebSocket" in window) { + websocket = new WebSocket(url); + } else if ("MozWebSocket" in window) { + websocket = new MozWebSocket(url); + } else { + } + + if (websocket == null) { + alert("鍒涘缓WebSocket瀵硅薄澶辫触"); + } + + //杩炴帴鍙戠敓閿欒鐨勫洖璋冩柟娉� + websocket.onerror = function () { + alert("璇锋鏌ヨ鍗″櫒杩炴帴鏄惁姝e父"); + }; + + //杩炴帴鎴愬姛寤虹珛鐨勫洖璋冩柟娉� + websocket.onopen = function () { + this.websocket = websocket; + // 杩炴帴璁惧 + var jsonObj = { + // name: "connect", + type: "1", + }; + var jStr = JSON.stringify(jsonObj); + this.websocket.send(jStr); + // alert("璇锋斁韬唤璇佸啀鐐圭‘璁�"); + var jsonObj = { + // name: "readCert", + }; + + this.dialogVisible = false; + }; + + //鎺ユ敹鍒版秷鎭殑鍥炶皟鏂规硶 + websocket.onmessage = (event) => { + var resultObj = eval("(" + event.data + ")"); + this.readCardWebSocket(resultObj); + }; + } else if (res.msg == "Y") { + /* this.$refs.aaa.open = true; + this.$refs.aaa.getAllList(); + this.$refs.aaa.title = "璇佷欢瀛楀吀"; */ + + } else if (res.msg == "S") { + this.cardreader = true; + _this.cardreaderradio = 3; + _this.inputSSS = ""; + } + } + }); + } + }, + + // 鏈�鏂颁娇鐢╳ebSocket閫氫俊 + readCardWebSocket(resultObj) { + let _this = this; + + if (resultObj.code === 200 && resultObj.data.name != null) { + //鍥炴樉鐩稿叧鏁版嵁 + _this.form.cusName = resultObj.data.name; + _this.form.cusSex = resultObj.data.sex == "0" ? "濂�" : "鐢�"; + _this.form.cusNational = resultObj.data.mz; + _this.form.cusBrithday = resultObj.data.csrq; + if (_this.form.cusBrithday) { + _this.form.cusBrithday = _this.form.cusBrithday.replace( + /^(\d{4})(\d{2})(\d{2})$/, + "$1-$2-$3" + ); + } else if (_this.form.cusIdcard) { + // 浠庤韩浠借瘉鍙风爜鎻愬彇鍑虹敓鏃ユ湡 + var org_birthday = _this.form.cusIdcard.substring(6, 14); + _this.form.cusBrithday = + org_birthday.substring(0, 4) + + "-" + + org_birthday.substring(4, 6) + + "-" + + org_birthday.substring(6, 8); + } + // 濡傛灉鍑虹敓鏃ユ湡瀛樺湪锛岃绠楀勾榫� + if (_this.form.cusBrithday) { + var birthdays = new Date(_this.form.cusBrithday); + let d = new Date(); + let age = + d.getFullYear() - + birthdays.getFullYear() - + (d.getMonth() < birthdays.getMonth() || + (d.getMonth() == birthdays.getMonth() && + d.getDate() < birthdays.getDate()) + ? 1 + : 0); + _this.form.age = age; // 璧嬪�艰绠楃殑骞撮緞 + } + _this.form.cusAddr = resultObj.data.addres; + _this.form.cusIdcard = resultObj.data.card; + _this.imageUrl = "data:image/jpeg;base64," + resultObj.data.img; + if (resultObj.name == "readCert" || resultObj.name == "PushWithImg") { + this.imageUrl = "data:image/jpeg;base64," + resultObj.data.img; + } + } else { + this.$message.warning("璇锋斁缃韩浠借瘉鍚庡啀鐐瑰嚮璇诲彇"); + } + }, + // TODO 浠ヤ笅浠g爜鍙兘鏄尘宸濅娇鐢ㄧ殑 + jingChuanHandlerWebSocketResult(resultObj) { + let _this = this; + if ( + resultObj.name == "readCard" || + resultObj.name == "readCert" || + resultObj.name == "PushWithImg" || + resultObj.name == "PushWithOutImg" + ) { + if (resultObj.resultFlag == "0") { + //鍥炴樉鐩稿叧鏁版嵁 + _this.form.cusName = resultObj.resultContent.partyName; + _this.form.cusSex = + resultObj.resultContent.gender == "0" ? "濂�" : "鐢�"; + _this.form.cusNational = resultObj.resultContent.nation; + _this.form.cusBrithday = resultObj.resultContent.bornDay; + if (_this.form.cusBrithday) { + _this.form.cusBrithday = _this.form.cusBrithday.replace( + /^(\d{4})(\d{2})(\d{2})$/, + "$1-$2-$3" + ); + } + _this.form.cusAddr = resultObj.resultContent.certAddress; + _this.form.cusIdcard = resultObj.resultContent.certNumber; + _this.imageUrl = + "data:image/jpeg;base64," + resultObj.resultContent.identityPic; + if (resultObj.name == "readCert" || resultObj.name == "PushWithImg") { + this.imageUrl = + "data:image/jpeg;base64," + + resultObj.resultContent.identityPrintPic; + } + } else if (resultObj.resultFlag == "-1") { + if (resultObj.errorMsg == "绔彛鎵撳紑澶辫触") { + //alert("璇诲崱鍣ㄦ湭杩炴帴"); + } else { + //alert(resultObj.errorMsg); + } + } else if (resultObj.resultFlag == "-2") { + //alert(resultObj.errorMsg); + } + } else if (resultObj.name == "getStatus") { + if (resultObj.resultFlag == "0") { + if (resultObj.status == "0") { + } else { + alert("璁惧杩炴帴宸叉柇寮�锛岃妫�鏌ヨ鍗″櫒杩炴帴"); + } + } + } + }, + changeradio() { + if (this.cardreaderradio != 3) { + this.$nextTick(() => { + this.$refs.tableHeadFilterInp.focus(); + }); + } + }, + cardreadercopes() { + let _this = this; + + if (this.cardreaderradio == 3) { + var websocket = null; + var url = this.valueUrls; + // var url = 'ws://'+ getIp() +':6789/websocket' + if ("WebSocket" in window) { + websocket = new WebSocket(url); + } else if ("MozWebSocket" in window) { + websocket = new MozWebSocket(url); + } else { + } + if (websocket == null) { + alert("11111"); + } + websocket.onopen = function () { + try { + // 杩炴帴璁惧 + var jsonObjs = { + type: 1, + data: {}, + }; + var jStrs = JSON.stringify(jsonObjs); + websocket.send(jStrs); + } catch (err) { + var tryTime = 0; + // 閲嶈瘯10娆★紝姣忔涔嬮棿闂撮殧3绉� + if (tryTime < 1) { + var t1 = setTimeout(function () { + tryTime++; + var jsonObjs = { + type: 1, + data: {}, + }; + var jStrs = JSON.stringify(jsonObjs); + websocket.send(jStrs); + }, 1 * 1000); + } else { + console.error("閲嶈繛澶辫触."); + } + } + }; + websocket.onclose = function () { + alert("璇诲崱鍣ㄨ繛鎺ュ叧闂�"); + }; + websocket.onmessage = function (event) { + var resultObj = JSON.parse(event.data); + _this.form.cusName = resultObj.data.name; + _this.form.cusSex = resultObj.data.sex; + _this.form.cusNational = resultObj.data.mz; + _this.form.cusBrithday = resultObj.data.csrq; + if (_this.form.cusBrithday) { + _this.form.cusBrithday = _this.form.cusBrithday.replace( + /^(\d{4})(\d{2})(\d{2})$/, + "$1-$2-$3" + ); + } + _this.form.cusIdcard = resultObj.data.card; + if (_this.form.cusIdcard) { + const reg = + /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/; + if (reg.test(_this.form.cusIdcard)) { + var org_birthday = _this.form.cusIdcard.substring(6, 14); + var birthday = + org_birthday.substring(0, 4) + + "-" + + org_birthday.substring(4, 6) + + "-" + + org_birthday.substring(6, 8); + var birthdays = new Date(birthday.replace(/-/g, "-")); + let d = new Date(); + let age = + d.getFullYear() - + birthdays.getFullYear() - + (d.getMonth() < birthdays.getMonth() || + (d.getMonth() == birthdays.getMonth() && + d.getDate() < birthdays.getDate()) + ? 1 + : 0); + + _this.form.age = age; + } + } + _this.form.cusAddr = resultObj.data.addres; + + _this.cardreader = false; + }; + + //杩炴帴鍙戠敓閿欒鐨勫洖璋冩柟娉� + websocket.onerror = function () { + alert("璇锋鏌ヨ鍗″櫒杩炴帴鏄惁姝e父"); + }; + } else { + _this.inputSSS = _this.inputSSS.replace(":1", ""); + var websocket = null; + var url = this.valueUrls; + if ("WebSocket" in window) { + websocket = new WebSocket(url); + } else if ("MozWebSocket" in window) { + websocket = new MozWebSocket(url); + } else { + } + if (websocket == null) { + alert("11111"); + } + websocket.onopen = function () { + try { + // 杩炴帴璁惧 + var jsonObjs = { + type: 2, + data: { + qrcode: _this.inputSSS, + }, + }; + var jStrs = JSON.stringify(jsonObjs); + websocket.send(jStrs); + } catch (err) { + var tryTime = 0; + // 閲嶈瘯10娆★紝姣忔涔嬮棿闂撮殧3绉� + if (tryTime < 1) { + var t1 = setTimeout(function () { + tryTime++; + var jsonObjs = { + type: 2, + data: { + qrcode: _this.inputSSS, + }, + }; + var jStrs = JSON.stringify(jsonObjs); + websocket.send(jStrs); + }, 1 * 1000); + } else { + console.error("閲嶈繛澶辫触."); + } + } + }; + websocket.onclose = function () { + alert("璇诲崱鍣ㄨ繛鎺ュ叧闂�"); + }; + websocket.onmessage = function (event) { + var resultObj = JSON.parse(event.data); + _this.form.cusName = resultObj.data.name; + + if (resultObj.data.nation == "姹夋棌") { + _this.form.cusNational = "1"; + } + if (resultObj.data.gender == "鐢�") { + _this.form.cusSex = 0; + } else { + _this.form.cusSex = 1; + } + _this.form.cusBrithday = resultObj.data.birthday; + if (_this.form.cusBrithday) { + _this.form.cusBrithday = _this.form.cusBrithday.replace( + /^(\d{4})(\d{2})(\d{2})$/, + "$1-$2-$3" + ); + } + _this.form.cusPhone = resultObj.data.phone; + _this.form.cusIdcard = resultObj.data.idenno; + if (_this.form.cusIdcard) { + const reg = + /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/; + if (reg.test(_this.form.cusIdcard)) { + var org_birthday = _this.form.cusIdcard.substring(6, 14); + var birthday = + org_birthday.substring(0, 4) + + "-" + + org_birthday.substring(4, 6) + + "-" + + org_birthday.substring(6, 8); + var birthdays = new Date(birthday.replace(/-/g, "-")); + let d = new Date(); + let age = + d.getFullYear() - + birthdays.getFullYear() - + (d.getMonth() < birthdays.getMonth() || + (d.getMonth() == birthdays.getMonth() && + d.getDate() < birthdays.getDate()) + ? 1 + : 0); + + _this.form.age = age; + } + } + _this.cardreader = false; + }; + + //杩炴帴鍙戠敓閿欒鐨勫洖璋冩柟娉� + websocket.onerror = function () { + alert("璇锋鏌ヨ鍗″櫒杩炴帴鏄惁姝e父"); + }; + } + }, + + handleChanges(param1) { + if (this.form.pacCode == "涓嶈") { + this.form.cusIdcard = param1[0].xh; + } else { + this.form.cusIdcard = param1[0].pacCode; + } + }, + handleChangesName(params) { + this.form.cusIdcard = params[0].sfzh; + this.handleQuery(); + }, + + // 涓婁紶澶村儚 + handleAvatarSuccess(res, file) { + this.imageUrl = URL.createObjectURL(file.raw); + }, + beforeAvatarUpload(file) { + const isJPG = file.type === "image/jpeg"; + const isLt2M = file.size / 1024 / 1024 < 2; + if (!isJPG) { + this.$message.error("涓婁紶澶村儚鍥剧墖鍙兘鏄� JPG 鏍煎紡!"); + } + if (!isLt2M) { + this.$message.error("涓婁紶澶村儚鍥剧墖澶у皬涓嶈兘瓒呰繃 2MB!"); + } + return isJPG && isLt2M; + }, + + // 鍙栨秷鎸夐挳 + cancel() { + this.TreedataList = []; + this.DataList = []; + this.marryall = 0; // 閲嶇疆鍚堣 + this.Seachopen = false; + this.taocan = false; + this.malldisble = false; + this.defaultKeys = []; + this.DataLists = []; + + }, + + cancell() { + if (this.addAddress.address) { + this.malldisble = false; + } else { + this.$message.error("璇峰~鍐欏湴鍧�"); + } + }, + + /** 鎼滅储鎿嶄綔 */ + handle() { + this.loading = true; + this.name = this.queryParam.pacName; + let param = { + sex: this.form.cusSex, + dwId: this.form.firmId, + }; + if (this.name) { + let name = this.name.toLowerCase() + getPackageListName(name).then((response) => { + this.newpacName = response.data; + this.loading = false; + }); + } else { + if (this.form.tjType == 1) { + tuantiSelect(param).then((response) => { + this.newpacName = response.data; + this.loading = false; + }); + } else { + deptTreeSelect().then((response) => { + this.newpacName = response.rows; + this.loading = false; + }); + } + } + }, + + resetpackage() { + this.discount = 10; + if (this.form.cusIdcard) { + var cusId = this.form.cusIdcard; + } else { + this.$message.warning("璇峰厛濉啓淇℃伅锛屽啀閫変綋妫�鍐呭"); + } + let _this = this; + _this.pacId = ""; + this.proIds = []; + this.tjCategory = "12"; + + this.DataList = []; // 娓呯┖宸查�夐」鐩垪琛� + this.checkedkey = []; // 娓呯┖鏍戠殑閫変腑鐘舵�� + this.checkedListkey = []; + this.TreedataList = [] + + let data = { + cusId, + pacId: _this.pacId, + proIds: this.proIds, + }; + getaddtTransition(data).then((response) => { + if (response.code === 200) { + let cusId = this.form.cusIdcard; + this.proIds = []; + getTransitionList1(cusId).then((response) => { + this.tableData1 = response.data; + this.TotalPrice1 = 0; + if (this.tableData1.length >= 1) { + this.list1 = false; + this.list3 = true; + } else { + this.list1 = true; + + this.TotalPrice = 0; + } + }); + } + }); + }, +Package() { + this.activeNames = "first"; + if (this.form.cusSex == "鐢�") { + this.form.cusSex = 0; + } else if (this.form.cusSex == "濂�") { + _this.form.cusSex = 1; + } + let cusSex = this.form.cusSex; + this.datekey = Date.now(); + //鍏ㄩ儴濂楅 + + let param = { + sex: cusSex, + dwId: this.form.firmId || "", + }; + if (this.form.tjType == 6) { + if (!this.form.firmId && !this.form.firmName) { + this.$message({ + type: "warning", + message: "璇峰厛缁存姢鍗曚綅锛�", + }); + } else if (!this.form.firmId && this.form.firmName) { + this.taocan = true; + this.loading = true; + deptTreeSelect(cusSex).then((response) => { + this.newpacName = response.rows; + try { + if (this.tableData1.length >= 1) { + this.newpacName.forEach((item3) => { + this.tableData1.forEach((item4) => { + item4.list.forEach((item6) => { + if (item6.pacName === item3.pacName) { + this.$nextTick(() => { + this.$refs.tb.toggleRowSelection(item3, true); + }); + throw Error(); + } + }); + }); + }); + } + } catch (error) { } + this.loading = false; + }); + } else { + this.taocan = true; + this.loading = true; + tuantiSelect(param).then((res) => { + this.newpacName = res.data; + try { + if (this.tableData1.length >= 1) { + this.newpacName.forEach((item3) => { + this.tableData1.forEach((item4) => { + item4.list.forEach((item6) => { + if (item6.pacName === item3.pacName) { + this.$nextTick(() => { + this.$refs.tb.toggleRowSelection(item3, true); + }); + throw Error(); + } + }); + }); + }); + } + } catch (error) { } + this.loading = false; + }); + } + } else { + this.taocan = true; + this.loading = true; + deptTreeSelect(cusSex).then((response) => { + this.newpacName = response.rows; + try { + if (this.tableData1.length >= 1) { + this.newpacName.forEach((item3) => { + this.tableData1.forEach((item4) => { + item4.list.forEach((item6) => { + if (item6.pacName === item3.pacName) { + this.$nextTick(() => { + this.$refs.tb.toggleRowSelection(item3, true); + }); + throw Error(); + } + }); + }); + }); + } + } catch (error) { } + this.loading = false; + }); + } + }, + + // 鐐瑰嚮澶氶�夋鑾峰彇閫変腑鏁版嵁 + handleSelectionChange(selection, row) { + console.log(selection) + this.tableData = selection; + if (selection.length > 1) { + let del_row = selection.shift(); + this.$refs.tb.toggleRowSelection(del_row, false); //璁剧疆杩欎竴琛屽彇娑堥�変腑 + } + this.single = selection.length !== 1; + this.multiple = !selection.length; + if (this.tableData1.length != 0) { + this.tableData.forEach((item) => { + this.tableData1.forEach((item1) => { + item.tjProjectList.forEach((item2) => { + if (item2.proId == item1.proPrantId && item1.pacName == "鍗曢」") { + this.$confirm( + "璇ュ椁愬寘鍚簡宸查�夊崟椤癸紝鏄惁纭閫夋嫨璇ュ椁愶紵", + "纭淇℃伅", + { + distinguishCancelAndClose: true, + confirmButtonText: "纭", + cancelButtonText: "鍙栨秷", + } + ) + .then(() => { + this.$message({ + type: "success", + message: "璇锋敞鎰忔煡鐪嬩环鏍�", + }); + }) + .catch((action) => { + if (action === "cancel") { + let del_row = selection.shift(); + this.$refs.tb.toggleRowSelection(del_row, false); + this.$message({ + type: "warning", + message: "宸插彇娑�", + }); + } + }); + // this.$message.warning("璇ュ椁愬寘鍚簡宸查�夊崟椤癸紝鑻ラ�夋嫨璇ュ椁愶紝璇峰厛鍒犻櫎鍗曢」"); + } + }); + }); + }); + } + if (selection[0]) { + } else { + this.treedataList = JSON.parse(JSON.stringify(this.dXData)); + return; + } + }, + handleClick(tab, event) { + if (this.activeNames == "second") { + this.DataList = []; + this.checkedkey = []; + this.TreedataList = []; + this.marryall = 0; // 閲嶇疆鍚堣 + this.getDataList(); + } else if (this.activeNames == "third") { + this.DataLists = []; + this.checkedkeys = []; + this.TreedataList = []; + this.marryall = 0; // 閲嶇疆鍚堣 + getZhList().then((response) => { + if (response.data) { + this.packageList = response.data; + } + this.loading = false; + }); + } + }, + // gaibian(val){ + // let pname = val; + // getProParentIdDxList(pname).then(response=>{ + // this.Treedata = response.data.list; + // }) + // }, + getDataList() { + this.loading = true; + getProParentIdDxList().then((response) => { + this.Treedata = response.data.list; + + // 鍥炴樉 TreedataList 鍒� DataList + if (this.TreedataList && this.TreedataList.length > 0) { + this.DataList = this.TreedataList; + this.marryall = this.DataList.reduce((sum, item) => sum + (item.proPrice || 0) * (item.sl || 1), 0); + this.checkedListkey = this.DataList.map(item => item.proId); + this.$nextTick(() => { + this.$refs.tree.setCheckedKeys(this.checkedListkey); + }); + } + + if (this.tableData[0]) { + this.tableData[0].tjProjectList.forEach((selectionitem) => { + this.Treedata.forEach((item) => { + if (selectionitem.proId == item.proId) { + item.disabled = true; + } + }); + }); + } + + // 鍥炴樉 packageList 鐨勯�変腑鎬� + this.handlePackageSelection(); + + this.loading = false; + }); + }, + + handlePackageSelection() { + // 鍋囪浣犳湁涔嬪墠淇濆瓨鐨勯�変腑鐘舵�佹垨浠庢煇涓湴鏂硅幏鍙栬繖浜涙暟鎹� + let selectedPackageIds = this.getPreviouslySelectedPackages(); // 杩欐槸涓�涓亣璁剧殑鍑芥暟锛屽疄闄呬娇鐢ㄦ椂鏇挎崲涓哄疄闄呯殑閫昏緫 + + // 璁剧疆 packageList 鐨勯�変腑鐘舵�� + this.$nextTick(() => { + if (this.$refs.treas) { // 纭繚 treas 寮曠敤宸茬粡瀛樺湪 + this.$refs.treas.setCheckedKeys(selectedPackageIds, true); + } + // 鏇存柊 checkedkeys 浠ュ弽鏄犲綋鍓嶉�変腑鐨勫寘 + this.checkedkeys = selectedPackageIds; + }); + + // 鏍规嵁閫変腑鐘舵�佹洿鏂� DataLists 鎴栧叾浠栭渶瑕佹洿鏂扮殑鍐呭 + this.updateDataListsBasedOnSelection(selectedPackageIds); + }, + + getPreviouslySelectedPackages() { + // 杩斿洖涔嬪墠淇濆瓨鐨勯�変腑鍖匢D鏁扮粍 + // 渚嬪锛屼粠 localStorage 鎴栬�� Vuex store 鑾峰彇 + return []; // 杩欓噷鏄ず渚嬶紝鏇挎崲涓哄疄闄呰幏鍙栨暟鎹殑閫昏緫 + }, + + updateDataListsBasedOnSelection(selectedPackageIds) { + // 鏍规嵁閫変腑鐨勫寘ID鏇存柊 DataLists + this.DataLists = []; + selectedPackageIds.forEach(id => { + let packageItem = this.packageList.find(item => item.id === id); + if (packageItem) { + // 杩欓噷鍋囪姣忎釜鍖呴」鐩兘鏈変竴涓� proId 鏁扮粍鎴栬�呯被浼肩殑缁撴瀯锛岀敤鏉ヨ幏鍙栧寘涓殑椤圭洰 + if (packageItem.proIds) { // 鍋囪 packageItem 鍖呭惈涓�涓� proId 鏁扮粍 + packageItem.proIds.forEach(proId => { + let project = this.findProjectById(proId); // 鍋囪鏈変竴涓嚱鏁版潵鎵惧埌椤圭洰 + if (project) { + this.DataLists.push(project); + } + }); + } + } + }); + + // 璁$畻鍚堣 + this.marryalls = this.DataLists.reduce((sum, item) => sum + item.proPrice, 0); + }, + + findProjectById(proId) { + // 姝ゅ嚱鏁板亣璁句綘鏈変竴涓叏灞�鐨勯」鐩垪琛ㄦ垨鑰呭彲浠ヤ粠鏌愪釜API鑾峰彇 + // 杩欓噷鍙槸涓�涓ず渚嬶紝瀹為檯搴旂敤涓簲璇ユ牴鎹綘鐨勬暟鎹粨鏋勬潵瀹炵幇 + return this.allpackageList.find(item => item.proId === proId) || null; + }, + + handlepackage(data, checked, checkedNodes) { + this.dataObj = data; + if (checked.checkedNodes.length != 0) { + this.$refs.treas.setCheckedKeys([data.id]); + let datas = { + zhId: data.id, + }; + getlistByZhId(datas).then((res) => { + this.packagedataList = res.data.tjProjectList; + + this.DataLists = []; + this.checkedListkey1 = []; + for (var i = 0; i < this.packagedataList.length; i++) { + let proId = this.packagedataList[i].proId; + this.checkedListkey1.push(proId); + // this.DataLists.push(this.packagedataList[i]); + getProSonDxList(proId).then((res) => { + this.TreedataList = res.data.list; + + this.TreedataList.forEach((item) => { + // this.checkedListkey1.push(item.proId); + + this.DataLists.push(item); + + if (this.DataLists.length >= 1) { + this.marryalls = 0; + this.DataLists.forEach((item1) => { + this.marryalls += item1.proPrice * item1.sl; + + this.packagedataList.forEach((item3) => { + if (item1.proParentId == item3.proId) { + item1.propinName = item3.proName; + } + }); + }); + } + }); + }); + } + }); + } else if (checked.checkedNodes.length == 0) { + this.DataLists = []; + this.marryalls = 0; // 娓呴浂鎬讳环 + this.checkedListkey1 = []; + } + }, + objectspanmethod({ row, column, rowIndex, columnIndex }) { + let fields = ["propinName"]; + let cellValue = row[column.property]; + if (cellValue && fields.includes(column.property)) { + let prevRow = this.DataLists[rowIndex - 1]; + let nextRow = this.DataLists[rowIndex + 1]; + if (prevRow && prevRow[column.property] === cellValue) { + return { rowspan: 0, colspan: 0 }; + } else { + let countRowspan = 1; + while (nextRow && nextRow[column.property] === cellValue) { + nextRow = this.DataLists[++countRowspan + rowIndex]; + } + + if (countRowspan > 1) { + return { rowspan: countRowspan, colspan: 1 }; + } + } + } + }, + handlePackageChecked(data, checked, checkedNodes) { + if (checked == false) { + this.DataLists.forEach((item, index) => { + if (item.proId == data.proId) { + this.DataLists.splice(index, 1); + this.marryalls = 0; // 閲嶇疆鍚堣閲戦 + this.DataLists.forEach((item1) => { + this.marryalls += item1.proPrice; // 閲嶆柊璁$畻鍚堣閲戦 + }); + } + }); + } else if (checked == true) { + this.DataLists.push(data); // 娣诲姞鏁版嵁鍒板凡閫夊垪琛� + this.DataLists.forEach((item1) => { + if (item1.proParentId == this.dataObj.proId) { + item1.propinName = this.dataObj.proName; // 璁剧疆鐖剁骇鍚嶇О + } + }); + // this.spliceData(); + this.marryalls = 0; // 閲嶇疆鍚堣閲戦 + this.DataLists.forEach((item1) => { + this.marryalls += item1.proPrice; // 閲嶆柊璁$畻鍚堣閲戦 + }); + } + }, + handleCurrentChecked(data, checked, checkedNodes) { + this.dataObj = data; + if (checked.checkedNodes.length > 0) { + const promises = checked.checkedNodes.map(node => getProSonDxList(node.proId)); + Promise.all(promises).then(results => { + this.TreedataList = results.flatMap(res => res.data.list); + this.checkedListkey = []; + this.DataList = []; + + this.TreedataList.forEach((item) => { + this.checkedListkey.push(item.proId); + this.DataList.push(item); + }); + + this.spliceData(); // 鍋囪杩欎釜鏂规硶鏄綘瀹氫箟鐨勫叾浠栧湴鏂瑰鐞嗘暟鎹殑 + + // 鏇存柊鍚嶇О鍜岃绠楁�讳环 + this.DataList.forEach((item1) => { + const parent = checked.checkedNodes.find(node => node.proId === item1.proParentId); + if (parent) { + item1.propinName = parent.proName; + } + }); + + this.TotalPrice1 = 0; + this.marryall = 0; + if (this.DataList.length != 0) { + this.list1 = false; + this.DataList.forEach((item) => { + this.marryall += Number(item.proPrice) * Number(item.sl); + }); + } + }); + } else if (checked.checkedNodes.length == 0) { + let proId = data.proId; + getProSonDxList(proId).then((res) => { + this.TreedataList = res.data.list; + this.checkedListkey = []; + }); + } + }, + + spliceData() { + for (var i = 0; i < this.DataList.length; i++) { + for (var j = i + 1; j < this.DataList.length; j++) { + if (this.DataList[i].proId == this.DataList[j].proId) { + //濡傛灉绗竴涓瓑浜庣浜屼釜锛宻plice鏂规硶鍒犻櫎绗簩涓� + this.DataList.splice(j, 1); + j--; + } + } + } + return this.DataList; + }, + + renderContent(h, { node, data, store }) { + return ( + <span class="custom-tree-node"> + <span>{node.label}</span> + <span>({data.proPrice}鍏�)</span> + </span> + ); + }, + renderContents(h, { node, data, store }) { + return ( + <span class="custom-tree-node"> + <span>{node.label}</span> + <span>({data.price}鍏�)</span> + </span> + ); + }, + // 鐐瑰嚮鑾峰彇姣忎釜鏍戣妭鐐� + handleCurrentChecked1(data, checked, checkedNodes) { + if (checked == false) { + this.DataList.forEach((item, index) => { + if (item.proId == data.proId) { + this.DataList.splice(index, 1); + this.marryall = 0; + this.DataList.forEach((item1) => { + this.marryall += item1.proPrice; + }); + } + }); + } else if (checked == true) { + this.DataList.push(data); + this.DataList.forEach((item1) => { + if (item1.proParentId == this.dataObj.proId) { + item1.propinName = this.dataObj.proName; + } + }); + this.spliceData(); + this.marryall = 0; + this.DataList.forEach((item1) => { + this.marryall += item1.proPrice; + }); + } + }, + + /** 鍒犻櫎鎸夐挳鎿嶄綔 */ + handleDelete(row) { + this.DataList.forEach((item, index) => { + if (item.proId == row.proId) { + this.DataList.splice(index, 1); + this.marryall = 0; + this.DataList.forEach((item1) => { + this.marryall += item1.proPrice; + }); + } + }); + }, + handleDel(row) { + this.DataLists.forEach((item, index) => { + if (item.proId == row.proId) { + this.DataLists.splice(index, 1); + this.marryalls = 0; + this.DataLists.forEach((item1) => { + this.marryalls += item1.proPrice; + }); + } + }); + }, + objectSpanMethod({ row, column, rowIndex, columnIndex }) { + let fields = ["propinName"]; + let cellValue = row[column.property]; + if (cellValue && fields.includes(column.property)) { + let prevRow = this.DataList[rowIndex - 1]; + let nextRow = this.DataList[rowIndex + 1]; + if (prevRow && prevRow[column.property] === cellValue) { + return { rowspan: 0, colspan: 0 }; + } else { + let countRowspan = 1; + while (nextRow && nextRow[column.property] === cellValue) { + nextRow = this.DataList[++countRowspan + rowIndex]; + } + if (countRowspan > 1) { + return { rowspan: countRowspan, colspan: 1 }; + } + } + } + }, + + // 椤圭洰鎻愪氦 + submit() { + + if (this.form.cusIdcard) { + var cusId = this.form.cusIdcard; + } else { + this.$message.warning("璇峰厛濉啓淇℃伅锛屽啀閫変綋妫�鍐呭"); + return; // 濡傛灉娌℃湁韬唤璇佸彿鐮侊紝鍋滄鎵ц + } + + let _this = this; + + // 鍒濆鍖栧彉閲� + this.isSubmitting = true; // 寮�濮嬫彁浜ゆ椂璁剧疆鏍囧織 + this.TotalPrice1 = 0; // 鍒濆鍖栧簲鏀堕噾棰� + this.TotalPrice = 0; // 鍒濆鍖栧疄鏀堕噾棰� + this.discount = 10; // 鍒濆鍖栨姌鎵d负10锛�100%锛� + + // 鍒ゆ柇鏄惁鏈夐�変腑鐨勫椁� + if (this.tableData.length != 0) { + _this.pacId = this.tableData[0].pacId; + } else { + _this.pacId = ""; + } + + this.proIds = []; + + // 澶勭悊閫変腑鐨勯」鐩� + const newItemsToAdd = []; + const allItems = [...this.DataList, ...this.DataLists]; // 鍚堝苟鎵�鏈夐」鐩� + + allItems.forEach((item) => { + if (!this.proIds.includes(item.proId)) { + newItemsToAdd.push(item); + this.proIds.push(item.proId); + } + }); + + // 鍑嗗鏁版嵁 + let data = { + cusId, + pacId: _this.pacId, + proIds: this.proIds, + }; + // 鏍规嵁浣撴绫诲瀷閫夋嫨涓嶅悓鐨勫鐞嗘柟娉� + if (this.form.firmId) { + tuantiqueren(data).then((response) => { + if (response.code == 200) { + this.processOrderItems(cusId); + } + this.isSubmitting = false; // 鎻愪氦瀹屾垚鍚庨噸缃爣蹇� + }).catch(() => { + this.isSubmitting = false; // 纭繚鍦ㄩ敊璇儏鍐典笅涔熼噸缃爣蹇� + }); + } else { + getaddtTransition(data).then((response) => { + if (response.code == 200) { + this.processOrderItems(cusId); + } + this.isSubmitting = false; // 鎻愪氦瀹屾垚鍚庨噸缃爣蹇� + }).catch(() => { + this.isSubmitting = false; // 纭繚鍦ㄩ敊璇儏鍐典笅涔熼噸缃爣蹇� + }); + } + + // 濡傛灉 tjCategory 涓� "02"锛岀‘淇濋�変腑鐨勫椁愯娣诲姞鍒� tableData1 + if (this.tjCategory === "02" && this.tableData.length > 0) { + this.tableData.forEach((item) => { + if (!this.tableData1.some((existingItem) => existingItem.pacId === item.pacId)) { + this.tableData1.push(item); + } + }); + } + + this.taocan = false; + this.defaultKeys = []; + this.DataLists = []; + }, + + // 澶勭悊璁㈠崟椤圭洰 + processOrderItems(cusId) { + console.log(11222) + getTransitionList1(cusId).then((response) => { + this.tableData1 = response.data; + let Price = 0; + if (this.tableData1) { + this.tableData1.forEach((item) => { + if (typeof item.nowPrice === 'number') { + item.nowPrice = Number(item.nowPrice.toFixed(3)); + } + if (item.tjCategory != null) { + this.tjCategory = item.tjCategory; + } + if (item.pacName == "鍗曢」") { + item.list.forEach((item9) => { + this.treeList.push(item9.proId); + }); + } + this.TotalPrice1 += item.ordPrice || 0; // 绱姞搴旀敹閲戦 + // this.TotalPrice += item.nowPrice || 0; + Price += item.nowPrice || 0; // 绱姞瀹炴敹閲戦 + this.TotalPrice = Price.toFixed(2); + }); + console.log(this.TotalPrice1, this.TotalPrice) + // 璁$畻鎶樻墸 + this.discount = this.TotalPrice1 > 0 ? + (Math.floor((this.TotalPrice / this.TotalPrice1) * 100) / 100) * 10 : 0; + + this.list1 = false; + this.list3 = true; + this.list2 = false; + } else { + this.list1 = true; + this.TotalPrice = 0; + } + }); + }, + submitCheckinfee() { + let _this = this; + if (_this.tjCategory !== "") { + let List = _this.tableData1; + if (this.responseList.cusId) { + var userId = this.responseList.cusId; + } else { + var userId = _this.form.cusId; + } + let tjType = _this.form.tjType; + if (this.tableData[0]) { + var pacId = this.tableData[0].pacId; + } + + // 鍘荤┖鏍煎鐞� + const processedForm = { + ...this.form, + cusName: this.form.cusName ? this.form.cusName.replace(/\s/g, '') : '', + cusPhone: this.form.cusPhone ? this.form.cusPhone.replace(/\s/g, '') : '', + cusIdcard: this.form.cusIdcard ? this.form.cusIdcard.replace(/\s/g, '') : '' + }; + + List.forEach((item) => { + if (item.list) { + item.list.forEach((item1) => { + this.tjOrderList.push({ + proName: item1.proName, + proPrice: item1.nowPrice, + proId: item1.proId, + }); + }); + } else if (item.tjProjectList) { + item.tjProjectList.forEach((item1) => { + this.tjOrderList.push({ + proName: item1.proName, + proPrice: item1.priceNow, + proId: item1.proId, + }); + }); + } else { + this.tjOrderList.push({ + proName: item.proName, + proPrice: item.ysPrice, + proId: item.proId, + }); + } + }); + + let copeWith = this.TotalPrice1; + let paidIn = this.TotalPrice.toString(); + let discount = this.discount; + this.tjFlowingWater = { copeWith, paidIn, discount }; + + let data; + if (pacId || this.getType == "2") { + data = { + photo: this.srcUrl, + pacId, + tjOrderList: this.tjOrderList, + tjFlowingWater: this.tjFlowingWater, + userId, + tjType, + getType: this.getType, + addAddress: this.addAddress, + tjCategory: this.tjCategory, + // 浣跨敤鍘绘帀绌烘牸鍚庣殑鏁版嵁 + cusName: processedForm.cusName, + cusPhone: processedForm.cusPhone, + cusIdcard: processedForm.cusIdcard + }; + } else { + data = { + photo: this.srcUrl, + tjOrderList: this.tjOrderList, + tjFlowingWater: this.tjFlowingWater, + userId, + tjType, + getType: this.getType, + tjCategory: this.tjCategory, + // 浣跨敤鍘绘帀绌烘牸鍚庣殑鏁版嵁 + cusName: processedForm.cusName, + cusPhone: processedForm.cusPhone, + cusIdcard: processedForm.cusIdcard + }; + } + + getOrder(data).then((res) => { + this.$modal.msgSuccess("鎻愪氦鎴愬姛"); + this.tjNumbers = res.msg; + this.charge = true; + let data = { + tjNum: res.msg, + }; + getfindTj(data).then((response) => { + if (response.data) { + this.feeitems = response.data; + if (this.feeitems.length != 0) { + this.$nextTick(() => { + this.$refs.multipleTable.toggleRowSelection( + this.feeitems[0], + true + ); + }); + } else { + this.$refs.multipleTable.clearSelection(); + } + this.loading = false; + } else { + this.feeitems = []; + this.loading = false; + } + }); + }); + } else { + this.$modal.msgError("璇烽�夋嫨浣撴绫诲埆"); + } + }, + + // 琛ㄦ牸鍗曢�� + handleSelect(selection, val) { + this.selectionList = this.$refs.multipleTable.selection; + this.selectionList.forEach((item) => { + this.formIn.name = item.tjName; + this.formIn.phone = item.tjPhone; + this.OrderId = item.tjOrderId; + if (item.tjFlowingWater != null) { + this.waterId = item.tjFlowingWater.waterId; + this.tollCollectorName = item.tjFlowingWater.updateBy; + this.tjSerialNumber = item.tjFlowingWater.tjSerialNumber; + } + this.customer = { + cusIdcard: item.idCard, + cusName: item.tjName, + cusPhone: item.tjPhone, + cusSex: item.sex === "鐢�" ? "0" : "1", + }; + // 鍔ㄦ�佷粠filteredDictTeam鑾峰彇tjType + const dictItem = this.filteredDictTeam.find(dict => dict.label === item.tjType); + const tjTypeValue = dictItem ? dictItem.value : (this.filteredDictTeam.length > 0 ? this.filteredDictTeam[0].value : "0"); // 鍥為��鍒扮涓�涓�兼垨榛樿"0" + if (item.tjComp != null) { + this.standard = { + company: item.tjComp, + tjType: tjTypeValue, + }; + } else { + this.standard = { + tjType: tjTypeValue, + }; + } + }); + if (selection.length > 1) { + let del_row = selection.shift(); + this.$refs.multipleTable.toggleRowSelection(del_row, false); + } + let data = { + type: "0", + OrderId: this.OrderId, + }; + getByTjNum(data).then((response) => { + if (response.data) { + this.Chargesubitem = response.data; + this.formInline.price = 0; + this.adviceList = []; + if (this.Chargesubitem.length != 0) { + this.Chargesubitem.forEach((item) => { + this.adviceList.push({ + proId: item.proId, + proName: item.proName, + }); + if (this.formInline.price) { + this.formInline.price += item.proOrdPrice; + this.formInline.paidIn += item.proPrice; + } else { + this.formInline.price = item.proOrdPrice; + this.formInline.paidIn = item.proPrice; + } + }); + const r = /^\+?[0-9][0-9]*$/; // 姝f暣鏁� + if (r.test(this.formInline.paidIn)) { + this.formInline.paidIn = this.formInline.paidIn + ".00"; + } + this.discount = (this.formInline.paidIn / this.formInline.price) * 10; + } else { + this.discount = 10; + this.formInline.paidIn = "0.00"; + } + this.total = response.data.total; + } else { + this.tableList = []; + } + }); + }, + // 鏀惰垂 + SubmitEvent() { + if (this.feeitems.length != 0) { + this.refundPros.push( + { standard: this.standard }, + { adviceList: this.adviceList } + ); + let data = { + paidIn: this.formInline.paidIn, + discount: this.discount, + copeWith: this.formInline.price, + waterId: this.waterId, + tollCollectorName: this.tollCollectorName, + tjSerialNumber: this.tjSerialNumber, + payType: this.formInline.payType, + customer: this.customer, + refundPros: this.refundPros, + orderId: this.OrderId, + }; + getwater(data).then((res) => { + if (res.msg != "璇ヨ鍗曞凡浠樻 鏃犻』鍐嶄粯") { + this.mobanId = res.data.mobanId; + this.waterId = res.data.waterId; + this.$modal.msgSuccess("鎿嶄綔鎴愬姛"); + this.charge = false; + this.isDisabled = false; + this.top = true; + this.reset(); + getPrintSetUp().then((res) => { + if (res.msg == "0") { + this.$nextTick(() => { + const style = + "@media print { @page{margin:0 10mm,size:4mm 6mm;}};"; //鎵撳嵃鏃跺幓鎺夌湁椤电湁灏� + printJS({ + printable: "printBill", // 鏍囩鍏冪礌id + noPrint: ".noPrint", + type: "html", + header: "", + targetStyles: ["*"], + maxWidth: "800", + scanStyles: true, //鎵撳嵃蹇呴』鍔犱笂锛屼笉鐒堕〉闈笂鐨刢ss鏍峰紡鏃犳晥 + style, + }); + }); + } else { + const tjnumber = this.tjNumbers; + const viewNum = "809623418249637888"; + const params = { viewNum, tjnumber }; + this.$tab.openPage("涓汉鍙戠エ", "/report/charge", params); + } + }); + } else { + this.$message({ + type: "warning ", + message: "鏌ヨ鍒版偍宸查��娆撅紝璇锋偍閲嶆柊棰勭害!", + }); + } + }); + } else { + this.$message({ + type: "warning ", + message: "璇峰厛鏌ヨ瀹㈡埛淇℃伅!", + }); + } + }, + + listgetOrder(data) { + const loading = this.$loading({ + lock: true, + text: '姝e湪鍔犺浇涓紝璇风◢绛夛紒', + spinner: 'el-icon-loading', + background: 'rgba(0, 0, 0, 0.7)' + }); + getOrder(data).then((res) => { + loading.close(); + this.$modal.msgSuccess("鎻愪氦鎴愬姛"); + //璋冩帴鍙f樉绀哄妫�鍗� + const tjNumber = res.msg; + const viewNum = "792931586196398080"; + const params = { viewNum, tjNumber }; + this.$tab.openPage("瀵艰瘖鍗�", "/report/breDailyReport", params); + this.confirm = true; + }); + this.$tab.refreshPage(); + }, + + submitPrice() { + let _this = this; + this.loadingSubmit = true; + if (_this.tjCategory !== "") { + let List = _this.tableData1; //鍗曚釜椤圭洰淇℃伅 + if (this.responseList.cusId) { + var userId = this.responseList.cusId; + } else { + var userId = _this.form.cusId; + } + let tjType = _this.form.tjType; + if (this.tableData[0]) { + var pacId = this.tableData[0].pacId; + } + + //tjOrderList//杩欎釜鏄鐞嗗畬鐨勬瘡涓�椤瑰椁愪俊鎭� + List.forEach((item) => { + if (item.list) { + item.list.forEach((item1) => { + this.tjOrderList.push({ + proName: item1.proName, + proPrice: item1.nowPrice, + proId: item1.proId, + }); + }); + } else if (item.tjProjectList) { + item.tjProjectList.forEach((item1) => { + this.tjOrderList.push({ + proName: item1.proName, + proPrice: item1.priceNow, + proId: item1.proId, + }); + }); + } else { + this.tjOrderList.push({ + proName: item.proName, + proPrice: item.ysPrice, + proId: item.proId, + }); + } + }); + let copeWith = this.TotalPrice1; + let paidIn = this.TotalPrice.toString(); + let discount = this.discount; + this.tjFlowingWater = { copeWith, paidIn, discount }; + const newArray = this.tableData1 + .filter((item) => item.discount < 10) // 杩囨护鍑� discount < 10 鐨勯」 + .map((item) => ({ + discount: item.discount, + parentProId: item.parentProId, + cusIdCard: item.cusId, + yhj: item.nowPrice, + })); // 鍒涘缓鏂扮殑瀵硅薄锛屽寘鍚� discount 鍜� id + gaibianzhekou(newArray).then((res) => { + this.loadingSubmit = false; + if (res.code === 200) { + let data; + + if (pacId || this.tjOrderList.length > 0) { + data = { + photo: this.srcUrl, + pacId, + tjOrderList: this.tjOrderList, + tjFlowingWater: this.tjFlowingWater, + userId, + tjType, + tjCategory: this.tjCategory, + firmId: this.form.firmId, + firmName: this.form.firmName, + firmDeptName: this.form.firmDeptName, + }; + + this.listgetOrder(data); + } else if (pacId || this.tjOrderList.length > 0) { + data = { + photo: this.srcUrl, + tjOrderList: this.tjOrderList, + tjFlowingWater: this.tjFlowingWater, + userId, + tjType, + tjCategory: this.tjCategory, + firmId: this.form.firmId, + firmName: this.form.firmName, + firmDeptName: this.form.firmDeptName, + }; + this.listgetOrder(data); + } else { + this.loadingSubmit = false; + this.$message({ + type: "warning ", + message: "璇烽�夋嫨濂楅!", + }); + } + } else { + this.loadingSubmit = false; + this.$modal.msgError("鏀瑰彉鎶樻墸閿欒"); + } + }); + } else { + this.loadingSubmit = false; + this.$modal.msgError("璇烽�夋嫨浣撴绫诲埆"); + } + }, + }, +}; +</script> + +<style> +.el-form-item__error { + display: none; +} + +.el-col-19 { + width: 80.166667%; +} + +.el-table__header-wrapper .el-checkbox { + display: none; +} + +.avatar-uploader .el-upload { + border: 1px dashed #d9d9d9; + border-radius: 6px; + cursor: pointer; + position: relative; + overflow: hidden; +} + +.avatar-uploader .el-upload:hover { + border-color: #409eff; +} + +.avatar-uploader-icon { + font-size: 28px; + color: #8c939d; + width: 148px; + height: 148px; + line-height: 148px; + text-align: center; +} + +.avatar { + width: 178px; + height: 178px; + display: block; +} + +.tab4 { + width: 100%; + display: flex; +} + +.tab3 { + border: 1px solid #dcdfe6; +} + +.filter-tree { + overflow-y: auto; + /* 淇濈暀绾靛悜婊氬姩鏉� */ + overflow-x: hidden; + /* 闅愯棌妯悜婊氬姩鏉� */ + height: 350px; +} + +.tab2 { + width: 750px; + border: 1px solid #d9d9d9; + height: 490px; + overflow-y: scroll; + padding-left: 10px; +} + +/* .el-collapse,.el-collapse-item_wrap{ + border:none; +} */ +.el-table--fit { + border: 1px solid #d9d9d9; +} + +.el-tooltip__popper { + font-size: 14px; + max-width: 50%; +} + +.tab { + display: flex; + width: 100%; +} + +.tab1 { + margin-left: 35px; + width: 980px; + display: flex; + margin-top: 8px; + /* justify-content: space-evenly; */ + align-items: center; +} + +.main { + height: 700px; + overflow: hidden; +} + +#printIframe::-webkit-scrollbar { + width: 6px; +} + +/* 淇敼 婊氬姩鏉$殑 涓嬮潰 鐨� 鏍峰紡 */ +#printIframe::-webkit-scrollbar-track { + background-color: white; + -webkit-border-radius: 2em; + -moz-border-radius: 2em; + border-radius: 2em; +} + +/* 淇敼 婊戝潡 */ +#printIframe::-webkit-scrollbar-thumb { + background-color: #dcdfe6; + -webkit-border-radius: 2em; + -moz-border-radius: 2em; + border-radius: 2em; +} + +.img_bg_camera { + margin-top: -120px; + width: 300px; + height: 300px; +} + +.dialog-footer2 { + width: 960px; + height: 36px; + display: flex; + justify-content: center; +} + +.el-input--suffix .el-input__inner { + padding-right: 15px; +} + +.el-date-editor.el-input, +.el-date-editor.el-input__inner { + width: 95.9%; +} + +/* .el-dialog { + width: 1000px; + min-height: 500px; +} +.el-dialog__header { + display: flex; + justify-content: space-between; + align-items: center; +} +.el-dialog__body { + padding: 0; +} */ +.container { + display: flex; + align-items: center; + justify-content: flex-start; +} + +.content { + margin-bottom: 25px; +} + +.tab8 { + width: 100%; + display: flex; +} + +/* .tab3 { + overflow-y: auto; +} + +.tab3::-webkit-scrollbar { + width: 0px; + background: transparent; +} + +.tab3::-webkit-scrollbar-thumb { + background: transparent; +} */ +</style> diff --git a/vue.config.js b/vue.config.js index ae33049..09ea48f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -54,7 +54,7 @@ [process.env.VUE_APP_BASE_API]: { // target: `https://ltpeis.xaltjdkj.cn:5801/`, // target: `http://192.168.1.99:5012`, - target: `http://192.168.1.113:5011`, + target: `http://192.168.1.2:5011`, // // target: `http://192.168.0.99:8080/ltkj-admin`, // target: `https://ltpeis.xaltjdkj.cn:5011/ltkj-admin`, // target: `http://10.168.0.9:5011`, -- Gitblit v1.8.0