wu
2024-01-22 ef9d846de18b685d61197c73c3eab07d2b801dc1
CanadaMes-ui/src/views/home/index.vue
@@ -787,7 +787,7 @@
                        <el-table-column :min-width="90" prop="barcode" :label="$t('Complete')">
                            <template slot-scope='scope' style="height:100px;height:100px;">
                                <el-button type="primary" style="padding: 4px 10px;font-size: 12px;"
                                    :disabled="!(!isAllowQueue && scope.row.state != 2 && scope.row.state != 4)"
                                    :disabled="!(!isAllowQueue && scope.row.state != 1 && scope.row.state != 2)"
                                    @click="CompleteQueue(scope.row.id, scope.row.barcode, scope.row.glassId)">{{
                                        $t('Complete')
                                    }}</el-button>
@@ -1629,6 +1629,8 @@
                    DeleteProductionQueueGlass(id).then(res => {
                        if (res.data.message == 200) {
                            this.$message.success(this.$t('Operation successful'));
                        }else{
                            this.$message.error(this.$t('This frame has glass that is currently outing'));
                        }
                    });
                }