快乐的昕的电脑
2025-10-18 6bb355dfd1e7de545c7fba1ad045285717b0d427
界面优化
已修改1个文件
4 ■■■■ 文件已修改
components/WorkOrderPrint.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderPrint.vue
@@ -59,7 +59,7 @@
            <!-- 下面原有内容保持不变 -->
            <view class="status-row">
                <view class="status-box">
                <!--<view class="status-box">
                    <text>机台面板数:</text>
                    <input v-model="productionCount" class="highlight" disabled />
                </view>
@@ -80,7 +80,7 @@
                <view class="status-box result-box">
                    <text>已生产数:</text>
                    <input v-model="calculatedTotalProduction" class="highlight" disabled />
                </view>
                </view>-->
                <view class="btn-group">
                    <button class="refresh-btn-inline" @click="refresh">刷新</button>
                    <button v-if="isGeneratingBarcode" class="reset-btn-inline" @click="resetGenerateState">重置</button>