Просмотр исходного кода

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

csx 3 лет назад
Родитель
Сommit
2a0a7946e2
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1 1
      src/xt_pages/outpatientTool/labelPrint.vue

+ 1 - 1
src/xt_pages/outpatientTool/labelPrint.vue Просмотреть файл

@@ -194,7 +194,7 @@
194 194
         this.current_project_name = row.project_name
195 195
         this.current_name = row.patient_name
196 196
         this.$nextTick(() => {
197
-          JsBarcode('#barcode',row.feedetl_sn, {
197
+          JsBarcode('#barcode',row.p_project_id, {
198 198
             format: 'CODE39',
199 199
             lineColor: '#000',
200 200
             background: '#EBEEF5',