Преглед на файлове

建单接口增加标识sourceId

seimin преди 3 години
родител
ревизия
fe05b35eae
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      pages/inspectList/inspectList.vue
  2. 1 0
      pages/patientInformationList/patientInformationList.vue

+ 1 - 0
pages/inspectList/inspectList.vue

@@ -259,6 +259,7 @@
259 259
               taskId = obj[0].id;
260 260
               let postData = {
261 261
                 workOrder: {
262
+                  sourceId: 4,
262 263
                   taskType: {
263 264
                     id: taskId
264 265
                   },

+ 1 - 0
pages/patientInformationList/patientInformationList.vue

@@ -127,6 +127,7 @@
127 127
         let userId = uni.getStorageSync("userData").user.id;
128 128
         let postData = {
129 129
           "workOrder": {
130
+            sourceId: 4,
130 131
             "hosId": this.hosId,
131 132
             "startDept": {
132 133
               "id": this.options.did