Преглед изворни кода

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 пре 1 година
родитељ
комит
802032c897

+ 1 - 0
src/xt_pages/outpatientDoctorStation/components/prescriptionTemplateTable.vue Прегледај датотеку

361
         this.templateFormVisible = false
361
         this.templateFormVisible = false
362
       },
362
       },
363
       handleEdit(row, index) {
363
       handleEdit(row, index) {
364
+        console.log("row",row)
364
         this.current_row = row
365
         this.current_row = row
365
         this.current_index = index
366
         this.current_index = index
366
         this.frequency_type = this.current_row.frequency_type
367
         this.frequency_type = this.current_row.frequency_type

+ 1 - 1
src/xt_pages/outpatientDoctorStation/prescriptionTemplatedetail.vue Прегледај датотеку

1738
                   type: temp2[b].type,
1738
                   type: temp2[b].type,
1739
                   frequency_type: 1,
1739
                   frequency_type: 1,
1740
                   day_count: 0,
1740
                   day_count: 0,
1741
-                  week_day:temp2[b].number_days
1741
+                  week_day:""
1742
                 }
1742
                 }
1743
                 if (temp2[b].type == 2) {
1743
                 if (temp2[b].type == 2) {
1744
                   obj['project'] = temp2[b].project
1744
                   obj['project'] = temp2[b].project