From e1ec4e662636af70085e9148c9672e5951d3d568 Mon Sep 17 00:00:00 2001
From: zhangyanpeng <bob.zhang@highdatas.com>
Date: 星期五, 02 八月 2024 14:31:57 +0800
Subject: [PATCH] 新增拜访

---
 module/md/page/popup/page/popup_hospitalToList.html |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/module/md/page/popup/page/popup_hospitalToList.html b/module/md/page/popup/page/popup_hospitalToList.html
index 2efff67..6b5e179 100644
--- a/module/md/page/popup/page/popup_hospitalToList.html
+++ b/module/md/page/popup/page/popup_hospitalToList.html
@@ -32,12 +32,16 @@
 						formfieldClick: {},
 						
 						selectedrows: [],
+						isselection: true, // 榛樿澶氶��
 					},
 					created() {
 						this.popupParames = clone(Root.popupParames);
 						this.title = this.popupParames.title || this.popupParames.text
 						if (this.popupParames.filter) {
 							this.filterTxt = this.popupParames.filter
+						}
+						if (this.popupParames.delta && this.popupParames.delta.isoneselection) {
+							this.isselection = false
 						}
 						
 						if (this.popupParames.dataname) {
@@ -194,7 +198,7 @@
 							v-on:row-click="rowClick"
 							
 							:select-table-data="selectedrows"
-							:is-selection="true"
+							:is-selection="isselection"
 							:isshow-shoppingcart="true"
 							v-on:selection-change="selectionChange"
 							v-on:save-shoppingcart="saveShoppingcart"

--
Gitblit v1.8.0