快乐的昕的电脑
2025-11-24 04e1d955f3c146ee7002100038e9ab0135c62ce8
调试
已修改3个文件
74 ■■■■ 文件已修改
.vs/slnx.sqlite 补丁 | 查看 | 原始文档 | blame | 历史
.vs/前端2/v17/.wsuo 补丁 | 查看 | 原始文档 | blame | 历史
pages/index.vue 74 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.vs/slnx.sqlite
Binary files differ
.vs/ǰ¶Ë2/v17/.wsuo
Binary files differ
pages/index.vue
@@ -38,27 +38,24 @@
        <scroll-view class="content">
            <view v-if="currentTab === 7" class="tab-content">
                <view class="content">
                    <view class="top-right">
                    <!--<view class="top-right">
                        <button class="refresh-btn" @click="refresh">刷新</button>
                    </view>
                    </view>-->
                    <view>
                        <h4>一台机台只能选择一条工单(多选默认为最后一条)</h4>
                    </view>
                    <view class="section top-section">
                        <!--显示当前机台-->
                        <view class="form-row">
                            <view>
                                <input v-model="machineName"
                                       disabled="true"
                                       type="text"
                                       class="machine-name-box" />
                            </view>
                        </view>
                        <view class="form-row">
                            <view>
                                <label style="float: left;font-family: fantasy;font-size: 33px;margin-top: 20px;">第一步选择工单:</label>
                        <view class="form-row align-row">
                            <input v-model="machineName"
                                   disabled="true"
                                   type="text"
                                   class="machine-name-box" />
                            <view class="form-group">
                                <label class="order-label">第一步选择工单:</label>
                                <button class="print-btn" @click="isShowTab">选择工单</button>
                            </view>
                            <view class="top-right">
                                <button class="refresh-btn" @click="refresh">刷新</button>
                            </view>
                        </view>
                    </view>
@@ -1120,6 +1117,53 @@
        display: block;
    }
    .top-section {
        position: relative;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        padding: 20px 10px;
    }
    .form-row.align-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }
    .machine-name-box {
        flex: 1 1 45%;
        margin-right: 20px;
    }
    .form-group {
        display: flex;
        align-items: center;
        flex: 1 1 45%;
        justify-content: flex-start;
    }
    .order-label {
        font-family: fantasy;
        font-size: 33px;
        margin-top: 20px;
        margin-right: 10px;
        float: none;
    }
    .print-btn {
        margin-top: 20px;
    }
    .top-right {
        position: absolute;
        top: -30px; // å¾€ä¸Šç§»
        right: 0;
        z-index: 1000;
    }
/* æ”¾å¤§è¡¨å¤´å’Œè¡¨æ ¼å†…容字体 */
    .th,
    .uni-th,