Browse Source

建单接口增加标识sourceId

seimin 3 years ago
parent
commit
fe05b35eae

+ 1 - 0
pages/inspectList/inspectList.vue

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

+ 1 - 0
pages/patientInformationList/patientInformationList.vue

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