Procházet zdrojové kódy

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

see999 před 4 roky
rodič
revize
440d7feab7

binární
src/xt_pages/.DS_Store Zobrazit soubor


binární
src/xt_pages/dialysis/.DS_Store Zobrazit soubor


+ 0 - 1
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Zobrazit soubor

@@ -740,7 +740,6 @@
740 740
                 'record_time': this.record_date,
741 741
                 'admin_user_id':this.$store.getters.xt_user.user.id
742 742
 
743
-
744 743
               }
745 744
               axios.get('http://127.0.0.1:9532/api/refund/post', {
746 745
                 params: params

Diff nebyl zobrazen, protože je příliš veliký
+ 699 - 587
src/xt_pages/outpatientRegistration/index.vue


+ 3 - 10
src/xt_pages/sign/signIn.vue Zobrazit soubor

@@ -196,7 +196,7 @@ export default {
196 196
                 console.log('执行')
197 197
                 this.page++
198 198
                 let obj = {
199
-                    cmd: "queue/queuelistbyq",
199
+                    cmd: "queuelistbyq",
200 200
                     data: {page:this.page,size:10,sort:1}
201 201
                 };
202 202
                 this.websocketSend(obj)
@@ -204,7 +204,7 @@ export default {
204 204
                 console.log('执行2222')
205 205
                 this.page = 1
206 206
                 let newobj = {
207
-                    cmd: "queue/queuelistbyq",
207
+                    cmd: "queuelistbyq",
208 208
                     data: {page:this.page,size:10,sort:1}
209 209
                 };
210 210
                 this.websocketSend(newobj)
@@ -263,7 +263,7 @@ export default {
263 263
                         this.queueInfo = res.data.queueInfo
264 264
                         this.page = 1
265 265
                         let obj = {
266
-                            cmd: "queue/queuelistbyq",
266
+                            cmd: "queue/queuelist",
267 267
                             data: {page:1,size:10,sort:1}
268 268
                         };
269 269
                         this.websocketSend(obj)
@@ -279,13 +279,6 @@ export default {
279 279
                         this.signInList.map(item => {
280 280
                             item.create_time = moment(item.create_time * 1000).format('HH:mm:ss')
281 281
                         })
282
-                    }else if(res.channel == 'queue/queuelistbyq'){
283
-                        console.log(11111111111,res.data)
284
-                        this.signInList = res.data.patientQueueList.data
285
-                        this.count = res.data.patientQueueList.count
286
-                        this.signInList.map(item => {
287
-                            item.create_time = moment(item.create_time * 1000).format('HH:mm:ss')
288
-                        })
289 282
                     }
290 283
                 
291 284
                 // console.log("action", re.action);