快乐的昕的电脑
2025-10-09 c714ebbefe251a3b2ca8d11352ba6e646e040db5
components/machine.vue
@@ -7,10 +7,10 @@
      <!-- 中间状态部分,上下结构 -->
      <view class="middle-section">
         <view class="item" style="height: 100px;">
            <h4>说明:调机开始时间手动确认</h4>
            <h4>说明:调机开始时间需要手动确认</h4>
         </view>
         <view class="item" v-if="!maStartTime">
            <button class="btn-blue" @click="maStartTime">调机开始(=换模完成)</button>
            <button class="btn-blue" @click="setMaStartTime">调机开始(=换模完成)</button>
            <input class="txt-inp" v-model="maStartTime" placeholder="点击按钮带出时间" disabled="true" />
         </view>
         <view class="item" v-else>
@@ -97,7 +97,7 @@
         this.findByOrderId();
      },
      methods: {
            maStartTime() {
            setMaStartTime() {
                this.maStartTime = this.$getDate('yyyy-mm-dd hh24:mi:ss');
            },
         refresh() {