Explorar el Código

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

csx hace 3 años
padre
commit
2a0a7946e2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/xt_pages/outpatientTool/labelPrint.vue

+ 1 - 1
src/xt_pages/outpatientTool/labelPrint.vue Ver fichero

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