yuwandanmian 2 жил өмнө
parent
commit
34f2a5b633

+ 3 - 2
src/views/allcase/components/CaseIndexAnalysisListSearch.vue

@@ -32,6 +32,7 @@
 </template>
 
 <script>
+import moment from 'moment'
   export default {
     props: {
       data: {
@@ -73,8 +74,8 @@
       await this.getDeportmentList()
       const { dep_name, start, end, status } = this.$route.query
       this.data.dep_name = dep_name
-      this.data.start_time = start
-      this.data.end_time = end
+      this.data.start_time = moment(start)
+      this.data.end_time = moment(end)
       this.data.status = status ? parseInt(status) : ''
       this.onSubmit()
     },

+ 4 - 0
src/views/outpatient/case/index.vue

@@ -194,6 +194,10 @@ import { dateFormat } from '@/utils/index'
           }
         },
         fieldList: [
+          {
+            key: 'BLNR_TXT',
+            name: '全文搜索关键字'
+          },
           {
             key: 'xy',
             name: '西药'