diff --git a/public/sysConfig.json b/public/sysConfig.json index b434743..456e5ae 100644 --- a/public/sysConfig.json +++ b/public/sysConfig.json @@ -1,5 +1,5 @@ { - "apiurl": "http://140.143.162.39:9529", + "apiurl": "http://192.168.0.188:9530", "softName": "神豚体检管理系统", "pacsApi": "http://192.168.0.188:9530", "dcmViewers": "https://app.mzaktj.com:4436", diff --git a/src/components/doctorCheck/ButtonList.vue b/src/components/doctorCheck/ButtonList.vue index ce156c5..05c5256 100644 --- a/src/components/doctorCheck/ButtonList.vue +++ b/src/components/doctorCheck/ButtonList.vue @@ -72,7 +72,9 @@ 职业病 - +
+ 重置 +
diff --git a/src/components/patientRegister/customerOrgTreeAll.vue b/src/components/patientRegister/customerOrgTreeAll.vue index ce68edf..c746452 100644 --- a/src/components/patientRegister/customerOrgTreeAll.vue +++ b/src/components/patientRegister/customerOrgTreeAll.vue @@ -12,8 +12,8 @@ + :filter-node-method="filterNode" @node-click="treeclick" highlight-current ref="customerOrgTree" + :load="loadNode" lazy>
@@ -37,6 +37,7 @@ import { mapState } from "vuex"; import { getapi, postapi, putapi, deletapi } from "@/api/api"; import { tcdate, deepCopy, reMadeOrgTree, arrayExistObj } from "../../utlis/proFunc"; import { madeTree, getTreeAllChildIdsById, getTreeNode } from "@/utlis/tree"; +import { now } from "moment"; export default { components: {}, data() { @@ -86,7 +87,9 @@ export default { //挂载组件完成 mounted() { //获取体检单位列表树信息 (Y:查所有单位,N:仅查顶级单位) - //从性能考滤 默认只查顶级单位 + + //从性能考滤 默认只查顶级单位 + if (this.cusQuery.haveSunCus == 'Y') { this.getCustomerOrgAll() .then(res => { @@ -95,11 +98,13 @@ export default { // console.log('this.customerOrgTreeAll', this.customerOrgTreeAll) }) } else { + console.log('new Date()1', now()) this.getCustomerOrgChild(null) .then(res => { - this.customerOrgTreeAll = res + this.customerOrgTreeAll = res //.slice(0,3) this.patientRegister.customerOrgTreeAll = res // console.log('this.customerOrgTreeAll', this.customerOrgTreeAll) + console.log('new Date()2', now()) }) } @@ -128,14 +133,15 @@ export default { }) }, - - // 只查顶级单位 getCustomerOrgChild(parentId) { return new Promise((resolve, reject) => { + console.log('new Date()3', now()) + postapi('/api/app/CustomerOrg/GetCustomerOrgByParentId', { parentId }) .then(res => { if (res.code > -1) { + console.log('new Date()4', now()) res.data.forEach(e => { e.isLeaf = e.isChild == 'Y' ? false : true }); @@ -155,7 +161,6 @@ export default { reject(err) }) }) - }, // 树节点懒加载 @@ -279,7 +284,7 @@ export default { if (newVal != oldVal) { if (this.cusQuery.haveSunCus == 'Y') { //this.customerOrgTreeAll = deepCopy(this.cusQuery.treeDataAll) - this.$refs['customerOrgTree'].filter(newVal); + this.$refs['customerOrgTree'].filter(newVal); } else { this.filterParentNode(newVal) } diff --git a/src/components/queue/Queue.vue b/src/components/queue/Queue.vue index 75e12fb..5332b95 100644 --- a/src/components/queue/Queue.vue +++ b/src/components/queue/Queue.vue @@ -261,7 +261,7 @@ export default { "dataTransOpts.plus.queue": { // immediate:true, handler(newVal, oldVal) { - console.log(`watch 职业病 newVal: ${newVal}, oldVal: ${oldVal} `); + console.log(`watch 分诊排队 newVal: ${newVal}, oldVal: ${oldVal} `); if (newVal != oldVal) this.funMounted() } }, diff --git a/src/router/index.js b/src/router/index.js index a049922..c652369 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -287,7 +287,7 @@ const routes = [{ }, { path: "/cardRegister", - name: "会员卡登记", + name: "会员卡管理", component: () => import ("../views/fee-settings/cardRegister.vue"), }, diff --git a/src/views/charge/charge.vue b/src/views/charge/charge.vue index 5cf0f86..91f806a 100644 --- a/src/views/charge/charge.vue +++ b/src/views/charge/charge.vue @@ -15,10 +15,10 @@
登记日期: + style="width:90px;" :picker-options="pickerOptions" /> + style="width:90px;" :picker-options="pickerOptions" />
+ min-width="100"> - + + + + + + + +
@@ -248,6 +262,70 @@
+ + + + + +
+
+ + + + + + + +
+
+ 查询 +
+
+ + + + + + + + + + + + + + + + + 确定 + 取消 + +