快乐的昕的电脑
2025-10-08 a4140cce32dda94c73fd6aa721772c3a4f0b3be0
如果有调机开始时间则更新
已修改2个文件
7 ■■■■■ 文件已修改
.vs/前端2/copilot-chat/d2d02e8e/sessions/21dbb0ca-a73e-49a1-b73f-28408d23e381 补丁 | 查看 | 原始文档 | blame | 历史
components/machine.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.vs/ǰ¶Ë2/copilot-chat/d2d02e8e/sessions/21dbb0ca-a73e-49a1-b73f-28408d23e381
Binary files differ
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="setStartTime">调机开始(=换模完成)</button>
                <button class="btn-blue" @click="maStartTime">调机开始(=换模完成)</button>
                <input class="txt-inp" v-model="maStartTime" placeholder="点击按钮带出时间" disabled="true" />
            </view>
            <view class="item" v-else>
@@ -97,7 +97,7 @@
            this.findByOrderId();
        },
        methods: {
            setStartTime() {
            maStartTime() {
                this.maStartTime = this.$getDate('yyyy-mm-dd hh24:mi:ss');
            },
            refresh() {
@@ -112,6 +112,7 @@
                this.$post({
                    url: "/MesOrderSta/ChangeMachineTime",
                    data: {
                        maStartTime: this.maStartTime, // æ–°å¢žè°ƒæœºæ—¶é—´
                        maShoutTime: this.maShoutTime,
                        id: this.statusForm.id,
                        orderId: this.orderId,