소스 검색

商城处方推送

wjj 1 주 전
부모
커밋
ad5d534bfd
4개의 변경된 파일447개의 추가작업 그리고 130개의 파일을 삭제
  1. 9 0
      src/api/his/prescribeData.js
  2. 2 2
      src/api/hisStore/answer.js
  3. 10 0
      src/api/qw/companyCustomer.js
  4. 426 128
      src/views/qw/companyCustomer/index.vue

+ 9 - 0
src/api/his/prescribeData.js

@@ -0,0 +1,9 @@
+import request from '@/utils/request'
+
+
+export function generatePrescribeData(companyCustomerId) {
+  return request({
+    url: '/his/prescribeData/generatePrescribeData/' + companyCustomerId,
+    method: 'post'
+  })
+}

+ 2 - 2
src/api/hisStore/answer.js

@@ -11,9 +11,9 @@ export function getAnswer(id) {
 }
 
 // 问答列表选项
-export function questionOptions() {
+export function questionOptions(type) {
   return request({
-    url: '/store/answer/allList',
+    url: '/store/answer/allList?type=' + type,
     method: 'get',
   })
 }

+ 10 - 0
src/api/qw/companyCustomer.js

@@ -156,3 +156,13 @@ export function addBuyTimes(id) {
     data: { id: id }
   });
 }
+
+
+// 完善病例
+export function improve(data) {
+  return request({
+    url: '/qw/companyCustomer/improve',
+    method: 'post',
+    data: data
+  })
+}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 426 - 128
src/views/qw/companyCustomer/index.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.