lxf 1 year ago
parent
commit
438c9d22f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/production/schedule/production-work-order/index.vue

+ 1 - 1
src/views/production/schedule/production-work-order/index.vue

@@ -34,7 +34,7 @@
         <div v-for="(item, index) in QRcodeList" :key="index">
           <div style="height: 442px; padding-top: 2px; overflow: hidden; position: relative">
             <div style="border-bottom: 1px solid #000; display: flex; align-items: center; justify-content: center">
-              <CycleBarcode :value="item.orderCode" :index="index" style="max-width: 100%"></CycleBarcode>
+              <CycleBarcode :value="item.orderWlnCode || item.orderCode" :index="index" style="max-width: 100%"></CycleBarcode>
             </div>
             <div style="display: flex; align-items: center; justify-content: center">
               <div style="width: 150px; height: 150px; margin-top: 8px" :id="'print' + index" :ref="'print' + index">