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

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

csx пре 3 година
родитељ
комит
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',