tjx
2025-11-04 2ee0dec7804e6644a089ab9de7ea9de9f4bef11a
components/WorkOrderPrint.vue
@@ -88,10 +88,6 @@
               <text>已生产数:</text>
               <input v-model="calculatedTotalProduction" class="highlight" disabled />
            </view>-->
            <view class="btn-group">
               <button class="refresh-btn-inline" @click="refresh">刷新</button>
               <button v-if="isGeneratingBarcode" class="reset-btn-inline" @click="resetGenerateState">重置</button>
         </view>
         </view>
         <view class="flex-row gap-lg">
@@ -843,8 +839,8 @@
   .user-list-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
      gap: 24px 24px;
      grid-template-columns: repeat(auto-fill,minmax(110px,1fr));
      gap: 12px 12px;
   }
   .user-list-btn {
@@ -852,14 +848,14 @@
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 6px;
      padding: 16px 10px;
      height: 120px;
      font-size: 18px;
      gap: 4px;
      padding: 10px 8px;
      height: 75px;
      font-size: 14px;
      background: #00a2e9;
      color: #fff;
      border: none;
      border-radius: 10px;
      border-radius: 8px;
      cursor: pointer;
      box-sizing: border-box;
      word-break: break-word;
@@ -867,11 +863,11 @@
      .user-list-btn .user-code {
         font-weight: 600;
         font-size: 18px;
         font-size: 14px;
      }
      .user-list-btn .user-name {
         font-size: 16px;
         font-size: 13px;
      }
      .user-list-btn.selected {
@@ -975,8 +971,16 @@
      }
      .user-list-btn {
         height: 110px;
         font-size: 16px;
         height: 70px;
         font-size: 13px;
      }
      .user-list-btn .user-code {
         font-size: 13px;
      }
      .user-list-btn .user-name {
         font-size: 12px;
      }
      .reason-btn {