瀏覽代碼

新分支

28169 1 年之前
父節點
當前提交
f87824cdf4

+ 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